:root {
    --ink: #12212a;
    --muted: #5f6877;
    --line: #dbe4ea;
    --paper: #ffffff;
    --wash: #f4f8fa;
    --teal: #082833;
    --teal-2: #104454;
    --teal-bright: #15c6a4;
    --gold: #d28a00;
    --gold-dark: #a56800;
    --cream: #fff8e9;
    --green: #11b86a;
    --shadow: 0 22px 80px rgba(8, 40, 51, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Instrument Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--ink);
    background: var(--wash);
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-shell { min-height: 100vh; overflow: hidden; }
.site-header {
    position: fixed;
    top: 16px;
    left: 50%;
    z-index: 20;
    width: min(1180px, calc(100% - 32px));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(8, 40, 51, 0.86);
    color: #fff;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 168px; max-width: 42vw; height: auto; filter: brightness(0) invert(1); }
.desktop-nav { display: flex; align-items: center; gap: 6px; }
.desktop-nav a {
    padding: 10px 14px;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    font-size: 14px;
}
.desktop-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.1); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 6px; background: rgba(255,255,255,.1); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: #fff; }
.mobile-nav { display: none; }

.section-pad { padding: 96px max(24px, calc((100vw - 1180px) / 2)); }
.hero {
    min-height: 100vh;
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    padding-top: 124px;
    padding-bottom: 72px;
    color: #fff;
    isolation: isolate;
    overflow: hidden;
    background: var(--teal);
}
.hero-video-shell {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: var(--teal);
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}
.hero-motion-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(8,40,51,.96), rgba(10,63,77,.78)),
        radial-gradient(circle at 22% 24%, rgba(21,198,164,.22), transparent 34%),
        radial-gradient(circle at 78% 18%, rgba(210,138,0,.22), transparent 30%),
        radial-gradient(circle at 54% 74%, rgba(92,117,255,.2), transparent 34%);
}
.hero-motion-bg::before {
    content: "";
    position: absolute;
    inset: -20%;
    background:
        linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.13) 43% 44%, transparent 45% 100%),
        linear-gradient(70deg, transparent 0 54%, rgba(255,255,255,.08) 55% 56%, transparent 57% 100%);
    animation: heroSweep 11s linear infinite;
}
.hero-motion-bg span {
    position: absolute;
    display: block;
    width: 32vw;
    height: 32vw;
    min-width: 280px;
    min-height: 280px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    transform: rotate(20deg);
    animation: slowDrift 16s ease-in-out infinite;
}
.hero-motion-bg span:nth-child(1) { left: -8%; top: 18%; }
.hero-motion-bg span:nth-child(2) { right: -10%; top: 4%; animation-delay: -4s; }
.hero-motion-bg span:nth-child(3) { left: 34%; bottom: -18%; animation-delay: -8s; }
.hero-motion-bg span:nth-child(4) { right: 24%; top: 42%; animation-delay: -12s; }
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8,40,51,.32), rgba(8,40,51,.92) 76%, var(--wash) 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 110px);
}
.hero-content {
    position: relative;
    z-index: 3;
    display: grid;
    justify-items: center;
    width: min(980px, 100%);
    text-align: center;
}
.hero-icon {
    width: clamp(72px, 11vw, 128px);
    height: auto;
    margin-bottom: 14px;
    filter: drop-shadow(0 18px 38px rgba(0,0,0,.28));
    animation: iconPulse 5s ease-in-out infinite;
}
.hero-wordmark {
    width: min(760px, 92vw);
    height: auto;
    margin-bottom: 22px;
    filter: brightness(0) invert(1) drop-shadow(0 14px 42px rgba(0,0,0,.26));
}
.eyebrow, .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--teal-bright);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.eyebrow::before, .section-kicker::before {
    content: "";
    width: 24px;
    height: 2px;
    background: currentColor;
}
.hero-slogan {
    max-width: 980px;
    margin: 18px 0 0;
    color: #fff4cf;
    font-size: clamp(34px, 6.8vw, 86px);
    line-height: 1;
    font-weight: 900;
}
.hero-copy {
    max-width: 760px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.55;
}
.hero-actions, .proof-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; }
.hero-actions { margin-top: 34px; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--gold); box-shadow: 0 12px 30px rgba(210, 138, 0, .28); }
.btn-primary:hover { background: var(--gold-dark); }
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.1); }
.btn-plan { width: 100%; color: var(--teal); border-color: var(--line); background: #fff; }
.proof-row { margin-top: 24px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 800; }
.proof-row span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.hero-product {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 760px) 180px;
    align-items: end;
    gap: 18px;
    width: min(1040px, 100%);
    margin-top: 54px;
}
.product-device {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.9);
    color: var(--ink);
    box-shadow: 0 24px 90px rgba(0,0,0,.26);
    overflow: hidden;
    backdrop-filter: blur(18px);
}
.product-device-main { min-height: 344px; }
.device-bar { height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 14px; color: #fff; background: var(--teal); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(17,184,106,.18); }
.device-bar em { margin-left: auto; padding: 5px 9px; border-radius: 999px; font-style: normal; color: #d7ffe9; background: rgba(17,184,106,.16); font-size: 12px; font-weight: 800; }
.device-body { display: grid; grid-template-columns: 56px 1fr 210px; min-height: 296px; }
.device-body aside { display: grid; align-content: start; gap: 18px; padding: 20px 14px; background: #174f60; }
.device-body aside span { width: 28px; height: 28px; border-radius: 6px; background: rgba(255,255,255,.28); }
.device-body section { padding: 20px; }
.category-row { display: flex; gap: 9px; margin-bottom: 16px; }
.category-row i { width: 78px; height: 30px; border-radius: 999px; background: #edf4f6; }
.food-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.food-grid b { height: 74px; border-radius: 8px; border: 1px solid #e6eef3; background: linear-gradient(135deg, #e9f7f5, #fff0d2); }
.order-panel { border-left: 1px solid #e5edf1; background: #fbfdfe; }
.order-panel small { display: block; color: var(--gold); font-weight: 900; text-transform: uppercase; }
.order-panel p { margin: 0; padding: 15px 0; border-bottom: 1px solid #e5edf1; color: #454456; font-weight: 800; }
.order-panel div { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; font-weight: 900; }
.order-panel strong { color: var(--gold); font-size: 24px; }
.product-device-phone { min-height: 288px; padding: 28px 18px 18px; text-align: center; transform: translateY(24px); }
.phone-notch { width: 52px; height: 6px; margin: 0 auto 32px; border-radius: 999px; background: #d5e1e7; }
.product-device-phone strong { display: block; color: #343546; font-size: 20px; }
.product-device-phone p { min-height: 62px; line-height: 1.4; }
.product-device-phone button { width: 100%; height: 42px; border: 0; border-radius: 6px; color: #fff; background: var(--gold); font-weight: 900; }

@keyframes heroSweep { 0% { transform: translateX(-14%); } 100% { transform: translateX(14%); } }
@keyframes slowDrift { 0%, 100% { transform: translate3d(0,0,0) rotate(20deg); } 50% { transform: translate3d(22px,-18px,0) rotate(28deg); } }
@keyframes iconPulse { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-5px) scale(1.035); } }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
h2 { margin: 12px 0 0; color: #3f4051; font-size: clamp(34px, 5vw, 58px); line-height: 1.02; letter-spacing: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-grid article, .price-card, .signup-card, .mini-dashboard, .workflow-panel {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: 0 10px 30px rgba(8,40,51,.06);
}
.feature-grid article { min-height: 280px; padding: 24px; }
.feature-icon { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; background: var(--cream); color: var(--gold); font-weight: 900; }
h3 { margin: 22px 0 10px; color: #454456; font-size: 22px; line-height: 1.15; }
p { color: var(--muted); }
.feature-grid p, .human-copy p, .mosaic-copy p, .signup-copy p { font-size: 16px; line-height: 1.65; }

.human-band { display: grid; grid-template-columns: 1fr 420px; gap: 30px; align-items: center; background: #fff; }
.human-copy { max-width: 720px; }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: #454456; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--green); box-shadow: inset 0 0 0 5px #e6fbf1; }
.workflow-panel { padding: 18px; }
.workflow-step { display: grid; grid-template-columns: 42px 1fr; gap: 4px 14px; padding: 18px; border-radius: 8px; }
.workflow-step + .workflow-step { border-top: 1px solid var(--line); }
.workflow-step span { grid-row: span 2; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #eef4f6; color: var(--teal); font-weight: 900; }
.workflow-step.active span { color: #fff; background: var(--gold); }
.workflow-step strong { color: #414253; }
.workflow-step small { color: var(--muted); }

.product-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.mini-dashboard { padding: 26px; min-height: 330px; background: linear-gradient(180deg, #fff, #f9fcfd); }
.dash-header, .dash-metrics { display: flex; justify-content: space-between; gap: 14px; }
.dash-header span { color: var(--green); font-weight: 800; }
.dash-metrics { margin-top: 28px; }
.dash-metrics div { flex: 1; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.dash-metrics small { color: var(--muted); }
.dash-metrics strong { display: block; margin-top: 6px; font-size: 28px; color: #49495b; }
.bars { height: 128px; display: flex; align-items: flex-end; gap: 12px; margin-top: 38px; }
.bars i { flex: 1; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, #55c8e8, var(--gold)); animation: barPulse 3s ease-in-out infinite; }
.bars i:nth-child(1) { height: 42%; } .bars i:nth-child(2) { height: 76%; animation-delay: .1s; }
.bars i:nth-child(3) { height: 32%; animation-delay: .2s; } .bars i:nth-child(4) { height: 94%; animation-delay: .3s; }
.bars i:nth-child(5) { height: 58%; animation-delay: .4s; } .bars i:nth-child(6) { height: 70%; animation-delay: .5s; }
.bars i:nth-child(7) { height: 48%; animation-delay: .6s; }

.pricing { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { position: relative; padding: 28px; }
.price-card.featured { border-color: rgba(210,138,0,.55); box-shadow: 0 20px 70px rgba(210,138,0,.14); }
.badge { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: 999px; color: var(--gold-dark); background: var(--cream); font-size: 12px; font-weight: 900; }
.price { margin: 6px 0; color: #343546; font-size: 52px; font-weight: 900; letter-spacing: 0; }
.price span { color: var(--muted); font-size: 18px; font-weight: 700; }
.price-note { min-height: 48px; }
.price-card ul { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; color: #4d4e5e; }
.price-card li { padding-left: 18px; position: relative; }
.price-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.signup-section { display: grid; grid-template-columns: .75fr 1fr; gap: 30px; align-items: start; }
.signup-card { padding: 24px; }
.wizard-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 22px; }
.wizard-progress span { padding: 10px 12px; border-radius: 999px; text-align: center; color: var(--muted); background: #eef4f6; font-size: 13px; font-weight: 800; }
.wizard-progress .active { color: #fff; background: var(--teal); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
label { display: grid; gap: 7px; color: #454456; font-size: 14px; font-weight: 800; }
label.wide { grid-column: 1 / -1; }
input, select {
    width: 100%;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 0 14px;
    color: var(--ink);
    background: #fff;
    outline: 0;
}
input:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(210,138,0,.12); }
.wide-btn { width: 100%; margin-top: 18px; }
.form-disclaimer { margin: 14px 0 0; font-size: 13px; line-height: 1.5; }

@keyframes floatPanel { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(.6deg); } }
@keyframes floatCard { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes barPulse { 0%, 100% { filter: saturate(1); } 50% { filter: saturate(1.35) brightness(1.05); } }

@media (max-width: 1060px) {
    .screen { opacity: .24; width: 620px; max-width: none; right: -160px; }
    .floating-card { display: none; }
    .hero-content { width: min(760px, 100%); }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .human-band, .product-mosaic, .signup-section { grid-template-columns: 1fr; }
    .workflow-panel { max-width: 680px; }
}

@media (max-width: 760px) {
    .site-header { top: 10px; width: calc(100% - 20px); }
    .desktop-nav { display: none; }
    .nav-toggle { display: inline-block; }
    .mobile-nav {
        position: fixed;
        top: 70px;
        left: 10px;
        right: 10px;
        z-index: 19;
        display: none;
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 8px;
        border-radius: 8px;
        background: rgba(8, 40, 51, .96);
        color: #fff;
        box-shadow: 0 18px 60px rgba(0,0,0,.22);
    }
    .mobile-nav.open { display: grid; }
    .mobile-nav a { padding: 14px; border-radius: 6px; font-weight: 800; background: rgba(255,255,255,.06); }
    .section-pad { padding: 72px 18px; }
    .hero { min-height: 920px; padding-top: 112px; align-items: start; }
    .hero h1 { font-size: clamp(58px, 22vw, 92px); }
    .hero-slogan { font-size: clamp(28px, 9vw, 42px); }
    .hero-actions .btn { width: 100%; }
    .screen {
        top: auto;
        left: 18px;
        right: 18px;
        bottom: 78px;
        width: auto;
        min-height: 300px;
        opacity: 1;
        transform: none;
        animation: none;
    }
    .screen-grid { grid-template-columns: 38px 1fr; min-height: 244px; }
    .cart-preview { display: none; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .product-grid b { height: 62px; }
    .chip-row i { width: 48px; }
    .feature-grid, .pricing-grid, .form-grid { grid-template-columns: 1fr; }
    label.wide { grid-column: auto; }
    .feature-grid article { min-height: 0; }
    h2 { font-size: 34px; }
    .dash-metrics { flex-direction: column; }
    .wizard-progress { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .brand-name { font-size: 16px; }
    .hero { min-height: 980px; }
    .proof-row span { width: 100%; text-align: center; }
    .screen { bottom: 44px; }
    .price { font-size: 44px; }
}



.hero.has-video .hero-video { opacity: .34; }
.hero.has-video .hero-motion-bg { opacity: .18; }

@media (max-width: 1060px) {
    .hero-product { grid-template-columns: 1fr; width: min(760px, 100%); }
    .product-device-phone { display: none; }
    .device-body { grid-template-columns: 52px 1fr 190px; }
}

@media (max-width: 760px) {
    .brand-logo { width: 148px; max-width: 54vw; }
    .hero { min-height: auto; padding-top: 112px; padding-bottom: 54px; }
    .hero-icon { width: 78px; margin-bottom: 10px; }
    .hero-wordmark { width: min(440px, 86vw); margin-bottom: 18px; }
    .eyebrow { font-size: 11px; text-align: center; }
    .eyebrow::before { display: none; }
    .hero-slogan { font-size: clamp(34px, 11vw, 50px); }
    .hero-copy { font-size: 17px; }
    .hero-product { margin-top: 38px; }
    .product-device-main { min-height: auto; }
    .device-body { grid-template-columns: 42px 1fr; min-height: 252px; }
    .order-panel { display: none; }
    .device-body section { padding: 16px; }
    .category-row { overflow: hidden; }
    .category-row i { min-width: 60px; }
    .food-grid { grid-template-columns: repeat(2, 1fr); }
    .food-grid b { height: 64px; }
}

@media (max-width: 420px) {
    .brand-logo { width: 132px; }
    .hero-wordmark { width: min(340px, 84vw); }
    .proof-row span { width: 100%; text-align: center; }
}

/* Hero fold tightening */
@media (min-width: 761px) {
    .hero {
        padding-top: 104px;
        padding-bottom: 46px;
        align-content: center;
    }

    .hero-icon {
        width: clamp(64px, 8vw, 104px);
        margin-bottom: 8px;
    }

    .hero-wordmark {
        width: min(620px, 66vw);
        margin-bottom: 16px;
    }

    .hero-slogan {
        max-width: 860px;
        margin-top: 12px;
        font-size: clamp(34px, 5.2vw, 68px);
        line-height: 1.02;
    }

    .hero-copy {
        max-width: 720px;
        margin-top: 18px;
        font-size: clamp(16px, 1.45vw, 20px);
        line-height: 1.45;
    }

    .hero-actions {
        margin-top: 24px;
    }

    .proof-row {
        margin-top: 16px;
    }

    .hero-product {
        margin-top: 36px;
    }
}

@media (min-width: 1200px) and (max-height: 880px) {
    .hero-icon { width: 88px; }
    .hero-wordmark { width: 560px; }
    .hero-slogan { font-size: 58px; max-width: 820px; }
    .hero-copy { font-size: 18px; max-width: 690px; }
    .hero-actions { margin-top: 20px; }
    .proof-row { margin-top: 14px; }
    .hero-product { margin-top: 28px; transform: scale(.94); transform-origin: top center; }
}

/* Keep the main slogan to two lines on wider desktop screens. */
@media (min-width: 1000px) {
    .hero-content { width: min(1180px, 100%); }
    .hero-slogan { max-width: 1080px; font-size: clamp(42px, 4.7vw, 66px); }
}

@media (min-width: 1200px) and (max-height: 880px) {
    .hero-content { width: min(1180px, 100%); }
    .hero-slogan { max-width: 1100px; font-size: 60px; }
}

/* Product screenshot tablet carousel */
.tablet-showcase {
    position: relative;
    z-index: 2;
    width: min(1120px, 100%);
    height: clamp(270px, 28vw, 420px);
    margin-top: 34px;
    perspective: 1500px;
}

.tablet-track {
    position: relative;
    height: 100%;
}

.tablet-slide {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    transform: translateX(0) translateZ(-260px) rotateY(0deg) scale(.72);
    transition: transform .7s cubic-bezier(.2,.75,.18,1), opacity .45s ease, filter .45s ease;
    filter: saturate(.8) brightness(.78);
    pointer-events: none;
}

.tablet-slide.is-active {
    opacity: 1;
    z-index: 5;
    transform: translateX(0) translateZ(40px) rotateY(0deg) scale(1);
    filter: saturate(1) brightness(1);
    pointer-events: auto;
}

.tablet-slide.is-prev {
    opacity: .76;
    z-index: 4;
    transform: translateX(-36%) translateZ(-170px) rotateY(34deg) scale(.78);
}

.tablet-slide.is-next {
    opacity: .76;
    z-index: 4;
    transform: translateX(36%) translateZ(-170px) rotateY(-34deg) scale(.78);
}

.tablet-slide.is-far-prev {
    opacity: .28;
    z-index: 2;
    transform: translateX(-57%) translateZ(-320px) rotateY(48deg) scale(.58);
}

.tablet-slide.is-far-next {
    opacity: .28;
    z-index: 2;
    transform: translateX(57%) translateZ(-320px) rotateY(-48deg) scale(.58);
}

.tablet-frame {
    position: relative;
    width: min(880px, 78vw);
    aspect-ratio: 16 / 10;
    padding: 18px;
    border-radius: 34px;
    background: linear-gradient(145deg, #182832, #06171f 52%, #2b3f4a);
    box-shadow:
        inset 0 0 0 2px rgba(255,255,255,.12),
        inset 0 0 0 7px rgba(255,255,255,.04),
        0 30px 90px rgba(0,0,0,.42);
}

.tablet-frame::before {
    content: "";
    position: absolute;
    inset: 9px;
    border-radius: 27px;
    border: 1px solid rgba(255,255,255,.12);
    pointer-events: none;
}

.tablet-camera {
    position: absolute;
    top: 50%;
    left: 7px;
    width: 6px;
    height: 46px;
    border-radius: 999px;
    background: linear-gradient(180deg, #314852, #060f14);
    transform: translateY(-50%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.tablet-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

.tablet-caption {
    position: absolute;
    left: 50%;
    bottom: -72px;
    z-index: 7;
    width: min(720px, calc(100vw - 48px));
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}

.tablet-caption strong {
    display: block;
    color: #fff4cf;
    font-size: 18px;
}

.tablet-caption p {
    margin: 6px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 14px;
    line-height: 1.45;
}

.carousel-control {
    position: absolute;
    top: 44%;
    z-index: 9;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: #fff;
    background: rgba(8,40,51,.72);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(14px);
}

.carousel-prev { left: 0; }
.carousel-next { right: 0; }

.carousel-dots {
    position: absolute;
    left: 50%;
    bottom: -108px;
    z-index: 8;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.carousel-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.34);
    cursor: pointer;
}

.carousel-dots button.is-active {
    width: 28px;
    background: var(--gold);
}

@media (min-width: 761px) {
    .tablet-showcase { margin-bottom: 106px; }
}

@media (min-width: 1200px) and (max-height: 880px) {
    .hero-product.tablet-showcase {
        margin-top: 20px;
        transform: none;
    }
    .tablet-showcase { height: 280px; margin-bottom: 98px; }
    .tablet-frame { width: 620px; padding: 14px; border-radius: 28px; }
    .tablet-frame img { border-radius: 16px; }
    .tablet-caption { bottom: -64px; }
    .carousel-dots { bottom: -94px; }
}

@media (max-width: 760px) {
    .tablet-showcase {
        height: auto;
        margin-top: 34px;
        padding-bottom: 116px;
        perspective: none;
    }

    .tablet-track {
        height: auto;
        min-height: 250px;
    }

    .tablet-slide,
    .tablet-slide.is-prev,
    .tablet-slide.is-next,
    .tablet-slide.is-far-prev,
    .tablet-slide.is-far-next {
        display: none;
    }

    .tablet-slide.is-active {
        position: relative;
        display: grid;
        opacity: 1;
        transform: none;
        filter: none;
    }

    .tablet-frame {
        width: 100%;
        padding: 11px;
        border-radius: 24px;
    }

    .tablet-camera { display: none; }
    .tablet-frame img { border-radius: 15px; }
    .tablet-caption { bottom: 38px; }
    .carousel-dots { bottom: 4px; }
    .carousel-control { top: calc(50% - 76px); width: 38px; height: 38px; font-size: 26px; }
    .carousel-prev { left: 8px; }
    .carousel-next { right: 8px; }
}

/* Carousel centering and controls polish */
.tablet-showcase {
    width: min(1320px, calc(100vw - 64px));
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.tablet-track {
    width: 100%;
    margin: 0 auto;
    transform-style: preserve-3d;
}

.tablet-slide {
    left: 50%;
    right: auto;
    width: min(900px, 72vw);
    transform: translateX(-50%) translateZ(-260px) rotateY(0deg) scale(.72);
}

.tablet-slide.is-active {
    transform: translateX(-50%) translateZ(40px) rotateY(0deg) scale(1);
}

.tablet-slide.is-prev {
    transform: translateX(-92%) translateZ(-170px) rotateY(34deg) scale(.78);
}

.tablet-slide.is-next {
    transform: translateX(-8%) translateZ(-170px) rotateY(-34deg) scale(.78);
}

.tablet-slide.is-far-prev {
    transform: translateX(-122%) translateZ(-320px) rotateY(48deg) scale(.58);
}

.tablet-slide.is-far-next {
    transform: translateX(22%) translateZ(-320px) rotateY(-48deg) scale(.58);
}

.tablet-frame {
    width: 100%;
}

.carousel-control {
    display: grid;
    place-items: center;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    box-shadow: 0 14px 42px rgba(0,0,0,.28);
}

.carousel-control i {
    pointer-events: none;
}

.carousel-prev { left: 18px; }
.carousel-next { right: 18px; }

.tablet-caption {
    text-shadow: 0 2px 14px rgba(0,0,0,.4);
}

@media (min-width: 1200px) and (max-height: 880px) {
    .tablet-showcase {
        width: min(1160px, calc(100vw - 72px));
    }

    .tablet-slide {
        width: 650px;
    }

    .carousel-prev { left: 8px; }
    .carousel-next { right: 8px; }
}

@media (max-width: 760px) {
    .tablet-showcase {
        width: 100%;
        overflow: hidden;
    }

    .tablet-slide,
    .tablet-slide.is-active {
        left: auto;
        width: 100%;
        transform: none;
    }

    .carousel-control {
        top: calc(50% - 74px);
        transform: translateY(-50%);
    }
}

/* Remove legacy product mockup layout from the carousel. */
.hero-product.tablet-showcase {
    display: block !important;
    grid-template-columns: none !important;
    align-items: initial !important;
    gap: 0 !important;
    left: auto !important;
    right: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
}

.tablet-showcase,
.hero-product.tablet-showcase {
    width: min(1380px, calc(100vw - 64px)) !important;
}

.tablet-showcase .tablet-track {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.tablet-showcase .tablet-slide {
    inset: auto auto auto 50%;
    top: 0;
    bottom: 0;
    display: grid;
    place-items: center;
}

.tablet-showcase .tablet-slide.is-active {
    transform: translateX(-50%) translateZ(42px) rotateY(0deg) scale(1) !important;
}

.tablet-showcase .tablet-slide.is-prev {
    transform: translateX(-98%) translateZ(-165px) rotateY(35deg) scale(.76) !important;
}

.tablet-showcase .tablet-slide.is-next {
    transform: translateX(-2%) translateZ(-165px) rotateY(-35deg) scale(.76) !important;
}

.tablet-showcase .tablet-slide.is-far-prev {
    transform: translateX(-130%) translateZ(-330px) rotateY(50deg) scale(.56) !important;
}

.tablet-showcase .tablet-slide.is-far-next {
    transform: translateX(30%) translateZ(-330px) rotateY(-50deg) scale(.56) !important;
}

@media (min-width: 1200px) and (max-height: 880px) {
    .tablet-showcase,
    .hero-product.tablet-showcase {
        width: min(1260px, calc(100vw - 72px)) !important;
    }

    .tablet-showcase .tablet-slide {
        width: 720px;
    }
}

@media (max-width: 760px) {
    .tablet-showcase,
    .hero-product.tablet-showcase {
        width: 100% !important;
    }

    .tablet-showcase .tablet-slide,
    .tablet-showcase .tablet-slide.is-active {
        inset: auto !important;
        position: relative;
        transform: none !important;
    }
}

/* Keep the hero centered even when 3D side slides create horizontal overflow. */
.hero {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
}

.hero-content,
.hero-product.tablet-showcase {
    justify-self: center !important;
    margin-inline: auto !important;
}

.hero-content {
    max-width: calc(100vw - 48px);
}

.tablet-showcase,
.hero-product.tablet-showcase {
    max-width: calc(100vw - 48px) !important;
    contain: layout paint;
}

.tablet-track {
    overflow: visible;
}

body {
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .hero-content {
        width: min(1180px, calc(100vw - 96px));
    }

    .tablet-showcase,
    .hero-product.tablet-showcase {
        width: min(1260px, calc(100vw - 96px)) !important;
    }
}

@media (min-width: 1500px) {
    .tablet-showcase,
    .hero-product.tablet-showcase {
        width: min(1340px, calc(100vw - 120px)) !important;
    }
}

/* Final hero/carousel layout reset: centered, unclipped, and fold-safe. */
.hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 100vh;
    padding-top: 112px !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
}

.hero-content {
    width: min(1120px, calc(100vw - 40px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    justify-self: auto !important;
}

.hero-icon {
    width: clamp(56px, 6.5vw, 82px) !important;
    margin-bottom: 6px !important;
}

.hero-wordmark {
    width: min(520px, 52vw) !important;
    margin-bottom: 12px !important;
}

.hero-slogan {
    max-width: 1040px !important;
    font-size: clamp(40px, 4.25vw, 62px) !important;
    line-height: 1.04 !important;
}

.hero-copy {
    max-width: 720px !important;
    margin-top: 16px !important;
}

.hero-actions {
    margin-top: 20px !important;
}

.proof-row {
    margin-top: 14px !important;
}

.hero-product.tablet-showcase,
.tablet-showcase {
    width: min(1280px, calc(100vw - 56px)) !important;
    max-width: none !important;
    height: clamp(300px, 31vw, 430px) !important;
    margin: 30px auto 0 !important;
    padding: 0 !important;
    contain: none !important;
    overflow: visible !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

.tablet-track {
    height: 100% !important;
    overflow: visible !important;
}

.tablet-showcase .tablet-slide {
    width: min(860px, 68vw) !important;
    inset: 0 auto 0 50% !important;
}

.tablet-showcase .tablet-slide.is-active {
    transform: translateX(-50%) translateZ(36px) rotateY(0deg) scale(1) !important;
}

.tablet-showcase .tablet-slide.is-prev {
    transform: translateX(-97%) translateZ(-180px) rotateY(34deg) scale(.72) !important;
}

.tablet-showcase .tablet-slide.is-next {
    transform: translateX(-3%) translateZ(-180px) rotateY(-34deg) scale(.72) !important;
}

.tablet-showcase .tablet-slide.is-far-prev {
    transform: translateX(-126%) translateZ(-330px) rotateY(48deg) scale(.52) !important;
}

.tablet-showcase .tablet-slide.is-far-next {
    transform: translateX(26%) translateZ(-330px) rotateY(-48deg) scale(.52) !important;
}

.tablet-caption {
    bottom: -54px !important;
}

.carousel-dots {
    bottom: -82px !important;
}

.carousel-prev { left: 16px !important; }
.carousel-next { right: 16px !important; }

@media (min-width: 1200px) and (max-height: 880px) {
    .hero { padding-top: 86px !important; }
    .hero-icon { width: 70px !important; }
    .hero-wordmark { width: 430px !important; }
    .hero-slogan { font-size: 50px !important; max-width: 1000px !important; }
    .hero-copy { font-size: 18px !important; }
    .hero-product.tablet-showcase,
    .tablet-showcase {
        width: min(1180px, calc(100vw - 64px)) !important;
        height: 330px !important;
        margin-top: 24px !important;
    }
    .tablet-showcase .tablet-slide { width: 700px !important; }
}

@media (max-width: 760px) {
    .hero { padding-top: 108px !important; padding-bottom: 48px !important; }
    .hero-content { width: calc(100vw - 36px) !important; }
    .hero-wordmark { width: min(360px, 84vw) !important; }
    .hero-slogan { font-size: clamp(32px, 10vw, 46px) !important; }
    .hero-product.tablet-showcase,
    .tablet-showcase {
        width: 100% !important;
        height: auto !important;
        margin-top: 32px !important;
        padding-bottom: 108px !important;
        overflow: hidden !important;
    }
    .tablet-track { min-height: 250px !important; }
    .tablet-showcase .tablet-slide,
    .tablet-showcase .tablet-slide.is-active {
        width: 100% !important;
        inset: auto !important;
        transform: none !important;
    }
}

/* Carousel composition tune: visual center and full tablet height. */
@media (min-width: 761px) {
    .hero {
        min-height: 1080px !important;
        padding-bottom: 150px !important;
        overflow: hidden !important;
    }

    .hero-product.tablet-showcase,
    .tablet-showcase {
        height: 420px !important;
        margin-top: 24px !important;
        margin-bottom: 88px !important;
        transform: translateX(-3.25vw) !important;
    }

    .tablet-caption {
        bottom: -68px !important;
        transform: translateX(calc(-50% + 3.25vw)) !important;
    }

    .carousel-dots {
        bottom: -96px !important;
        transform: translateX(calc(-50% + 3.25vw)) !important;
    }
}

@media (min-width: 1500px) {
    .hero-product.tablet-showcase,
    .tablet-showcase {
        transform: translateX(-58px) !important;
    }

    .tablet-caption {
        transform: translateX(calc(-50% + 58px)) !important;
    }

    .carousel-dots {
        transform: translateX(calc(-50% + 58px)) !important;
    }
}

@media (min-width: 1200px) and (max-height: 880px) {
    .hero {
        min-height: 980px !important;
        padding-bottom: 128px !important;
    }

    .hero-product.tablet-showcase,
    .tablet-showcase {
        height: 370px !important;
        margin-bottom: 92px !important;
    }
}

/* Custom per-slide tablet overlays */
.tablet-frame {
    isolation: isolate;
}

.slide-overlay {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 28px;
    z-index: 3;
    display: grid;
    gap: 5px;
    max-width: 560px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, rgba(8,40,51,.86), rgba(8,40,51,.58));
    box-shadow: 0 18px 48px rgba(0,0,0,.28);
    backdrop-filter: blur(16px);
    text-align: left;
    pointer-events: none;
}

.slide-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 4px;
    border-radius: 999px;
    background: var(--gold);
}

.slide-overlay span {
    color: rgba(255,255,255,.78);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.slide-overlay strong {
    color: #fff4cf;
    font-size: 22px;
    line-height: 1.05;
}

.slide-overlay p {
    max-width: 500px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    line-height: 1.4;
}

.slide-overlay-teal::before { background: var(--teal-bright); }
.slide-overlay-green::before { background: var(--green); }
.slide-overlay-blue::before { background: #55c8e8; }
.slide-overlay-orange::before { background: #ff9b3d; }

.tablet-caption {
    display: none !important;
}

.carousel-dots {
    bottom: -44px !important;
}

@media (max-width: 760px) {
    .slide-overlay {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 13px 14px;
    }

    .slide-overlay strong {
        font-size: 18px;
    }

    .slide-overlay p {
        font-size: 12px;
    }

    .carousel-dots {
        bottom: 4px !important;
    }
}

/* Product carousel: clean screenshots, no in-screen overlays. */
.slide-overlay {
    display: none !important;
}

.tablet-caption {
    display: block !important;
    bottom: -60px !important;
}

.carousel-dots {
    bottom: -92px !important;
}

@media (max-width: 760px) {
    .tablet-caption {
        bottom: 38px !important;
    }

    .carousel-dots {
        bottom: 4px !important;
    }
}

/* Give the proof chips and carousel a little breathing room. */
@media (min-width: 761px) {
    .hero-product.tablet-showcase,
    .tablet-showcase {
        margin-top: 46px !important;
    }
}

@media (min-width: 1200px) and (max-height: 880px) {
    .hero-product.tablet-showcase,
    .tablet-showcase {
        margin-top: 38px !important;
    }
}

/* Hide carousel captions entirely; screenshots carry this section. */
.tablet-caption {
    display: none !important;
}

.carousel-dots {
    bottom: -46px !important;
}

@media (max-width: 760px) {
    .carousel-dots {
        bottom: 4px !important;
    }
}

/* Simonized floating header */
.site-header {
    width: min(1380px, calc(100% - 28px)) !important;
    min-height: 70px;
    padding: 10px 12px 10px 16px !important;
    border: 1px solid rgba(117, 217, 231, .22) !important;
    border-bottom-color: rgba(255, 255, 255, .12) !important;
    background:
        linear-gradient(180deg, rgba(10, 48, 61, .94), rgba(5, 31, 42, .91)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.16),
        inset 0 -1px 0 rgba(0,0,0,.34),
        0 16px 36px rgba(0,0,0,.22),
        0 3px 0 rgba(3,18,25,.75) !important;
}

.site-header::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
    pointer-events: none;
}

.site-header::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: -7px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(210,138,0,.18), rgba(21,198,164,.16), transparent);
    filter: blur(10px);
    pointer-events: none;
}

.brand {
    gap: 12px;
}

.brand-orb {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.04));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.2),
        0 10px 24px rgba(0,0,0,.22);
}

.brand-orb img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.25));
}

.brand-logo {
    width: 186px !important;
}

.desktop-nav {
    gap: 4px !important;
    padding: 5px;
    border-radius: 8px;
    background: rgba(255,255,255,.035);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.desktop-nav a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 6px !important;
    text-shadow: 0 1px 12px rgba(0,0,0,.35);
}

.desktop-nav a:hover {
    border-color: rgba(255,255,255,.12);
    background: rgba(255,255,255,.1) !important;
}

.desktop-nav .nav-cta {
    color: #fff !important;
    background: linear-gradient(180deg, #e09a05, #bd7900) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.26),
        0 10px 24px rgba(210,138,0,.22);
}

.desktop-nav .nav-cta:hover {
    background: linear-gradient(180deg, #eca812, #b66f00) !important;
}

@media (max-width: 760px) {
    .site-header {
        min-height: 64px;
        width: calc(100% - 20px) !important;
        padding: 8px 10px !important;
    }

    .brand-orb {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .brand-orb img {
        width: 27px;
        height: 27px;
    }

    .brand-logo {
        width: 142px !important;
        max-width: 46vw !important;
    }
}

/* Header refinement: no glow, hero-native positioning. */
.site-header {
    position: absolute !important;
    top: 16px !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.16),
        inset 0 -1px 0 rgba(0,0,0,.34),
        0 14px 30px rgba(0,0,0,.18),
        0 2px 0 rgba(3,18,25,.72) !important;
}

.site-header::after {
    display: none !important;
}

.mobile-nav {
    position: absolute !important;
}

@media (max-width: 760px) {
    .site-header {
        top: 10px !important;
    }
}

/* Hero human chip sparkle */
.human-chip {
    position: relative;
    padding-right: 28px !important;
}

.human-chip-star {
    position: absolute;
    top: -9px;
    right: 8px;
    color: #ffd36a;
    font-size: 13px;
    filter: drop-shadow(0 0 8px rgba(255, 211, 106, .7));
    transform-origin: center;
    animation: humanSparkle 1.9s ease-in-out infinite;
}

@keyframes humanSparkle {
    0%, 100% { transform: scale(.85) rotate(0deg); opacity: .6; }
    35% { transform: scale(1.35) rotate(16deg); opacity: 1; }
    60% { transform: scale(.95) rotate(-10deg); opacity: .8; }
}

/* Delivery feature band */
.delivery-band {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
    gap: 42px;
    align-items: center;
    background: #fff;
}

.delivery-copy {
    max-width: 760px;
}

.delivery-copy p {
    max-width: 690px;
    font-size: 18px;
    line-height: 1.65;
}

.delivery-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.btn-light {
    color: var(--gold-dark);
    border-color: rgba(210,138,0,.42);
    background: #fff;
}

.delivery-visual {
    position: relative;
    min-height: 360px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(21,198,164,.12), rgba(210,138,0,.13)),
        #f7fbfc;
}

.delivery-visual::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    border: 1px solid rgba(8,40,51,.12);
    transform: rotate(-18deg);
}

.delivery-phone {
    position: relative;
    z-index: 2;
    width: min(280px, 78%);
    padding: 26px 24px;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(180deg, #103d4b, #071c25);
    box-shadow: 0 24px 80px rgba(8,40,51,.24), inset 0 1px 0 rgba(255,255,255,.18);
}

.delivery-phone span {
    color: var(--teal-bright);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.delivery-phone strong {
    display: block;
    margin-top: 12px;
    font-size: 42px;
    line-height: 1;
}

.delivery-phone p {
    color: rgba(255,255,255,.74);
    line-height: 1.4;
}

.delivery-phone i {
    position: absolute;
    right: -22px;
    bottom: -16px;
    width: 88px;
    height: 88px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--gold);
    box-shadow: 0 18px 38px rgba(210,138,0,.35);
    font-size: 34px;
}

.delivery-route span {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 8px rgba(210,138,0,.12);
}

.delivery-route span:nth-child(1) { left: 13%; top: 22%; }
.delivery-route span:nth-child(2) { right: 14%; top: 30%; background: var(--teal-bright); box-shadow: 0 0 0 8px rgba(21,198,164,.12); }
.delivery-route span:nth-child(3) { left: 20%; bottom: 18%; }

@media (max-width: 900px) {
    .delivery-band {
        grid-template-columns: 1fr;
    }

    .delivery-visual {
        min-height: 300px;
    }
}

@media (max-width: 520px) {
    .delivery-actions .btn {
        width: 100%;
    }

    .delivery-copy p {
        font-size: 16px;
    }
}

/* Compact growth modules */
.modules-band {
    background: linear-gradient(180deg, #f4f8fa, #fff);
}

.section-lede {
    max-width: 720px;
    margin: 14px auto 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
}

.module-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.module-grid article {
    position: relative;
    min-height: 250px;
    padding: 24px 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(8,40,51,.06);
    overflow: hidden;
}

.module-grid article::after {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(210,138,0,.11);
}

.module-grid i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--gold);
    background: var(--cream);
    font-size: 20px;
}

.module-grid h3 {
    margin-top: 22px;
    font-size: 20px;
}

.module-grid p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .module-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

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

    .module-grid article {
        min-height: 0;
    }
}

/* Clickable growth module cards and detail modal */
.module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.module-card {
    position: relative;
    min-height: 250px;
    padding: 24px 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(8,40,51,.06);
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.module-card::after {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(210,138,0,.11);
    transition: transform .22s ease, background .22s ease;
}

.module-card:hover,
.module-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(210,138,0,.48);
    box-shadow: 0 18px 46px rgba(8,40,51,.12);
    outline: none;
}

.module-card:hover::after,
.module-card:focus-visible::after {
    transform: scale(1.18);
    background: rgba(21,198,164,.13);
}

.module-card i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--gold);
    background: var(--cream);
    font-size: 20px;
}

.module-card h3 {
    margin-top: 22px;
    font-size: 20px;
}

.module-card p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.55;
}

.module-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-dark);
    font-size: 13px;
    font-weight: 900;
}

.module-card span::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
}

.module-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    padding: 28px;
}

.module-modal.is-open {
    display: grid;
    place-items: center;
}

.module-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 18, 24, .72);
    backdrop-filter: blur(12px);
}

.module-modal-panel {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    min-height: 520px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 34px 110px rgba(0,0,0,.34);
    overflow: hidden;
}

.module-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: rgba(8,40,51,.24);
    cursor: pointer;
}

.module-modal-close:hover {
    background: rgba(8,40,51,.38);
}

.module-modal-copy {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: 54px 52px;
}

.module-modal-kicker {
    color: var(--gold-dark);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.module-modal-copy h2 {
    margin: 0;
    color: #343546;
    font-size: clamp(34px, 4vw, 52px);
}

.module-modal-copy p {
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
}

.module-modal-copy ul {
    display: grid;
    gap: 12px;
    margin: 4px 0 10px;
    padding: 0;
    list-style: none;
}

.module-modal-copy li {
    position: relative;
    padding-left: 30px;
    color: #454456;
    font-weight: 700;
    line-height: 1.45;
}

.module-modal-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: inset 0 0 0 5px #e7fbf1;
}

.module-modal-copy .btn {
    width: fit-content;
}

.module-modal-visual {
    position: relative;
    display: grid;
    place-items: center;
    padding: 44px;
    color: #fff;
    background:
        radial-gradient(circle at 24% 20%, rgba(21,198,164,.42), transparent 32%),
        radial-gradient(circle at 72% 78%, rgba(210,138,0,.48), transparent 32%),
        linear-gradient(145deg, #103d4b, #061c25);
    overflow: hidden;
}

.module-modal-visual::before,
.module-modal-visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
}

.module-modal-visual::before {
    width: 360px;
    height: 360px;
    transform: rotate(-22deg);
}

.module-modal-visual::after {
    width: 220px;
    height: 220px;
    right: -50px;
    top: -48px;
}

.module-art-screen {
    position: relative;
    z-index: 2;
    width: min(300px, 100%);
    min-height: 360px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 14px;
    padding: 30px 24px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 24px 70px rgba(0,0,0,.22);
    backdrop-filter: blur(10px);
    text-align: center;
}

.module-art-topline {
    position: absolute;
    top: 22px;
    width: 56px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.36);
}

.module-art-screen i {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(145deg, var(--gold), #f6b63d);
    box-shadow: 0 18px 46px rgba(210,138,0,.34);
    font-size: 42px;
}

.module-art-screen strong {
    color: #fff4cf;
    font-size: 28px;
    line-height: 1.04;
}

.module-art-screen span {
    color: rgba(255,255,255,.76);
    line-height: 1.45;
}

.module-art-path span {
    position: absolute;
    z-index: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--teal-bright);
    box-shadow: 0 0 0 9px rgba(21,198,164,.14);
}

.module-art-path span:nth-child(1) { left: 12%; top: 22%; }
.module-art-path span:nth-child(2) { right: 13%; top: 42%; background: var(--gold); box-shadow: 0 0 0 9px rgba(210,138,0,.16); }
.module-art-path span:nth-child(3) { left: 22%; bottom: 17%; }

.module-modal-visual.module-art-delivery .module-art-screen i { background: linear-gradient(145deg, #ff9b3d, var(--gold)); }
.module-modal-visual.module-art-loyalty .module-art-screen i { background: linear-gradient(145deg, #f96db0, #7b58ef); }
.module-modal-visual.module-art-updates .module-art-screen i { background: linear-gradient(145deg, #ffd36a, var(--gold)); }
.module-modal-visual.module-art-stacking .module-art-screen i { background: linear-gradient(145deg, #55c8e8, var(--teal-bright)); }
.module-modal-visual.module-art-location .module-art-screen i { background: linear-gradient(145deg, #15c6a4, #118f78); }
.module-modal-visual.module-art-ivr .module-art-screen i { background: linear-gradient(145deg, #667eea, #8c4fee); }

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

@media (max-width: 1000px) {
    .module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .module-modal-panel {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 44px);
        overflow: auto;
    }

    .module-modal-visual {
        min-height: 300px;
        order: -1;
    }

    .module-art-screen {
        min-height: 250px;
    }
}

@media (max-width: 640px) {
    .module-grid {
        grid-template-columns: 1fr !important;
    }

    .module-card {
        min-height: 0;
    }

    .module-modal {
        padding: 12px;
    }

    .module-modal-copy {
        padding: 34px 24px 28px;
    }

    .module-modal-copy .btn {
        width: 100%;
    }
}

/* Paid-plan inclusion note */
.included-note {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 24px auto 0;
    padding: 11px 15px;
    border: 1px solid rgba(17,184,106,.24);
    border-radius: 999px;
    color: #0f7d4b;
    background: rgba(17,184,106,.08);
    font-size: 14px;
    font-weight: 900;
}

.included-note i {
    color: var(--green);
}

@media (max-width: 640px) {
    .included-note {
        width: 100%;
        justify-content: center;
        border-radius: 8px;
        text-align: center;
    }
}

/* Included chip refinement */
.included-note {
    position: relative;
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 34px !important;
}

.included-note::after {
    content: "?";
    position: absolute;
    top: -10px;
    right: 12px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #d28a00;
    font-size: 13px;
    filter: drop-shadow(0 0 8px rgba(210, 138, 0, .38));
    animation: humanSparkle 2.1s ease-in-out infinite;
}


/* Reliable CSS-drawn star for included chip */
.included-note::after {
    content: "" !important;
    width: 14px;
    height: 14px;
    background: #d28a00;
    clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
    filter: drop-shadow(0 0 8px rgba(210, 138, 0, .38));
}

/* Managed difference hero moment */
.human-band {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.human-band::before {
    content: "";
    position: absolute;
    inset: 38px max(24px, calc((100vw - 1180px) / 2));
    z-index: -1;
    border-radius: 18px;
    background:
        radial-gradient(circle at 12% 18%, rgba(21,198,164,.12), transparent 32%),
        radial-gradient(circle at 82% 72%, rgba(210,138,0,.12), transparent 32%);
    opacity: 0;
    transform: scale(.97);
    transition: opacity .65s ease, transform .65s ease;
}

.human-band.is-managed-visible::before {
    opacity: 1;
    transform: scale(1);
}

.animated-underline {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.animated-underline::after {
    content: "";
    position: absolute;
    left: -.04em;
    right: -.04em;
    bottom: .03em;
    z-index: -1;
    height: .16em;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(21,198,164,.95), rgba(210,138,0,.95));
    transform: scaleX(0);
    transform-origin: left center;
    opacity: .72;
}

.human-band.is-managed-visible .animated-underline::after {
    animation: underlineSweep .9s cubic-bezier(.2,.8,.2,1) forwards;
}

.human-band.is-managed-visible .animated-underline:nth-of-type(2)::after {
    animation-delay: .18s;
}

.managed-confetti {
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 3;
    width: 0;
    height: 0;
    pointer-events: none;
}

.managed-confetti i {
    position: absolute;
    width: 9px;
    height: 15px;
    border-radius: 2px;
    background: var(--gold);
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: confettiPop 1.25s ease-out forwards;
}

.managed-confetti i:nth-child(3n) { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-bright); }
.managed-confetti i:nth-child(4n) { background: #55c8e8; }
.managed-confetti i:nth-child(5n) { background: #f96db0; }
.managed-confetti i:nth-child(6n) { background: #fff4cf; }

@keyframes underlineSweep {
    0% { transform: scaleX(0); }
    62% { transform: scaleX(1.05); }
    100% { transform: scaleX(1); }
}

@keyframes confettiPop {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(0deg) scale(.7);
    }
    72% { opacity: 1; }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) rotate(var(--r)) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .human-band.is-managed-visible .animated-underline::after {
        animation: none;
        transform: scaleX(1);
    }

    .managed-confetti {
        display: none;
    }
}

@media (max-width: 760px) {
    .human-band::before {
        inset: 28px 12px;
        border-radius: 12px;
    }

    .managed-confetti {
        top: 22%;
    }
}

/* Managed section refinement: cleaner underline, no color wash */
.human-band::before {
    display: none !important;
}

.animated-underline::after {
    left: -.02em !important;
    right: -.02em !important;
    bottom: .04em !important;
    z-index: -1 !important;
    height: .11em !important;
    border-radius: 999px !important;
    background: rgba(18, 33, 42, .82) !important;
    opacity: .28 !important;
}

.human-band.is-managed-visible .animated-underline::after {
    animation: underlineSweepSlow 1.35s cubic-bezier(.17,.67,.18,1) forwards !important;
}

.human-band.is-managed-visible .animated-underline:nth-of-type(1)::after {
    animation-delay: 0s !important;
}

.human-band.is-managed-visible .animated-underline:nth-of-type(2)::after {
    animation-delay: .62s !important;
}

@keyframes underlineSweepSlow {
    0% { transform: scaleX(0); }
    72% { transform: scaleX(1.02); }
    100% { transform: scaleX(1); }
}

/* Stronger managed underline and top-layer confetti */
.animated-underline::after {
    bottom: -.05em !important;
    height: .095em !important;
    background: rgba(18, 33, 42, .95) !important;
    opacity: .78 !important;
}

.managed-confetti {
    z-index: 1000 !important;
}

/* Confetti must escape the managed section stacking context. */
.managed-confetti {
    position: fixed !important;
    z-index: 10000 !important;
    pointer-events: none !important;
}

/* Managed difference: make the key selling point stop the scroll */
.human-band {
    min-height: 720px;
    align-items: center;
    background:
        radial-gradient(circle at 9% 16%, rgba(210,138,0,.09), transparent 30%),
        radial-gradient(circle at 92% 74%, rgba(21,198,164,.08), transparent 34%),
        linear-gradient(180deg, #fff, #fbfdfe) !important;
}

.human-band::before {
    display: block !important;
    inset: 42px max(18px, calc((100vw - 1240px) / 2)) !important;
    border: 1px solid rgba(210,138,0,.1);
    border-radius: 22px !important;
    background:
        linear-gradient(115deg, rgba(255,255,255,0) 0 42%, rgba(210,138,0,.09) 43% 44%, rgba(255,255,255,0) 45% 100%),
        repeating-linear-gradient(90deg, rgba(8,40,51,.035) 0 1px, transparent 1px 96px),
        repeating-linear-gradient(0deg, rgba(8,40,51,.03) 0 1px, transparent 1px 96px) !important;
    opacity: .72 !important;
    transform: none !important;
    animation: managedBackgroundDrift 14s linear infinite;
}

.human-copy h2 {
    max-width: 760px;
    font-size: clamp(54px, 6.2vw, 88px);
    line-height: .98;
}

.human-copy p {
    max-width: 760px;
    font-size: 18px;
}

.human-copy .check-list {
    margin-top: 30px;
}

.human-copy .check-list li {
    font-size: 17px;
}

.managed-proof-panel {
    position: relative;
    display: grid;
    gap: 16px;
    padding: 20px;
    border-color: rgba(210,138,0,.28) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,252,245,.92));
    box-shadow: 0 28px 90px rgba(8,40,51,.14), inset 0 1px 0 rgba(255,255,255,.8) !important;
    overflow: hidden;
}

.managed-proof-panel::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -70px;
    top: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210,138,0,.17), transparent 68%);
    animation: managedOrbFloat 5.8s ease-in-out infinite;
}

.managed-proof-header,
.managed-request-card,
.managed-proof-stats {
    position: relative;
    z-index: 1;
}

.managed-proof-header {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 8px 6px 14px;
}

.live-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 8px rgba(17,184,106,.12);
    animation: livePulse 1.8s ease-in-out infinite;
}

.managed-proof-header strong {
    display: block;
    color: #343546;
    font-size: 18px;
}

.managed-proof-header small {
    color: var(--muted);
    line-height: 1.45;
}

.managed-request-card {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(8,40,51,.07);
    transform: translateY(8px);
    opacity: 0;
}

.human-band.is-managed-visible .owner-request {
    animation: requestCardIn .72s ease forwards .22s;
}

.human-band.is-managed-visible .simon-response {
    animation: requestCardIn .72s ease forwards .72s;
}

.managed-request-card i,
.simon-mini-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--gold-dark);
    background: var(--cream);
    font-size: 19px;
}

.simon-mini-mark {
    background: linear-gradient(145deg, rgba(21,198,164,.14), rgba(210,138,0,.14));
}

.simon-mini-mark img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.managed-request-card span {
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.managed-request-card p {
    margin: 4px 0 0;
    color: #424354;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 800;
}

.simon-response strong {
    align-self: start;
    padding: 7px 10px;
    border-radius: 999px;
    color: #0f7d4b;
    background: rgba(17,184,106,.12);
    font-size: 12px;
}

.managed-proof-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 4px;
}

.managed-proof-stats div {
    padding: 14px 12px;
    border: 1px solid rgba(8,40,51,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.68);
    text-align: center;
}

.managed-proof-stats strong {
    display: block;
    color: #343546;
    font-size: 28px;
    line-height: 1;
}

.managed-proof-stats span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

@keyframes managedBackgroundDrift {
    0% { background-position: 0 0, 0 0, 0 0; }
    100% { background-position: 180px 0, 96px 0, 0 96px; }
}

@keyframes managedOrbFloat {
    0%, 100% { transform: translate3d(0,0,0) scale(1); }
    50% { transform: translate3d(-16px,18px,0) scale(1.08); }
}

@keyframes livePulse {
    0%, 100% { box-shadow: 0 0 0 8px rgba(17,184,106,.12); }
    50% { box-shadow: 0 0 0 13px rgba(17,184,106,.05); }
}

@keyframes requestCardIn {
    0% { opacity: 0; transform: translateY(12px) scale(.985); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1060px) {
    .human-copy h2 {
        font-size: clamp(46px, 9vw, 72px);
    }
}

@media (max-width: 760px) {
    .human-band {
        min-height: auto;
    }

    .human-copy h2 {
        font-size: clamp(38px, 11vw, 54px);
    }

    .managed-request-card {
        grid-template-columns: 44px 1fr;
    }

    .simon-response strong {
        grid-column: 2;
        justify-self: start;
    }

    .managed-proof-stats {
        grid-template-columns: 1fr;
    }
}

/* Managed section dramatic pre-title */
.managed-section-title {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 16px;
    margin-bottom: -20px;
    color: #343546;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.managed-title-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, var(--gold), #f4b33f);
    box-shadow: 0 18px 44px rgba(210,138,0,.24), inset 0 1px 0 rgba(255,255,255,.26);
    font-size: 23px;
    transform: rotate(-4deg);
}

.human-band.is-managed-visible .managed-title-icon {
    animation: managedTitlePop .8s cubic-bezier(.2,.9,.2,1) both;
}

@keyframes managedTitlePop {
    0% { transform: rotate(-4deg) scale(.86); }
    55% { transform: rotate(3deg) scale(1.08); }
    100% { transform: rotate(-4deg) scale(1); }
}

@media (max-width: 760px) {
    .managed-section-title {
        align-items: flex-start;
        margin-bottom: 0;
        font-size: clamp(28px, 9vw, 42px);
    }

    .managed-title-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
        font-size: 20px;
    }
}

/* Managed section hierarchy tune */
.managed-section-title {
    justify-self: center !important;
    text-align: center;
    margin-bottom: 8px !important;
}

.human-copy h2 {
    max-width: 760px !important;
    font-size: clamp(44px, 4.35vw, 64px) !important;
    line-height: 1.04 !important;
}

@media (min-width: 1180px) {
    .human-copy h2 {
        font-size: 62px !important;
    }
}

@media (max-width: 760px) {
    .managed-section-title {
        justify-self: start !important;
        text-align: left;
    }

    .human-copy h2 {
        font-size: clamp(36px, 10vw, 48px) !important;
    }
}

/* Managed section copy polish */
.managed-lede,
.human-copy .managed-lede {
    max-width: 800px !important;
    margin-top: 26px;
    color: #50596a;
    font-size: clamp(20px, 1.7vw, 24px) !important;
    line-height: 1.72 !important;
}

.managed-benefits {
    display: grid;
    gap: 12px;
    margin-top: 30px;
    max-width: 780px;
}

.managed-benefits div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(8,40,51,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.74);
    box-shadow: 0 10px 28px rgba(8,40,51,.045);
}

.managed-benefits i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--gold-dark);
    background: var(--cream);
}

.managed-benefits span {
    color: #424354;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 800;
}

@media (max-width: 640px) {
    .managed-benefits div {
        grid-template-columns: 1fr;
    }
}

/* Larger managed section marquee */
.managed-section-title {
    font-size: clamp(42px, 5.7vw, 78px) !important;
    gap: 20px !important;
}

.managed-title-icon {
    width: 72px !important;
    height: 72px !important;
    border-radius: 19px !important;
    font-size: 30px !important;
}

@media (max-width: 760px) {
    .managed-section-title {
        font-size: clamp(34px, 10vw, 52px) !important;
        gap: 14px !important;
    }

    .managed-title-icon {
        width: 56px !important;
        height: 56px !important;
        border-radius: 15px !important;
        font-size: 23px !important;
    }
}

/* Normalize managed section typography with the rest of the page */
.managed-section-title {
    font-size: clamp(36px, 4.7vw, 64px) !important;
    gap: 16px !important;
}

.managed-title-icon {
    width: 62px !important;
    height: 62px !important;
    border-radius: 17px !important;
    font-size: 25px !important;
}

.human-copy h2 {
    max-width: 780px !important;
    font-size: clamp(40px, 4.65vw, 58px) !important;
    line-height: 1.04 !important;
}

.managed-lede,
.human-copy .managed-lede {
    max-width: 760px !important;
    font-size: clamp(17px, 1.45vw, 19px) !important;
    line-height: 1.65 !important;
}

@media (max-width: 760px) {
    .managed-section-title {
        font-size: clamp(30px, 9vw, 44px) !important;
        gap: 12px !important;
    }

    .managed-title-icon {
        width: 50px !important;
        height: 50px !important;
        border-radius: 14px !important;
        font-size: 21px !important;
    }

    .human-copy h2 {
        font-size: clamp(34px, 9vw, 46px) !important;
    }
}

/* Larger Growth Modules intro copy */
.modules-band .section-lede {
    max-width: 860px !important;
    font-size: clamp(19px, 1.7vw, 23px) !important;
    line-height: 1.65 !important;
}

/* One Ecosystem redesign */
.ecosystem-section {
    position: relative;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1fr) !important;
    gap: 54px !important;
    background:
        radial-gradient(circle at 16% 24%, rgba(21,198,164,.08), transparent 30%),
        radial-gradient(circle at 88% 72%, rgba(210,138,0,.1), transparent 34%),
        #f4f8fa;
    overflow: hidden;
}

.ecosystem-section::before {
    content: "";
    position: absolute;
    inset: 42px max(22px, calc((100vw - 1220px) / 2));
    border: 1px solid rgba(8,40,51,.07);
    border-radius: 18px;
    background:
        repeating-linear-gradient(90deg, rgba(8,40,51,.028) 0 1px, transparent 1px 86px),
        repeating-linear-gradient(0deg, rgba(8,40,51,.024) 0 1px, transparent 1px 86px);
    pointer-events: none;
}

.ecosystem-copy {
    position: relative;
    z-index: 1;
    max-width: 560px;
}

.ecosystem-copy h2 {
    max-width: 560px;
    font-size: clamp(42px, 4.9vw, 68px);
}

.ecosystem-copy p {
    max-width: 560px;
    font-size: 18px;
    line-height: 1.72;
}

.ecosystem-highlights {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.ecosystem-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 10px 13px;
    border: 1px solid rgba(8,40,51,.08);
    border-radius: 999px;
    color: #424354;
    background: rgba(255,255,255,.74);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 10px 28px rgba(8,40,51,.045);
}

.ecosystem-highlights i {
    color: var(--green);
}

.ecosystem-map {
    position: relative;
    z-index: 1;
    min-height: 540px;
    border: 1px solid rgba(8,40,51,.08);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.98), rgba(255,255,255,.72) 56%, rgba(255,248,233,.54));
    box-shadow: 0 28px 90px rgba(8,40,51,.12);
    overflow: hidden;
}

.ecosystem-map::before,
.ecosystem-map::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed rgba(8,40,51,.14);
    border-radius: 999px;
}

.ecosystem-map::before {
    width: 470px;
    height: 310px;
    animation: ecosystemSpin 28s linear infinite;
}

.ecosystem-map::after {
    width: 340px;
    height: 440px;
    animation: ecosystemSpin 36s linear infinite reverse;
}

.ecosystem-hub {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 190px;
    min-height: 190px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 24px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #103d4b, #061c25);
    box-shadow: 0 28px 80px rgba(8,40,51,.26), inset 0 1px 0 rgba(255,255,255,.18);
    transform: translate(-50%, -50%);
    text-align: center;
}

.ecosystem-hub img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    filter: drop-shadow(0 10px 22px rgba(0,0,0,.24));
}

.ecosystem-hub strong {
    color: #fff;
    font-size: 22px;
}

.ecosystem-hub span {
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ecosystem-card {
    position: absolute;
    z-index: 4;
    width: 178px;
    min-height: 120px;
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 18px;
    border: 1px solid rgba(8,40,51,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 44px rgba(8,40,51,.1);
    backdrop-filter: blur(12px);
    animation: ecosystemFloat 5.6s ease-in-out infinite;
}

.ecosystem-card i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: var(--gold-dark);
    background: var(--cream);
}

.ecosystem-card strong {
    color: #3f4051;
    font-size: 17px;
}

.ecosystem-card span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.ecosystem-card.pos { left: 9%; top: 12%; }
.ecosystem-card.portal { right: 10%; top: 10%; animation-delay: -.7s; }
.ecosystem-card.web { right: 5%; top: 42%; animation-delay: -1.4s; }
.ecosystem-card.loyalty { right: 18%; bottom: 9%; animation-delay: -2.1s; }
.ecosystem-card.messages { left: 14%; bottom: 10%; animation-delay: -2.8s; }
.ecosystem-card.reports { left: 4%; top: 44%; animation-delay: -3.5s; }

@keyframes ecosystemSpin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ecosystemFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@media (max-width: 1060px) {
    .ecosystem-section {
        grid-template-columns: 1fr !important;
    }

    .ecosystem-copy {
        max-width: 760px;
    }

    .ecosystem-copy h2,
    .ecosystem-copy p {
        max-width: 760px;
    }

    .ecosystem-map {
        min-height: 520px;
    }
}

@media (max-width: 680px) {
    .ecosystem-map {
        min-height: 0;
        display: grid;
        gap: 12px;
        padding: 18px;
    }

    .ecosystem-map::before,
    .ecosystem-map::after {
        display: none;
    }

    .ecosystem-hub,
    .ecosystem-card {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100%;
        min-height: 0;
        transform: none;
        animation: none;
    }

    .ecosystem-hub {
        border-radius: 8px;
        min-height: 150px;
    }
}

/* Managed headline: italic emphasis instead of underline */
.animated-underline {
    z-index: auto !important;
    font-style: italic;
    font-weight: 900;
    transform-origin: left bottom;
}

.animated-underline::after {
    display: none !important;
}

.human-band.is-managed-visible .animated-underline {
    animation: italicEmphasisIn .86s cubic-bezier(.18,.9,.2,1) both;
}

.human-band.is-managed-visible .animated-underline:nth-of-type(1) {
    animation-delay: 0s;
}

.human-band.is-managed-visible .animated-underline:nth-of-type(2) {
    animation-delay: .46s;
}

@keyframes italicEmphasisIn {
    0% {
        opacity: .72;
        transform: translateY(5px) skewX(0deg);
    }
    58% {
        opacity: 1;
        transform: translateY(0) skewX(-8deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) skewX(0deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .human-band.is-managed-visible .animated-underline {
        animation: none !important;
    }
}

/* Ecosystem copy and app-icon refinement */
.ecosystem-copy h2 {
    max-width: 600px !important;
    font-size: clamp(42px, 4.35vw, 62px) !important;
    line-height: 1.06 !important;
    text-transform: none;
}

.ecosystem-copy p {
    max-width: 650px !important;
    font-size: clamp(20px, 1.7vw, 23px) !important;
    line-height: 1.68 !important;
}

.ecosystem-highlights {
    grid-template-columns: 1fr;
    align-items: start;
}

.ecosystem-highlights span {
    padding: 12px 15px !important;
    color: #34424c !important;
    font-size: 15px !important;
    background: rgba(255,255,255,.88) !important;
}

.ecosystem-hub {
    width: 178px !important;
    min-height: 178px !important;
    border-radius: 42px !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.04)),
        linear-gradient(145deg, #123f4e, #061c25) !important;
    box-shadow:
        0 26px 70px rgba(8,40,51,.28),
        inset 0 1px 0 rgba(255,255,255,.24),
        inset 0 -10px 24px rgba(0,0,0,.18) !important;
}

.ecosystem-hub::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,.16);
    pointer-events: none;
}

.ecosystem-hub img {
    width: 72px !important;
    height: 72px !important;
}

.ecosystem-hub strong {
    font-size: 21px !important;
}

.ecosystem-hub span {
    font-size: 11px !important;
}

@media (max-width: 680px) {
    .ecosystem-hub {
        width: 100% !important;
        min-height: 160px !important;
        border-radius: 8px !important;
    }

    .ecosystem-hub::before {
        border-radius: 6px;
    }
}

/* Ecosystem hub logo and stacking */
.ecosystem-hub {
    z-index: 20 !important;
}

.ecosystem-card {
    z-index: 8 !important;
}

.ecosystem-hub .ecosystem-hub-logo {
    width: 118px !important;
    height: auto !important;
    filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0,0,0,.24));
}

.ecosystem-hub > img:not(.ecosystem-hub-logo) {
    width: 66px !important;
    height: 66px !important;
}

.ecosystem-hub span {
    color: rgba(255,255,255,.78) !important;
    font-size: 12px !important;
    letter-spacing: .1em !important;
}

/* Scroll reveal sections */
.reveal-section {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    will-change: opacity, transform;
}

.reveal-section.section-visible {
    opacity: 1;
    transform: none;
}

.reveal-section.animate__animated {
    --animate-duration: .82s;
    --animate-delay: 0s;
}

@media (prefers-reduced-motion: reduce) {
    .reveal-section {
        opacity: 1 !important;
        transform: none !important;
        will-change: auto;
    }
}

/* One-time hero slogan pulse */
.hero-slogan {
    animation: sloganPulseOnce 1.15s ease-out .55s both;
    transform-origin: center;
}

@keyframes sloganPulseOnce {
    0% { transform: scale(1); text-shadow: none; }
    42% { transform: scale(1.035); text-shadow: 0 0 34px rgba(255,244,207,.24); }
    100% { transform: scale(1); text-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slogan {
        animation: none !important;
    }
}

/* Designed for food trucks section */
.mobile-eateries {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(210,138,0,.1), transparent 30%),
        radial-gradient(circle at 78% 70%, rgba(21,198,164,.1), transparent 34%),
        #fff;
}

.mobile-eateries .section-heading {
    max-width: 900px;
}

.mobile-eateries .section-lede {
    max-width: 840px !important;
    font-size: clamp(18px, 1.55vw, 22px) !important;
}

.truck-drive-scene {
    position: relative;
    height: 360px;
    margin: 46px auto 32px;
    border: 1px solid rgba(8,40,51,.09);
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(244,248,250,.82), rgba(255,248,233,.72)),
        repeating-linear-gradient(90deg, rgba(8,40,51,.035) 0 1px, transparent 1px 94px);
    box-shadow: 0 24px 80px rgba(8,40,51,.09);
}

.truck-drive-scene::before {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: 64px;
    height: 88px;
    background:
        linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.6) 8% 12%, transparent 12% 24%) 0 50% / 260px 4px repeat-x,
        linear-gradient(180deg, #163f4c, #0a2530);
    box-shadow: 0 -18px 60px rgba(8,40,51,.08);
}

.truck-road-line {
    position: absolute;
    left: -20%;
    right: -20%;
    bottom: 105px;
    height: 4px;
    background: repeating-linear-gradient(90deg, rgba(255,255,255,.82) 0 48px, transparent 48px 92px);
    opacity: .72;
}

.food-truck {
    position: absolute;
    left: 0;
    bottom: 104px;
    z-index: 4;
    width: 280px;
    height: 138px;
    transform: translate3d(-310px, 0, 0);
    transition: transform .08s linear;
    will-change: transform;
}

.truck-shadow {
    position: absolute;
    left: 28px;
    right: 16px;
    bottom: -18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(0,0,0,.22);
    filter: blur(10px);
}

.truck-body {
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 184px;
    height: 92px;
    border: 3px solid #082833;
    border-radius: 16px 10px 8px 8px;
    background: linear-gradient(180deg, #fff, #f7fbfc);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 24px rgba(8,40,51,.18);
}

.truck-body strong {
    position: absolute;
    left: 18px;
    bottom: 14px;
    color: #103d4b;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}

.truck-serving-window {
    position: absolute;
    left: 18px;
    top: 26px;
    width: 112px;
    height: 34px;
    border-radius: 6px;
    background: linear-gradient(135deg, #103d4b, #061c25);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.12);
}

.truck-awning {
    position: absolute;
    left: 14px;
    top: 12px;
    display: flex;
    width: 122px;
    height: 18px;
    overflow: hidden;
    border-radius: 8px 8px 3px 3px;
    box-shadow: 0 3px 0 rgba(8,40,51,.12);
}

.truck-awning span {
    flex: 1;
    background: var(--gold);
}

.truck-awning span:nth-child(even) {
    background: var(--teal-bright);
}

.truck-cab {
    position: absolute;
    right: 18px;
    bottom: 26px;
    width: 96px;
    height: 82px;
    border: 3px solid #082833;
    border-radius: 12px 28px 8px 8px;
    background: linear-gradient(180deg, #f6b63d, var(--gold));
    box-shadow: 0 12px 24px rgba(8,40,51,.16);
}

.truck-cab::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -3px;
    width: 30px;
    height: 32px;
    background: inherit;
    border-left: 3px solid #082833;
    border-bottom: 3px solid #082833;
    transform: skewX(-14deg);
}

.truck-windshield {
    position: absolute;
    right: 16px;
    top: 13px;
    width: 42px;
    height: 34px;
    border-radius: 7px 16px 6px 6px;
    background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(85,200,232,.52));
    border: 2px solid rgba(8,40,51,.18);
}

.truck-headlight {
    position: absolute;
    right: 5px;
    bottom: 18px;
    width: 12px;
    height: 10px;
    border-radius: 999px;
    background: #fff4cf;
    box-shadow: 0 0 20px rgba(255,244,207,.72);
}

.truck-wheel {
    position: absolute;
    bottom: 4px;
    z-index: 5;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 6px solid #082833;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 5px #dbe4ea;
}

.truck-wheel span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 -15px 0 #dbe4ea, 0 15px 0 #dbe4ea, 15px 0 0 #dbe4ea, -15px 0 0 #dbe4ea;
}

.wheel-left { left: 34px; }
.wheel-right { right: 42px; }

.truck-route-pin {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border: 1px solid rgba(8,40,51,.08);
    border-radius: 999px;
    color: #424354;
    background: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 28px rgba(8,40,51,.08);
}

.truck-route-pin i { color: var(--gold); }
.pin-one { left: 8%; top: 24%; }
.pin-two { left: 46%; top: 14%; }
.pin-three { right: 8%; top: 31%; }

.mobile-eateries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.mobile-eateries-grid article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(8,40,51,.06);
}

.mobile-eateries-grid i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--gold-dark);
    background: var(--cream);
}

.mobile-eateries-grid h3 {
    margin-top: 18px;
    font-size: 20px;
}

.mobile-eateries-grid p {
    margin-bottom: 0;
    line-height: 1.58;
}

@media (prefers-reduced-motion: reduce) {
    .food-truck {
        transform: translate3d(40px, 0, 0) !important;
        transition: none;
    }
}

@media (max-width: 900px) {
    .mobile-eateries-grid {
        grid-template-columns: 1fr;
    }

    .truck-drive-scene {
        height: 320px;
    }
}

@media (max-width: 620px) {
    .truck-route-pin span {
        display: none;
    }

    .food-truck {
        width: 230px;
        transform: translate3d(-260px, 0, 0);
    }

    .truck-body { width: 154px; }
    .truck-cab { width: 82px; right: 10px; }
}

/* Make the food truck road full-bleed */
.truck-drive-scene {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}

.truck-drive-scene::before {
    left: 0 !important;
    right: 0 !important;
}

.truck-road-line {
    left: 0 !important;
    right: 0 !important;
}

.pin-one { left: 24% !important; }
.pin-two { left: 48% !important; }
.pin-three { right: 24% !important; }

@media (max-width: 760px) {
    .pin-one { left: 10% !important; }
    .pin-two { left: 46% !important; }
    .pin-three { right: 10% !important; }
}

/* Image-based food truck character */
.image-food-truck {
    width: 380px !important;
    height: 250px !important;
    bottom: 78px !important;
}

.image-food-truck img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 22px 22px rgba(8,40,51,.22));
    animation: truckCharacterBob 1.15s ease-in-out infinite;
}

