*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --blue: #0052e0;
    --blue-d: #003bb5;
    --blue-l: #e8f0ff;
    --teal: #00bfa8;
    --purple: #7c3aed;
    --amber: #f59e0b;
    --green: #16a34a;
    --red: #dc2626;
    --text: #0f172a;
    --muted: #64748b;
    --border: #e2e8f0;
    --off: #f8fafc;
    --font: 'Plus Jakarta Sans', sans-serif;
    --mono: 'JetBrains Mono', monospace;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font);
    color: var(--text);
    overflow-x: hidden;
    background: #fff
}

img {
    max-width: 100%;
    display: block
}

a {
    text-decoration: none
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 48px)
}

.sr {
    opacity: 1;
    transform: none
}

.sr.in {
    opacity: 1;
    transform: none
}

.sr-l {
    opacity: 1;
    transform: none
}

.sr-l.in {
    opacity: 1;
    transform: none
}

.sr-r {
    opacity: 1;
    transform: none
}

.sr-r.in {
    opacity: 1;
    transform: none
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-family: var(--font);
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    border: none;
    transition: transform .14s, box-shadow .18s;
    white-space: nowrap;
    font-size: .92rem;
    text-decoration: none
}

.btn-p {
    background: linear-gradient(135deg, #0052e0, #4f46e5);
    color: #fff;
    padding: .85rem 1.75rem;
    box-shadow: 0 4px 20px rgba(0, 82, 224, .38)
}

.btn-p:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 82, 224, .5)
}

.btn-g {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .88);
    padding: .82rem 1.6rem
}

.btn-g:hover {
    background: rgba(255, 255, 255, .14);
    transform: translateY(-1px)
}

.btn-o {
    background: transparent;
    border: 1.5px solid var(--blue);
    color: var(--blue);
    padding: .78rem 1.5rem
}

.btn-o:hover {
    background: var(--blue-l);
    transform: translateY(-1px)
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .13em;
    border-radius: 100px;
    padding: .28rem .9rem
}

.tag-b {
    background: var(--blue-l);
    color: var(--blue)
}

.tag-d {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .7)
}

.tag-t {
    background: rgba(0, 191, 168, .12);
    color: #007a6e
}

.tag-pu {
    background: rgba(124, 58, 237, .1);
    color: var(--purple)
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .2
    }
}

@keyframes ticker {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(0, 82, 224, .35)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 82, 224, 0)
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

/* ======= NAV ======= */
.nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    padding: .875rem 0
}

.nav-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.nav-logo {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -.03em
}

.nav-logo span {
    color: var(--blue)
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem
}

.nav-links a {
    font-size: .84rem;
    font-weight: 600;
    color: var(--muted);
    transition: color .15s
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--blue)
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: .75rem
}

/* ======= HERO ======= */
.hero {
    background: #060d1a;
    padding: 3.5rem 0 0;
    position: relative;
    overflow: hidden
}

.hgrid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 82, 224, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 82, 224, .06) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(ellipse 90% 75% at 50% 0%, #000 30%, transparent 100%);
    mask-image: radial-gradient(ellipse 90% 75% at 50% 0%, #000 30%, transparent 100%)
}

.horb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none
}

.ho1 {
    top: -20%;
    right: -6%;
    width: min(680px, 72vw);
    height: min(680px, 72vw);
    background: radial-gradient(circle, rgba(0, 82, 224, .2), transparent 65%)
}

.ho2 {
    bottom: -30%;
    left: -8%;
    width: min(500px, 58vw);
    height: min(500px, 58vw);
    background: radial-gradient(circle, rgba(0, 191, 168, .12), transparent 65%)
}

.ho3 {
    top: 30%;
    left: 15%;
    width: min(260px, 32vw);
    height: min(260px, 32vw);
    background: radial-gradient(circle, rgba(124, 58, 237, .07), transparent 65%)
}

.hero-in {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 3.5rem;
    align-items: center;
    padding-bottom: 5rem
}

.hbadges {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: .5rem
}

.hbg {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: 100px;
    padding: .26rem .85rem;
    font-size: .7rem;
    font-weight: 700
}

.hbg-b {
    background: rgba(0, 82, 224, .2);
    border: 1px solid rgba(0, 82, 224, .4);
    color: rgba(148, 196, 255, .9)
}

.hbg-g {
    background: rgba(22, 163, 74, .15);
    border: 1px solid rgba(22, 163, 74, .3);
    color: rgba(134, 239, 172, .9)
}

