/* ── ROOT VARIABLES ── */
:root {
    --green: #00c97a;
    --green-dark: #00a060;
    --green-light: #e8fff4;
    --black: #0a0a0a;
    --off-black: #111;
    --gray-900: #1a1a1a;
    --gray-700: #374151;
    --gray-500: #6b7280;
    --gray-400: #9ca3af;
    --gray-200: #e5e7eb;
    --gray-100: #f5f5f5;
    --gray-50: #fafafa;
    --white: #ffffff;
    --font-display: "Plus Jakarta Sans", system-ui, sans-serif;
    --font-body: "Inter", system-ui, sans-serif;
    --font-script: "Caveat", "Comic Sans MS", cursive;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --shadow-sm: 0 1px 6px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.12);
    --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.14);
}

/* ── RESET ── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: var(--font-body);
    background: var(--white);
    color: var(--black);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
}

button {
    font: inherit;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    display: block;
}

input,
textarea,
button {
    font: inherit;
}

button {
    border: 0;
    background: none;
}

/* ── KEYFRAMES ── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.94);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes blobFloat {
    0%,
    100% {
        transform: translate(0px, 0px) scale(1);
    }
    33% {
        transform: translate(40px, -30px) scale(1.06);
    }
    66% {
        transform: translate(-25px, 15px) scale(0.96);
    }
}
@keyframes blobFloat2 {
    0%,
    100% {
        transform: translate(0px, 0px) scale(1);
    }
    33% {
        transform: translate(-35px, 25px) scale(1.04);
    }
    66% {
        transform: translate(30px, -15px) scale(0.97);
    }
}
@keyframes tick {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@keyframes spinSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes floatY {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes meshDriftA {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(6%, -8%, 0) scale(1.1);
    }
}

@keyframes meshDriftB {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-8%, 6%, 0) scale(1.08);
    }
}

@keyframes meshDriftC {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(4%, 8%, 0) scale(0.94);
    }
}

@keyframes meshPulse {
    0%,
    100% {
        opacity: 0.46;
    }
    50% {
        opacity: 0.72;
    }
}

@keyframes heroInputBorderFlow {
    0% {
        background-position:
            0 0,
            0% 50%;
    }
    50% {
        background-position:
            0 0,
            100% 50%;
    }
    100% {
        background-position:
            0 0,
            0% 50%;
    }
}

@keyframes auditCardDrift {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -6px, 0);
    }
}

@keyframes auditHighlightSweep {
    0% {
        transform: translateX(-135%);
        opacity: 0;
    }
    18% {
        opacity: 0.55;
    }
    58% {
        opacity: 0.42;
    }
    100% {
        transform: translateX(155%);
        opacity: 0;
    }
}

@keyframes auditProgressRun {
    0% {
        transform: translateX(-68%) scaleX(0.42);
    }
    50% {
        transform: translateX(18%) scaleX(0.88);
    }
    100% {
        transform: translateX(156%) scaleX(0.48);
    }
}

@keyframes auditCtaBreathe {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 6px 20px rgba(0, 201, 122, 0.18);
    }
    50% {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(0, 201, 122, 0.32);
    }
}

@keyframes pointerDgChart {
    0% {
        transform: translate(0, 0);
    }
    16% {
        transform: translate(86px, -14px);
    }
    34% {
        transform: translate(180px, -44px);
    }
    52% {
        transform: translate(276px, -64px);
    }
    70% {
        transform: translate(354px, -78px);
    }
    86% {
        transform: translate(228px, -36px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes pointerDgCompare {
    0% {
        transform: translate(0, 0);
    }
    22% {
        transform: translate(66px, 34px);
    }
    44% {
        transform: translate(52px, 130px);
    }
    66% {
        transform: translate(230px, 56px);
    }
    86% {
        transform: translate(246px, 142px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes pointerStatsSweep {
    0% {
        transform: translate(0, 0);
    }
    22% {
        transform: translate(318px, 6px);
    }
    40% {
        transform: translate(640px, 0);
    }
    56% {
        transform: translate(940px, 10px);
    }
    74% {
        transform: translate(870px, 206px);
    }
    88% {
        transform: translate(530px, 214px);
    }
    100% {
        transform: translate(140px, 206px);
    }
}

@keyframes pointerTerminalWander {
    0% {
        transform: translate(0, 0);
    }
    12% {
        transform: translate(290px, 22px);
    }
    24% {
        transform: translate(168px, 86px);
    }
    40% {
        transform: translate(356px, 124px);
    }
    55% {
        transform: translate(96px, 166px);
    }
    70% {
        transform: translate(322px, 198px);
    }
    84% {
        transform: translate(210px, 248px);
    }
    100% {
        transform: translate(18px, 272px);
    }
}

@keyframes pointerPinMapWander {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(188px, 6px);
    }
    38% {
        transform: translate(326px, 48px);
    }
    56% {
        transform: translate(300px, 170px);
    }
    74% {
        transform: translate(142px, 206px);
    }
    90% {
        transform: translate(34px, 238px);
    }
    100% {
        transform: translate(274px, 252px);
    }
}

@keyframes sectionSweep {
    0% {
        transform: translateX(-130%) skewX(-16deg);
        opacity: 0;
    }
    35% {
        opacity: 0.45;
    }
    100% {
        transform: translateX(160%) skewX(-16deg);
        opacity: 0;
    }
}

@keyframes cardSweep {
    0% {
        transform: translateX(-180%) skewX(-18deg);
        opacity: 0;
    }
    30% {
        opacity: 0.38;
    }
    100% {
        transform: translateX(220%) skewX(-18deg);
        opacity: 0;
    }
}

/* ── SCROLL REVEAL ── */
.reveal {
    --reveal-delay: 0ms;
    --reveal-duration: 0.82s;
    opacity: 0;
    transform: translate3d(0, 56px, 0) scale(0.95);
    filter: blur(6px);
    transition:
        opacity var(--reveal-duration) cubic-bezier(0.16, 1, 0.3, 1),
        transform var(--reveal-duration) cubic-bezier(0.16, 1, 0.3, 1),
        filter var(--reveal-duration) cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--reveal-delay);
    will-change: transform, opacity, filter;
}
.reveal.in {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

.reveal-left {
    transform: translate3d(-74px, 28px, 0) scale(0.95);
}

.reveal-right {
    transform: translate3d(74px, 28px, 0) scale(0.95);
}

.reveal-zoom {
    transform: translate3d(0, 46px, 0) scale(0.86);
}

.reveal-tilt {
    transform: perspective(1000px) rotateX(7deg) translate3d(0, 48px, 0)
        scale(0.95);
    transform-origin: 50% 100%;
}

.reveal.in.reveal-tilt {
    transform: perspective(1000px) rotateX(0deg) translate3d(0, 0, 0) scale(1);
}
.reveal.scale-in {
    transform: scale(0.9);
}
.reveal.scale-in.in {
    transform: scale(1);
}
.d1 {
    --reveal-delay: 120ms;
}
.d2 {
    --reveal-delay: 220ms;
}
.d3 {
    --reveal-delay: 320ms;
}
.d4 {
    --reveal-delay: 420ms;
}

.scroll-section {
    position: relative;
    overflow: clip;
}

.scroll-section::before {
    content: "";
    position: absolute;
    inset: -42% auto auto -18%;
    width: clamp(180px, 30vw, 420px);
    height: clamp(180px, 30vw, 420px);
    border-radius: 999px;
    background: radial-gradient(
        circle,
        rgba(0, 201, 122, 0.18) 0%,
        rgba(0, 201, 122, 0.06) 44%,
        transparent 76%
    );
    transform: translate3d(0, 42px, 0) scale(0.76);
    opacity: 0;
    transition:
        transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.scroll-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 35%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(0, 201, 122, 0.22) 24%,
        rgba(0, 201, 122, 0.78) 50%,
        rgba(0, 201, 122, 0.22) 76%,
        transparent 100%
    );
    opacity: 0;
    pointer-events: none;
}

.scroll-section.inview::before {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
}

.scroll-section.inview::after {
    opacity: 1;
    animation: sectionSweep 1.25s cubic-bezier(0.16, 1, 0.3, 1) 120ms 1 both;
}

.scroll-card {
    position: relative;
    overflow: hidden;
}

.scroll-card::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -55%;
    width: 42%;
    background: linear-gradient(
        115deg,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 45%,
        rgba(255, 255, 255, 0.55) 52%,
        rgba(255, 255, 255, 0.08) 60%,
        transparent 100%
    );
    opacity: 0;
    pointer-events: none;
}

.scroll-card.in::after {
    opacity: 1;
    animation: cardSweep 1.05s cubic-bezier(0.16, 1, 0.3, 1) 1 both;
    animation-delay: calc(var(--reveal-delay) + 80ms);
}

.fade-off-bottom {
    -webkit-mask-image: linear-gradient(
        to bottom,
        #000 0%,
        #000 76%,
        transparent 100%
    );
    mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
}

/* ── NAV ── */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 36px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px) saturate(1.8);
    -webkit-backdrop-filter: blur(16px) saturate(1.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition:
        box-shadow 0.2s,
        background 0.2s;
}
nav.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 18px;
    color: var(--black);
    margin-right: 32px;
    flex-shrink: 0;
    letter-spacing: -0.01em;
}
.nav-logo-wordmark {
    line-height: 1;
    padding-top: 1px;
}
.nav-logo-icon.has-image {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: none;
}
.nav-logo-icon.has-image .brand-favicon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.nav-logo-full {
    height: 42px;
    width: auto;
    display: block;
    object-fit: contain;
}
.nav-logo-icon {
    width: 32px;
    height: 32px;
    background: var(--black);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.nav-logo-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: var(--green);
    opacity: 0.95;
}
.nav-logo-icon span {
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    position: relative;
    z-index: 1;
}
.nav-logo-icon.has-image,
.stack-col-name-icon.has-image,
.ft-brand-icon.has-image,
.eco-center-logo.has-image {
    background: transparent;
    border: 1px solid var(--gray-200);
    overflow: hidden;
}
.nav-logo .nav-logo-icon.has-image {
    border: none;
    background: transparent;
}
.nav-logo-icon.has-image::after,
.ft-brand-icon.has-image::after {
    display: none;
}
.brand-favicon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nav-sep {
    width: 1px;
    height: 22px;
    background: var(--gray-200);
    margin-right: 24px;
}
.nav-links {
    display: flex;
    gap: 2px;
    list-style: none;
    flex: 1;
}
.nav-links > li {
    position: relative;
}
.nav-links a {
    font-size: 14px;
    color: var(--gray-500);
    padding: 6px 13px;
    height: 32px;
    border-radius: 7px;
    font-weight: 500;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 20px;
    white-space: nowrap;
}
.nav-solutions-trigger {
    font-size: 14px;
    color: var(--gray-500);
    padding: 6px 13px;
    height: 32px;
    border-radius: 7px;
    font-weight: 500;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 20px;
    white-space: nowrap;
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0;
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
}
.nav-links a:hover {
    color: var(--black);
    background: var(--gray-100);
}
.nav-solutions-trigger:hover,
.nav-item-solutions.open .nav-solutions-trigger {
    color: var(--black);
    background: var(--gray-100);
}
.nav-item-solutions.open .nav-solutions-trigger svg {
    transform: rotate(180deg);
}
.nav-solutions-trigger svg {
    transition: transform 0.2s ease;
}
.solutions-mega {
    position: absolute;
    top: calc(100% + 14px);
    left: -88px;
    width: min(1080px, calc(100vw - 64px));
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(10, 10, 10, 0.16);
    padding: 18px;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition:
        opacity 0.18s ease,
        transform 0.18s ease;
    z-index: 520;
}
.solutions-mega::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
}
.nav-item-solutions.open .solutions-mega {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}
.solutions-mega-top {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 1.15fr;
    gap: 12px;
}
.solutions-mega .solution-card {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    padding: 14px 14px 12px;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 178px;
    position: relative;
    overflow: hidden;
    white-space: normal;
    text-decoration: none;
    align-items: stretch;
    gap: 0;
    transition:
        border-color 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease;
}
.solutions-mega .solution-card::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 8px;
    height: 68%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.72;
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        #000 28%,
        #000 72%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        #000 28%,
        #000 72%,
        transparent 100%
    );
    transition:
        opacity 0.18s ease,
        transform 0.18s ease;
    pointer-events: none;
}
.solutions-mega .solution-card-local::before {
    background-image: url("assets/images/local_seo_bg.png");
}
.solutions-mega .solution-card-opt::before {
    background-image: url("assets/images/rank_opt_bg.png");
}
.solutions-mega .solution-card-track::before {
    background-image: url("assets/images/rank_tracking_bg.png");
}
.solutions-mega .solution-card > * {
    position: relative;
    z-index: 1;
}
.solutions-mega .solution-card-head {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-display);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: -0.02em;
    color: var(--black);
    margin-bottom: 6px;
}
.solutions-mega .solution-card-head i {
    font-size: 14px;
    color: var(--green-dark);
}
.solutions-mega .solution-card p {
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--gray-500);
    margin-bottom: 12px;
}
.solutions-mega .solution-card span {
    font-size: 13px;
    font-weight: 700;
    color: var(--black);
    margin-top: auto;
}
.solutions-mega .solution-card:hover {
    border-color: #bfead5;
    background: #f7fffb;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}
.solutions-mega .solution-card:hover::before {
    opacity: 0.9;
    transform: translateY(-1px);
}
.solution-cta-card {
    border-radius: 14px;
    padding: 18px;
    background: linear-gradient(155deg, #5c4ae3 0%, #6b5af1 55%, #6752db 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 178px;
}
.solution-cta-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.solution-cta-mark i {
    font-size: 16px;
}
.solution-cta-card h4 {
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}
.solution-cta-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    margin-bottom: 12px;
}
.solution-cta-btn {
    text-align: center;
    background: #fff;
    color: #2f2f4e;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 12px;
}
.solutions-mega-links {
    margin-top: 14px;
    border-top: 1px solid var(--gray-200);
    padding-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.solution-links-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gray-400);
    margin-bottom: 8px;
}
.solution-links-col a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    padding: 4px 0;
}
.solution-links-col a:hover {
    color: var(--green-dark);
}
.nav-badge {
    background: var(--green-light);
    color: var(--green-dark);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 5px;
    border: 1px solid #c0efdb;
}
.nav-pill {
    background: transparent;
    border: 1px solid var(--gray-200);
    color: var(--gray-500);
    font-size: 13px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.15s;
}
.nav-pill:hover {
    border-color: var(--gray-400);
    color: var(--black);
}
.nav-r {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.theme-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 9px;
    border: 1px solid var(--gray-200);
    background: var(--white);
    color: var(--gray-700);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.theme-toggle i {
    font-size: 14px;
    line-height: 1;
}
.theme-toggle:hover {
    border-color: var(--gray-400);
    background: var(--gray-50);
    color: var(--black);
}
.theme-toggle:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 2px;
}
.btn-outline {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    padding: 7px 18px;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 0.15s;
    background: var(--white);
}
.btn-outline:hover {
    border-color: var(--gray-400);
    background: var(--gray-50);
}
.btn-cta {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    padding: 8px 20px;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 0.2s;
    background: var(--green);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.btn-cta:hover {
    background: var(--green-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 201, 122, 0.3);
}

/* Hamburger */
.nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    margin-left: 12px;
    border: none;
    background: none;
    border-radius: 6px;
}
.nav-hamburger span {
    width: 22px;
    height: 2px;
    background: var(--black);
    border-radius: 2px;
    transition: all 0.25s;
}
.nav-hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.nav-hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
    display: none;
    position: fixed;
    inset: 0;
    top: 64px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    z-index: 400;
    padding: 24px 24px;
    flex-direction: column;
    gap: 6px;
    transform: translateY(-8px);
    opacity: 0;
    transition: all 0.25s;
    pointer-events: none;
}
.mobile-nav.open {
    display: flex;
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}
.mobile-nav a {
    font-size: 17px;
    font-weight: 600;
    color: var(--black);
    padding: 14px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-100);
}
.mobile-nav a:hover {
    background: var(--gray-50);
}
.mobile-nav-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}
.theme-toggle-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.theme-toggle-mobile i {
    font-size: 16px;
    line-height: 1;
}
.mobile-nav-cta a {
    display: block;
    text-align: center;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    border-bottom: none;
}
.mobile-nav-cta .m-outline {
    border: 1px solid var(--gray-200);
    color: var(--black);
    background: var(--white);
}
.mobile-nav-cta .m-green {
    background: var(--green);
    color: var(--black);
}