.image-food-truck .truck-shadow {
    left: 48px !important;
    right: 34px !important;
    bottom: 28px !important;
    height: 20px !important;
    background: rgba(0,0,0,.22) !important;
}

@keyframes truckCharacterBob {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-5px) rotate(1deg); }
}

@media (max-width: 760px) {
    .image-food-truck {
        width: 300px !important;
        height: 198px !important;
        bottom: 86px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .image-food-truck img {
        animation: none !important;
    }
}

/* Food truck character sizing tune */
.image-food-truck {
    width: 330px !important;
    height: 218px !important;
    bottom: 102px !important;
}

.image-food-truck .truck-shadow {
    bottom: 20px !important;
}

@media (max-width: 760px) {
    .image-food-truck {
        width: 260px !important;
        height: 172px !important;
        bottom: 106px !important;
    }
}

/* Food truck section is now focused on the animated road scene. */
.mobile-eateries .truck-drive-scene {
    margin-bottom: 0 !important;
}

/* Playful route chips */
.truck-route-pin {
    gap: 10px !important;
    padding: 12px 16px !important;
    border-color: rgba(210,138,0,.22) !important;
    color: #343546 !important;
    background: rgba(255,255,255,.94) !important;
    font-size: 16px !important;
    box-shadow: 0 16px 36px rgba(8,40,51,.12), inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.truck-route-pin i {
    font-size: 16px;
}

.pin-one {
    transform: rotate(-5deg) !important;
}

.pin-two {
    transform: rotate(3deg) !important;
}

.pin-three {
    transform: rotate(-2deg) !important;
}

@media (max-width: 760px) {
    .truck-route-pin {
        padding: 11px 13px !important;
        font-size: 14px !important;
    }
}

/* Buyer-focused value section */
.value-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1fr);
    gap: 54px;
    align-items: center;
    background:
        radial-gradient(circle at 12% 22%, rgba(21,198,164,.09), transparent 30%),
        radial-gradient(circle at 88% 74%, rgba(210,138,0,.12), transparent 34%),
        #f4f8fa;
    overflow: hidden;
}