.bdot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    animation: blink 2s infinite;
    flex-shrink: 0
}

.hero h1 {
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.046em;
    color: #fff;
    margin-bottom: 1.4rem
}

.gt {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #00e5cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.hdesc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .48);
    line-height: 1.85;
    max-width: 50ch;
    margin-bottom: 2.25rem
}

.hbtns {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem
}

.hchips {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem
}

.chip {
    font-size: .68rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 100px;
    padding: .2rem .7rem
}

/* Hero right — location globe card */
.globe-card {
    background: linear-gradient(150deg, #0d1829, #0f1e3a);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .5), 0 0 0 1px rgba(0, 82, 224, .12);
    padding: 1.5rem
}

.gc-title {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255, 255, 255, .3);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: .5rem
}

.gc-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, .07)
}

.loc-pins {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.loc-pin {
    display: flex;
    align-items: center;
    gap: .875rem;
    padding: .75rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .07);
    transition: background .2s, border-color .2s
}

.loc-pin:hover {
    background: rgba(0, 82, 224, .12);
    border-color: rgba(0, 82, 224, .3)
}

.lp-flag {
    font-size: 1.3rem;
    flex-shrink: 0
}

.lp-info {
    flex: 1
}

.lp-city {
    font-size: .84rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .1rem
}

.lp-country {
    font-size: .7rem;
    color: rgba(255, 255, 255, .35)
}

.lp-stat {
    text-align: right;
    flex-shrink: 0
}

.lp-rank {
    font-size: .72rem;
    font-weight: 800;
    color: #4ade80;
    font-family: var(--mono)
}

.lp-lbl {
    font-size: .6rem;
    color: rgba(255, 255, 255, .28);
    margin-top: .1rem
}

.gc-foot {
    margin-top: 1rem;
    padding: .75rem 1rem;
    background: rgba(0, 82, 224, .1);
    border: 1px solid rgba(0, 82, 224, .2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: .625rem
}

.gcf-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    animation: blink 1.8s infinite;
    flex-shrink: 0
}

.gcf-txt {
    font-size: .68rem;
    font-family: var(--mono);
    color: rgba(148, 196, 255, .6)
}

/* ======= TICKER ======= */
.ticker {
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 1.1rem 0;
    overflow: hidden;
    position: relative
}

.ticker::before,
.ticker::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none
}

.ticker::before {
    left: 0;
    background: linear-gradient(90deg, #fff, transparent)
}

.ticker::after {
    right: 0;
    background: linear-gradient(-90deg, #fff, transparent)
}

.ttrack {
    display: flex;
    white-space: nowrap;
    animation: ticker 35s linear infinite
}

.ti {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: 0 2rem;
    font-size: .8rem;
    font-weight: 600;
    color: var(--muted)
}

.ti svg {
    width: 13px;
    height: 13px;
    stroke: var(--blue);
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0
}

.tdot {
    padding: 0 .5rem;
    color: var(--border)
}

/* ======= SECTION HEADERS ======= */
.shead {
    text-align: center;
    margin-bottom: 3.5rem
}

.shead h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.03em;
    margin-bottom: .75rem
}

.shead p {
    font-size: .95rem;
    color: var(--muted);
    max-width: 52ch;
    margin: 0 auto;
    line-height: 1.78
}

/* ======= STATS ======= */
.stats {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 0;
    position: relative;
    overflow: hidden
}

.stats::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 82, 224, .02) 0%, rgba(0, 191, 168, .02) 100%);
    pointer-events: none
}

.sgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.sitem {
    position: relative;
    text-align: center;
    padding: 2rem 1.25rem 1.75rem;
    border-right: 1px solid var(--border);
    transition: background .2s;
    overflow: hidden
}

.sitem:last-child {
    border-right: none
}

.sitem::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    border-radius: 2px;
    transition: width .3s ease
}

