    :root {
        --services-ink: #14233b;
        --services-muted: #5f6f86;
        --services-panel: #ffffff;
        --services-line: rgba(20, 35, 59, 0.1);
        --services-glow: rgba(9, 105, 255, 0.14);
        --services-accent: #0969ff;
        --services-accent-deep: #2742d9;
        --services-warm: #6d3ff0;
        --services-bg: #f6f8fb;
    }

    .services-marketplace {
        background: var(--services-bg);
        padding: 1.25rem 0 3.5rem;
    }

    .services-shell {
        width: min(1200px, calc(100% - 2rem));
        margin: 0 auto;
    }

    .services-hero {
        position: relative;
        overflow: hidden;
        border: 1px solid #d9e1eb;
        border-radius: 12px;
        padding: 1.5rem;
        background: #ffffff;
        color: var(--services-ink);
        box-shadow: 0 12px 32px rgba(20, 35, 59, 0.06);
    }

    .services-hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
        gap: 1.5rem;
        align-items: stretch;
    }

    .services-hero-grid--single {
        grid-template-columns: minmax(0, 860px);
    }

    .services-kicker {
        display: inline-flex;
        align-items: center;
        padding: 0.45rem 0.9rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.18);
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .services-hero h1 {
        margin: 0.85rem 0 0.7rem;
        font-size: 3rem;
        line-height: 1;
    }

    .services-hero p {
        max-width: 44rem;
        margin: 0;
        color: rgba(255, 255, 255, 0.84);
        font-size: 1rem;
        line-height: 1.55;
    }

    .services-points {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-top: 1.4rem;
    }

    .services-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
        margin-top: 1.4rem;
    }

    .services-proof {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.85rem;
        margin-top: 1.1rem;
    }

    .services-proof-card {
        padding: 1rem 1.05rem;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.15);
        text-align: left;
    }

    .services-proof-card strong {
        display: block;
        font-size: 1.05rem;
    }

    .services-proof-card span {
        display: block;
        margin-top: 0.35rem;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.88rem;
        line-height: 1.45;
    }

    .services-points span,
    .services-panel-list span {
        display: inline-flex;
        align-items: center;
        min-height: 2.5rem;
        padding: 0 1rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.18);
        font-size: 0.92rem;
        font-weight: 600;
    }

    .services-panel {
        padding: 1.5rem;
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid #dfe6ef;
        backdrop-filter: none;
    }

    .services-panel small {
        display: block;
        margin-bottom: 0.7rem;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .services-panel strong {
        display: block;
        font-size: 1.22rem;
        line-height: 1.35;
    }

    .services-panel p {
        margin-top: 0.8rem;
        font-size: 0.95rem;
    }

    .services-panel-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.65rem;
        margin-top: 1rem;
    }

    .services-panel-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-top: 1rem;
    }

    .services-panel-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.65rem;
        margin-top: 1.1rem;
    }

    .services-panel-stat {
        padding: 0.9rem 0.8rem;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        text-align: center;
    }

    .services-panel-stat strong {
        display: block;
        font-size: 1.2rem;
    }

    .services-panel-stat span {
        display: block;
        margin-top: 0.22rem;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.78rem;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .services-search {
        margin-top: -1.5rem;
        position: relative;
        z-index: 2;
    }

    .services-search-card {
        padding: 1.2rem;
        border: 1px solid var(--services-line);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 16px 40px rgba(18, 48, 74, 0.08);
    }

    .services-search-intro {
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        justify-content: space-between;
        gap: 0.8rem;
        margin-bottom: 1rem;
    }

    .services-search-intro h2 {
        margin: 0;
        color: var(--services-ink);
        font-size: 1.15rem;
    }

    .services-search-intro p {
        margin: 0.3rem 0 0;
        color: var(--services-muted);
        font-size: 0.95rem;
    }

    .services-search-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        min-height: 2.25rem;
        padding: 0 0.9rem;
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(9, 105, 255, 0.08) 0%, rgba(109, 63, 240, 0.08) 100%);
        color: #2742d9;
        font-size: 0.84rem;
        font-weight: 700;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.35rem;
        margin-top: 1.5rem;
    }

    .services-filter-bar {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-top: 1rem;
    }

    .service-filter-chip {
        display: inline-flex;
        align-items: center;
        min-height: 2.5rem;
        padding: 0 1rem;
        border-radius: 999px;
        border: 1px solid rgba(18, 48, 74, 0.12);
        background: rgba(255, 255, 255, 0.92);
        color: var(--services-ink);
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
    }

    .services-location-actions {
        display: flex;
        gap: 0.65rem;
        align-items: end;
    }

    .services-location-actions .btn {
        min-height: 2.75rem;
        white-space: nowrap;
    }

    .services-location-status {
        margin-top: 0.8rem;
        color: var(--services-muted);
        font-size: 0.9rem;
    }

    .services-city-strip {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.65rem;
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(18, 48, 74, 0.08);
    }

    .services-city-label {
        color: var(--services-muted);
        font-size: 0.82rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .services-results-note {
        display: flex;
        flex-wrap: wrap;
        gap: 0.65rem;
        align-items: center;
        justify-content: space-between;
        margin-top: 1.25rem;
        color: var(--services-muted);
        font-size: 0.95rem;
    }

    .services-results-note strong {
        color: var(--services-ink);
    }

    .services-breadcrumbs {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: center;
        margin: 0 0 1rem;
        color: var(--services-muted);
        font-size: 0.86rem;
    }

    .services-breadcrumbs a {
        color: #2742d9;
        text-decoration: none;
        font-weight: 700;
    }

    .services-pagination {
        margin-top: 1.4rem;
        display: flex;
        flex-wrap: wrap;
        gap: 0.55rem;
        align-items: center;
        justify-content: center;
    }

    .services-page-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 2.55rem;
        min-height: 2.55rem;
        padding: 0 0.85rem;
        border-radius: 999px;
        border: 1px solid rgba(18, 48, 74, 0.14);
        background: rgba(255, 255, 255, 0.95);
        color: var(--services-ink);
        text-decoration: none;
        font-weight: 700;
        font-size: 0.9rem;
    }

    .services-page-link.is-active {
        border-color: transparent;
        background: linear-gradient(135deg, var(--services-accent) 0%, var(--services-accent-deep) 100%);
        color: #fff;
    }

    .services-map-card {
        margin-top: 1.25rem;
        border: 1px solid var(--services-line);
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0 5px 15px -3px rgba(120, 133, 153, 0.15);
        overflow: hidden;
        padding: 1.2rem;
    }

    .services-map-head {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0 0 1rem;
    }

    .services-map-head strong {
        color: #1e293b;
    }

    .services-map-head span {
        color: #475569;
        font-size: 0.92rem;
    }

    .services-map-layout {
        display: grid;
        grid-template-columns: minmax(240px, 0.36fr) minmax(0, 0.64fr);
        gap: 1rem;
        align-items: stretch;
    }

    .services-map-summary {
        padding: 1.15rem;
        border-radius: 8px;
        border: 1px solid #dfe6ef;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(20, 35, 59, 0.06);
    }

    .services-map-summary small {
        display: block;
        margin-bottom: 0.7rem;
        color: #2742d9;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .services-map-summary strong {
        display: block;
        color: #1e293b;
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .services-map-summary p {
        margin: 0.8rem 0 0;
        color: #475569;
        line-height: 1.65;
        font-size: 0.94rem;
    }

    .services-map-summary-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.65rem;
        margin-top: 0.95rem;
    }

    .services-map-summary-list span {
        display: inline-flex;
        align-items: center;
        min-height: 2.2rem;
        padding: 0 0.9rem;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        color: #1e293b;
        font-size: 0.82rem;
        font-weight: 700;
    }

    .services-map-canvas {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 0.75rem;
        min-height: 220px;
        padding: 1.1rem;
        border-radius: 8px;
        border: 1px solid #dfe6ef;
        background:
            linear-gradient(90deg, rgba(18, 48, 74, 0.05) 1px, transparent 1px) 0 0 / 72px 72px,
            linear-gradient(0deg, rgba(18, 48, 74, 0.05) 1px, transparent 1px) 0 0 / 72px 72px,
            linear-gradient(135deg, #f8fbff 0%, #f4f6ff 100%);
    }

    .services-map-marker {
        display: inline-flex;
        align-items: flex-start;
        gap: 0.45rem;
        min-width: min(220px, 100%);
        max-width: min(320px, 100%);
        padding: 0.8rem 0.9rem;
        border-radius: 8px;
        background: #ffffff;
        color: #1e293b;
        border: 1px solid #d1d5db;
        box-shadow: 0 10px 24px rgba(18, 48, 74, 0.12);
        text-decoration: none;
        line-height: 1.35;
        text-align: left;
    }

    .services-map-marker i {
        color: var(--services-accent);
        margin-top: 0.1rem;
    }

    .services-map-marker span {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
        min-width: 0;
    }

    .services-map-marker strong {
        color: #1e293b;
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .services-map-marker small {
        color: #475569;
        font-size: 0.78rem;
        line-height: 1.4;
    }

    .service-filter-chip.is-active {
        background: linear-gradient(135deg, var(--services-accent) 0%, var(--services-accent-deep) 100%);
        border-color: transparent;
        color: #fff;
    }

    .service-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        border: 1px solid rgba(18, 48, 74, 0.1);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 14px 34px rgba(18, 48, 74, 0.08);
        overflow: hidden;
        transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    }

    .service-card:hover,
    .service-card:focus-within {
        transform: translateY(-2px);
        border-color: #c7d4e3;
        box-shadow: 0 20px 42px rgba(18, 48, 74, 0.12);
    }

    .service-card-media {
        aspect-ratio: 16 / 9;
        width: 100%;
        overflow: hidden;
        background: #f8fbff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
    }

    .service-card-media img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .service-card-top {
        display: flex;
        gap: 1rem;
        padding: 1.1rem 1.1rem 0.8rem;
        align-items: center;
    }

    .service-avatar {
        width: 78px;
        height: 78px;
        border-radius: 8px;
        object-fit: cover;
        background: #eef2f7;
        border: 1px solid rgba(18, 48, 74, 0.08);
    }

    .service-card h3 {
        margin: 0;
        color: var(--services-ink);
        font-size: 1.1rem;
        line-height: 1.3;
        font-weight: 700;
    }

    .service-operator,
    .service-location,
    .service-copy,
    .service-price-note {
        color: var(--services-muted);
    }

    .service-operator,
    .service-location {
        display: block;
        margin-top: 0.25rem;
        font-size: 0.84rem;
        line-height: 1.45;
    }

    .service-copy {
        padding: 0 1.1rem;
        font-size: 0.9rem;
        line-height: 1.65;
        min-height: 4.8rem;
    }

    .service-copy p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .service-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 0.55rem;
        padding: 0.8rem 1.1rem 0;
    }

    .service-meta span,
    .service-tags span,
    .service-tags a {
        display: inline-flex;
        align-items: center;
        min-height: 2rem;
        padding: 0 0.72rem;
        border-radius: 999px;
        background: #f8fbff;
        border: 1px solid #e5e7eb;
        color: #334155;
        font-size: 0.78rem;
        font-weight: 700;
        text-decoration: none;
        transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    }

    .service-tags a:hover,
    .service-tags a:focus-visible {
        background: #eaf2ff;
        border-color: #0969ff;
        color: #0969ff;
    }

    .service-distance-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        margin-top: 0.45rem;
        color: var(--services-accent-deep);
        font-size: 0.88rem;
        font-weight: 700;
    }

    .service-rating-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        margin-top: 0.45rem;
        color: #92400e;
        font-size: 0.88rem;
        font-weight: 700;
    }

    .service-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.55rem;
        padding: 0.7rem 1.1rem 0;
    }

    .service-card-footer {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 1rem;
        margin-top: auto;
        padding: 1rem 1.1rem 1.1rem;
        border-top: 1px solid #eef2f7;
    }

    .service-price-note {
        font-size: 0.82rem;
        text-transform: uppercase;
        letter-spacing: 0;
        display: block;
    }

    .service-price strong {
        display: block;
        color: var(--services-ink);
        font-size: 1.28rem;
        line-height: 1.1;
        font-weight: 700;
    }

    .service-actions {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        min-width: 170px;
    }

    .btn-service-primary {
        background: linear-gradient(135deg, var(--services-accent) 0%, var(--services-accent-deep) 100%);
        border: 0;
        color: #fff;
        transition: transform 140ms ease, box-shadow 180ms ease, background 180ms ease;
    }

    .btn-service-primary:hover,
    .btn-service-primary:focus {
        color: #fff;
        background: linear-gradient(135deg, var(--services-accent-deep) 0%, #123c92 100%);
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
    }

    .btn-service-light {
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        transition: transform 140ms ease, border-color 180ms ease, background 180ms ease;
    }

    .btn-service-light:hover,
    .btn-service-light:focus {
        background: rgba(255, 255, 255, 0.18);
        color: #fff;
        transform: translateY(-1px);
    }

    .empty-services {
        padding: 3rem 1.5rem;
        text-align: center;
        border: 1px dashed rgba(18, 48, 74, 0.18);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.9);
        color: var(--services-muted);
    }

    .empty-services-actions {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-top: 1rem;
    }

    @media (max-width: 991.98px) {
        .services-hero-grid {
            grid-template-columns: 1fr;
        }

        .services-location-actions {
            align-items: stretch;
            flex-direction: column;
        }

        .services-proof,
        .services-panel-stats {
            grid-template-columns: 1fr;
        }

        .service-card-footer {
            flex-direction: column;
            align-items: stretch;
        }

        .service-actions {
            min-width: 0;
        }

        .service-copy {
            min-height: 0;
        }
    }

    body.public-body,
    html[data-theme="dark"] body.public-body {
        --bg-main: #f6f8fb;
        --bg-surface: #ffffff;
        --border-color: #e5e7eb;
        --border-color-strong: #d1d5db;
        --primary: #0969ff;
        --primary-rgb: 9, 105, 255;
        --primary-dark: #2742d9;
        --accent-purple: #6d3ff0;
        --accent-purple-rgb: 109, 63, 240;
        --text-primary: #1e293b;
        --text-secondary: #475569;
        --text-on-primary: #ffffff;
        --shadow-glow-md: 0 8px 22px rgba(20, 35, 59, 0.08);
        background-color: #f6f8fb;
        background-image: none;
        background-repeat: no-repeat;
    }

    html[data-theme="dark"] .public-header,
    html[data-theme="dark"] .public-footer,
    .public-header,
    .public-footer {
        background: rgba(255, 255, 255, 0.92);
        border-color: rgba(20, 35, 59, 0.08);
    }

    html[data-theme="dark"] .public-header .logo-link,
    html[data-theme="dark"] .public-footer,
    html[data-theme="dark"] .public-footer p,
    html[data-theme="dark"] .public-footer a,
    .public-header .logo-link,
    .public-footer,
    .public-footer p,
    .public-footer a {
        color: #1e293b;
    }

    html[data-theme="dark"] .public-header .theme-toggle,
    html[data-theme="dark"] .public-header .lang-link,
    html[data-theme="dark"] .public-header .btn-outline,
    .public-header .theme-toggle,
    .public-header .lang-link,
    .public-header .btn-outline {
        background-color: rgba(255, 255, 255, 0.92);
        border-color: rgba(9, 105, 255, 0.16);
        color: #475569;
    }

    html[data-theme="dark"] .public-header .lang-link.active,
    .public-header .lang-link.active {
        background: #0969ff;
        border-color: #0969ff;
        color: #ffffff;
    }

    .services-marketplace {
        background: #f6f8fb;
        color: #1e293b;
        padding: 0 0 3rem;
    }

    .services-shell {
        width: min(1180px, calc(100% - 2rem));
    }

    .services-audience-toggle {
        margin-top: 1rem;
        margin-bottom: 0;
        background: #ffffff;
        border: 1px solid rgba(20, 35, 59, 0.1);
        border-radius: 10px;
        box-shadow: 0 8px 22px rgba(20, 35, 59, 0.06);
    }

    .services-audience-toggle a {
        text-decoration: none;
    }

    .services-audience-toggle .audience-btn {
        color: #475569;
    }

    .services-audience-toggle .audience-btn.active {
        background: #0969ff;
        color: #ffffff;
    }

    .services-hero {
        position: relative;
        overflow: hidden;
        border: 1px solid #d9e1eb;
        border-radius: 12px;
        padding: 1.45rem;
        background: #ffffff;
        color: #1e293b;
        box-shadow: 0 12px 32px rgba(20, 35, 59, 0.06);
        text-align: left;
    }

    .services-hero::before {
        content: none;
    }

    .services-hero > * {
        position: relative;
        z-index: 1;
    }

    .services-hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 1.75rem;
        align-items: stretch;
    }

    .services-hero-grid > * {
        min-width: 0;
    }

    .services-kicker {
        color: #2742d9;
        background: #eef4ff;
        border-color: #d6e2ff;
        border-radius: 6px;
        letter-spacing: 0;
    }

    .services-hero h1 {
        max-width: 820px;
        margin: 0.85rem 0 0.7rem;
        font-size: clamp(2rem, 4vw, 3rem);
        line-height: 1.05;
        background: none;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        color: #14233b;
        -webkit-text-fill-color: currentColor;
    }

    .services-hero p {
        max-width: 760px;
        margin: 0;
        color: #526178;
        font-size: 1rem;
        line-height: 1.55;
    }

    .services-points,
    .services-hero-actions,
    .services-panel-list,
    .services-panel-actions {
        justify-content: flex-start;
    }

    .services-points span,
    .services-panel-list span {
        border-radius: 6px;
        background: #f7fafc;
        border-color: #dce4ee;
        color: #334155;
        box-shadow: none;
    }

    .services-hero-actions .btn {
        min-width: 170px;
        border-radius: 8px;
        box-shadow: none;
    }

    .services-owner-footnote {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.45rem;
        margin: 1.25rem auto 0;
        color: #64748b;
        font-size: 0.92rem;
    }

    .services-owner-footnote a {
        color: #2742d9;
        font-weight: 800;
        text-decoration: none;
    }

    .services-owner-footnote a:hover {
        color: #14233b;
        text-decoration: underline;
    }

    .services-proof-card {
        position: relative;
        overflow: hidden;
        padding: 1.05rem 1.1rem;
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid #dfe6ef;
        box-shadow: 0 10px 24px rgba(20, 35, 59, 0.06);
        text-align: left;
    }

    .services-proof-card::before {
        content: none;
    }

    .services-proof-card strong {
        display: block;
        color: #2742d9;
        font-size: 1rem;
        margin-bottom: 0.38rem;
    }

    .services-proof-card span {
        display: block;
        color: #526178;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .services-panel {
        position: relative;
        overflow: hidden;
        padding: 1.5rem;
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid #dfe6ef;
        box-shadow: 0 10px 24px rgba(20, 35, 59, 0.06);
        color: #1e293b;
    }

    .services-panel::before {
        content: none;
    }

    .services-panel > * {
        position: relative;
        z-index: 1;
    }

    .services-panel small {
        color: #2742d9;
        text-align: left;
    }

    .services-panel strong {
        max-width: none;
        margin: 0;
        color: #14233b;
        font-size: 1.4rem;
        text-align: left;
    }

    .services-panel p {
        max-width: none;
        margin: 0.8rem 0 0;
        color: #526178;
        text-align: left;
    }

    .services-panel-actions .btn {
        min-width: 180px;
    }

    .services-panel-stat {
        background: rgba(255, 255, 255, 0.92);
        border-color: #dfe6ef;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    }

    .services-panel-stat strong {
        color: #2742d9;
    }

    .services-panel-stat span {
        color: #5b6c88;
    }

    .services-search {
        margin-top: 1rem;
    }

    .services-search-card,
    .service-card,
    .empty-services {
        border-radius: 8px;
        background: #ffffff;
        border-color: #dfe6ef;
        box-shadow: 0 10px 24px rgba(20, 35, 59, 0.06);
    }

    @media (prefers-reduced-motion: reduce) {
        .service-card,
        .service-card:hover,
        .service-card:focus-within,
        .btn-service-primary,
        .btn-service-light {
            transition: none !important;
            transform: none !important;
        }
    }

    .services-map-card {
        border-radius: 8px;
        box-shadow: 0 10px 24px rgba(20, 35, 59, 0.06);
    }

    .service-filter-chip,
    .service-meta span,
    .service-tags span,
    .service-tags a {
        border-radius: 6px;
        background: #ffffff;
        border-color: #dfe6ef;
        color: #1e293b;
    }

    .service-filter-chip.is-active,
    .btn-service-primary {
        background: #0969ff;
        color: #ffffff;
        border-color: #0969ff;
    }

    .btn-service-primary:hover,
    .btn-service-primary:focus {
        color: #ffffff;
        background: #2742d9;
        border-color: #2742d9;
    }

    .btn-service-light {
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid #cfd9e6;
        color: #2742d9;
        box-shadow: none;
    }

    .btn-service-light:hover,
    .btn-service-light:focus {
        color: #1d2f9f;
        border-color: #b8c8ff;
        background: #eef4ff;
    }

    .service-card h3,
    .service-price strong,
    .services-results-note strong {
        color: #1e293b;
    }

    .services-search-badge {
        border-radius: 6px;
        background: #eef4ff;
        color: #2742d9;
    }

    .services-search-card .form-control,
    .services-search-card .form-select {
        min-height: 2.75rem;
        border-radius: 8px;
        border-color: #d9e1eb;
        box-shadow: none;
    }

    .services-search-card .form-control:focus,
    .services-search-card .form-select:focus {
        border-color: #0969ff;
        box-shadow: 0 0 0 0.18rem rgba(9, 105, 255, 0.13);
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .service-card {
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .service-card:hover,
    .service-card:focus-within {
        border-color: #c7d4e3;
        box-shadow: 0 14px 30px rgba(20, 35, 59, 0.08);
        transform: translateY(-1px);
    }

    .service-card-media,
    .service-avatar {
        background: #eef2f7;
    }

    .service-card.has-media .service-card-media {
        height: clamp(160px, 22vw, 230px);
        aspect-ratio: auto;
    }

    .service-card-top {
        align-items: flex-start;
        padding: 1rem 1rem 0.75rem;
    }

    .service-avatar {
        width: 64px;
        height: 64px;
        border-radius: 8px;
    }

    .service-copy,
    .service-meta,
    .service-tags {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .service-copy {
        line-height: 1.6;
    }

    .service-card-footer {
        padding: 1rem;
        background: #f8fafc;
    }

    .service-price strong {
        font-size: 1.18rem;
    }

    .services-page-link.is-active {
        background: #0969ff;
        border-color: #0969ff;
        color: #ffffff;
    }

    @media (min-width: 900px) {
        .service-card.has-media {
            display: grid;
            grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
            grid-template-areas:
                "media top"
                "media copy"
                "media meta"
                "media tags"
                "media footer";
        }

        .service-card.has-media .service-card-media {
            grid-area: media;
            width: 100%;
            height: 100%;
            min-height: 220px;
            max-height: 280px;
        }

        .service-card.has-media .service-card-top { grid-area: top; }
        .service-card.has-media .service-copy { grid-area: copy; }
        .service-card.has-media .service-meta { grid-area: meta; }
        .service-card.has-media .service-tags { grid-area: tags; }
        .service-card.has-media .service-card-footer { grid-area: footer; }
    }

    .service-operator,
    .service-location,
    .service-copy,
    .service-price-note,
    .services-location-status,
    .services-results-note {
        color: #526178;
    }

    .service-card,
    .service-card-top,
    .service-card-footer,
    .service-actions,
    .services-search-intro > div,
    .services-results-note,
    .services-location-status,
    .services-map-head,
    .services-map-marker {
        min-width: 0;
    }

    .service-card h3,
    .service-copy,
    .services-results-note,
    .services-results-note strong,
    .empty-services,
    .empty-services p {
        overflow-wrap: break-word;
        word-break: normal;
    }

    .services-map-marker {
        overflow-wrap: break-word;
        word-break: normal;
    }

    .service-actions .btn {
        width: 100%;
    }

    .services-panel .btn-service-primary,
    .services-panel .btn-service-light,
    .empty-services-actions .btn,
    .services-location-actions .btn {
        min-height: 2.9rem;
    }

    @media (max-width: 991.98px) {
        .services-hero-grid,
        .services-map-layout {
            grid-template-columns: 1fr;
        }

        .services-proof,
        .services-panel-stats {
            grid-template-columns: 1fr;
        }

        .service-card-footer {
            flex-direction: column;
            align-items: stretch;
        }

        .service-actions {
            min-width: 0;
        }
    }

    @media (max-width: 640px) {
        .services-marketplace {
            padding-bottom: 2rem;
        }

        .services-shell {
            width: min(100% - 1rem, 1180px);
        }

        .services-audience-toggle {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.25rem;
            margin-top: 1rem;
            padding: 0.25rem;
        }

        .services-audience-toggle .audience-btn {
            min-width: 0;
            justify-content: center;
            text-align: center;
            line-height: 1.2;
        }

        .services-hero {
            padding: 1rem;
            border-radius: 8px;
        }

        .services-search-card,
        .services-panel,
        .service-card,
        .empty-services,
        .services-map-card {
            border-radius: 8px;
        }

        .services-proof,
        .services-panel-stats {
            grid-template-columns: 1fr;
        }

        .services-hero-actions .btn,
        .services-panel-actions .btn,
        .empty-services-actions .btn,
        .services-location-actions .btn,
        .service-actions .btn {
            width: 100%;
            min-width: 0;
        }

        .services-hero-actions,
        .services-points,
        .services-search-intro,
        .services-results-note {
            align-items: stretch;
            flex-direction: column;
        }

        .services-hero h1 {
            font-size: clamp(1.8rem, 9vw, 2.35rem);
            line-height: 1.08;
        }

        .services-hero p {
            font-size: 0.98rem;
            line-height: 1.55;
        }

        .service-card.has-media .service-card-media {
            height: 150px;
        }

        .services-proof-card:nth-child(n+3) {
            display: block;
        }

        .services-panel {
            display: none;
        }

        .services-panel {
            padding: 1.2rem;
        }

        .services-map-marker {
            min-width: 100%;
            max-width: 100%;
            padding: 0.72rem 0.82rem;
        }

        .services-points span,
        .services-panel-list span {
            width: 100%;
            justify-content: flex-start;
        }

        .services-filter-bar,
        .services-city-strip {
            flex-wrap: nowrap;
            overflow-x: auto;
            padding-bottom: 0.3rem;
            -webkit-overflow-scrolling: touch;
        }

        .service-filter-chip {
            flex: 0 0 auto;
        }

        .services-grid {
            grid-template-columns: 1fr;
        }

        .service-card-top {
            gap: 0.75rem;
        }

        .service-avatar {
            width: 56px;
            height: 56px;
        }

        .service-card-footer {
            gap: 0.85rem;
        }
    }


/* === Calm editorial overrides (2026-05-31) === */

/* Tame eyebrow/pill chips: smaller radii and remove uppercase, but keep brand color */
.services-eyebrow,
.service-filter-chip,
.service-pill,
.service-card .badge,
.service-card-tag,
.services-tag,
.services-meta span,
.services-page small,
.section-eyebrow {
    border-radius: 6px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
}

/* Buttons: keep brand blue, remove gradients */
.btn-service-primary {
    background: #0969ff !important;
    border-color: #0969ff !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
}
.btn-service-primary:hover {
    background: #0954d4 !important;
    border-color: #0954d4 !important;
    color: #ffffff !important;
}
.btn-service-light {
    background: #ffffff !important;
    color: #0969ff !important;
    border: 1px solid rgba(9, 105, 255, 0.28) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
}
.btn-service-light:hover {
    background: rgba(9, 105, 255, 0.06) !important;
    border-color: rgba(9, 105, 255, 0.42) !important;
    color: #0954d4 !important;
}
.btn-service-dark {
    border-radius: 8px !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
}

/* Soften card shadows but keep tints */
.service-card,
.service-feature,
.service-panel,
.services-form-wrap {
    border-radius: 12px !important;
    box-shadow: 0 1px 0 rgba(20,35,59,0.04) !important;
}

/* Hero: keep its tinted background but flatten radii */
.services-hero {
    border-radius: 14px !important;
    box-shadow: none !important;
}

/* === Final brand pass (2026-05-31) === */
.public-header .lang-link.active,
.services-audience-toggle .audience-btn.active,
.btn-service-primary,
.service-filter-chip.active,
.service-filter-chip.is-active {
    background: #0969ff !important;
    border-color: #0969ff !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.public-header .lang-link.active:hover,
.services-audience-toggle .audience-btn.active:hover,
.btn-service-primary:hover {
    background: #0954d4 !important;
    border-color: #0954d4 !important;
}

.services-hero,
.service-card,
.service-feature,
.service-panel,
.services-form-wrap,
.services-audience-toggle {
    border-radius: 12px !important;
    box-shadow: 0 1px 0 rgba(20, 35, 59, 0.04) !important;
}

.services-eyebrow,
.service-filter-chip,
.service-pill,
.service-card .badge,
.service-card-tag,
.services-tag,
.services-meta span,
.section-eyebrow,
.services-page small {
    text-transform: none !important;
    letter-spacing: 0 !important;
}