.value-section::before {
    content: "";
    position: absolute;
    inset: 42px max(22px, calc((100vw - 1220px) / 2));
    border: 1px solid rgba(8,40,51,.07);
    border-radius: 18px;
    background:
        repeating-linear-gradient(90deg, rgba(8,40,51,.028) 0 1px, transparent 1px 86px),
        repeating-linear-gradient(0deg, rgba(8,40,51,.024) 0 1px, transparent 1px 86px);
    pointer-events: none;
}

.value-copy,
.value-comparison {
    position: relative;
    z-index: 1;
}

.value-copy {
    max-width: 610px;
}

.value-copy h2 {
    max-width: 620px;
    font-size: clamp(44px, 5.1vw, 72px);
}

.value-copy p {
    max-width: 640px;
    color: #5d6878;
    font-size: clamp(20px, 1.75vw, 24px);
    line-height: 1.66;
}

.value-pill-row {
    display: grid;
    gap: 11px;
    margin-top: 28px;
}

.value-pill-row span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 12px 15px;
    border: 1px solid rgba(8,40,51,.08);
    border-radius: 999px;
    color: #34424c;
    background: rgba(255,255,255,.88);
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 10px 28px rgba(8,40,51,.045);
}

.value-pill-row i {
    color: var(--green);
}