/* ── HERO ── */
.hero {
    padding: 130px 48px 90px;
    background: var(--white);
    position: relative;
    overflow: hidden;
}
.mesh-host {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.mesh-host > .con,
.mesh-host > .hero-inner {
    position: relative;
    z-index: 1;
}
.gradient-mesh {
    position: absolute;
    inset: -20% -16%;
    pointer-events: none;
    z-index: 0;
    filter: saturate(112%);
    mask-image: radial-gradient(
        ellipse at center,
        #000 0%,
        rgba(0, 0, 0, 0.92) 58%,
        transparent 100%
    );
    -webkit-mask-image: radial-gradient(
        ellipse at center,
        #000 0%,
        rgba(0, 0, 0, 0.92) 58%,
        transparent 100%
    );
}
.gradient-mesh .mesh-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    transform-origin: center;
    will-change: transform, opacity;
}

.gradient-mesh-hero {
    inset: -18% -16% -24% -14%;
}
.gradient-mesh-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        96deg,
        rgba(255, 255, 255, 0.92) 0%,
        rgba(255, 255, 255, 0.68) 36%,
        rgba(255, 255, 255, 0.4) 60%,
        rgba(255, 255, 255, 0.84) 100%
    );
}
.gradient-mesh-hero .mesh-orb-a {
    width: clamp(360px, 46vw, 760px);
    aspect-ratio: 1;
    background: radial-gradient(
        circle,
        rgba(0, 201, 122, 0.44) 0%,
        rgba(0, 201, 122, 0.16) 38%,
        transparent 72%
    );
    top: -24%;
    left: -8%;
    animation:
        meshDriftA 24s ease-in-out infinite,
        meshPulse 18s ease-in-out infinite;
}
.gradient-mesh-hero .mesh-orb-b {
    width: clamp(300px, 38vw, 620px);
    aspect-ratio: 1;
    background: radial-gradient(
        circle,
        rgba(92, 74, 227, 0.36) 0%,
        rgba(92, 74, 227, 0.14) 40%,
        transparent 73%
    );
    top: -12%;
    right: -6%;
    animation: meshDriftB 28s ease-in-out infinite;
}
.gradient-mesh-hero .mesh-orb-c {
    width: clamp(260px, 34vw, 520px);
    aspect-ratio: 1;
    background: radial-gradient(
        circle,
        rgba(41, 182, 246, 0.29) 0%,
        rgba(41, 182, 246, 0.1) 40%,
        transparent 74%
    );
    bottom: -8%;
    left: 34%;
    animation: meshDriftC 22s ease-in-out infinite;
}
.gradient-mesh-hero .mesh-orb-d {
    width: clamp(220px, 26vw, 420px);
    aspect-ratio: 1;
    background: radial-gradient(
        circle,
        rgba(251, 191, 36, 0.24) 0%,
        rgba(251, 191, 36, 0.07) 44%,
        transparent 74%
    );
    bottom: -14%;
    right: 14%;
    animation: meshDriftB 26s ease-in-out infinite reverse;
}

.gradient-mesh-pricing {
    inset: -16% -10% -24%;
    opacity: 0.82;
}
.gradient-mesh-pricing::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(248, 250, 252, 0.45) 0%,
        rgba(248, 250, 252, 0.72) 100%
    );
}
.gradient-mesh-pricing .mesh-orb-a {
    width: clamp(360px, 44vw, 780px);
    aspect-ratio: 1;
    top: -18%;
    left: -10%;
    background: radial-gradient(
        circle,
        rgba(0, 201, 122, 0.32) 0%,
        rgba(0, 201, 122, 0.08) 42%,
        transparent 74%
    );
    animation: meshDriftA 28s ease-in-out infinite;
}
.gradient-mesh-pricing .mesh-orb-b {
    width: clamp(300px, 34vw, 540px);
    aspect-ratio: 1;
    top: -8%;
    right: -8%;
    background: radial-gradient(
        circle,
        rgba(99, 102, 241, 0.24) 0%,
        rgba(99, 102, 241, 0.07) 44%,
        transparent 75%
    );
    animation: meshDriftB 24s ease-in-out infinite;
}
.gradient-mesh-pricing .mesh-orb-c {
    width: clamp(240px, 30vw, 480px);
    aspect-ratio: 1;
    bottom: -22%;
    left: 36%;
    background: radial-gradient(
        circle,
        rgba(14, 165, 233, 0.2) 0%,
        rgba(14, 165, 233, 0.06) 42%,
        transparent 74%
    );
    animation: meshDriftC 22s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    .gradient-mesh .mesh-orb {
        animation: none;
    }
}
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    min-height: clamp(520px, 52vw, 760px);
    position: relative;
    z-index: 1;
}

.hero-left {
    max-width: 560px;
    position: relative;
    z-index: 2;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green-dark);
    background: var(--green-light);
    border: 1px solid rgba(0, 201, 122, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 22px;
}
.hero-label-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    animation: blink 1.5s ease infinite;
}
.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(46px, 5.5vw, 78px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.035em;
    color: var(--black);
    margin-bottom: 20px;
}
.hero h1 .grad {
    background: linear-gradient(135deg, #00c97a 0%, #00e88a 50%, #00a060 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero h1 .underline {
    position: relative;
    display: inline-block;
}
.hero h1 .underline::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--green);
    border-radius: 2px;
}
.hero-sub {
    font-size: 17px;
    color: var(--gray-500);
    max-width: 480px;
    margin: 0 0 32px;
    line-height: 1.72;
    font-weight: 400;
}
.hero-sub strong {
    color: var(--black);
    font-weight: 600;
}
.hero-feature-row {
    display: flex;
    gap: 0;
    margin-bottom: 28px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--gray-900);
    flex-wrap: wrap;
    gap: 4px;
}
.hero-feature-pill {
    background: var(--gray-100);
    color: var(--gray-700);
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid var(--gray-200);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.hero-audit-box {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    padding: 22px 24px;
    max-width: 460px;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
    animation: none;
}
.hero-audit-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 201, 122, 0.04) 0%,
        transparent 60%
    );
    pointer-events: none;
}
.hero-audit-box::after {
    content: none;
}
.hero-audit-title {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--black);
}
.hero-audit-sub {
    font-size: 13px;
    color: var(--gray-400);
    margin-bottom: 14px;
}
.hero-audit-input-row {
    display: flex;
    gap: 8px;
}
.hero-input {
    flex: 1;
    background: var(--white);
    border: 1.5px solid transparent;
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(
                120deg,
                rgba(0, 201, 122, 0.3),
                rgba(0, 201, 122, 0.78),
                rgba(0, 201, 122, 0.3)
            )
            border-box;
    background-size:
        100% 100%,
        240% 240%;
    border-radius: var(--radius-sm);
    padding: 11px 14px;
    font-size: 14px;
    color: var(--gray-400);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.15s;
    animation: heroInputBorderFlow 9s ease-in-out infinite;
}
.hero-input:focus-within {
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(
                120deg,
                rgba(0, 201, 122, 0.5),
                rgba(0, 201, 122, 1),
                rgba(0, 201, 122, 0.5)
            )
            border-box;
}
.btn-hero-cta {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    padding: 11px 18px;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    background: var(--green);
    white-space: nowrap;
    transition: all 0.2s;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    animation: none;
}
.btn-hero-cta:hover {
    background: var(--green-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 201, 122, 0.35);
}
.hero-step {
    font-size: 11px;
    color: var(--gray-400);
    margin-top: 10px;
}
.hero-checks {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.hero-check {
    font-size: 12px;
    color: var(--gray-500);
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
.hero-check .ck {
    color: var(--green);
    font-weight: 700;
}

.handmade-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 0.16em;
}

.handmade-underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.02em;
    height: 0.3em;
    background: no-repeat center/100% 100%
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 32' preserveAspectRatio='none'%3E%3Cpath d='M4 18 C 42 26, 78 10, 112 17 C 150 24, 182 13, 216 18' fill='none' stroke='currentColor' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
    opacity: 0.7;
    pointer-events: none;
}

.hero-dashboard-wrap {
    position: absolute;
    top: 12px;
    right: clamp(-360px, -22vw, -180px);
    width: min(78vw, 1120px);
    max-width: none;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    box-shadow: none;
    background: transparent;
    margin-left: 0;
    z-index: 1;
}

.hero-dashboard-img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    margin-left: 0;
    animation: floatY 8s ease-in-out infinite;
}

@media (max-width: 1200px) {
    .hero-dashboard-wrap {
        right: clamp(-280px, -20vw, -140px);
        width: min(82vw, 980px);
    }
}