.sitem:nth-child(1)::after {
    background: linear-gradient(90deg, #0052e0, #4f46e5)
}

.sitem:nth-child(2)::after {
    background: linear-gradient(90deg, #059669, #0891b2)
}

.sitem:nth-child(3)::after {
    background: linear-gradient(90deg, #7c3aed, #00bfa8)
}

.sitem:nth-child(4)::after {
    background: linear-gradient(90deg, #f59e0b, #ef4444)
}

.sitem:hover {
    background: var(--off)
}

.sitem:hover::after {
    width: 60%
}

.sico-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .875rem;
    font-size: 1.1rem
}

.sitem:nth-child(1) .sico-wrap {
    background: rgba(0, 82, 224, .08)
}

.sitem:nth-child(2) .sico-wrap {
    background: rgba(5, 150, 105, .08)
}

.sitem:nth-child(3) .sico-wrap {
    background: rgba(124, 58, 237, .08)
}

.sitem:nth-child(4) .sico-wrap {
    background: rgba(245, 158, 11, .08)
}

.sval {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -.05em;
    color: var(--text);
    line-height: 1;
    margin-bottom: .3rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1px
}

.sval b {
    font-size: 1.15rem;
    font-weight: 800
}

.sitem:nth-child(1) .sval b {
    color: #0052e0
}

.sitem:nth-child(2) .sval b {
    color: #059669
}

.sitem:nth-child(3) .sval b {
    color: #7c3aed
}

.sitem:nth-child(4) .sval b {
    color: #f59e0b
}

.slbl {
    font-size: .74rem;
    color: var(--muted);
    line-height: 1.5;
    max-width: 17ch;
    margin: 0 auto
}

/* ======= LOCATION FILTER ======= */
.loc-filter-sec {
    background: #fff;
    padding: 5rem 0
}

.filter-bar {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: 16px;
    padding: .625rem
}

.fbtn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .8rem;
    font-weight: 700;
    padding: .55rem 1.1rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background: transparent;
    color: var(--muted);
    transition: all .15s;
    font-family: var(--font)
}

.fbtn.act {
    background: #fff;
    color: var(--blue);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08)
}

.fbtn:hover:not(.act) {
    background: rgba(255, 255, 255, .7);
    color: var(--text)
}

.loc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem
}

.loc-card {
    border: 1.5px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s, transform .2s;
    cursor: pointer;
    background: #fff
}

.loc-card:hover {
    border-color: rgba(0, 82, 224, .35);
    box-shadow: 0 12px 40px rgba(0, 82, 224, .09);
    transform: translateY(-4px)
}

.lc-top {
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 1px solid var(--border)
}

.lc-flag-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem
}

.lc-flag {
    font-size: 2rem
}

.lc-badge {
    font-size: .62rem;
    font-weight: 700;
    border-radius: 100px;
    padding: .25rem .75rem;
    text-transform: uppercase;
    letter-spacing: .06em
}

.badge-active {
    background: #dcfce7;
    color: #15803d
}

.badge-new {
    background: #dbeafe;
    color: #1d4ed8
}

.badge-hot {
    background: #fee2e2;
    color: #b91c1c
}

.lc-city {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: .18rem
}

.lc-region {
    font-size: .78rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: .35rem
}

.lc-region svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0
}

.lc-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
    margin-top: 1.1rem
}

.lc-stat {
    text-align: center;
    padding: .5rem;
    background: var(--off);
    border-radius: 8px
}

.lcs-val {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -.03em;
    color: var(--text)
}

.lcs-lbl {
    font-size: .6rem;
    color: var(--muted);
    margin-top: .1rem;
    line-height: 1.3
}

.lc-bot {
    padding: 1.1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lc-kws {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
    flex: 1
}

.lc-kw {
    font-size: .62rem;
    font-weight: 600;
    padding: .15rem .55rem;
    border-radius: 100px;
    background: var(--blue-l);
    color: var(--blue)
}

.lc-link {
    font-size: .78rem;
    font-weight: 700;
    color: var(--blue);
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: .25rem
}

/* ======= SERVICES BY LOCATION ======= */
.services-loc-sec {
    background: var(--off);
    padding: 6rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border)
}

.sloc-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    align-items: start
}

.sloc-nav {
    position: sticky;
    top: 5rem
}

.sloc-nav-title {
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--muted);
    margin-bottom: .875rem;
    padding-left: .5rem
}

.sloc-list {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.sloc-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem .875rem;
    border-radius: 12px;
    cursor: pointer;
    border: 1.5px solid transparent;
    background: transparent;
    transition: all .15s;
    font-family: var(--font)
}

.sloc-item.act {
    background: #fff;
    border-color: rgba(0, 82, 224, .2);
    box-shadow: 0 4px 16px rgba(0, 82, 224, .07)
}

.sloc-item:hover:not(.act) {
    background: rgba(255, 255, 255, .7)
}

.sli-flag {
    font-size: 1.1rem;
    flex-shrink: 0
}