.value-comparison {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 16px;
    align-items: stretch;
}

.comparison-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(8,40,51,.09);
    border-radius: 8px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 24px 70px rgba(8,40,51,.11);
    overflow: hidden;
}

.comparison-card::after {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(210,138,0,.11);
}

.comparison-muted {
    margin-top: 34px;
    opacity: .78;
}

.comparison-featured {
    border-color: rgba(210,138,0,.42);
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,248,233,.92));
    transform: translateY(-8px);
}

.comparison-label {
    width: fit-content;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--gold-dark);
    background: var(--cream);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.comparison-card h3 {
    margin: 0;
    color: #3f4051;
    font-size: 27px;
    line-height: 1.08;
}

.comparison-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.comparison-card li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(8,40,51,.08);
    color: #4b5261;
    font-weight: 800;
}

.comparison-card li strong {
    padding: 5px 8px;
    border-radius: 999px;
    color: #8a4f00;
    background: rgba(210,138,0,.1);
    font-size: 12px;
    text-transform: uppercase;
}

.comparison-muted li strong {
    color: #6a7280;
    background: rgba(8,40,51,.07);
}

.value-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 2px;
    padding: 16px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, #103d4b, #061c25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.value-total span {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.value-total strong {
    color: #fff4cf;
    font-size: 20px;
    white-space: nowrap;
}