/* Hero Mockup */
.hero-mockup {
    background: var(--gray-50);
    border-radius: 18px;
    border: 1px solid var(--gray-200);
    overflow: hidden;
    box-shadow:
        var(--shadow-xl),
        0 0 0 1px rgba(0, 0, 0, 0.04);
    animation: floatY 6s ease-in-out infinite;
}
.mock-topbar {
    background: var(--gray-100);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid var(--gray-200);
}
.mock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.mock-dot.r {
    background: #ff5f57;
}
.mock-dot.y {
    background: #ffbd2e;
}
.mock-dot.g {
    background: #28c840;
}
.mock-url {
    background: var(--white);
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 11px;
    color: var(--gray-400);
    flex: 1;
    max-width: 200px;
    margin: 0 auto;
    border: 1px solid var(--gray-200);
    text-align: center;
}
.mock-body {
    display: grid;
    grid-template-columns: 180px 1fr;
    min-height: 380px;
}
.mock-sidebar {
    background: var(--white);
    border-right: 1px solid #ebebeb;
    padding: 16px 12px;
}
.mock-nav-item {
    padding: 7px 10px;
    border-radius: 7px;
    font-size: 12px;
    color: var(--gray-500);
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.15s;
}
.mock-nav-item img {
    width: 13px;
    height: 13px;
    object-fit: contain;
    display: block;
}
.mock-nav-item:hover,
.mock-nav-item.active {
    background: var(--gray-100);
    color: var(--black);
    font-weight: 500;
}
.mock-nav-section {
    font-size: 9px;
    font-weight: 700;
    color: #ccc;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 10px 5px;
}
.mock-main {
    padding: 18px;
}
.mock-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}
.mock-stat {
    background: var(--gray-50);
    border-radius: 9px;
    padding: 11px 13px;
    border: 1px solid var(--gray-100);
}
.mock-stat-num {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 3px;
}
.mock-stat-num.g {
    color: var(--green);
}
.mock-stat-num.b {
    color: #6c4ef2;
}
.mock-stat-num.o {
    color: #f59e0b;
}
.mock-stat-label {
    font-size: 10px;
    color: var(--gray-400);
}
.mock-chart-area {
    background: var(--gray-50);
    border-radius: 9px;
    padding: 13px;
    border: 1px solid var(--gray-100);
    margin-bottom: 12px;
}
.mock-chart-title {
    font-size: 10px;
    font-weight: 600;
    color: var(--gray-500);
    margin-bottom: 8px;
}
.mock-chart-svg {
    width: 100%;
    height: 52px;
}
.mock-feed {
    background: var(--black);
    border-radius: 9px;
    padding: 12px;
}
.mock-feed-title {
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.mock-feed-title::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
    animation: blink 1.5s ease infinite;
}
.mock-feed-item {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 10px;
}
.mock-feed-item:last-child {
    border: none;
}
.mock-feed-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--green);
    margin-top: 3px;
    flex-shrink: 0;
}
.mock-feed-text {
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.4;
}
.mock-feed-text strong {
    color: rgba(255, 255, 255, 0.82);
}

/* ── TICKER ── */
.ticker-wrap {
    border-top: 1px solid var(--gray-200);
    border-bottom: 1px solid var(--gray-200);
    padding: 13px 0;
    overflow: hidden;
    background: var(--white);
}
.ticker-track {
    display: flex;
    width: max-content;
    animation: tick 36s linear infinite;
}
.t-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 32px;
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-500);
    white-space: nowrap;
}
.t-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
}

/* ── SECTION BASE ── */
.sec {
    padding: 100px 48px;
}
.sec-gray {
    background: var(--gray-50);
}
.sec-dark {
    background: var(--black);
    color: var(--white);
}
.con {
    max-width: 1200px;
    margin: 0 auto;
}
.sec-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--gray-500);
    margin-bottom: 18px;
}
.sec-label.green {
    color: var(--green-dark);
}
.sec h2 {
    font-family: var(--font-display);
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 16px;
}
.sec h2 .green {
    color: var(--green);
}
.sec h2 .underline {
    text-decoration: underline;
    text-decoration-color: var(--green);
    text-underline-offset: 6px;
}
.sec p.sub {
    font-size: 17px;
    color: var(--gray-500);
    line-height: 1.75;
    font-weight: 400;
    max-width: 560px;
}
.sec-dark h2 {
    color: var(--white);
}
.sec-dark p.sub {
    color: rgba(255, 255, 255, 0.5);
}
.sec-dark .sec-label {
    color: rgba(255, 255, 255, 0.35);
}
.text-center {
    text-align: center;
}
.text-center .sec-label {
    justify-content: center;
}
.text-center p.sub {
    margin: 16px auto 0;
}

/* ── AMBIENT BACKGROUND UTILITIES ── */
.bg-grid {
    background-image:
        linear-gradient(rgba(10, 10, 10, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 10, 10, 0.03) 1px, transparent 1px),
        radial-gradient(
            circle at 88% 12%,
            rgba(0, 201, 122, 0.14) 0%,
            rgba(0, 201, 122, 0) 38%
        );
    background-size:
        34px 34px,
        34px 34px,
        auto;
    background-position: center, center, center;
}

.bg-glow {
    background-image:
        radial-gradient(
            circle at 16% 20%,
            rgba(0, 201, 122, 0.12) 0%,
            rgba(0, 201, 122, 0) 46%
        ),
        radial-gradient(
            circle at 86% 78%,
            rgba(0, 160, 96, 0.1) 0%,
            rgba(0, 160, 96, 0) 44%
        ),
        linear-gradient(180deg, rgba(0, 201, 122, 0.03) 0%, transparent 65%);
    background-repeat: no-repeat;
}

.bg-flow {
    background-image:
        repeating-linear-gradient(
            -35deg,
            rgba(0, 201, 122, 0.055) 0,
            rgba(0, 201, 122, 0.055) 1px,
            transparent 1px,
            transparent 22px
        ),
        linear-gradient(
            180deg,
            rgba(0, 201, 122, 0.055) 0%,
            rgba(0, 201, 122, 0.01) 46%,
            transparent 100%
        );
}

.bg-rings {
    background-image:
        radial-gradient(
            circle at 50% 50%,
            rgba(0, 201, 122, 0.08) 0%,
            rgba(0, 201, 122, 0.025) 26%,
            rgba(0, 201, 122, 0) 52%
        ),
        repeating-radial-gradient(
            circle at 50% 50%,
            rgba(0, 201, 122, 0.08) 0 1px,
            transparent 1px 54px
        );
    background-size:
        100% 100%,
        420px 420px;
    background-position: center;
}

.bg-spotlight {
    background-image: radial-gradient(
        ellipse at 50% -8%,
        rgba(0, 201, 122, 0.24) 0%,
        rgba(0, 201, 122, 0.09) 32%,
        rgba(0, 201, 122, 0.02) 55%,
        transparent 72%
    );
    background-repeat: no-repeat;
}

.bg-sweep {
    background-image:
        linear-gradient(
            120deg,
            rgba(0, 201, 122, 0.085) 0%,
            rgba(0, 201, 122, 0.02) 32%,
            rgba(255, 255, 255, 0) 64%
        ),
        linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 38%);
}

@media (max-width: 900px) {
    .bg-grid {
        background-size:
            26px 26px,
            26px 26px,
            auto;
    }

    .bg-rings {
        background-size:
            100% 100%,
            320px 320px;
    }
}

/* ── BEFORE / AFTER ── */
.ba-section {
    padding: 80px 48px;
    background: var(--gray-50);
}
.ba-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.ba-h {
    font-family: var(--font-display);
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 800;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 52px;
    line-height: 1.05;
}
.ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-md);
}
.ba-col-head {
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-200);
}
.ba-col-title {
    font-size: 13px;
    font-weight: 600;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 7px;
}
.ba-col-handwriting {
    font-family: var(--font-script);
    font-size: 29px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0;
    display: inline-block;
    transform: skewX(-7deg);
    -webkit-text-stroke: 0.3px currentColor;
    text-shadow: 0.2px 0 currentColor;
}
.ba-col-handwriting.red {
    color: #ef4444;
}
.ba-col-handwriting.green {
    color: var(--green);
}
.ba-col.before .ba-col-head {
    background: var(--gray-50);
}
.ba-col.after .ba-col-head {
    background: #f0fff8;
}
.ba-col.after {
    border-left: 2px solid var(--green);
}
.ba-body {
    padding: 12px 24px;
}
.ba-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 8px;
    border-bottom: 1px solid #f5f5f5;
}
.ba-item:last-child {
    border: none;
}
.ba-item-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}
.ba-item-icon.bad {
    background: #fee2e2;
    color: #ef4444;
}
.ba-item-icon.good {
    background: #dcfce7;
    color: #16a34a;
}
.ba-item-text {
    font-size: 14px;
    color: #333;
    line-height: 1.65;
}
.ba-item-text strong {
    font-weight: 600;
    color: var(--black);
}

.rank-heatmap {
    margin-top: 18px;
    border: 1px solid var(--gray-200);
    border-radius: 0 0 16px 16px;
    border-top: none;
    background: var(--white);
    padding: 20px 22px 18px;
}

.rank-heatmap-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.rank-heatmap-head h3 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.rank-heatmap-head p {
    margin-top: 2px;
    font-size: 13px;
    color: var(--gray-500);
}

.rank-heatmap-legend {
    display: inline-flex;
    gap: 6px;
    flex-wrap: wrap;
}

.rank-heatmap-grid {
    display: grid;
    grid-template-columns: minmax(170px, 1.8fr) repeat(4, minmax(52px, 1fr));
    gap: 6px;
}

.h-key,
.h-head,
.heat {
    border-radius: 8px;
    padding: 8px 9px;
    font-size: 12px;
}

.h-key {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    color: var(--gray-700);
    font-weight: 600;
}

.h-head {
    text-align: center;
    font-weight: 700;
    color: var(--gray-500);
    border: 1px solid var(--gray-200);
    background: var(--gray-50);
}

.heat {
    text-align: center;
    font-weight: 700;
    border: 1px solid transparent;
}

.heat.r1,
.heat.r2,
.heat.r3,
.heat.lg-red {
    background: #fee2e2;
    color: #991b1b;
    border-color: #fecaca;
}

.heat.y1,
.heat.y2,
.heat.lg-amber {
    background: #fef3c7;
    color: #92400e;
    border-color: #fde68a;
}

.heat.g1,
.heat.g2,
.heat.lg-green {
    background: #dcfce7;
    color: #166534;
    border-color: #bbf7d0;
}

/* ── STACK/JUGGLE ── */
.stack-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--gray-200);
}
.stack-col {
    padding: 32px;
}
.stack-col.competitors {
    background: var(--gray-50);
    border-right: 1px solid var(--gray-200);
}
.stack-col.us {
    background: var(--white);
}
.stack-col-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stack-col-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-400);
    display: flex;
    align-items: center;
    gap: 8px;
}
.stack-col-name-icon {
    width: 22px;
    height: 22px;
    background: var(--black);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stack-col-name-icon span {
    font-size: 10px;
    font-weight: 800;
    color: var(--white);
}
.stack-handwriting {
    font-family: var(--font-script);
    font-size: 33px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0;
    display: inline-block;
    transform: skewX(-7deg);
    -webkit-text-stroke: 0.3px currentColor;
    text-shadow: 0.2px 0 currentColor;
}
.stack-handwriting.challenge {
    color: #aaa;
}
.stack-handwriting.solution {
    color: var(--green);
}
.stack-challenge-item {
    padding: 16px 20px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    margin-bottom: 10px;
}
.stack-challenge-item h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}
.stack-challenge-item p {
    font-size: 13px;
    color: var(--gray-400);
}
.stack-solution-list {
    list-style: none;
}
.stack-solution-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 0;
    border-bottom: 1px solid var(--gray-100);
    font-size: 14px;
    font-weight: 500;
}
.stack-solution-list li:last-child {
    border: none;
}
.stack-solution-icon {
    font-size: 16px;
}

/* ── HOW IT WORKS ── */
.how-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 56px;
}
.how-card {
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    padding: 28px;
    background: var(--white);
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
}
.how-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 201, 122, 0.04) 0%,
        transparent 50%
    );
    opacity: 0;
    transition: opacity 0.25s;
}
.how-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    border-color: rgba(0, 201, 122, 0.3);
}
.how-card:hover::before {
    opacity: 1;
}
.how-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px;
}
.how-card-icon.g {
    background: var(--green-light);
}
.how-card-icon.p {
    background: #f0edff;
}
.how-card-icon.o {
    background: #fff8e8;
}
.how-card h3 {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}
.how-card p {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.72;
}
.how-card a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    color: var(--green-dark);
    margin-top: 16px;
    transition: gap 0.15s;
}
.how-card a:hover {
    gap: 9px;
}
.how-card-mockup {
    margin-top: 18px;
    background: var(--gray-50);
    border-radius: 10px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

/* ── STATS BAND ── */
.stats-band {
    background: var(--black);
    padding: 64px 48px;
    position: relative;
    overflow: hidden;
}
.stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.stat-box {
    padding: 44px 36px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.2s;
}
.stat-box:hover {
    background: rgba(255, 255, 255, 0.04);
}
.stat-box:last-child {
    border: none;
}
.stat-num {
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 800;
    color: var(--green);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.04em;
}
.stat-lbl {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 400;
}

.health-rings {
    max-width: 1200px;
    margin: 14px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.health-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px;
    position: relative;
    overflow: hidden;
}

.health-kicker {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.health-ring-wrap {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: center;
    gap: 14px;
}

.health-svg {
    width: 88px;
    height: 88px;
    overflow: visible;
}

.health-track,
.health-progress {
    fill: none;
    stroke-width: 10;
}

.health-track {
    stroke: rgba(255, 255, 255, 0.12);
}

.health-progress {
    stroke: var(--green);
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 66px 66px;
    filter: drop-shadow(0 0 8px rgba(0, 201, 122, 0.45));
}

.health-score {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.health-score-live {
    font-family: var(--font-display);
    font-size: 34px;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    letter-spacing: -0.03em;
}

.health-score-max {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
}

.health-meta {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.4);
}

/* ── BUSINESS IMPACT ── */
.impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--gray-200);
    border-radius: 18px;
    overflow: hidden;
    margin-top: 56px;
    box-shadow: var(--shadow-sm);
}
.impact-card {
    padding: 40px 36px;
    border-right: 1px solid var(--gray-200);
    transition: background 0.2s;
}
.impact-card:hover {
    background: var(--gray-50);
}
.impact-card:last-child {
    border: none;
}
.impact-num {
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.04em;
}
.impact-num.g {
    color: var(--green);
}
.impact-num.p {
    color: #6c4ef2;
}
.impact-num.o {
    color: #f59e0b;
}
.impact-kw {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}
.impact-desc {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.68;
}