.sli-city {
    font-size: .84rem;
    font-weight: 700;
    color: var(--text)
}

.sli-country {
    font-size: .68rem;
    color: var(--muted)
}

.sli-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: auto;
    flex-shrink: 0
}

.dot-active {
    background: #4ade80
}

.dot-new {
    background: #60a5fa
}

.dot-hot {
    background: #f87171
}

.sloc-panel {
    display: none
}

.sloc-panel.act {
    display: block
}

.sp-hero {
    background: linear-gradient(135deg, #060d1a, #0d1b30);
    border-radius: 20px;
    padding: 2rem 2rem 2.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden
}

.sp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 82, 224, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 82, 224, .06) 1px, transparent 1px);
    background-size: 40px 40px;
    -webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 0%, #000, transparent);
    mask-image: radial-gradient(ellipse 100% 100% at 50% 0%, #000, transparent)
}

.sp-hero-in {
    position: relative;
    z-index: 1
}

.sp-hero-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    gap: 1rem;
    flex-wrap: wrap
}

.sp-flag-city {
    display: flex;
    align-items: center;
    gap: .875rem
}

.sp-flag {
    font-size: 2.5rem
}

.sp-city-name {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1
}

.sp-country-name {
    font-size: .8rem;
    color: rgba(255, 255, 255, .4);
    margin-top: .25rem
}

.sp-metrics {
    display: flex;
    gap: .625rem;
    flex-wrap: wrap
}

.sp-metric {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    padding: .5rem .875rem;
    text-align: center
}

.sp-mv {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.03em
}

.sp-ml {
    font-size: .6rem;
    color: rgba(255, 255, 255, .38);
    margin-top: .1rem
}

.sp-desc {
    font-size: .9rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.78;
    max-width: 60ch
}

.sp-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem
}

.sp-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 16px;
    padding: 1.25rem
}

.sp-card-title {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem
}

.sp-card-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border)
}

.ranking-list {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.rl-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem .625rem;
    border-radius: 8px;
    background: var(--off);
    font-size: .8rem
}

.rl-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .65rem;
    font-weight: 800;
    flex-shrink: 0
}

.rl-num.top3 {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff
}

.rl-num.p1 {
    background: var(--blue-l);
    color: var(--blue)
}

.rl-kw {
    flex: 1;
    font-weight: 600;
    color: var(--text)
}

.rl-pos {
    font-size: .72rem;
    font-weight: 800;
    font-family: var(--mono)
}

.pos-top {
    color: #16a34a
}

.pos-p1 {
    color: var(--blue)
}

.pos-p2 {
    color: var(--muted)
}

.rl-change {
    font-size: .65rem;
    font-weight: 700;
    padding: .1rem .4rem;
    border-radius: 100px
}

.ch-up {
    background: #dcfce7;
    color: #15803d
}

.ch-dn {
    background: #fee2e2;
    color: #b91c1c
}

.kw-opps {
    display: flex;
    flex-direction: column;
    gap: .375rem
}

.kw-opp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem .625rem;
    border-radius: 8px;
    border: 1px solid var(--border);
    font-size: .78rem;
    background: #fff;
    gap: .5rem
}

.kw-opp-word {
    font-weight: 600;
    color: var(--text);
    flex: 1
}

.kw-vol {
    font-size: .66rem;
    color: var(--muted)
}

.kw-diff {
    font-size: .65rem;
    font-weight: 700;
    padding: .1rem .45rem;
    border-radius: 100px
}

.diff-easy {
    background: #dcfce7;
    color: #15803d
}

.diff-med {
    background: #fef9c3;
    color: #854d0e
}

.diff-hard {
    background: #fee2e2;
    color: #b91c1c
}

.comp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem
}

.comp-item {
    padding: .625rem .75rem;
    border-radius: 8px;
    background: var(--off);
    border: 1px solid var(--border);
    font-size: .76rem
}

.comp-name {
    font-weight: 700;
    color: var(--text);
    margin-bottom: .2rem
}

.comp-score {
    font-size: .65rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: .3rem
}

.comp-bar {
    flex: 1;
    height: 4px;
    background: var(--border);
    border-radius: 2px;
    overflow: hidden
}

.comp-fill {
    height: 100%;
    border-radius: 2px;
    background: var(--blue)
}

.sp-cta {
    background: linear-gradient(135deg, rgba(0, 82, 224, .06), rgba(124, 58, 237, .06));
    border: 1.5px solid rgba(0, 82, 224, .15);
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap
}