@media (max-width: 1120px) {
    .value-section {
        grid-template-columns: 1fr;
    }

    .value-copy {
        max-width: 780px;
    }

    .value-copy h2,
    .value-copy p {
        max-width: 780px;
    }
}

@media (max-width: 720px) {
    .value-comparison {
        grid-template-columns: 1fr;
    }

    .comparison-muted,
    .comparison-featured {
        margin-top: 0;
        transform: none;
    }

    .value-pill-row span {
        width: 100%;
        border-radius: 8px;
    }

    .value-total {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Value section decision layout */
.value-section {
    display: block !important;
}

.value-copy {
    max-width: 980px !important;
    margin: 0 auto !important;
    text-align: center;
}

.value-copy .section-kicker {
    justify-content: center;
}

.value-copy h2 {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(42px, 4.7vw, 66px) !important;
}

.value-copy p {
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.value-pill-row {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px !important;
}

.value-pill-row span {
    width: auto !important;
}

.value-comparison {
    width: min(1120px, 100%) !important;
    margin: 48px auto 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
}

.comparison-card {
    min-height: 500px;
    padding: 30px !important;
}

.comparison-card > * {
    position: relative;
    z-index: 2;
}

.comparison-muted,
.comparison-featured {
    margin-top: 0 !important;
    transform: none !important;
}

.comparison-muted {
    opacity: 1 !important;
    border-color: rgba(220, 38, 38, .24) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,241,242,.72)) !important;
    filter: grayscale(.14);
}

.comparison-muted::before {
    content: "�";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    color: rgba(220, 38, 38, .16);
    font-size: 360px;
    line-height: .7;
    font-weight: 900;
    transform: translate(-50%, -50%) rotate(-10deg);
    pointer-events: none;
}

.comparison-muted::after {
    background: rgba(220, 38, 38, .1) !important;
}

.comparison-muted .comparison-label {
    color: #991b1b !important;
    background: rgba(220, 38, 38, .1) !important;
}

.comparison-muted li strong {
    color: #991b1b !important;
    background: rgba(220, 38, 38, .1) !important;
}

.comparison-featured {
    border-color: rgba(17,184,106,.36) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(240,253,244,.74)) !important;
    box-shadow: 0 28px 90px rgba(17,184,106,.14), 0 20px 70px rgba(8,40,51,.1) !important;
}