/* ── AGENTS ── */
.agents-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 56px;
}
.agents-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.agents-grid-wrap {
    margin-top: 14px;
}
.agents-grid.is-collapsed .a-card:nth-child(n + 9) {
    display: none;
}
.agents-grid-wrap.is-collapsed .agents-grid {
    position: relative;
}
.agents-grid-wrap.is-collapsed .agents-grid::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(249, 250, 251, 0) 0%,
        rgba(249, 250, 251, 0.86) 65%,
        rgba(249, 250, 251, 1) 100%
    );
}
.agents-show-all-btn {
    margin: 16px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(0, 201, 122, 0.28);
    background: #f0fff8;
    color: var(--green-dark);
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: all 0.18s ease;
}
.agents-show-all-btn:hover {
    background: #dcfce7;
    border-color: rgba(0, 201, 122, 0.42);
    transform: translateY(-1px);
}
.agents-show-all-btn::after {
    content: "↓";
    font-size: 12px;
    line-height: 1;
    opacity: 0.8;
}
.agents-grid.is-expanded .a-card:nth-child(n + 9) {
    animation: agentDropIn 0.36s ease both;
}

@keyframes agentDropIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.a-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 13px;
    padding: 18px;
    transition: all 0.22s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.a-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--green);
    transform: scaleX(0);
    transition: transform 0.22s;
    transform-origin: left;
}
.a-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
    border-color: rgba(0, 201, 122, 0.25);
}
.a-card:hover::before {
    transform: scaleX(1);
}
.a-emoji {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--gray-200);
    background: var(--gray-50);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: var(--gray-700);
}
.a-emoji i {
    font-size: 18px;
    line-height: 1;
}
.a-emoji img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}
.a-card:hover .a-emoji {
    background: var(--green-light);
    border-color: rgba(0, 201, 122, 0.28);
    color: var(--green-dark);
}
.a-name {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}
.a-desc {
    font-size: 12px;
    color: var(--gray-500);
    line-height: 1.55;
}
.a-freq {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 2px 8px;
    border-radius: 5px;
    background: var(--gray-100);
    color: var(--gray-500);
    display: inline-block;
}
.a-freq.live {
    background: var(--green-light);
    color: var(--green-dark);
}

/* ── LIVE FEED BOX ── */
.feed-box {
    background: var(--black);
    border-radius: 16px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.feed-hd {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.feed-hd::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
    animation: blink 1.5s ease infinite;
}
.f-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.f-item:last-child {
    border: none;
}
.f-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green);
    margin-top: 5px;
    flex-shrink: 0;
}
.f-body {
    flex: 1;
}
.f-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.55;
}
.f-text strong {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
}
.f-time {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.2);
    margin-top: 2px;
}

.feed-terminal {
    padding: 0;
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(
            circle at 85% 6%,
            rgba(0, 201, 122, 0.15) 0%,
            rgba(0, 201, 122, 0) 48%
        ),
        #060d13;
    border: 1px solid rgba(0, 201, 122, 0.2);
}

.feed-terminal-top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.03);
}

.feed-terminal-dots {
    display: inline-flex;
    gap: 4px;
}

.feed-terminal-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: 0.9;
}

.feed-terminal-dots span:nth-child(1) {
    background: #ef4444;
}

.feed-terminal-dots span:nth-child(2) {
    background: #f59e0b;
}

.feed-terminal-dots span:nth-child(3) {
    background: #22c55e;
}

.feed-terminal-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(225, 238, 250, 0.62);
}

.feed-terminal-status {
    margin-left: auto;
    font-size: 10px;
    font-weight: 700;
    color: #4ade80;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.feed-terminal-body {
    max-height: 292px;
    overflow-y: auto;
    padding: 10px 14px 12px;
    font-family: "Geist Mono", "Menlo", "Monaco", monospace;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 201, 122, 0.28) transparent;
}

.terminal-line {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 10px;
    align-items: baseline;
    font-size: 11px;
    line-height: 1.7;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
    transition:
        background 0.3s ease,
        opacity 0.3s ease;
}

.terminal-line:last-child {
    border-bottom: none;
}

.terminal-line.is-new {
    background: rgba(0, 201, 122, 0.08);
}

.terminal-time {
    color: rgba(142, 162, 181, 0.85);
}

.terminal-text {
    color: rgba(226, 245, 235, 0.86);
}

/* ── NIGHT TIMELINE ── */
.timeline-sec.sec-dark {
    background-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.78) 0%,
            rgba(0, 0, 0, 0.68) 55%,
            rgba(0, 0, 0, 0.82) 100%
        ),
        url("assets/images/NightTimelineBackground.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.timeline-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: flex-start;
}
.timeline {
    margin-top: 32px;
    padding-left: 24px;
    border-left: none;
    position: relative;
}
.timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 36px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        rgba(0, 201, 122, 0.78) 0%,
        rgba(0, 201, 122, 0.25) 58%,
        rgba(0, 201, 122, 0.05) 100%
    );
    box-shadow: 0 0 14px rgba(0, 201, 122, 0.25);
}
.tl-item {
    position: relative;
    padding: 0 0 36px 32px;
}
.tl-item::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px rgba(0, 201, 122, 0.15);
}
.tl-time {
    font-size: 11px;
    font-weight: 700;
    color: var(--green);
    letter-spacing: 0.06em;
    margin-bottom: 5px;
}
.tl-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 4px;
}
.tl-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1.65;
}

/* ── AI SEARCH ── */
.ai-platforms {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 48px;
}
.ai-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 13px;
    padding: 20px 14px;
    text-align: center;
    transition: all 0.22s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    --spot-x: 50%;
    --spot-y: 50%;
}
.ai-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    pointer-events: none;
    background: radial-gradient(
        circle at var(--spot-x) var(--spot-y),
        rgba(0, 201, 122, 0.24) 0%,
        rgba(0, 201, 122, 0.12) 22%,
        rgba(0, 201, 122, 0) 60%
    );
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 0;
}
.ai-card > * {
    position: relative;
    z-index: 1;
}
.ai-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(0, 201, 122, 0.25);
}
.ai-card:hover::before {
    opacity: 1;
}
.ai-em {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin: 0 auto 10px;
    border: 1px solid var(--gray-200);
    background: var(--gray-50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-700);
}
.ai-em i {
    font-size: 20px;
    line-height: 1;
}
.ai-em img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}
.ai-card:hover .ai-em {
    background: #f3fff9;
    border-color: rgba(0, 201, 122, 0.3);
    color: var(--green-dark);
}
.ai-name {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--gray-700);
}
.ai-big {
    font-size: 22px;
    font-weight: 800;
    color: var(--green);
    line-height: 1;
    font-family: var(--font-display);
}
.ai-sm {
    font-size: 11px;
    color: var(--gray-400);
    margin-top: 2px;
}
.chatgpt-mock {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.chatgpt-head {
    background: var(--gray-50);
    border-bottom: 1px solid #ebebeb;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.chatgpt-logo {
    width: 22px;
    height: 22px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--white);
    font-weight: 700;
}
.chatgpt-logo img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    display: block;
}
.chatgpt-title {
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-500);
}
.chatgpt-body {
    padding: 16px;
}
.chatgpt-q {
    background: var(--gray-100);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 12px;
    color: var(--gray-500);
    margin-bottom: 14px;
    font-style: italic;
}
.chatgpt-result {
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 8px;
    position: relative;
}
.chatgpt-result.highlight {
    border-color: var(--green);
    background: #f0fff8;
}
.chatgpt-result-rank {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
}
.chatgpt-result-rank.before {
    background: #fee2e2;
    color: #dc2626;
}
.chatgpt-result-rank.after {
    background: #dcfce7;
    color: #16a34a;
}
.chatgpt-result h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}
.chatgpt-result p {
    font-size: 12px;
    color: var(--gray-500);
}

/* ── TWO WAYS ── */
.two-ways-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 56px;
}
.way-card {
    border: 1px solid var(--gray-200);
    border-radius: 18px;
    padding: 36px;
    background: var(--white);
    transition: all 0.22s;
}
.way-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
}
.way-card.featured {
    background: var(--black);
    border-color: transparent;
}
.way-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gray-400);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.way-card.featured .way-tag {
    color: rgba(255, 255, 255, 0.28);
}
.way-card h3 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    margin: 16px 0 10px;
    letter-spacing: -0.02em;
}
.way-card.featured h3 {
    color: var(--white);
}
.way-card p {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.72;
    margin-bottom: 20px;
}
.way-card.featured p {
    color: rgba(255, 255, 255, 0.42);
}
.way-card .perfect {
    font-size: 13px;
    color: #888;
}
.way-card .perfect strong {
    color: var(--gray-500);
    font-weight: 600;
}
.way-card.featured .perfect {
    color: rgba(255, 255, 255, 0.28);
}
.way-card.featured .perfect strong {
    color: rgba(255, 255, 255, 0.45);
}
.way-btn {
    width: 100%;
    margin-top: 24px;
    padding: 13px;
    font-size: 14px;
    font-weight: 700;
    border-radius: var(--radius-sm);
    cursor: pointer;
    border: 1px solid var(--gray-200);
    background: var(--white);
    color: var(--black);
    transition: all 0.2s;
    display: block;
    text-align: center;
}
.way-btn:hover {
    background: var(--gray-50);
    border-color: var(--gray-400);
}
.way-card.featured .way-btn {
    background: var(--green);
    border-color: transparent;
    color: var(--black);
}
.way-card.featured .way-btn:hover {
    background: var(--green-dark);
}

.benchmark-radar {
    margin-top: 18px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 18px;
    padding: 20px;
}

.benchmark-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}

.benchmark-head h3 {
    font-family: var(--font-display);
    font-size: 20px;
    letter-spacing: -0.02em;
}

.benchmark-head p {
    margin-top: 3px;
    font-size: 13px;
    color: var(--gray-500);
}

.benchmark-key {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-700);
}

.benchmark-key span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.benchmark-key .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.benchmark-key .dot.agency {
    background: #6b7280;
}

.benchmark-key .dot.mesh {
    background: var(--green);
}

