:root {
            --background: #07111f;
            --surface: #0e1c2d;
            --surface-light: #14263b;
            --border: #263c52;
            --text: #f4f8fc;
            --muted: #adc0d3;
            --blue: #159ee8;
            --blue-dark: #087fc2;


        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            background: var(--background);
            color: var(--text);
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.65;
        }

        a {
            color: #7dd3fc;
        }

        .container {
            width: min(1120px, calc(100% - 40px));
            margin: 0 auto;
        }

        .site-header {
            border-bottom: 1px solid var(--border);
            background: rgba(7, 17, 31, .96);
        }

        .header-inner {
            min-height: 76px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 24px;
        }

        .logo {
            color: #fff;
            font-size: 28px;
            font-weight: 700;
            text-decoration: none;
        }

        .logo span {
            color: var(--blue);
        }

        .site-nav {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .site-nav a {
            color: #d7e3ed;
            text-decoration: none;
        }

        .breadcrumbs {
            padding: 22px 0;
            color: #8098af;
            font-size: 14px;
        }

        .breadcrumbs a {
            color: #a9cbe4;
            text-decoration: none;
        }

        .hero {
            padding: 22px 0 46px;
        }

        .hero-card {
            border: 1px solid var(--border);
            border-radius: 22px;
            background:
                radial-gradient(circle at top right, rgba(21, 158, 232, .24), transparent 38%),
                linear-gradient(135deg, #0c1b2c, #102a44);
            padding: 40px;
        }

        .country-identity {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 14px;
        }

        .country-flag-large {
            display: inline-flex;
            width: 58px;
            height: 42px;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 9px;
            background: rgba(255, 255, 255, .08);
            box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
            font-size: 32px;
            line-height: 1;
        }

        .country-region {
            color: #c9dbea;
            font-size: 15px;
            font-weight: 700;
        }

        .hero-card {
            position: relative;
            overflow: hidden;
            box-shadow:
                inset 5px 0 0 var(--country-accent),
                0 24px 60px rgba(0, 0, 0, .18);
        }

        .hero-card::after {
            position: absolute;
            z-index: 0;
            width: 320px;
            height: 320px;
            right: -95px;
            bottom: -150px;
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 50%;
            background:
                radial-gradient(
                    circle,
                    rgba(255, 255, 255, .06) 0 2px,
                    transparent 3px
                );
            background-size: 22px 22px;
            content: "";
            opacity: .8;
        }

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

        .eyebrow {
            color: #7dd3fc;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        h1 {
            max-width: 900px;
            margin: 12px 0 20px;
            color: #fff;
            font-size: clamp(38px, 5vw, 56px);
            line-height: 1.08;
        }

        h2 {
            margin: 0 0 18px;
            color: #fff;
            font-size: clamp(28px, 4vw, 40px);
            line-height: 1.2;
        }

        h3 {
            color: #fff;
        }

        p {
            color: var(--muted);
            font-size: 18px;
        }

        .direct-answer {
            max-width: 900px;
            font-size: 20px;
        }

        .cta-row {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            margin-top: 30px;
        }

        .hero-action-layout {
            position: relative;
            z-index: 40;
            display: grid;
            grid-template-columns: 285px minmax(340px, 1fr);
            align-items: start;
            gap: 24px;
            width: 100%;
            margin-top: 24px;
            border: 1px solid #d8e3ec;
            border-radius: 20px;
            background: #ffffff;
            padding: 22px;
            box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
        }

        .hero-action-layout .cta-row {
            margin-top: 0;
        }

        .primary-action-block .button {
            min-width: 270px;
            text-align: center;
        }

        .cta-support {
            max-width: 285px;
            margin: 10px 0 0;
            color: #52697d;
            font-size: 13px;
            line-height: 1.45;
        }

        .search-kicker {
            margin: 0 0 7px 18px;
            color: #18344d;
            font-size: 13px;
            font-weight: 700;
        }

        .location-search {
            position: relative;
            width: 100%;
        }

        .location-search-form {
            display: flex;
            min-height: 54px;
            overflow: hidden;
            border: 1px solid #b9cbd9;
            border-radius: 28px;
            background: #f7fafc;
        }

        .location-search-input {
            width: 100%;
            min-width: 0;
            border: 0;
            outline: 0;
            background: transparent;
            padding: 0 20px;
            color: #10283d;
            font: inherit;
            font-size: 16px;
        }

        .location-search-input::placeholder {
            color: #6d8396;
        }

        .location-search-submit {
            width: 58px;
            flex: 0 0 58px;
            border: 0;
            border-left: 1px solid #b9cbd9;
            background: #eaf4fa;
            color: #087fc2;
            cursor: pointer;
            font-size: 20px;
        }

        .location-search-submit:hover {
            background: #d7edf8;
            color: #056da8;
        }

        .button:focus-visible,
        .location-search-input:focus-visible,
        .location-search-submit:focus-visible,
        .location-search-option:focus-visible,
        .browse-locations-link:focus-visible {
            outline: 3px solid #7dd3fc;
            outline-offset: 3px;
        }

        .location-search-results {
            display: none;
            position: absolute;
            z-index: 30;
            top: calc(100% + 8px);
            right: 0;
            left: 0;
            max-height: 310px;
            overflow-y: auto;
            border: 1px solid var(--border);
            border-radius: 14px;
            background: #0b1928;
            box-shadow: 0 18px 45px rgba(0, 0, 0, .38);
        }

        .location-search-results.is-open {
            display: block;
        }

        .location-search.opens-up .location-search-results {
            top: auto;
            bottom: calc(100% + 8px);
        }

        .location-search-option {
            display: block;
            width: 100%;
            border: 0;
            border-bottom: 1px solid rgba(38, 60, 82, .7);
            background: transparent;
            padding: 13px 16px;
            color: #dceaf5;
            text-align: left;
            cursor: pointer;
            font: inherit;
        }

        .location-search-option:last-child {
            border-bottom: 0;
        }

        .location-search-option:hover,
        .location-search-option.is-active {
            background: var(--surface-light);
            color: #fff;
        }

        .browse-locations-link {
            display: inline-block;
            margin: 9px 0 0 18px;
            color: #176b9d;
            font-size: 14px;
            text-decoration: none;
        }

        .browse-locations-link:hover {
            color: #0b4f78;
            text-decoration: underline;
        }

        .button {
            display: inline-block;
            border-radius: 28px;
            padding: 14px 23px;
            background: var(--blue);
            color: #fff;
            font-weight: 700;
            text-decoration: none;
        }

        .button:hover {
            background: var(--blue-dark);
        }

        .button-secondary {
            background: transparent;
            border: 1px solid #5d7891;
        }

        .section {
            padding: 68px 0;
            border-top: 1px solid var(--border);
        }

        .section-alt {
            background: #0a1624;
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 22px;
        }

        .card {
            border: 1px solid var(--border);
            border-radius: 16px;
            background: var(--surface);
            padding: 26px;
        }

        .card p:last-child {
            margin-bottom: 0;
        }

        .snapshot-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
            margin-top: 26px;
        }

        .snapshot-card {
            border: 1px solid rgba(125, 211, 252, .22);
            border-radius: 14px;
            background: rgba(6, 21, 36, .54);
            padding: 15px 16px;
        }

        .snapshot-label {
            color: #88a7bf;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
        }

        .snapshot-value {
            margin-top: 4px;
            color: #fff;
            font-size: 17px;
            font-weight: 700;
        }

        .hero-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 24px;
        }

        .hero-stat {
            border: 1px solid rgba(125, 211, 252, .28);
            border-radius: 999px;
            background: rgba(6, 21, 36, .55);
            padding: 8px 14px;
            color: #cbeaff;
            font-size: 14px;
            font-weight: 700;
        }

        .section-intro {
            max-width: 900px;
            margin-bottom: 30px;
        }

        .metric-grid {
            display: grid;
            grid-template-columns: repeat(var(--metric-columns, 4), minmax(0, 1fr));
            gap: 18px;
            margin-top: 28px;
        }

        .metric-card {
            border: 1px solid var(--border);
            border-top: 3px solid var(--country-accent);
            border-radius: 16px;
            background: var(--surface);
            padding: 24px;
        }

        .metric-value {
            color: #fff;
            font-size: clamp(26px, 3vw, 36px);
            font-weight: 800;
            line-height: 1.1;
        }

        .metric-label {
            margin-top: 8px;
            color: #d7e6f2;
            font-weight: 700;
        }

        .metric-meta {
            margin-top: 8px;
            color: #819bb2;
            font-size: 13px;
        }

        .inline-citations {
            margin-left: 4px;
            white-space: nowrap;
            font-size: .92em;
        }

        .inline-citations a {
            color: #89d8ff;
            font-weight: 800;
            text-decoration: none;
        }

        .inline-citations a:hover,
        .inline-citations a:focus {
            text-decoration: underline;
        }

        .research-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 22px;
        }

        .research-card {
            border: 1px solid var(--border);
            border-radius: 18px;
            background:
                linear-gradient(
                    145deg,
                    rgba(20, 38, 59, .96),
                    rgba(11, 27, 44, .96)
                );
            padding: 28px;
        }

        .research-label {
            margin-bottom: 10px;
            color: #7dd3fc;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .07em;
            text-transform: uppercase;
        }

        .city-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
            margin-top: 30px;
        }

        .city-card {
            border: 1px solid var(--border);
            border-radius: 16px;
            background: var(--surface);
            padding: 22px;
        }

        .city-heading {
            display: flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 10px;
        }

        .city-flag {
            font-size: 21px;
            line-height: 1;
        }

        .city-card {
            border-top: 3px solid var(--country-accent);
        }

        .city-card h3 {
            margin: 0 0 10px;
            font-size: 20px;
        }

        .city-card p {
            margin: 0;
            font-size: 15px;
            line-height: 1.55;
        }

        .location-directory {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 24px;
        }

        .location-tag {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            border: 1px solid var(--border);
            border-radius: 999px;
            background: #102238;
            padding: 8px 13px;
            color: #c8d9e8;
            font-size: 14px;
        }


        a.location-tag {
            text-decoration: none;
        }

        a.location-tag:hover {
            border-color: var(--country-accent-secondary);
            color: #fff;
        }

        .city-heading a {
            color: #fff;
            text-decoration: none;
        }

        .city-heading a:hover {
            color: #7dd3fc;
            text-decoration: underline;
        }

        .city-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
            margin-top: 16px;
        }

        .city-action-link {
            display: inline-flex;
            align-items: center;
            min-height: 36px;
            border: 1px solid #49647d;
            border-radius: 999px;
            padding: 7px 12px;
            color: #cde9fb;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
        }

        .city-action-link:hover {
            border-color: var(--country-accent-secondary);
            color: #fff;
        }

        .conversion-panel {
            border: 1px solid rgba(125, 211, 252, .28);
            border-radius: 18px;
            background: linear-gradient(145deg, rgba(20, 38, 59, .96), rgba(11, 27, 44, .96));
            padding: 28px;
        }

        .conversion-panel h2 {
            margin-top: 0;
        }

        .timeline {
            position: relative;
            display: grid;
            gap: 18px;
            margin-top: 28px;
        }

        .timeline-item {
            display: grid;
            grid-template-columns: 120px 1fr;
            gap: 22px;
            align-items: start;
            border-left: 3px solid var(--country-accent);
            border-radius: 0 14px 14px 0;
            background: var(--surface);
            padding: 20px 22px;
        }

        .timeline-period {
            color: var(--country-accent-secondary);
            font-weight: 800;
        }

        .timeline-item h3 {
            margin: 0 0 6px;
        }

        .timeline-item p {
            margin: 0;
            font-size: 16px;
        }

        .deployment-badge {
            display: inline-block;
            margin-bottom: 10px;
            border-radius: 999px;
            background: rgba(21, 158, 232, .14);
            padding: 5px 10px;
            color: #89d8ff;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .06em;
            text-transform: uppercase;
        }

        .review-strip {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            justify-content: space-between;
            margin-top: 30px;
            border: 1px solid var(--border);
            border-radius: 14px;
            background: var(--surface-light);
            padding: 18px 20px;
            color: var(--muted);
            font-size: 14px;
        }

        .source-list {
            display: grid;
            gap: 14px;
            margin-top: 24px;
        }

        .source-item {
            border-left: 3px solid var(--blue);
            background: var(--surface);
            padding: 17px 20px;
        }

        .source-item a {
            font-weight: 700;
            text-decoration: none;
        }

        .source-meta {
            margin-top: 5px;
            color: #8fa7bc;
            font-size: 14px;
        }

        .final-cta {
            background:
                radial-gradient(
                    circle at top right,
                    rgba(21, 158, 232, .12),
                    transparent 36%
                ),
                #f4f7fb;
            color: #0b1d31;
        }

        .final-cta .container {
            position: relative;
            overflow: hidden;
            border: 1px solid #d7e1eb;
            border-left: 6px solid var(--country-accent);
            border-radius: 20px;
            background: #fff;
            padding: 48px;
            box-shadow: 0 20px 55px rgba(7, 17, 31, .12);
        }

        .final-cta h2 {
            color: #0b1d31;
        }

        .final-cta p {
            max-width: 820px;
            color: #455b70;
        }

        .final-cta-flag {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
            color: #294157;
            font-size: 15px;
            font-weight: 800;
        }

        .use-cases {
            margin: 0;
            padding-left: 22px;
        }

        .use-cases li {
            margin: 12px 0;
            color: var(--muted);
            font-size: 17px;
        }

        .faq-item {
            border-top: 1px solid var(--border);
            padding: 22px 0;
        }

        .faq-item:first-of-type {
            border-top: 0;
        }

        .faq-item h3 {
            margin: 0 0 8px;
        }

        .related-links {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .related-links a {
            border: 1px solid var(--border);
            border-radius: 24px;
            background: var(--surface);
            padding: 10px 16px;
            text-decoration: none;
        }

        .status-note {
            margin-top: 28px;
            border-left: 4px solid var(--blue);
            background: var(--surface-light);
            padding: 18px 20px;
            color: var(--muted);
        }

        .site-footer {
            border-top: 1px solid var(--border);
            padding: 36px 0;
            color: #8098af;
            text-align: center;
        }

        @media (max-width: 760px) {
            .header-inner {
                align-items: flex-start;
                flex-direction: column;
                padding: 20px 0;
            }

            .hero-card {
                padding: 34px 25px;
            }

            .grid,
            .research-grid,
            .city-grid,
            .metric-grid,
            .snapshot-grid,
            .hero-action-layout {
                grid-template-columns: 1fr;
            }

            .hero-action-layout .button {
                width: 100%;
                text-align: center;
            }

            .browse-locations-link,
            .search-kicker {
                margin-left: 0;
            }

            .cta-support {
                max-width: none;
            }

            .final-cta .container {
                padding: 32px 25px;
            }

            .timeline-item {
                grid-template-columns: 1fr;
                gap: 8px;
            }
        }

        /*
         * CenterServ above-fold hero action v1
         * The conversion panel must precede long research copy.
         */
        @media (min-width: 761px) {
            .breadcrumbs {
                padding-top: 14px;
                padding-bottom: 8px;
            }

            .hero {
                padding-top: 4px;
            }

            .hero-card {
                padding: 24px 42px 30px;
            }

            .country-identity {
                margin-bottom: 10px;
            }

            .eyebrow {
                margin-top: 8px;
                margin-bottom: 8px;
            }

            .hero-card h1 {
                margin-top: 8px;
                margin-bottom: 16px;
                font-size: clamp(42px, 3.6vw, 58px);
                line-height: 1.02;
            }

            .hero-action-layout {
                margin-top: 0;
                margin-bottom: 20px;
                padding: 20px 24px;
            }

            .direct-answer {
                margin-top: 0;
                margin-bottom: 0;
            }
        }

        @media (min-width: 761px) and (max-height: 850px) {
            .breadcrumbs {
                padding-top: 8px;
                padding-bottom: 5px;
            }

            .hero-card {
                padding-top: 18px;
            }

            .country-identity {
                margin-bottom: 7px;
            }

            .eyebrow {
                margin-top: 5px;
                margin-bottom: 5px;
            }

            .hero-card h1 {
                margin-top: 5px;
                margin-bottom: 12px;
                font-size: clamp(38px, 3.2vw, 52px);
            }

            .hero-action-layout {
                padding: 17px 22px;
                margin-bottom: 16px;
            }
        }

        @media (max-width: 760px) {
            .breadcrumbs {
                padding-top: 10px;
                padding-bottom: 7px;
            }

            .hero {
                padding-top: 0;
            }

            .hero-card {
                padding: 22px 18px 26px;
            }

            .country-identity {
                margin-bottom: 9px;
            }

            .eyebrow {
                margin-top: 7px;
                margin-bottom: 7px;
            }

            .hero-card h1 {
                margin-top: 7px;
                margin-bottom: 15px;
                font-size: clamp(32px, 9vw, 44px);
                line-height: 1.05;
            }

            .hero-action-layout {
                margin-top: 0;
                margin-bottom: 20px;
                padding: 18px;
                gap: 18px;
            }

            .primary-action-block {
                order: 1;
            }

            .location-search {
                order: 2;
            }

            .direct-answer {
                margin-top: 0;
                margin-bottom: 0;
            }
        }