.comparison-featured::before {
    content: "?";
    position: absolute;
    right: 28px;
    top: 20px;
    z-index: 1;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: rgba(17,184,106,.2);
    border: 3px solid rgba(17,184,106,.18);
    font-size: 70px;
    line-height: 1;
    font-weight: 900;
    transform: rotate(-8deg);
    pointer-events: none;
}

.comparison-featured::after {
    background: rgba(17,184,106,.12) !important;
}

.comparison-featured .comparison-label {
    color: #0f7d4b !important;
    background: rgba(17,184,106,.1) !important;
}

.comparison-featured li strong {
    color: #0f7d4b !important;
    background: rgba(17,184,106,.11) !important;
}

.comparison-card h3 {
    max-width: 420px;
    font-size: clamp(28px, 2.4vw, 36px) !important;
}

@media (max-width: 860px) {
    .value-comparison {
        grid-template-columns: 1fr !important;
    }

    .comparison-card {
        min-height: 0;
    }

    .comparison-muted::before {
        font-size: 260px;
    }
}

/* Location-based reporting: make mobile stops feel measurable */
.location-reporting {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 14%, rgba(210, 138, 0, .09), transparent 34%),
        radial-gradient(circle at 88% 22%, rgba(17, 184, 106, .09), transparent 30%),
        linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%);
}

.location-reporting::before {
    content: "";
    position: absolute;
    inset: 34px 5vw;
    z-index: 0;
    border: 1px solid rgba(8, 40, 51, .08);
    border-radius: 8px;
    background-image:
        linear-gradient(rgba(8, 40, 51, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 40, 51, .045) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

.location-reporting > * {
    position: relative;
    z-index: 1;
}

.location-reporting-heading {
    max-width: 980px;
    margin: 0 auto;
}

.location-reporting-heading .section-kicker {
    justify-content: center;
}

.location-reporting-heading h2 {
    max-width: 900px;
    margin-inline: auto;
    font-size: clamp(42px, 5vw, 72px);
    line-height: .98;
}

.location-reporting-heading .section-lede {
    max-width: 920px !important;
    margin-inline: auto;
    font-size: clamp(19px, 1.7vw, 24px) !important;
    line-height: 1.55 !important;
}

.location-report-shell {
    display: grid;
    grid-template-columns: minmax(300px, .76fr) minmax(0, 1fr);
    gap: 20px;
    width: min(1160px, 100%);
    margin: 46px auto 0;
    align-items: stretch;
}

.location-list-panel,
.location-report-card {
    border: 1px solid rgba(8, 40, 51, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 24px 70px rgba(8, 40, 51, .08);
    backdrop-filter: blur(12px);
}

.location-list-panel {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.location-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 2px 8px;
    color: #606777;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.location-panel-header strong {
    color: #d28a00;
    letter-spacing: 0;
    text-transform: none;
}

.location-row {
    width: 100%;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(8, 40, 51, .1);
    border-radius: 8px;
    background: #fff;
    color: #3f4051;
    text-align: left;
    cursor: default;
    box-shadow: 0 10px 28px rgba(8, 40, 51, .04);
}

.location-row.active {
    border-color: rgba(210, 138, 0, .45);
    background: linear-gradient(135deg, rgba(255, 248, 232, .98), rgba(255, 255, 255, .96));
    transform: translateX(8px);
}

.location-row i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #d28a00;
    background: rgba(210, 138, 0, .1);
}

.location-row span {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.location-row strong {
    color: #3f4051;
    font-size: 16px;
    line-height: 1.15;
}

.location-row small {
    color: #727b89;
    font-weight: 700;
}

.location-row em {
    color: #082833;
    font-style: normal;
    font-size: 18px;
    font-weight: 950;
}

.location-report-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    background:
        radial-gradient(circle at 88% 8%, rgba(210, 138, 0, .18), transparent 24%),
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 252, 253, .95));
}

.report-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.report-card-top span {
    color: #d28a00;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.report-card-top h3 {
    margin: 6px 0 0;
    color: #3f4051;
    font-size: clamp(34px, 4vw, 52px);
    line-height: .96;
}

.return-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 10px 13px;
    border: 1px solid rgba(17, 184, 106, .28);
    border-radius: 999px;
    color: #0f7d4b;
    background: rgba(17, 184, 106, .1);
    font-size: 13px;
    font-weight: 950;
}