.benchmark-chart-wrap {
    display: flex;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid var(--gray-200);
    background: linear-gradient(180deg, #fbfefc 0%, #f7faf8 100%);
    padding: 8px;
}

.benchmark-chart {
    width: 30%;
    min-width: 320px;
    max-width: 420px;
    height: auto;
}

.bench-grid polygon,
.bench-grid line {
    fill: none;
    stroke: #d8e2db;
    stroke-width: 1.4;
}

.bench-area {
    fill-opacity: 0.26;
    stroke-width: 2.2;
}

.bench-area.agency {
    fill: #9ca3af;
    stroke: #6b7280;
}

.bench-area.rankmesh {
    fill: #00c97a;
    stroke: #009f63;
}

.bench-labels text {
    fill: #4b5563;
    font-size: 11px;
    font-weight: 600;
    text-anchor: middle;
}

.bench-labels text:nth-of-type(2),
.bench-labels text:nth-of-type(3) {
    text-anchor: end;
}

.bench-labels text:nth-of-type(5),
.bench-labels text:nth-of-type(6) {
    text-anchor: start;
}

/* ── ECOSYSTEM ── */
.ecosystem-sec {
    background-image:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(255, 255, 255, 0.9) 45%,
            rgba(255, 255, 255, 0.95) 100%
        ),
        url("assets/images/EcosystemMeshBackground.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.eco-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    border-radius: 18px;
    overflow: hidden;
    background: var(--gray-200);
    margin-top: 56px;
}
.eco-card {
    background: var(--white);
    padding: 34px 28px;
    transition: background 0.2s;
    position: relative;
    overflow: hidden;
}
.eco-card:hover {
    background: var(--gray-50);
}
.eco-card.center {
    background: var(--black);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.eco-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid var(--gray-200);
    background: var(--gray-50);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.eco-icon i {
    font-size: 20px;
    line-height: 1;
}
.eco-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}
.eco-name {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}
.eco-name.white {
    color: var(--white);
}
.eco-desc {
    font-size: 13px;
    color: var(--gray-500);
    line-height: 1.6;
}
.eco-desc.white {
    color: rgba(255, 255, 255, 0.38);
}
.eco-center-logo {
    width: 60px;
    height: 60px;
    background: var(--green);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 12px;
}

/* ── COMPARE TABLE ── */
.compare-wrap {
    margin-top: 60px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.compare-table {
    width: 100%;
    border-collapse: collapse;
}
.compare-table thead tr {
    background: var(--gray-50);
}
.compare-table th {
    padding: 16px 22px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    color: var(--gray-500);
}
.compare-table th.us {
    background: #f0fff8;
    color: var(--green-dark);
}
.compare-table th.us,
.compare-table td:nth-child(4) {
    background-image: linear-gradient(
        180deg,
        rgba(0, 201, 122, 0.17) 0%,
        rgba(0, 201, 122, 0.05) 62%,
        rgba(0, 201, 122, 0.01) 100%
    );
    border-left: 1px solid rgba(0, 201, 122, 0.2);
    border-right: 1px solid rgba(0, 201, 122, 0.15);
}
.compare-table th:first-child {
    width: 36%;
}
.compare-table td {
    padding: 13px 22px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
    color: var(--gray-500);
    vertical-align: top;
}
.compare-table tr:last-child td {
    border: none;
}
.compare-table tr:hover td {
    background: rgba(0, 201, 122, 0.015);
}
.compare-table td:first-child {
    font-weight: 600;
    color: var(--black);
}
.c-y {
    color: #16a34a;
    font-weight: 600;
}
.c-n {
    color: #ddd;
}
.c-p {
    color: #d97706;
}
.compare-cat td {
    background: var(--gray-50);
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #aaa !important;
    padding-top: 14px !important;
    padding-bottom: 10px !important;
}

/* ── PRICING ── */
.pricing-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
}
.pricing-header h3 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
}
.pricing-header p {
    font-size: 14px;
    color: var(--gray-500);
}
.pricing-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-500);
    border: 1px solid var(--gray-200);
    padding: 6px 16px;
    border-radius: 6px;
    transition: all 0.15s;
}
.pricing-link:hover {
    border-color: var(--gray-400);
    color: var(--black);
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}
.plan {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.22s;
    position: relative;
}
.plan:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}
.plan.hot {
    border-color: var(--green);
    background: linear-gradient(
        160deg,
        rgba(0, 201, 122, 0.05) 0%,
        var(--white) 50%
    );
    box-shadow:
        0 0 0 1px rgba(0, 201, 122, 0.2),
        var(--shadow-md);
}
.plan-hot-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--green);
    color: var(--black);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 0 0 10px 10px;
    white-space: nowrap;
}
.plan-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 12px;
}
.plan-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}
.plan-price {
    font-family: var(--font-display);
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 3px;
}
.plan-price .curr {
    font-size: 20px;
    font-weight: 500;
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
}
.plan-period {
    font-size: 13px;
    color: var(--gray-400);
    margin-bottom: 6px;
}
.plan-for {
    font-size: 13px;
    color: var(--gray-400);
    margin-bottom: 22px;
    font-style: italic;
}
.plan-btn {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 9px;
    cursor: pointer;
    border: 1.5px solid var(--gray-200);
    background: var(--white);
    color: var(--black);
    transition: all 0.2s;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.plan-btn:hover {
    border-color: var(--gray-400);
    background: var(--gray-50);
}
.plan.hot .plan-btn {
    background: var(--green);
    border-color: transparent;
    color: var(--black);
}
.plan.hot .plan-btn:hover {
    background: var(--green-dark);
}
.plan-section-title {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    margin-top: 16px;
}
.plan-feats {
    list-style: none;
}
.plan-feats li {
    font-size: 13px;
    color: var(--gray-500);
    padding: 6px 0;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    border-bottom: 1px solid #f8f8f8;
    line-height: 1.5;
}
.plan-feats li:last-child {
    border: none;
}
.plan-feats .ck {
    color: var(--green);
    flex-shrink: 0;
    font-weight: 700;
    margin-top: 1px;
}

/* Agency plans */
.agency-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.aplan {
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    padding: 28px 24px;
    background: var(--white);
    transition: all 0.22s;
}
.aplan:hover {
    box-shadow: var(--shadow-md);
}
.aplan.hot {
    border-color: var(--black);
    background: var(--black);
}
.aplan.hot .plan-period,
.aplan.hot .plan-for {
    color: rgba(255, 255, 255, 0.3);
}
.aplan.hot .plan-name,
.aplan.hot .plan-price {
    color: var(--white);
}
.aplan-price {
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 3px;
}
.aplan.hot .aplan-price {
    color: var(--white);
}
.aplan-btn {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 9px;
    cursor: pointer;
    border: 1.5px solid var(--gray-200);
    background: var(--white);
    color: var(--black);
    transition: all 0.2s;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.aplan-btn:hover {
    border-color: var(--gray-400);
}
.aplan.hot .aplan-btn {
    background: var(--green);
    border-color: transparent;
    color: var(--black);
}
.aplan.hot .plan-feats li {
    color: rgba(255, 255, 255, 0.45);
    border-color: rgba(255, 255, 255, 0.07);
}
.aplan.hot .plan-section-title {
    color: rgba(255, 255, 255, 0.28);
}
.aplan.hot .plan-feats .ck {
    color: var(--green);
}

/* ── ROI ── */
.roi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--gray-200);
    border-radius: 18px;
    overflow: hidden;
    margin-top: 60px;
    box-shadow: var(--shadow-sm);
}
.roi-col {
    padding: 44px 40px;
}
.roi-col.light {
    background: var(--gray-50);
}
.roi-col.dark {
    background: var(--black);
}
.roi-col-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #aaa;
    margin-bottom: 24px;
}
.roi-col.dark .roi-col-title {
    color: rgba(255, 255, 255, 0.22);
}
.roi-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}
.roi-col.dark .roi-line {
    border-color: rgba(255, 255, 255, 0.06);
}
.roi-line:last-child {
    border: none;
}
.roi-line-label {
    color: var(--gray-500);
}
.roi-col.dark .roi-line-label {
    color: rgba(255, 255, 255, 0.38);
}
.roi-line-val {
    font-weight: 700;
    color: var(--black);
}
.roi-col.dark .roi-line-val {
    color: var(--white);
}
.roi-line-val.red {
    color: #ef4444;
}
.roi-line-val.green {
    color: var(--green-dark);
}
.roi-total {
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 10px;
    background: var(--gray-100);
}
.roi-col.dark .roi-total {
    background: rgba(0, 201, 122, 0.1);
    border: 1px solid rgba(0, 201, 122, 0.18);
}
.roi-total-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #aaa;
    margin-bottom: 4px;
}
.roi-col.dark .roi-total-label {
    color: var(--green);
}
.roi-total-val {
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}
.roi-col.dark .roi-total-val {
    color: var(--white);
}

.roi-sim {
    margin-top: 24px;
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    background: var(--gray-50);
    padding: 16px;
}

.roi-sim-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.roi-sim-kicker {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gray-500);
    font-weight: 700;
}

.roi-sim-title {
    margin-top: 2px;
    font-size: 15px;
    font-weight: 700;
    color: var(--black);
}

.roi-sim-value {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--green-dark);
    white-space: nowrap;
}

.roi-slider {
    --roi-progress: 15.8%;
    margin-top: 14px;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    appearance: none;
    background: linear-gradient(
        90deg,
        var(--green) 0%,
        var(--green) var(--roi-progress),
        #dbe2e8 var(--roi-progress),
        #dbe2e8 100%
    );
    outline: none;
}

.roi-slider::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--green);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    appearance: none;
}

.roi-slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--green);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.roi-sim-scale {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--gray-500);
    font-weight: 600;
}

/* ── TESTIMONIALS ── */
.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 56px;
}
.testi {
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    padding: 28px;
    background: var(--white);
    transition: all 0.22s;
}
.testi:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
    border-color: rgba(0, 201, 122, 0.2);
}
.testi-stars {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}
.testi-body {
    font-size: 15px;
    color: var(--black);
    line-height: 1.78;
    font-weight: 400;
    margin-bottom: 22px;
}
.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.testi-av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--green-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: var(--green-dark);
    flex-shrink: 0;
}
.testi-name {
    font-size: 14px;
    font-weight: 700;
}
.testi-role {
    font-size: 12px;
    color: var(--gray-400);
}

/* ── PLATFORMS ── */
.platforms-row {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 28px 32px;
    background: var(--gray-50);
    border-radius: 13px;
    border: 1px solid var(--gray-200);
}
.platform-item {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-500);
    display: flex;
    align-items: center;
    gap: 7px;
    transition: color 0.15s;
}
.platform-item:hover {
    color: var(--black);
}
.platform-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
}
.platform-brand {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.platform-brand img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

/* ── FAQ ── */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 56px;
}
.faq-item {
    border: 1px solid var(--gray-200);
    border-radius: 13px;
    padding: 24px 28px;
    cursor: pointer;
    transition: all 0.2s;
    background: var(--white);
}
.faq-item:hover {
    box-shadow: var(--shadow-sm);
    border-color: rgba(0, 201, 122, 0.3);
}
.faq-item.open {
    border-color: var(--green);
    background: #f8fff8;
}
.faq-q {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 0;
    align-items: flex-start;
}
.faq-arrow {
    color: var(--gray-400);
    font-size: 20px;
    flex-shrink: 0;
    transition: transform 0.2s;
}
.faq-item.open .faq-arrow {
    transform: rotate(45deg);
    color: var(--green);
}
.faq-a {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.78;
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.3s ease,
        margin-top 0.3s;
}
.faq-item.open .faq-a {
    max-height: 300px;
    margin-top: 12px;
}

/* ── FINAL CTA ── */
.final-cta-wrap {
    padding: 40px 48px 80px;
    background: var(--white);
}
.final-cta-card {
    max-width: 1200px;
    margin: 0 auto;
    background-image:
        linear-gradient(
            135deg,
            rgba(0, 201, 122, 0.92) 0%,
            rgba(0, 160, 96, 0.9) 40%,
            rgba(10, 102, 64, 0.94) 100%
        ),
        url("assets/images/FinalCTAAbstractBackground.png");
    background-size:
        200% 200%,
        cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    animation: gradientShift 8s ease infinite;
    border-radius: 26px;
    padding: 80px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.final-cta-card::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 80px solid rgba(255, 255, 255, 0.07);
    top: -120px;
    right: -60px;
}
.final-cta-card::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 60px solid rgba(255, 255, 255, 0.05);
    bottom: -90px;
    left: -40px;
}
.final-cta-card h2 {
    font-family: var(--font-display);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    color: var(--white);
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.final-cta-card p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.78);
    max-width: 520px;
    margin: 0 auto 40px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}
.cta-ai-icons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
}
.cta-ai-icon {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    backdrop-filter: blur(8px);
    transition: transform 0.2s;
}
.cta-ai-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}
.cta-ai-icon:hover {
    transform: scale(1.12);
}
.cta-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.cta-btn-primary {
    font-size: 15px;
    font-weight: 700;
    color: var(--black);
    background: var(--white);
    padding: 14px 30px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}
.cta-btn-primary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.cta-btn-secondary {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 14px 28px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}
.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.26);
}
.cta-fine {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.48);
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

/* ── FOOTER ── */
footer {
    background: var(--white);
    border-top: 1px solid var(--gray-200);
}
.ft-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 48px 48px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 56px;
}
.ft-brand {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 22px;
    color: var(--black);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ft-brand-icon {
    width: 28px;
    height: 28px;
    background: var(--black);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.ft-brand-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: var(--green);
    opacity: 0.92;
}
.ft-brand-icon span {
    font-size: 12px;
    font-weight: 900;
    color: var(--white);
    position: relative;
    z-index: 1;
}
.ft-tagline {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.72;
    max-width: 260px;
    margin-bottom: 28px;
}
.ft-contact {
    display: grid;
    gap: 14px;
}
.ft-contact-item {
    display: grid;
    gap: 4px;
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.6;
}
.ft-contact-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #bbb;
}
.ft-contact a {
    color: var(--gray-500);
    transition: color 0.15s;
}
.ft-contact a:hover {
    color: var(--black);
}
.ft-socials {
    display: flex;
    gap: 8px;
}
.ft-social {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--gray-400);
    transition: all 0.2s;
}
.ft-social img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}
.ft-social:hover {
    border-color: var(--gray-400);
    color: var(--black);
    background: var(--gray-50);
}
.ft-col h5 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #bbb;
    margin-bottom: 18px;
}
.ft-col ul {
    list-style: none;
}
.ft-col li {
    margin-bottom: 11px;
}
.ft-col a {
    font-size: 14px;
    color: var(--gray-500);
    transition: color 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.ft-col a:hover {
    color: var(--black);
}
.ft-new {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 4px;
    background: var(--green-light);
    color: var(--green-dark);
    border: 1px solid #c0efdb;
}
.ft-soon {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 4px;
    background: var(--gray-100);
    color: #aaa;
}
.ft-bottom-band {
    background: var(--white);
    border-top: 1px solid var(--gray-100);
    padding: 0 48px;
}
.ft-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.ft-bottom-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
    flex-wrap: wrap;
    gap: 12px;
}
.ft-copyright {
    font-size: 13px;
    color: #bbb;
}
.ft-legal {
    display: flex;
    gap: 22px;
}
.ft-legal a {
    font-size: 13px;
    color: #bbb;
    transition: color 0.15s;
}
.ft-legal a:hover {
    color: var(--gray-500);
}
.ft-big-logo {
    padding: 20px 0 0;
    overflow: hidden;
    pointer-events: none;
}
.ft-big-logo-text {
    font-family: var(--font-display);
    font-size: clamp(80px, 14vw, 160px);
    font-weight: 800;
    color: #f0f0f0;
    letter-spacing: -0.05em;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    white-space: nowrap;
}
.ft-big-logo-mark {
    width: clamp(78px, 13vw, 152px);
    height: clamp(78px, 13vw, 152px);
    background: var(--black);
    border-radius: clamp(14px, 2.2vw, 28px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: clamp(1px, 0.2vw, 5px);
    position: relative;
    overflow: hidden;
}
.ft-big-logo-mark::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: var(--green);
    opacity: 0.92;
}
.ft-big-logo-mark span {
    font-size: clamp(28px, 5vw, 60px);
    font-weight: 900;
    color: var(--white);
    position: relative;
    z-index: 1;
}
.ft-big-logo-mark.has-image {
    background: transparent;
    border: none;
}
.ft-big-logo-mark.has-image::after {
    display: none;
}
.ft-big-logo-mark.has-image .brand-favicon {
    width: 205%;
    height: 205%;
    object-fit: contain;
    object-position: 50% 64%;
    transform: translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .agents-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .ft-main {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
        padding: 48px 32px;
    }
    .ft-bottom-band {
        padding: 0 32px;
    }
}