.sp-cta-txt h4 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: .25rem
}

.sp-cta-txt p {
    font-size: .8rem;
    color: var(--muted);
    line-height: 1.5
}

/* ======= WHY LOCAL SEO MATTERS ======= */
.why-local {
    background: #fff;
    padding: 6rem 0
}

.wl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem
}

.wl-card {
    padding: 1.75rem;
    border: 1.5px solid var(--border);
    border-radius: 18px;
    transition: border-color .2s, box-shadow .2s, transform .2s;
    background: #fff
}

.wl-card:hover {
    border-color: rgba(0, 82, 224, .3);
    box-shadow: 0 8px 28px rgba(0, 82, 224, .08);
    transform: translateY(-3px)
}

.wl-ico {
    font-size: 1.75rem;
    margin-bottom: 1rem
}

.wl-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.wl-card p {
    font-size: .8rem;
    color: var(--muted);
    line-height: 1.7
}

.wl-stat {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: .875rem;
    font-size: .72rem;
    font-weight: 700;
    color: var(--green);
    background: #f0fdf4;
    border-radius: 100px;
    padding: .25rem .75rem
}

/* ======= PROCESS DARK ======= */
.proc-sec {
    background: linear-gradient(160deg, #060d1a, #0d1b30);
    padding: 6rem 0;
    position: relative;
    overflow: hidden
}

.proc-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 82, 224, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 82, 224, .05) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(ellipse 80% 100% at 50% 50%, #000, transparent);
    mask-image: radial-gradient(ellipse 80% 100% at 50% 50%, #000, transparent)
}

.procsh {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 1
}

.procsh h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -.03em;
    color: #fff;
    margin-bottom: .75rem
}

.procsh p {
    font-size: .95rem;
    color: rgba(255, 255, 255, .4);
    max-width: 52ch;
    margin: 0 auto;
    line-height: 1.78
}

.procgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    position: relative;
    z-index: 1
}

.pcard {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 1.75rem;
    transition: background .2s, border-color .2s, transform .2s
}

.pcard:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(0, 82, 224, .35);
    transform: translateY(-4px)
}

.pnum {
    font-size: .68rem;
    font-weight: 800;
    font-family: var(--mono);
    color: rgba(0, 82, 224, .65);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 1rem
}

.pico {
    font-size: 1.75rem;
    margin-bottom: .875rem
}

.pcard h4 {
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .5rem
}

.pcard p {
    font-size: .78rem;
    color: rgba(255, 255, 255, .4);
    line-height: 1.7
}

/* ======= RESULTS ======= */
.results-sec {
    background: #fff;
    padding: 6rem 0
}

.resgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem
}

.rc {
    border: 1.5px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s, transform .2s
}

.rc:hover {
    border-color: rgba(0, 82, 224, .3);
    box-shadow: 0 10px 32px rgba(0, 82, 224, .08);
    transform: translateY(-4px)
}

.rctop {
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid var(--border);
    background: var(--off)
}

.rcdom {
    font-size: .7rem;
    font-weight: 700;
    font-family: var(--mono);
    color: var(--muted);
    margin-bottom: .75rem
}

.rcmet {
    display: flex;
    gap: 1rem
}

.rcm {
    text-align: center
}

.rcmv {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -.04em;
    color: var(--text)
}

.rcml {
    font-size: .62rem;
    color: var(--muted);
    margin-top: .1rem
}

.rcbot {
    padding: 1.25rem
}

.rcq {
    font-size: .82rem;
    color: var(--text);
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 1rem;
    border-left: 3px solid var(--blue);
    padding-left: .875rem
}

.rcby {
    display: flex;
    align-items: center;
    gap: .75rem
}

.rcav {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .68rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0
}

.rcn {
    font-size: .82rem;
    font-weight: 700
}

.rcr {
    font-size: .7rem;
    color: var(--muted)
}

/* ======= FAQ ======= */
.faq-sec {
    background: var(--off);
    padding: 6rem 0;
    border-top: 1px solid var(--border)
}

.faqlyt {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 3rem;
    align-items: start
}

.faqstk {
    position: sticky;
    top: 5rem
}

.faqstk h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -.03em;
    margin-bottom: .75rem
}

.faqstk p {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.78;
    margin-bottom: 1.5rem
}

.faqbox {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 14px;
    padding: 1.25rem
}