.report-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.report-metrics div {
    min-width: 0;
    padding: 15px;
    border: 1px solid rgba(8, 40, 51, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
}

.report-metrics span,
.report-metrics small {
    display: block;
    color: #6b7482;
    font-weight: 800;
}

.report-metrics strong {
    display: block;
    margin: 7px 0 4px;
    color: #3f4051;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1;
}

.report-metrics small {
    font-size: 12px;
    line-height: 1.25;
}

.location-chart {
    height: 172px;
    display: flex;
    align-items: end;
    gap: 15px;
    margin: 0 0 18px;
    padding: 22px;
    border: 1px solid rgba(8, 40, 51, .08);
    border-radius: 8px;
    background:
        linear-gradient(rgba(8,40,51,.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.72), rgba(248,252,253,.92));
    background-size: 100% 34px, auto;
}

.location-chart span {
    flex: 1;
    height: var(--h);
    min-height: 18px;
    border-radius: 9px 9px 2px 2px;
    background: linear-gradient(180deg, #55c8e8 0%, #18b86a 48%, #d28a00 100%);
    box-shadow: 0 12px 22px rgba(8, 40, 51, .1);
    transform-origin: bottom;
}

.reveal-section.is-visible .location-chart span {
    animation: locationBarGrow .75s cubic-bezier(.2, .85, .2, 1) both;
}

.reveal-section.is-visible .location-chart span:nth-child(2) { animation-delay: .06s; }
.reveal-section.is-visible .location-chart span:nth-child(3) { animation-delay: .12s; }
.reveal-section.is-visible .location-chart span:nth-child(4) { animation-delay: .18s; }
.reveal-section.is-visible .location-chart span:nth-child(5) { animation-delay: .24s; }
.reveal-section.is-visible .location-chart span:nth-child(6) { animation-delay: .3s; }
.reveal-section.is-visible .location-chart span:nth-child(7) { animation-delay: .36s; }

@keyframes locationBarGrow {
    from { transform: scaleY(.08); opacity: .45; }
    to { transform: scaleY(1); opacity: 1; }
}

.report-insight {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(210, 138, 0, .18);
    border-radius: 8px;
    background: rgba(255, 248, 232, .72);
}

.report-insight i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #d28a00;
    background: #fff;
}

.report-insight p {
    margin: 0;
    color: #3f4051;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
}

.location-report-pills {
    width: min(1120px, 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 30px auto 0;
}

.location-report-pills span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border: 1px solid rgba(8, 40, 51, .1);
    border-radius: 999px;
    color: #3f4051;
    background: rgba(255,255,255,.82);
    box-shadow: 0 12px 28px rgba(8, 40, 51, .05);
    font-weight: 900;
}

.location-report-pills i {
    color: #d28a00;
}

@media (max-width: 980px) {
    .location-report-shell {
        grid-template-columns: 1fr;
    }

    .location-row.active {
        transform: none;
    }
}

@media (max-width: 680px) {
    .location-reporting::before {
        inset: 20px 12px;
    }

    .location-report-shell {
        margin-top: 30px;
    }

    .report-card-top {
        flex-direction: column;
    }

    .report-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .location-chart {
        gap: 8px;
        padding: 16px;
    }

    .location-report-pills span {
        width: 100%;
        justify-content: center;
        border-radius: 8px;
        text-align: center;
    }
}

/* Managed section: stacked title, subtitle, and copy like the rest of the page */
.managed-section-head {
    grid-column: 1 / -1;
    width: min(1080px, 100%);
    margin: 0 auto 36px;
    text-align: center;
}

.managed-section-head .managed-section-title {
    justify-self: center !important;
    justify-content: center;
    margin: 0 auto 24px !important;
    text-align: center;
}

.managed-section-head h2 {
    max-width: 980px;
    margin: 0 auto;
    color: #3f4051;
    font-size: clamp(42px, 5.25vw, 72px);
    line-height: 1.02;
    letter-spacing: 0;
}

.managed-section-head .managed-lede {
    max-width: 920px !important;
    margin: 26px auto 0 !important;
    color: #5f6878;
    font-size: clamp(19px, 1.65vw, 23px) !important;
    line-height: 1.6 !important;
}

.human-band .human-copy {
    align-self: start;
    max-width: none;
}

.human-band .workflow-panel {
    align-self: start;
}

.human-copy .managed-benefits {
    margin-top: 0;
}

@media (max-width: 1060px) {
    .managed-section-head {
        margin-bottom: 28px;
    }

    .managed-section-head h2 {
        font-size: clamp(38px, 7vw, 58px);
    }
}

@media (max-width: 760px) {
    .managed-section-head {
        text-align: left;
    }

    .managed-section-head .managed-section-title {
        justify-content: flex-start;
        text-align: left;
    }

    .managed-section-head h2 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .managed-section-head .managed-lede {
        font-size: 17px !important;
    }
}

/* Scale down the managed section main title so the promise leads */
.managed-section-head .managed-section-title {
    font-size: clamp(24px, 2.7vw, 38px) !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
}

.managed-section-head .managed-title-icon {
    width: clamp(42px, 4vw, 56px) !important;
    height: clamp(42px, 4vw, 56px) !important;
    font-size: clamp(18px, 1.8vw, 24px) !important;
    border-radius: 12px !important;
}

@media (max-width: 760px) {
    .managed-section-head .managed-section-title {
        font-size: clamp(22px, 7vw, 32px) !important;
    }
}

/* Bigger managed-section celebration burst */
.managed-confetti i {
    width: 13px !important;
    height: 22px !important;
    border-radius: 3px !important;
    animation-duration: 2.15s !important;
    animation-timing-function: cubic-bezier(.12, .8, .18, 1) !important;
    box-shadow: 0 7px 16px rgba(8, 40, 51, .12);
}

.managed-confetti i:nth-child(2n) {
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px !important;
}

.managed-confetti i:nth-child(3n) {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
    background: var(--teal-bright) !important;
}

.managed-confetti i:nth-child(4n) {
    width: 18px !important;
    height: 9px !important;
    border-radius: 999px !important;
    background: #55c8e8 !important;
}

.managed-confetti i:nth-child(5n) {
    background: #f96db0 !important;
}

.managed-confetti i:nth-child(6n) {
    background: #fff4cf !important;
}

.managed-confetti i:nth-child(7n) {
    width: 20px !important;
    height: 20px !important;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
    background: #d28a00 !important;
}

@keyframes confettiPop {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(0deg) scale(.35);
    }
    18% {
        opacity: 1;
        transform: translate(calc(-50% + (var(--x) * .18)), calc(-50% + (var(--y) * .18))) rotate(calc(var(--r) * .18)) scale(calc(var(--s) * 1.18));
    }
    76% { opacity: 1; }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) rotate(var(--r)) scale(var(--s));
    }
}

/* Done-for-you service banner */
.done-for-you-banner {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-top: 24px;
    padding: 24px 26px;
    border: 1px solid rgba(210, 138, 0, .45);
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 244, 207, .95), transparent 34%),
        linear-gradient(135deg, rgba(255, 248, 232, .98), rgba(255, 255, 255, .9));
    box-shadow: 0 24px 70px rgba(210, 138, 0, .16), 0 14px 45px rgba(8, 40, 51, .08);
}

.done-for-you-banner::after {
    content: "";
    position: absolute;
    inset: auto -40px -70px auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(210, 138, 0, .14);
    pointer-events: none;
}

.done-banner-icon {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, #d28a00, #f4aa19);
    box-shadow: 0 16px 30px rgba(210, 138, 0, .24);
    font-size: 25px;
    transform: rotate(-4deg);
}

.done-for-you-banner strong,
.done-for-you-banner small {
    position: relative;
    z-index: 1;
    display: block;
}

.done-for-you-banner strong {
    color: #3f4051;
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 1.05;
    letter-spacing: 0;
}

.done-for-you-banner small {
    max-width: 620px;
    margin-top: 8px;
    color: #626b78;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.reveal-section.is-visible .done-for-you-banner {
    animation: bannerGlowPop .72s cubic-bezier(.18, .9, .2, 1) both .55s;
}

@keyframes bannerGlowPop {
    0% { opacity: 0; transform: translateY(18px) scale(.97); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 680px) {
    .done-for-you-banner {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .done-banner-icon {
        width: 54px;
        height: 54px;
        font-size: 21px;
    }
}

/* Pricing callout: cash-friendly payment settings */
.cash-friendly-fees {
    width: min(1040px, 100%);
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin: 30px auto 0;
    padding: 26px 30px;
    border: 1px solid rgba(17, 184, 106, .24);
    border-radius: 8px;
    background:
        radial-gradient(circle at 92% 0%, rgba(17, 184, 106, .12), transparent 28%),
        linear-gradient(135deg, rgba(240, 253, 244, .96), rgba(255, 255, 255, .94));
    box-shadow: 0 22px 70px rgba(8, 40, 51, .08);
}

.cash-fee-icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #0f7d4b;
    background: rgba(17, 184, 106, .12);
    font-size: 28px;
    box-shadow: inset 0 0 0 1px rgba(17, 184, 106, .18);
}

.cash-friendly-fees span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    color: #0f7d4b;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cash-friendly-fees h3 {
    max-width: 780px;
    margin: 0;
    color: #3f4051;
    font-size: clamp(27px, 2.8vw, 42px);
    line-height: 1.05;
}

.cash-friendly-fees p {
    max-width: 880px;
    margin: 14px 0 0;
    color: #566171;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.55;
    font-weight: 700;
}

.cash-friendly-fees small {
    display: block;
    max-width: 880px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(17, 184, 106, .18);
    color: #697482;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 800;
}

@media (max-width: 680px) {
    .cash-friendly-fees {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .cash-fee-icon {
        width: 58px;
        height: 58px;
        border-radius: 14px;
        font-size: 22px;
    }
}

/* Compact cash-friendly callout above pricing cards */
.cash-friendly-fees.compact {
    width: min(980px, 100%);
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    margin: 26px auto 28px;
    padding: 18px 22px;
    border-color: rgba(17, 184, 106, .22);
    background:
        radial-gradient(circle at 96% 0%, rgba(17, 184, 106, .1), transparent 26%),
        linear-gradient(135deg, rgba(240, 253, 244, .9), rgba(255, 255, 255, .94));
    box-shadow: 0 16px 42px rgba(8, 40, 51, .06);
}

.cash-friendly-fees.compact .cash-fee-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    font-size: 21px;
}

.cash-friendly-fees.compact span {
    margin-bottom: 5px;
    font-size: 12px;
}

.cash-friendly-fees.compact h3 {
    max-width: none;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.12;
}

.cash-friendly-fees.compact p {
    max-width: none;
    margin-top: 8px;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.5;
    font-weight: 700;
}

.cash-friendly-fees.compact small {
    display: none;
}

@media (max-width: 680px) {
    .cash-friendly-fees.compact {
        grid-template-columns: 1fr;
        margin: 22px auto 24px;
    }
}

/* Pricing width + featured plan emphasis */
.pricing .cash-friendly-fees.compact {
    width: min(1160px, 100%) !important;
}

.pricing-grid .price-card.featured {
    transform: translateY(-14px) scale(1.045) !important;
    min-height: calc(100% + 28px);
    z-index: 2;
    box-shadow: 0 34px 100px rgba(210, 138, 0, .16), 0 18px 60px rgba(8, 40, 51, .1) !important;
}

.pricing-grid .price-card.featured .price {
    font-size: clamp(56px, 5.5vw, 76px);
}

@media (max-width: 980px) {
    .pricing-grid .price-card.featured {
        transform: none !important;
        min-height: 0;
    }
}

/* Pricing spacing refinement */
.pricing .cash-friendly-fees.compact {
    margin-bottom: 46px !important;
}

.pricing-grid .price-card.featured {
    transform: translateY(-10px) scale(1.025) !important;
    min-height: calc(100% + 18px) !important;
}

.pricing-grid .price-card.featured .price {
    font-size: clamp(52px, 5vw, 70px) !important;
}

@media (max-width: 980px) {
    .pricing .cash-friendly-fees.compact {
        margin-bottom: 28px !important;
    }
}

/* Let the pricing headline breathe a little wider */
.pricing .section-heading {
    max-width: 1120px !important;
}

.pricing .section-heading h2 {
    max-width: 1060px !important;
    margin-left: auto;
    margin-right: auto;
}

/* Pricing feature links */
.price-card .feature-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin: 2px 0 14px;
    color: #b36f00;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
}

.price-card .feature-link::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transform: translateY(1px);
}

.price-card .feature-link:hover {
    color: #082833;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Pricing inline feature links and bullet notes */
.price-card li u {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: #d28a00;
    font-weight: 900;
}

.inline-feature-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 8px;
    color: #b36f00;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}

.inline-feature-link::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    transform: translateY(1px);
}

.inline-feature-link:hover {
    color: #082833;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bullet-note {
    display: inline-block;
    margin-left: 4px;
    color: #707a88;
    font-size: .9em;
    font-weight: 700;
}

.bullet-note::before {
    content: "(";
}

.bullet-note::after {
    content: ")";
}

/* Reliable inline feature arrow without icon-font fallback issues */
.inline-feature-link::after,
.price-card .feature-link::after {
    content: "\2192" !important;
    font-family: inherit !important;
    font-weight: 950 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    transform: translateY(0) !important;
}

/* Animated star accent for cash-friendly payment card */
.cash-friendly-fees.compact {
    position: relative;
    overflow: hidden;
}

.cash-friendly-fees.compact > *:not(.cash-fee-star) {
    position: relative;
    z-index: 1;
}

.cash-fee-star {
    position: absolute;
    right: 24px;
    top: 18px;
    z-index: 0;
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    color: rgba(210, 138, 0, .22);
    font-size: 78px;
    transform: rotate(12deg) scale(.92);
    filter: drop-shadow(0 14px 24px rgba(210, 138, 0, .14));
    pointer-events: none;
    animation: cashStarFloat 3.2s ease-in-out infinite;
}

.cash-fee-star::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    background: rgba(255, 244, 207, .7);
    filter: blur(12px);
    z-index: -1;
}

@keyframes cashStarFloat {
    0%, 100% { transform: translateY(0) rotate(12deg) scale(.92); opacity: .9; }
    48% { transform: translateY(7px) rotate(18deg) scale(1.04); opacity: 1; }
}

@media (max-width: 680px) {
    .cash-fee-star {
        right: 12px;
        top: 12px;
        width: 68px;
        height: 68px;
        font-size: 58px;
        opacity: .65;
    }
}

/* Pricing card CTA alignment */
.pricing-grid .price-card {
    display: flex;
    flex-direction: column;
}

.pricing-grid .price-card ul {
    margin-bottom: 24px;
}

.pricing-grid .price-card .btn {
    margin-top: auto;
    width: 100%;
    text-align: center;
    justify-content: center;
    white-space: normal;
    line-height: 1.2;
}

/* Make the cash-friendly star a real gold accent */
.cash-fee-star {
    right: 22px !important;
    top: 14px !important;
    width: 96px !important;
    height: 96px !important;
    color: #d28a00 !important;
    font-size: 65px !important;
    opacity: .95 !important;
    text-shadow: 0 10px 28px rgba(210, 138, 0, .24);
}

.cash-fee-star::before {
    inset: 4px !important;
    background: rgba(255, 221, 129, .42) !important;
    filter: blur(18px) !important;
}

@media (max-width: 680px) {
    .cash-fee-star {
        width: 74px !important;
        height: 74px !important;
        font-size: 50px !important;
    }
}

/* Pin cash-friendly star to the top-right corner */
.cash-fee-star {
    right: 10px !important;
    top: 4px !important;
    transform-origin: center;
}

/* Nudge the visible star itself into the card corner */
.cash-fee-star {
    right: -24px !important;
    top: -28px !important;
    width: 110px !important;
    height: 110px !important;
    font-size: 65px !important;
    align-items: center !important;
    justify-items: center !important;
}

.cash-fee-star i {
    transform: translate(-6px, 8px);
}

@media (max-width: 680px) {
    .cash-fee-star {
        right: -18px !important;
        top: -20px !important;
    }
}

/* Final cash-friendly star placement nudge */
.cash-fee-star {
    right: -99px !important;
    top: -78px !important;
}

/* Let the cash-friendly star sit above and outside the card */
.cash-friendly-fees.compact {
    overflow: visible !important;
    z-index: 1;
}

.cash-fee-star {
    z-index: 25 !important;
    overflow: visible !important;
}

.cash-fee-star i {
    position: relative;
    z-index: 26 !important;
}

/* Center cash-friendly star on the top-right card corner */
.cash-fee-star {
    right: -119px !important;
    top: -58px !important;
}

/* Pull cash-friendly star back left onto the corner */
.cash-fee-star {
    right: -72px !important;
}

/* Animate the done-for-you service icon */
.done-banner-icon {
    animation: doneIconMagic 2.8s ease-in-out infinite;
}

.done-banner-icon i {
    animation: doneSparkleTwinkle 1.8s ease-in-out infinite;
    transform-origin: center;
}

@keyframes doneIconMagic {
    0%, 100% {
        transform: rotate(-4deg) translateY(0) scale(1);
        box-shadow: 0 16px 30px rgba(210, 138, 0, .24);
    }
    42% {
        transform: rotate(3deg) translateY(-4px) scale(1.06);
        box-shadow: 0 22px 42px rgba(210, 138, 0, .34);
    }
    64% {
        transform: rotate(-7deg) translateY(1px) scale(1.02);
    }
}