@media (max-width: 900px) {
    nav {
        padding: 0 20px;
    }
    .nav-links,
    .nav-sep {
        display: none;
    }
    .nav-hamburger {
        display: flex;
    }
    .nav-r .btn-outline {
        display: none;
    }
    .theme-toggle {
        display: none;
    }
    .solutions-mega {
        display: none;
    }

    .hero {
        padding: 100px 24px 60px;
    }
    .hero-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        min-height: 0;
    }
    .hero h1 {
        font-size: clamp(38px, 8vw, 60px);
    }
    .hero-sub {
        font-size: 16px;
    }
    .hero-audit-box {
        max-width: 100%;
    }
    .hero-dashboard-wrap {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        justify-self: stretch;
        margin-left: 0;
    }
    .hero-dashboard-img {
        width: 100%;
        margin-left: 0;
    }

    .sec {
        padding: 72px 24px;
    }
    .ba-section {
        padding: 64px 24px;
    }
    .final-cta-wrap {
        padding: 24px 24px 60px;
    }

    .hero-inner,
    .ba-grid,
    .stack-grid,
    .how-cards,
    .impact-grid,
    .agents-top,
    .agents-grid,
    .ai-search-wrap,
    .two-ways-grid,
    .timeline-grid,
    .roi-grid,
    .testi-grid,
    .faq-grid,
    .agency-grid {
        grid-template-columns: 1fr;
    }

    .ba-col.after {
        border-left: none;
        border-top: 2px solid var(--green);
    }
    .impact-card,
    .stat-box {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .impact-card {
        border-bottom: 1px solid var(--gray-200);
    }
    .stat-box {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .ai-platforms {
        grid-template-columns: repeat(3, 1fr);
    }
    .eco-wrap {
        grid-template-columns: 1fr;
    }
    .eco-card.center {
        min-height: 120px;
    }
    .compare-wrap {
        overflow-x: auto;
    }
    .compare-table {
        min-width: 700px;
    }
    .stats-inner {
        grid-template-columns: 1fr 1fr;
    }
    .agents-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .final-cta-card {
        padding: 48px 28px;
    }
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .ft-main {
        grid-template-columns: 1fr;
    }
    .ft-main > div:first-child {
        margin-bottom: 0;
    }
    .ft-big-logo-text {
        font-size: clamp(56px, 12vw, 120px);
    }
    .ft-bottom-band {
        padding: 0 24px;
    }
    .ft-legal {
        flex-wrap: wrap;
        gap: 12px;
    }
    .pricing-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .cursor-trail {
        display: none;
    }
}

@media (max-width: 560px) {
    .hero-feature-row {
        gap: 6px;
    }
    .hero-audit-input-row {
        flex-direction: column;
    }
    .btn-hero-cta {
        width: 100%;
        justify-content: center;
    }
    .ai-platforms {
        grid-template-columns: 1fr 1fr;
    }
    .agents-grid {
        grid-template-columns: 1fr 1fr;
    }
    .two-ways-grid {
        grid-template-columns: 1fr;
    }
    .cta-btns {
        flex-direction: column;
    }
    .cta-btn-primary,
    .cta-btn-secondary {
        justify-content: center;
    }
    .platforms-row {
        gap: 16px;
    }
    .tl-item {
        padding-left: 24px;
    }
    .stats-inner {
        grid-template-columns: 1fr;
    }
    nav {
        height: 58px;
    }
    .mobile-nav {
        top: 58px;
    }
}

/* Code blocks */
.gh-mockup {
    background: var(--black);
    border-radius: 14px;
    overflow: hidden;
}
.gh-topbar {
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    gap: 6px;
}
.gh-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.gh-dot.r {
    background: #ff5f57;
}
.gh-dot.y {
    background: #ffbd2e;
}
.gh-dot.g {
    background: #28c840;
}
.gh-tab {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.28);
    margin-left: auto;
}
.code-line {
    display: flex;
    gap: 14px;
    font-family: "Menlo", "Monaco", monospace;
    font-size: 12px;
    line-height: 1.9;
    padding: 0 4px;
}
.code-line .ln {
    color: rgba(255, 255, 255, 0.15);
    min-width: 18px;
    text-align: right;
    user-select: none;
}
.code-line .added {
    color: #4ade80;
}
.code-line .removed {
    color: #f87171;
}
.code-line .cm {
    color: rgba(255, 255, 255, 0.28);
}
.gh-pr-box {
    margin: 0 16px 16px;
    background: rgba(0, 201, 122, 0.08);
    border: 1px solid rgba(0, 201, 122, 0.22);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.gh-pr-left {
    flex: 1;
}
.gh-pr-title {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
    margin-bottom: 2px;
}
.gh-pr-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.28);
}
.gh-pr-status {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    background: var(--green);
    color: var(--black);
    white-space: nowrap;
}

/* ── GEO SECTION ── */
.geo-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: flex-start;
    margin: 52px 0;
}
.geo-score-card {
    background: var(--black);
    border-radius: 20px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.geo-score-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(0, 201, 122, 0.12);
    border: 1px solid rgba(0, 201, 122, 0.22);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    color: var(--green);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.geo-score-num {
    font-size: 72px;
    font-weight: 900;
    color: var(--white);
    font-family: var(--font-display);
    line-height: 1;
    margin-bottom: 4px;
}
.geo-score-num sub {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 400;
    vertical-align: baseline;
}
.geo-score-lbl {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 24px;
}
.geo-plat-row {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.geo-plat-item {
    display: grid;
    grid-template-columns: 90px 1fr 36px;
    gap: 10px;
    align-items: center;
}
.geo-plat-name {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 6px;
}
.geo-plat-name img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    display: block;
    background: var(--white);
    border-radius: 4px;
    padding: 1px;
}
.geo-plat-bar {
    height: 5px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
}
.geo-plat-fill {
    height: 100%;
    background: var(--green);
    border-radius: 3px;
}
.geo-plat-pct {
    font-size: 12px;
    font-weight: 700;
    color: var(--green);
    text-align: right;
}
.geo-right-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.geo-illus-wrap {
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    background:
        radial-gradient(
            circle at 84% 20%,
            rgba(0, 201, 122, 0.16) 0%,
            rgba(0, 201, 122, 0) 56%
        ),
        var(--gray-50);
    overflow: hidden;
    padding: 8px;
    box-shadow: var(--shadow-sm);
}
.geo-illus {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    min-height: 180px;
    max-height: 240px;
}
.geo-right-side h3 {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-family: var(--font-display);
}
.geo-checks {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}
.geo-check {
    font-size: 13px;
    color: var(--gray-700);
    display: flex;
    align-items: center;
    gap: 8px;
}
.geo-check .ck {
    color: var(--green);
    font-weight: 700;
    flex-shrink: 0;
}
.geo-lottie-box {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    margin-top: 16px;
}
.geo-feat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 40px;
}
.geo-feat-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    padding: 22px 20px;
    transition:
        box-shadow 0.2s,
        transform 0.2s;
    cursor: default;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    --spot-x: 50%;
    --spot-y: 50%;
}
.geo-feat-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    pointer-events: none;
    background: radial-gradient(
        circle at var(--spot-x) var(--spot-y),
        rgba(0, 201, 122, 0.24) 0%,
        rgba(0, 201, 122, 0.11) 22%,
        rgba(0, 201, 122, 0) 60%
    );
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 0;
}
.geo-feat-card > * {
    position: relative;
    z-index: 1;
}
.geo-feat-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.geo-feat-card:hover::before {
    opacity: 1;
}
.geo-feat-icon {
    width: 42px;
    height: 42px;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.geo-feat-icon i {
    font-size: 20px;
    color: var(--black);
}
.geo-feat-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--black);
    line-height: 1.3;
}
.geo-feat-desc {
    font-size: 12px;
    color: var(--gray-500);
    line-height: 1.65;
}
.feat-tag {
    display: inline-block;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}
.feat-tag.new {
    background: var(--green-light);
    color: var(--green-dark);
}

/* ── MULTI-FORMAT CONTENT ── */
.fmt-pipeline {
    display: flex;
    align-items: center;
    margin: 40px auto;
    overflow-x: auto;
    padding-bottom: 4px;
    max-width: 760px;
    justify-content: center;
}
.fmt-step {
    flex-shrink: 0;
    text-align: center;
}
.fmt-icon-box {
    width: 60px;
    height: 60px;
    background: var(--white);
    border: 1.5px solid var(--gray-200);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    box-shadow: var(--shadow-sm);
}
.fmt-icon-box i {
    font-size: 22px;
    color: var(--gray-600);
}
.fmt-icon-box img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}
.fmt-icon-box.source {
    background: var(--black);
    border-color: var(--black);
}
.fmt-icon-box.source i {
    color: var(--green);
}
.fmt-step-lbl {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray-700);
}
.fmt-step-sub {
    font-size: 10px;
    color: var(--gray-500);
    margin-top: 2px;
}
.fmt-arr {
    font-size: 18px;
    color: var(--gray-300);
    padding: 0 10px;
    flex-shrink: 0;
    margin-bottom: 28px;
}
.fmt-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 16px;
}
.fmt-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 18px 14px;
}
.fmt-card-ico {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.fmt-card-ico i {
    font-size: 17px;
}
.fmt-card-ico img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}
.fmt-card-name {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--black);
}
.fmt-card-desc {
    font-size: 11px;
    color: var(--gray-500);
    line-height: 1.65;
}
.fmt-card-badge {
    display: inline-block;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    background: var(--green-light);
    color: var(--green-dark);
    letter-spacing: 0.04em;
}

/* ── LOCAL SEO DEEP ── */
.local-deep-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: flex-start;
    margin-top: 48px;
}
.pin-demo-box {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    padding: 22px;
    position: relative;
    overflow: hidden;
}
.pin-demo-lbl {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gray-500);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.pin-demo-lbl i {
    font-size: 13px;
}
.pin-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    border-radius: 12px;
    overflow: hidden;
}
.pin-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("assets/images/jaipur_map.png") center/cover no-repeat;
    opacity: 0.78;
    filter: saturate(1.08) contrast(1.05);
    z-index: 0;
}
.pc {
    position: relative;
    z-index: 1;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    opacity: 0.9;
}
.pc.g1 {
    background: #00c97a;
}
.pc.g2 {
    background: #4ade80;
}
.pc.g3 {
    background: #86efac;
    color: #1a4731;
}
.pc.y1 {
    background: #fbbf24;
    color: #78350f;
}
.pc.r1 {
    background: #f87171;
}
.pc.r2 {
    background: #ef4444;
}
.pin-legend {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.pl-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: var(--gray-500);
}
.pl-dot {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    flex-shrink: 0;
}
.gbp-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gbp-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
}
.gbp-ico {
    width: 36px;
    height: 36px;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.gbp-ico i {
    font-size: 16px;
    color: var(--black);
}
.gbp-item h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--black);
}
.gbp-item p {
    font-size: 12px;
    color: var(--gray-500);
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 768px) {
    .geo-intro-grid,
    .local-deep-grid {
        grid-template-columns: 1fr;
    }
    .geo-illus {
        max-height: 220px;
    }
    .geo-feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fmt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fmt-pipeline {
        justify-content: flex-start;
    }
}

/* ── DATA GRAPHICS ── */
.dg-grid {
    display: grid;
    grid-template-columns: 1.18fr 1fr;
    gap: 18px;
    align-items: start;
}

.dg-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 18px;
    padding: 20px;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.cursor-trail {
    position: absolute;
    width: 18px;
    height: 26px;
    z-index: 6;
    pointer-events: none;
    background: no-repeat center/contain
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 28'%3E%3Cpath fill='%23070707' d='M2 2l5.8 18 3-5.5 4.8 9.5 2.4-1.4-4.9-9.4 5.9-.2z'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.3' stroke-linejoin='round' d='M2 2l5.8 18 3-5.5 4.8 9.5 2.4-1.4-4.9-9.4 5.9-.2z'/%3E%3C/svg%3E");
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
    transform-origin: 20% 15%;
}

.cursor-trail-dg-chart {
    left: 72px;
    top: 270px;
    animation: pointerDgChart 8.8s cubic-bezier(0.3, 0.1, 0.24, 1) infinite;
}

.cursor-trail-dg-compare {
    left: 42px;
    top: 76px;
    animation: pointerDgCompare 8.2s cubic-bezier(0.32, 0.12, 0.22, 1) infinite;
}

.cursor-trail-stats {
    left: 82px;
    top: 82px;
    animation: pointerStatsSweep 7.4s cubic-bezier(0.35, 0.14, 0.24, 1) infinite;
}