.faqbox h4 {
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: .375rem
}

.faqbox p {
    font-size: .78rem;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: .75rem
}

.faqbox a {
    font-size: .82rem;
    font-weight: 700;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: .35rem
}

.faqlist {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.faqitem {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .2s
}

.faqitem.open {
    border-color: rgba(0, 82, 224, .25)
}

.faqq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    font-size: .88rem;
    font-weight: 700;
    cursor: pointer;
    gap: 1rem
}

.faqico {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--off);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    font-weight: 400;
    flex-shrink: 0;
    transition: transform .2s, background .2s
}

.faqitem.open .faqico {
    transform: rotate(45deg);
    background: var(--blue-l);
    color: var(--blue)
}

.faqa {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .2s
}

.faqitem.open .faqa {
    max-height: 300px;
    padding: 0 1.25rem 1.1rem
}

.faqa {
    font-size: .84rem;
    color: var(--muted);
    line-height: 1.78
}

/* ======= CTA DARK ======= */
.cta-sec {
    background: linear-gradient(160deg, #060d1a, #0d1b30);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    text-align: center
}

.cta-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 82, 224, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 82, 224, .05) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: radial-gradient(ellipse 80% 100% at 50% 50%, #000, transparent);
    mask-image: radial-gradient(ellipse 80% 100% at 50% 50%, #000, transparent)
}

.cta-in {
    position: relative;
    z-index: 1
}

.cta-sec h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -.04em;
    line-height: 1.1;
    margin-bottom: 1rem
}

.cta-sec p {
    font-size: 1rem;
    color: rgba(255, 255, 255, .45);
    max-width: 50ch;
    margin: 0 auto 2.5rem;
    line-height: 1.8
}

.cta-btns {
    display: flex;
    justify-content: center;
    gap: .75rem;
    flex-wrap: wrap
}

.cta-chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 2rem
}

.cta-chip {
    font-size: .68rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 100px;
    padding: .2rem .75rem
}

/* ======= FOOTER ======= */
.footer {
    background: #060d1a;
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding: 3rem 0 2rem
}

.footer-in {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 2.5rem
}

.fl-brand {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.03em;
    margin-bottom: .625rem
}

.fl-brand span {
    color: #60a5fa
}

.fl-desc {
    font-size: .8rem;
    color: rgba(255, 255, 255, .3);
    line-height: 1.7;
    max-width: 28ch;
    margin-bottom: 1rem
}

.fl-locs {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem
}

.fl-loc {
    font-size: .65rem;
    font-weight: 600;
    padding: .15rem .55rem;
    border-radius: 100px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .4)
}

.fcol h5 {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .25);
    margin-bottom: .875rem
}

.fcol a {
    display: block;
    font-size: .82rem;
    color: rgba(255, 255, 255, .45);
    margin-bottom: .45rem;
    transition: color .15s
}

.fcol a:hover {
    color: rgba(255, 255, 255, .85)
}

.footer-bot {
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap
}

.footer-bot p {
    font-size: .75rem;
    color: rgba(255, 255, 255, .22)
}

/* ======= RESPONSIVE ======= */
@media(max-width:900px) {
    .hero-in {
        grid-template-columns: 1fr
    }

    .globe-card {
        display: none
    }

    .sgrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .sitem:nth-child(2) {
        border-right: none
    }

    .sitem:nth-child(3) {
        border-top: 1px solid var(--border)
    }

    .loc-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .sloc-layout {
        grid-template-columns: 1fr
    }

    .sloc-nav {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: .5rem
    }

    .sloc-nav-title {
        width: 100%
    }

    .sloc-list {
        flex-direction: row;
        flex-wrap: wrap
    }

    .sloc-item {
        padding: .5rem .875rem
    }

    .sp-content {
        grid-template-columns: 1fr
    }

    .wl-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .procgrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .resgrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .faqlyt {
        grid-template-columns: 1fr
    }

    .faqstk {
        position: static
    }

    .footer-in {
        grid-template-columns: 1fr 1fr;
        gap: 2rem
    }
}

@media(max-width:580px) {
    .loc-grid {
        grid-template-columns: 1fr
    }

    .sgrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .wl-grid {
        grid-template-columns: 1fr
    }

    .procgrid {
        grid-template-columns: 1fr
    }

    .resgrid {
        grid-template-columns: 1fr
    }

    .footer-in {
        grid-template-columns: 1fr
    }

    .nav-links {
        display: none
    }
}