@keyframes doneSparkleTwinkle {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: .94; }
    45% { transform: scale(1.18) rotate(10deg); opacity: 1; }
    70% { transform: scale(.96) rotate(-7deg); opacity: .9; }
}

@media (prefers-reduced-motion: reduce) {
    .done-banner-icon,
    .done-banner-icon i {
        animation: none !important;
    }
}

/* Larger star accent on included-features chip */
.included-note-star,
.modules-included-star,
.included-chip-star,
.feature-included-star {
    font-size: 24px !important;
    width: 28px !important;
    height: 28px !important;
}

.module-included-note::after,
.included-note::after,
.modules-included-note::after {
    font-size: 25px !important;
    width: 30px !important;
    height: 30px !important;
    top: -20px !important;
    right: -6px !important;
}

/* Additional feature chip cloud */
.module-chip-cloud {
    width: min(1120px, 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 34px auto 0;
    padding: 22px;
    border: 1px solid rgba(8, 40, 51, .08);
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 0%, rgba(210, 138, 0, .08), transparent 28%),
        radial-gradient(circle at 92% 100%, rgba(17, 184, 106, .1), transparent 26%),
        rgba(255, 255, 255, .72);
    box-shadow: 0 22px 70px rgba(8, 40, 51, .06);
}

.module-chip-cloud span,
.module-chip-cloud strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border: 1px solid rgba(8, 40, 51, .1);
    border-radius: 999px;
    color: #3f4051;
    background: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    box-shadow: 0 10px 22px rgba(8, 40, 51, .045);
}

.module-chip-cloud span::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #18b86a;
    box-shadow: 0 0 0 4px rgba(17, 184, 106, .1);
}

.module-chip-cloud strong {
    border-color: rgba(210, 138, 0, .28);
    color: #8a4f00;
    background: linear-gradient(135deg, rgba(255, 248, 232, .95), rgba(255, 255, 255, .9));
    font-size: 15px;
    transform: rotate(-1.5deg);
}

.module-chip-cloud strong::after {
    content: "\2605";
    margin-left: 8px;
    color: #d28a00;
    font-size: 16px;
}

.reveal-section.is-visible .module-chip-cloud span,
.reveal-section.is-visible .module-chip-cloud strong {
    animation: chipFloatIn .55s cubic-bezier(.2, .85, .2, 1) both;
}

.reveal-section.is-visible .module-chip-cloud span:nth-child(3n) { animation-delay: .04s; }
.reveal-section.is-visible .module-chip-cloud span:nth-child(3n + 1) { animation-delay: .09s; }
.reveal-section.is-visible .module-chip-cloud span:nth-child(3n + 2) { animation-delay: .14s; }
.reveal-section.is-visible .module-chip-cloud strong { animation-delay: .18s; }

@keyframes chipFloatIn {
    from { opacity: 0; transform: translateY(12px) scale(.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 640px) {
    .module-chip-cloud {
        justify-content: flex-start;
        padding: 16px;
    }

    .module-chip-cloud span,
    .module-chip-cloud strong {
        border-radius: 8px;
        width: 100%;
        justify-content: flex-start;
    }
}

/* Growth Modules additional feature shelf */
.module-chip-cloud {
    width: 100%;
    box-sizing: border-box;
    margin-top: 38px;
    padding: 26px 28px 28px;
}

.module-chip-title {
    flex: 0 0 100%;
    display: block;
    margin: 0 0 10px;
    color: #3f4051;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0;
}

.module-chip-title::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    margin: 10px auto 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #18b86a, #d28a00);
}

@media (max-width: 640px) {
    .module-chip-title {
        text-align: left;
    }

    .module-chip-title::after {
        margin-left: 0;
    }
}

/* Reliable module card learn-more arrows */
.module-card span::after {
    content: "\2192" !important;
    font-family: inherit !important;
    font-weight: 950 !important;
    font-size: 14px !important;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform .18s ease;
}

.module-card:hover span::after,
.module-card:focus-visible span::after {
    transform: translate(3px, -1px);
}

/* Pricing human support closer */
.pricing-human-support {
    position: relative;
    width: min(1180px, 100%);
    margin: 42px auto 0;
    padding: 28px 34px;
    overflow: visible;
    border: 1px solid rgba(210, 138, 0, .28);
    border-radius: 8px;
    background:
        radial-gradient(circle at 0% 0%, rgba(210, 138, 0, .14), transparent 28%),
        radial-gradient(circle at 96% 34%, rgba(17, 184, 106, .13), transparent 30%),
        linear-gradient(135deg, rgba(255, 248, 232, .92), rgba(255, 255, 255, .92));
    box-shadow: 0 24px 80px rgba(8, 40, 51, .08);
    text-align: center;
}

.pricing-human-support strong {
    display: block;
    color: #3f4051;
    font-size: clamp(24px, 3.1vw, 38px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: 0;
}

.pricing-human-support p {
    max-width: 820px;
    margin: 12px auto 0;
    color: #667386;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.55;
}

.pricing-human-support .support-spark {
    position: absolute;
    right: 24px;
    top: -28px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    color: #fff4cf;
    background: linear-gradient(145deg, #d28a00, #f0ad20);
    box-shadow: 0 18px 45px rgba(210, 138, 0, .24);
    font-size: 28px;
    line-height: 1;
    transform: rotate(9deg);
    animation: supportSparkPulse 2.4s ease-in-out infinite;
}

@keyframes supportSparkPulse {
    0%, 100% { transform: rotate(9deg) scale(1); }
    50% { transform: rotate(2deg) scale(1.08); }
}

@media (max-width: 760px) {
    .pricing-human-support {
        padding: 28px 20px 24px;
    }

    .pricing-human-support .support-spark {
        right: 18px;
        top: -24px;
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 22px;
    }
}

/* Pricing support banner refinement */
.pricing-human-support strong {
    font-size: clamp(23px, 2.55vw, 34px);
    white-space: nowrap;
}

.pricing-human-support .support-spark {
    right: -29px;
    top: -29px;
}

@media (max-width: 980px) {
    .pricing-human-support strong {
        white-space: normal;
    }
}

/* Working signup wizard */
.signup-copy .section-kicker {
    margin-bottom: 14px;
}

.signup-card {
    overflow: hidden;
}

.wizard-progress span.complete {
    color: var(--teal);
    background: rgba(17, 184, 106, .12);
}

.wizard-step {
    display: none;
}

.wizard-step.is-active {
    display: block;
    animation: wizardStepIn .28s ease both;
}

.wizard-step-heading {
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid rgba(8, 40, 51, .08);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 248, 232, .8), rgba(255, 255, 255, .92));
}

.wizard-step-heading strong {
    display: block;
    color: #3f4051;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.2;
}

.wizard-step-heading small {
    display: block;
    margin-top: 5px;
    color: #667386;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.wizard-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.wizard-plan-card {
    position: relative;
    min-height: 150px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wizard-plan-card input {
    position: absolute;
    inset: 14px 14px auto auto;
    width: 18px;
    height: 18px;
    accent-color: var(--gold);
}

.wizard-plan-card span,
.wizard-plan-card strong,
.wizard-plan-card small {
    display: block;
}

.wizard-plan-card span {
    max-width: calc(100% - 28px);
    color: #454456;
    font-size: 15px;
    font-weight: 950;
}

.wizard-plan-card strong {
    margin-top: 14px;
    color: #082833;
    font-size: 26px;
    font-weight: 950;
}

.wizard-plan-card small {
    margin-top: 8px;
    color: #667386;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
}

.wizard-plan-card.recommended::after {
    content: "Recommended";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    padding: 6px 12px;
    border: 1px solid rgba(210, 138, 0, .34);
    border-radius: 999px;
    color: #8a4f00;
    background: #fff7e7;
    box-shadow: 0 10px 24px rgba(210, 138, 0, .16);
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
}

.wizard-plan-card.is-selected {
    border-color: rgba(210, 138, 0, .55);
    box-shadow: 0 16px 34px rgba(210, 138, 0, .12);
    transform: translateY(-2px);
}

.wizard-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 22px;
}

.wizard-actions .btn {
    flex: 1 1 0;
    min-width: 0;
}

.wizard-success {
    display: grid;
    gap: 10px;
    place-items: center;
    min-height: 290px;
    padding: 34px 24px;
    text-align: center;
}

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

.wizard-success > span {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    color: #fff4cf;
    background: linear-gradient(145deg, #d28a00, #f0ad20);
    box-shadow: 0 18px 45px rgba(210, 138, 0, .22);
    font-size: 30px;
    animation: supportSparkPulse 2.2s ease-in-out infinite;
}

.wizard-success strong {
    color: #3f4051;
    font-size: 24px;
    font-weight: 950;
}

.wizard-success p {
    max-width: 520px;
    margin: 0;
    color: #667386;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.55;
}

.signup-card.is-complete .wizard-progress,
.signup-card.is-complete .form-disclaimer {
    display: none;
}

@keyframes wizardStepIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
    .wizard-plan-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .wizard-actions {
        flex-direction: column-reverse;
    }

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

[hidden] {
    display: none !important;
}

.signup-copy p {
    max-width: 620px;
    font-size: clamp(20px, 1.65vw, 25px) !important;
    line-height: 1.58 !important;
    font-weight: 400;
}
/* Centered signup section */
.signup-section {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 34px !important;
}

.signup-copy {
    max-width: 920px;
    text-align: center;
}

.signup-copy .section-kicker {
    justify-content: center;
}

.signup-copy h2 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.signup-copy p {
    margin-left: auto;
    margin-right: auto;
}

.signup-card {
    width: min(820px, 100%);
}

.desktop-nav a {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

@media (max-width: 1120px) {
    .desktop-nav a {
        padding-left: 9px !important;
        padding-right: 9px !important;
        font-size: 13px;
    }
}
/* Wide-screen helper peek for the Coup de Grace section */
.simon-helper-peek {
    display: none;
}

@media (min-width: 1320px) and (hover: hover) and (pointer: fine) {
    .simon-helper-peek {
        display: block;
        position: absolute;
        left: 0;
        top: clamp(230px, 14vw, 305px);
        width: clamp(170px, 13.5vw, 250px);
        height: auto;
        z-index: 8;
        pointer-events: none;
        filter: drop-shadow(0 22px 34px rgba(8, 40, 51, .16));
        transform-origin: 0% 100%;
        transform: translateX(-92%) rotate(-42deg);
        opacity: 0;
        will-change: transform, opacity;
    }

    .human-band.is-managed-visible .simon-helper-peek {
        animation: simonHelperPeek 1.05s cubic-bezier(.18, .9, .22, 1.08) .45s both;
    }
}

@media (min-width: 1660px) and (hover: hover) and (pointer: fine) {
    .simon-helper-peek {
        left: 0;
        width: clamp(210px, 14vw, 282px);
    }
}

@keyframes simonHelperPeek {
    0% {
        opacity: 0;
        transform: translateX(-96%) rotate(-48deg);
    }
    56% {
        opacity: 1;
        transform: translateX(calc(-34% + 75px)) rotate(6deg);
    }
    76% {
        transform: translateX(calc(-40% + 75px)) rotate(-5deg);
    }
    100% {
        opacity: 1;
        transform: translateX(calc(-38% + 75px)) rotate(-2deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .human-band.is-managed-visible .simon-helper-peek {
        animation: none !important;
        opacity: 1;
        transform: translateX(calc(-38% + 75px)) rotate(-2deg);
    }
}
.setup-progress-flow {
    display: grid;
    gap: 10px;
    width: min(520px, 100%);
    margin: 20px auto 4px;
    text-align: left;
}

.setup-progress-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(8, 40, 51, .1);
    border-radius: 8px;
    color: #667386;
    background: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 850;
}

.setup-progress-step i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 999px;
    color: #8a4f00;
    background: rgba(210, 138, 0, .12);
    font-size: 12px;
}

.setup-progress-step.is-complete {
    color: #087a47;
    border-color: rgba(17, 184, 106, .24);
    background: rgba(232, 251, 241, .8);
}

.setup-progress-step.is-complete i {
    color: #fff;
    background: #11b86a;
}

.setup-progress-step.is-active {
    color: #3f4051;
    border-color: rgba(210, 138, 0, .32);
    background: rgba(255, 247, 231, .86);
    box-shadow: 0 16px 34px rgba(210, 138, 0, .1);
}

.setup-progress-step.is-active i {
    animation: setupSpinner 1.2s linear infinite;
}

.wizard-success small {
    display: block;
    max-width: 520px;
    margin: 12px auto 0;
    color: #667386;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

@keyframes setupSpinner {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .setup-progress-step.is-active i {
        animation: none;
    }
}
/* Signup hardware and payment steps */
.signup-card {
    width: min(900px, 100%) !important;
}

.wizard-progress {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

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

.hardware-option-card {
    position: relative;
    min-height: 142px;
    padding: 16px 16px 16px 68px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.hardware-option-card input {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    accent-color: var(--gold);
}

.hardware-icon {
    position: absolute;
    left: 16px;
    top: 18px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: var(--gold);
    background: var(--cream);
    font-size: 17px;
}

.hardware-option-card span,
.hardware-option-card small {
    display: block;
}

.hardware-option-card span {
    max-width: calc(100% - 30px);
    color: #3f4051;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.2;
}

.hardware-option-card small {
    margin-top: 9px;
    color: #667386;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.hardware-option-card.is-selected {
    border-color: rgba(210, 138, 0, .55);
    background: linear-gradient(135deg, rgba(255, 248, 232, .72), #fff);
    box-shadow: 0 16px 34px rgba(210, 138, 0, .1);
    transform: translateY(-2px);
}

.hardware-option-card.recommended-hardware::after {
    content: "Good starter";
    position: absolute;
    right: 42px;
    top: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #9a6500;
    background: var(--cream);
    font-size: 11px;
    font-weight: 950;
}

.hardware-skip .hardware-icon {
    color: var(--teal);
    background: rgba(17, 184, 106, .11);
}

.wizard-note {
    margin: 14px 0 0;
    color: #667386;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.payment-summary-box {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid rgba(17, 184, 106, .24);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(230, 251, 241, .9), rgba(255, 255, 255, .95));
}

.payment-summary-box i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    color: var(--teal);
    background: rgba(17, 184, 106, .12);
    font-size: 18px;
}

.payment-summary-box strong,
.payment-summary-box small {
    display: block;
}

.payment-summary-box strong {
    color: #3f4051;
    font-size: 17px;
    font-weight: 950;
}

.payment-summary-box small {
    margin-top: 4px;
    color: #667386;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.payment-grid input {
    letter-spacing: .01em;
}

@media (max-width: 760px) {
    .wizard-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .hardware-option-grid {
        grid-template-columns: 1fr;
    }

    .hardware-option-card {
        min-height: 126px;
    }
}