.cursor-trail-terminal {
    left: 72px;
    top: 58px;
    animation: pointerTerminalWander 7.9s cubic-bezier(0.35, 0.14, 0.24, 1)
        infinite;
}

.cursor-trail-pinmap {
    left: 42px;
    top: 74px;
    animation: pointerPinMapWander 8.1s cubic-bezier(0.35, 0.14, 0.24, 1)
        infinite;
}

.dg-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 14px;
}

.dg-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.3;
}

.dg-sub {
    margin-top: 3px;
    font-size: 12px;
    color: var(--gray-500);
}

.dg-total {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--black);
    line-height: 1;
}

.dg-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.dg-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-700);
}

.dg-chip img,
.dg-chip i {
    width: 13px;
    height: 13px;
    object-fit: contain;
    font-size: 13px;
    line-height: 1;
}

.dg-chart-wrap {
    position: relative;
    margin-top: 14px;
    padding-left: 30px;
}

.dg-chart {
    width: 100%;
    height: 310px;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.dg-grid-lines line {
    stroke: #e8edf2;
    stroke-width: 1;
}

.dg-points circle {
    stroke: #ffffff;
    stroke-width: 1.8;
}

.dg-points .c-blue {
    fill: #3b82f6;
}

.dg-points .c-red {
    fill: #ef4444;
}

.dg-points .c-purple {
    fill: #8b5cf6;
}

.dg-points .c-black {
    fill: #111827;
}

.dg-axis-y {
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 11px;
    color: var(--gray-400);
    font-weight: 600;
}

.dg-axis-x {
    margin-top: 10px;
    margin-left: 42px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-size: 11px;
    color: var(--gray-400);
    font-weight: 600;
    text-align: center;
}

.dg-compare-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.dg-script {
    text-align: center;
    font-family: var(--font-script);
    font-size: 37px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    -webkit-text-stroke: 0.3px currentColor;
    text-shadow: 0.2px 0 currentColor;
}

.dg-script.before {
    color: #b91c1c;
}

.dg-script.after {
    color: #16a34a;
}

.dg-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.dg-col {
    border-radius: 14px;
    border: 1px solid var(--gray-200);
    background: var(--gray-50);
    padding: 14px 13px;
}

.dg-col.before {
    border-color: #f0d6d6;
    background: #fffafa;
}

.dg-col.after {
    border-color: #bfe9d0;
    background: #f4fff8;
}

.dg-col h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 10px;
}

.dg-rank-row {
    padding: 10px;
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    background: var(--white);
    margin-bottom: 8px;
}

.dg-rank-row.top {
    opacity: 0.92;
}

.dg-rank-row.your.good {
    border-color: #8ed8ad;
    background: #f0fff7;
}

.dg-rank-url {
    font-size: 13px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.4;
}

.dg-rank-meta {
    margin-top: 2px;
    font-size: 12px;
    color: var(--gray-500);
}

.dg-rank-meta.danger {
    color: #b91c1c;
}

.dg-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 8px;
}

.dg-tag.before {
    color: #991b1b;
    background: #fee2e2;
}

.dg-tag.after {
    color: #166534;
    background: #dcfce7;
}

.dg-gauge {
    position: relative;
    margin-top: 8px;
    border-top: 1px dashed var(--gray-200);
    padding-top: 8px;
}

.dg-gauge svg {
    display: block;
    width: 100%;
    height: auto;
}

.dg-gauge-track,
.dg-gauge-fill {
    fill: none;
    stroke-linecap: round;
    stroke-width: 10;
}

.dg-gauge-track {
    stroke: #e5e7eb;
}

.dg-gauge-fill.bad {
    stroke: #dc2626;
}

.dg-gauge-fill.good {
    stroke: #16a34a;
}

.dg-gauge-num {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 92px;
}

.dg-gauge-num .k {
    font-size: 11px;
    color: var(--gray-500);
}

.dg-gauge-num .v {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin-top: 2px;
    color: var(--black);
}

.dg-gauge-num .up {
    font-size: 12px;
    margin-top: 2px;
    font-weight: 700;
    color: #16a34a;
}

@media (max-width: 1100px) {
    .dg-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .dg-card {
        padding: 16px;
    }

    .dg-chart {
        height: 250px;
    }

    .dg-axis-x {
        margin-left: 26px;
    }

    .dg-compare-grid {
        grid-template-columns: 1fr;
    }

    .dg-script {
        font-size: 28px;
    }
}

[data-theme="dark"] .dg-card {
    background: #141f2b;
    border-color: #2a3a4a;
}

[data-theme="dark"] .dg-chip,
[data-theme="dark"] .dg-rank-row,
[data-theme="dark"] .dg-col {
    background: #101a24;
    border-color: #2a3a49;
}

[data-theme="dark"] .dg-col.after,
[data-theme="dark"] .dg-rank-row.your.good {
    background: #0f2a1f;
    border-color: #29583f;
}

[data-theme="dark"] .dg-col.before {
    background: #2b171b;
    border-color: #5f2d34;
}

[data-theme="dark"] .dg-chart {
    background: linear-gradient(180deg, #0f1822 0%, #0b141e 100%);
    border-color: #2a3a49;
}

[data-theme="dark"] .dg-grid-lines line {
    stroke: #2a3a49;
}

[data-theme="dark"] .dg-points circle {
    stroke: #0f1822;
}

[data-theme="dark"] .dg-gauge-track {
    stroke: #344a5f;
}

[data-theme="dark"] .dg-script.before {
    color: #fca5a5;
}

[data-theme="dark"] .dg-script.after {
    color: #86efac;
}

/* -- EXTERNAL FILE POLISH -- */
:root {
    --surface-hero:
        radial-gradient(
            circle at 14% 12%,
            rgba(0, 201, 122, 0.2) 0%,
            rgba(0, 201, 122, 0.01) 43%
        ),
        radial-gradient(
            circle at 84% 24%,
            rgba(0, 160, 96, 0.16) 0%,
            rgba(0, 160, 96, 0) 48%
        ),
        radial-gradient(
            circle at 62% 84%,
            rgba(0, 201, 122, 0.14) 0%,
            rgba(0, 201, 122, 0) 52%
        ),
        radial-gradient(
            circle at 86% 26%,
            rgba(0, 201, 122, 0.08) 0%,
            rgba(0, 201, 122, 0) 42%
        ),
        linear-gradient(180deg, #ffffff 0%, #f8fffb 100%);
}

html,
body {
    overflow-x: clip;
}
body {
    color-scheme: light;
    background: linear-gradient(180deg, #ffffff 0%, #fbfffd 30%, #ffffff 100%);
}

.nav-logo-wordmark::after {
    content: ".digital";
    margin-left: 1px;
    color: var(--green-dark);
    opacity: 0.88;
    font-size: 0.68em;
    font-family: "Geist Mono", ui-monospace, monospace;
    font-weight: 500;
}

.hero {
    background: var(--surface-hero);
    background-size: 175% 175%;
    animation: gradientShift 16s ease infinite;
}

.hero h1 {
    text-wrap: balance;
}

.hero-sub,
.sec p.sub {
    text-wrap: pretty;
}

.compare-wrap {
    -webkit-overflow-scrolling: touch;
}

.way-card,
.plan,
.aplan,
.testi,
.faq-item,
.how-card,
.eco-card,
.a-card {
    border-radius: 18px;
}

@media (max-width: 900px) {
    .gradient-mesh {
        inset: -12% -22% -20%;
    }
    .gradient-mesh .mesh-orb {
        filter: blur(70px);
    }
    .gradient-mesh-hero {
        inset: -16% -26% -30%;
    }
    .gradient-mesh-pricing {
        inset: -14% -22% -24%;
    }

    .two-ways-grid,
    .pricing-grid,
    .agency-grid,
    .testi-grid,
    .faq-grid,
    .impact-grid,
    .how-cards,
    .agents-top,
    .timeline-grid,
    .local-deep-grid,
    .geo-intro-grid,
    .geo-feat-grid,
    .fmt-grid {
        gap: 14px;
    }

    .stack-col,
    .roi-col,
    .plan,
    .aplan,
    .testi,
    .faq-item,
    .way-card {
        padding: 24px 20px;
    }

    .t-item {
        padding: 0 20px;
        font-size: 12px;
    }

    .health-rings,
    .rank-heatmap-grid {
        grid-template-columns: 1fr;
    }

    .health-ring-wrap {
        grid-template-columns: 74px 1fr;
        gap: 10px;
    }

    .rank-heatmap-head,
    .benchmark-head,
    .roi-sim-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .benchmark-key {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .hero {
        padding-top: 92px;
    }

    .hero h1 {
        font-size: clamp(34px, 12vw, 48px);
        line-height: 1.04;
    }

    .hero-sub,
    .sec p.sub {
        font-size: 15px;
        line-height: 1.62;
    }

    .btn-hero-cta,
    .plan-btn,
    .aplan-btn,
    .way-btn,
    .btn-cta {
        min-height: 44px;
    }

    .ai-platforms {
        grid-template-columns: 1fr 1fr;
    }

    .agents-grid,
    .geo-feat-grid,
    .fmt-grid {
        grid-template-columns: 1fr;
    }

    .mock-body {
        grid-template-columns: 1fr;
    }

    .mock-sidebar {
        display: none;
    }

    .compare-table {
        min-width: 640px;
    }

    .ft-main,
    .ft-bottom-band,
    .sec,
    .ba-section,
    .stats-band,
    .final-cta-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    .final-cta-card {
        padding: 42px 20px;
        border-radius: 20px;
    }

    .final-cta-card h2 {
        font-size: clamp(30px, 11vw, 42px);
    }

    .ft-bottom-meta {
        align-items: flex-start;
    }

    .rank-heatmap {
        padding: 14px;
    }

    .rank-heatmap-grid {
        grid-template-columns: 1fr;
    }

    .h-head {
        display: none;
    }

    .heat,
    .h-key {
        text-align: left;
    }

    .benchmark-radar {
        padding: 14px;
    }

    .benchmark-chart-wrap {
        padding: 4px;
    }

    .benchmark-chart {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .roi-sim-value {
        font-size: 21px;
    }

    .geo-illus {
        min-height: 140px;
        max-height: 190px;
    }
}

/* ── SELECTION ── */
::selection {
    background: rgba(0, 201, 122, 0.22);
    color: var(--black);
}

/* Small inline brand marks for compact rows */
.inline-brand {
    width: 12px;
    height: 12px;
    object-fit: contain;
    display: inline-block;
    vertical-align: -2px;
}

.inline-brand.on-dark {
    background: var(--white);
    border-radius: 4px;
    padding: 1px;
}

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .hero,
    .final-cta-card,
    .scroll-section::before,
    .scroll-section::after,
    .scroll-card::after,
    .hero-audit-box,
    .hero-audit-box::after,
    .btn-hero-cta,
    .hero-input {
        transition: none !important;
        animation: none !important;
        filter: none !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

/* ── DARK MODE ── */
[data-theme="dark"] {
    color-scheme: dark;
    --black: #ecf2f8;
    --off-black: #d9e4ee;
    --gray-900: #d3e1ee;
    --gray-700: #bccddd;
    --gray-500: #95aabd;
    --gray-400: #7f97ab;
    --gray-200: #2a3949;
    --gray-100: #1d2a37;
    --gray-50: #141f2b;
    --green-light: #0f3225;
    --shadow-sm: 0 1px 8px rgba(0, 0, 0, 0.4);
    --shadow-md: 0 6px 24px rgba(0, 0, 0, 0.42);
    --shadow-lg: 0 14px 44px rgba(0, 0, 0, 0.5);
    --shadow-xl: 0 24px 72px rgba(0, 0, 0, 0.58);
}

[data-theme="dark"] body {
    background: linear-gradient(180deg, #0b1219 0%, #0a1118 100%);
    color: var(--gray-700);
}

[data-theme="dark"] nav {
    background: rgba(10, 16, 22, 0.9) !important;
    border-bottom-color: #23313f !important;
}

[data-theme="dark"] .mobile-nav {
    background: rgba(8, 13, 19, 0.96) !important;
}

[data-theme="dark"] .hero {
    background:
        radial-gradient(
            circle at 14% 14%,
            rgba(0, 201, 122, 0.2) 0%,
            rgba(0, 201, 122, 0) 48%
        ),
        radial-gradient(
            circle at 82% 22%,
            rgba(0, 130, 90, 0.22) 0%,
            rgba(0, 130, 90, 0) 52%
        ),
        radial-gradient(
            circle at 86% 26%,
            rgba(0, 201, 122, 0.11) 0%,
            rgba(0, 201, 122, 0) 42%
        ),
        linear-gradient(180deg, #0f1822 0%, #0b1219 100%);
}

[data-theme="dark"] .ticker-wrap,
[data-theme="dark"] .ba-section,
[data-theme="dark"] .sec,
[data-theme="dark"] .sec-gray,
[data-theme="dark"] .final-cta-wrap,
[data-theme="dark"] footer,
[data-theme="dark"] .ft-bottom-band {
    background: #0f1720;
}

[data-theme="dark"] .sec-gray,
[data-theme="dark"] .ba-section {
    background: #121d27;
}

[data-theme="dark"] .bg-grid {
    background-image:
        linear-gradient(rgba(149, 170, 189, 0.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(149, 170, 189, 0.12) 1px, transparent 1px),
        radial-gradient(
            circle at 88% 12%,
            rgba(0, 201, 122, 0.18) 0%,
            rgba(0, 201, 122, 0) 42%
        );
}

[data-theme="dark"] .bg-glow {
    background-image:
        radial-gradient(
            circle at 16% 20%,
            rgba(0, 201, 122, 0.2) 0%,
            rgba(0, 201, 122, 0) 46%
        ),
        radial-gradient(
            circle at 86% 78%,
            rgba(0, 160, 96, 0.16) 0%,
            rgba(0, 160, 96, 0) 44%
        ),
        linear-gradient(180deg, rgba(0, 201, 122, 0.08) 0%, transparent 70%);
}

[data-theme="dark"] .bg-flow {
    background-image:
        repeating-linear-gradient(
            -35deg,
            rgba(0, 201, 122, 0.13) 0,
            rgba(0, 201, 122, 0.13) 1px,
            transparent 1px,
            transparent 24px
        ),
        linear-gradient(
            180deg,
            rgba(0, 201, 122, 0.09) 0%,
            rgba(0, 201, 122, 0.02) 52%,
            transparent 100%
        );
}

[data-theme="dark"] .bg-rings {
    background-image:
        radial-gradient(
            circle at 50% 50%,
            rgba(0, 201, 122, 0.16) 0%,
            rgba(0, 201, 122, 0.05) 28%,
            rgba(0, 201, 122, 0) 58%
        ),
        repeating-radial-gradient(
            circle at 50% 50%,
            rgba(0, 201, 122, 0.15) 0 1px,
            transparent 1px 54px
        );
}

[data-theme="dark"] .bg-spotlight {
    background-image: radial-gradient(
        ellipse at 50% -10%,
        rgba(0, 201, 122, 0.3) 0%,
        rgba(0, 201, 122, 0.15) 34%,
        rgba(0, 201, 122, 0.04) 60%,
        transparent 78%
    );
}

[data-theme="dark"] .bg-sweep {
    background-image:
        linear-gradient(
            120deg,
            rgba(0, 201, 122, 0.14) 0%,
            rgba(0, 201, 122, 0.04) 34%,
            rgba(255, 255, 255, 0) 66%
        ),
        linear-gradient(
            180deg,
            rgba(196, 214, 230, 0.04) 0%,
            rgba(196, 214, 230, 0) 42%
        );
}

[data-theme="dark"] .timeline-sec.sec-dark {
    background-image:
        linear-gradient(
            180deg,
            rgba(3, 8, 13, 0.82) 0%,
            rgba(3, 8, 13, 0.72) 54%,
            rgba(3, 8, 13, 0.86) 100%
        ),
        url("assets/images/NightTimelineBackground.png");
}

[data-theme="dark"] .ecosystem-sec {
    background-image:
        linear-gradient(
            180deg,
            rgba(12, 20, 29, 0.9) 0%,
            rgba(12, 20, 29, 0.86) 55%,
            rgba(12, 20, 29, 0.92) 100%
        ),
        url("assets/images/EcosystemMeshBackground.png");
}

[data-theme="dark"] .hero-mockup,
[data-theme="dark"] .hero-audit-box,
[data-theme="dark"] .hero-input,
[data-theme="dark"] .mock-sidebar,
[data-theme="dark"] .mock-url,
[data-theme="dark"] .mock-stat,
[data-theme="dark"] .mock-chart-area,
[data-theme="dark"] .ba-grid,
[data-theme="dark"] .stack-grid,
[data-theme="dark"] .stack-col.us,
[data-theme="dark"] .stack-col.competitors,
[data-theme="dark"] .stack-challenge-item,
[data-theme="dark"] .how-card,
[data-theme="dark"] .impact-grid,
[data-theme="dark"] .impact-card,
[data-theme="dark"] .a-card,
[data-theme="dark"] .ai-card,
[data-theme="dark"] .chatgpt-mock,
[data-theme="dark"] .way-card:not(.featured),
[data-theme="dark"] .eco-card:not(.center),
[data-theme="dark"] .compare-wrap,
[data-theme="dark"] .plan,
[data-theme="dark"] .aplan:not(.hot),
[data-theme="dark"] .testi,
[data-theme="dark"] .faq-item,
[data-theme="dark"] .platforms-row,
[data-theme="dark"] .pin-demo-box,
[data-theme="dark"] .gbp-item,
[data-theme="dark"] .geo-feat-card,
[data-theme="dark"] .fmt-card,
[data-theme="dark"] .fmt-icon-box,
[data-theme="dark"] .ft-social,
[data-theme="dark"] .theme-toggle {
    background: #141f2b;
    border-color: #2a3a4a;
}

[data-theme="dark"] .sec-dark,
[data-theme="dark"] .stats-band,
[data-theme="dark"] .feed-box,
[data-theme="dark"] .way-card.featured,
[data-theme="dark"] .eco-card.center,
[data-theme="dark"] .roi-col.dark,
[data-theme="dark"] .aplan.hot,
[data-theme="dark"] .geo-score-card,
[data-theme="dark"] .mock-feed,
[data-theme="dark"] .fmt-icon-box.source,
[data-theme="dark"] .stack-col-name-icon,
[data-theme="dark"] .nav-logo-icon,
[data-theme="dark"] .ft-brand-icon,
[data-theme="dark"] .ft-big-logo-mark,
[data-theme="dark"] .gh-mockup {
    background: #070d13;
    border-color: #1f2c38;
}

[data-theme="dark"] .sec-dark h2,
[data-theme="dark"] .sec-dark p.sub,
[data-theme="dark"] .sec-dark .sec-label,
[data-theme="dark"] .tl-title,
[data-theme="dark"] .stat-num,
[data-theme="dark"] .way-card.featured h3,
[data-theme="dark"] .way-card.featured p,
[data-theme="dark"] .aplan.hot .plan-name,
[data-theme="dark"] .aplan.hot .aplan-price,
[data-theme="dark"] .aplan.hot .plan-feats li,
[data-theme="dark"] .final-cta-card h2,
[data-theme="dark"] .final-cta-card p,
[data-theme="dark"] .cta-fine {
    color: #f4f8fc;
}

[data-theme="dark"] .theme-toggle:hover,
[data-theme="dark"] .btn-outline:hover,
[data-theme="dark"] .nav-pill:hover,
[data-theme="dark"] .mobile-nav a:hover,
[data-theme="dark"] .faq-item:hover {
    background: #1b2a37;
}

[data-theme="dark"] .btn-outline,
[data-theme="dark"] .nav-pill,
[data-theme="dark"] .hero-input,
[data-theme="dark"] .mobile-nav-cta .m-outline,
[data-theme="dark"] .theme-toggle-mobile {
    background: #101a24;
    border-color: #2a3a49;
    color: #d6e1ea;
}

[data-theme="dark"] .btn-cta,
[data-theme="dark"] .btn-hero-cta,
[data-theme="dark"] .plan.hot .plan-btn,
[data-theme="dark"] .aplan.hot .aplan-btn,
[data-theme="dark"] .way-card.featured .way-btn,
[data-theme="dark"] .mobile-nav-cta .m-green {
    color: #041e14;
}

[data-theme="dark"] .chatgpt-logo,
[data-theme="dark"] .geo-plat-name img,
[data-theme="dark"] .inline-brand.on-dark {
    background: #ffffff;
}

[data-theme="dark"] .feed-terminal {
    background:
        radial-gradient(
            circle at 85% 6%,
            rgba(0, 201, 122, 0.22) 0%,
            rgba(0, 201, 122, 0) 48%
        ),
        #04090e;
    border-color: #27513e;
}

[data-theme="dark"] .feed-terminal-top {
    border-bottom-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .terminal-time {
    color: #8ea6bb;
}

[data-theme="dark"] .terminal-text {
    color: #d9efe4;
}

[data-theme="dark"] .health-card {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.11);
}

[data-theme="dark"] .health-track {
    stroke: rgba(255, 255, 255, 0.16);
}

[data-theme="dark"] .rank-heatmap,
[data-theme="dark"] .benchmark-radar,
[data-theme="dark"] .roi-sim,
[data-theme="dark"] .benchmark-chart-wrap {
    background: #141f2b;
    border-color: #2a3a4a;
}

[data-theme="dark"] .h-key,
[data-theme="dark"] .h-head {
    background: #101a24;
    border-color: #2a3a49;
}

[data-theme="dark"] .geo-illus-wrap {
    background:
        radial-gradient(
            circle at 84% 20%,
            rgba(0, 201, 122, 0.16) 0%,
            rgba(0, 201, 122, 0) 56%
        ),
        #101a24;
    border-color: #2a3a49;
}

[data-theme="dark"] .compare-table th.us,
[data-theme="dark"] .compare-table td:nth-child(4) {
    background-image: linear-gradient(
        180deg,
        rgba(0, 201, 122, 0.18) 0%,
        rgba(0, 201, 122, 0.07) 68%,
        rgba(0, 201, 122, 0.02) 100%
    );
    border-left-color: rgba(0, 201, 122, 0.26);
    border-right-color: rgba(0, 201, 122, 0.18);
}

[data-theme="dark"] .bench-grid polygon,
[data-theme="dark"] .bench-grid line {
    stroke: #3b4c5d;
}

[data-theme="dark"] .bench-area.agency {
    fill: #6b7280;
    stroke: #9ca3af;
}

[data-theme="dark"] .bench-area.rankmesh {
    fill: #00c97a;
    stroke: #4ade80;
}

[data-theme="dark"] .bench-labels text {
    fill: #b7c9d9;
}

[data-theme="dark"] .roi-slider {
    background: linear-gradient(
        90deg,
        var(--green) 0%,
        var(--green) var(--roi-progress),
        #2a3a4a var(--roi-progress),
        #2a3a4a 100%
    );
}

[data-theme="dark"] .roi-slider::-webkit-slider-thumb,
[data-theme="dark"] .roi-slider::-moz-range-thumb {
    background: #0e171f;
}

.hero-secondary-cta {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.hero-login-link {
    color: var(--gray-700);
    font-weight: 600;
}

.hero-demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--black);
    box-shadow: 0 8px 22px rgba(10, 10, 10, 0.08);
    border: 1px solid rgba(10, 10, 10, 0.08);
    font-weight: 700;
    cursor: pointer;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.hero-demo-btn:hover,
.hero-demo-btn:focus-visible {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(10, 10, 10, 0.12);
}

.demo-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 220ms ease,
        visibility 220ms ease;
}

.demo-modal.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.demo-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 15, 22, 0.58);
    backdrop-filter: blur(12px);
}

.demo-modal-dialog {
    position: relative;
    width: min(100%, 720px);
    padding: 34px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(0, 201, 122, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 250, 0.96));
    box-shadow: 0 32px 90px rgba(7, 15, 18, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.62);
    transform: translateY(18px) scale(0.98);
    transition: transform 220ms ease;
}

.demo-modal.open .demo-modal-dialog {
    transform: translateY(0) scale(1);
}

.demo-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.06);
    color: var(--black);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.demo-modal-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0, 201, 122, 0.1);
    color: #067647;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.demo-modal-dialog h3 {
    margin-top: 18px;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.demo-modal-dialog p {
    margin-top: 12px;
    max-width: 560px;
    color: var(--gray-700);
    font-size: 1rem;
}

.demo-form {
    margin-top: 26px;
}

.demo-form[hidden] {
    display: none;
}

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

.demo-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.demo-field span {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--gray-900);
}

.demo-field input,
.demo-field select,
.demo-field textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: rgba(255, 255, 255, 0.88);
    color: var(--black);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.demo-field input:focus,
.demo-field select:focus,
.demo-field textarea:focus {
    outline: none;
    border-color: rgba(0, 201, 122, 0.44);
    box-shadow: 0 0 0 4px rgba(0, 201, 122, 0.12);
}

.demo-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
}

.demo-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #02c77a, #0f172a);
    color: var(--white);
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 18px 36px rgba(2, 199, 122, 0.2);
    cursor: pointer;
}

.demo-form-meta {
    flex: 1;
    min-height: 24px;
    color: var(--gray-700);
    font-size: 0.94rem;
    text-align: right;
}

.demo-form-meta.is-error {
    color: #b42318;
}

.demo-form-meta.is-success {
    color: #067647;
}

.demo-success {
    margin-top: 28px;
    padding: 28px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(2, 199, 122, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 253, 244, 0.92));
    border: 1px solid rgba(6, 118, 71, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.demo-success[hidden] {
    display: none;
}

.demo-success-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(2, 199, 122, 0.14);
    color: #067647;
    font-size: 28px;
    font-weight: 800;
}

.demo-success h4 {
    margin-top: 18px;
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--black);
}

.demo-success p {
    margin-top: 10px;
    max-width: 460px;
}

.demo-success-btn {
    margin-top: 20px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--black);
    color: var(--white);
    font-weight: 700;
    cursor: pointer;
}

body.demo-modal-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-secondary-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-demo-btn,
    .hero-login-link {
        text-align: center;
    }

    .demo-modal {
        padding: 16px;
    }

    .demo-modal-dialog {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .demo-success {
        padding: 24px 20px;
    }

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

    .demo-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .demo-form-meta {
        text-align: left;
    }
}
