:root{--navy:#07192f;--navy-2:#0b2545;--navy-3:#113559;--teal:#5eead4;--teal-deep:#0f766e;--cyan:#38bdf8;--ink:#12253a;--muted:#607286;--line:#dce6ed;--soft:#f2f7fa;--white:#fff;--danger:#c2414f;--warning:#a16207;--success:#087d67;--shadow:0 18px 54px rgba(7,25,47,.11);--radius:18px;--ease:cubic-bezier(.2,.75,.25,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto}a{color:inherit}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(2.65rem,5.6vw,5.5rem)}h2{font-size:clamp(2rem,3.6vw,3.55rem)}h3{font-size:1.24rem}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section{padding:104px 0}.section--soft{background:var(--soft)}.section--dark{background:var(--navy);color:#fff}.section-heading{max-width:720px;margin-bottom:50px}.section-heading.center{text-align:center;margin-inline:auto}.section-heading h2{margin:10px 0 18px}.section-heading p{font-size:1.08rem;color:var(--muted)}.section--dark .section-heading p{color:#a9bed1}.eyebrow{margin:0 0 8px;color:var(--teal-deep);font-size:.74rem;line-height:1.4;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.section--dark .eyebrow,.hero .eyebrow{color:var(--teal)}.lead{font-size:1.14rem;color:var(--muted)}.skip-link{position:fixed;z-index:9999;left:12px;top:-80px;background:#fff;padding:10px 16px;border-radius:8px}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.logo{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--navy);font-size:.95rem;font-weight:700;letter-spacing:.12em;white-space:nowrap}.logo b{color:var(--teal-deep)}.logo-symbol{position:relative;width:34px;height:34px;display:inline-grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,var(--navy-2),#0d4262);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.logo-symbol:before,.logo-symbol:after,.logo-symbol i{content:"";position:absolute;width:18px;height:3px;border-radius:9px;transform:rotate(-42deg);background:var(--teal)}.logo-symbol:before{top:10px}.logo-symbol i{top:16px;width:13px;right:7px;background:var(--cyan)}.logo-symbol:after{top:22px}.site-header{position:fixed;z-index:1000;inset:0 0 auto;height:84px;border-bottom:1px solid transparent;transition:height .25s var(--ease),background .25s,box-shadow .25s,backdrop-filter .25s;animation:headerIn .5s var(--ease) both}.site-header .logo{color:#fff}.site-header.scrolled{height:70px;background:rgba(7,25,47,.92);border-color:rgba(255,255,255,.09);box-shadow:0 10px 30px rgba(2,10,22,.2);backdrop-filter:blur(16px)}.header-inner{height:100%;display:flex;align-items:center;gap:30px}.primary-nav{margin-left:auto;display:flex;align-items:center;gap:26px}.primary-nav a{position:relative;text-decoration:none;color:rgba(255,255,255,.76);font-size:.86rem;font-weight:650;white-space:nowrap;transition:color .2s}.primary-nav a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:-9px;background:linear-gradient(90deg,var(--teal),var(--cyan));transition:right .25s var(--ease)}.primary-nav a:hover,.primary-nav a.active{color:#fff}.primary-nav a:hover:after,.primary-nav a.active:after{right:0}.nav-toggle{display:none;background:none;border:0;padding:8px}.nav-toggle span:not(.sr-only){display:block;width:24px;height:2px;background:#fff;margin:5px;transition:.25s}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:10px;padding:13px 20px;text-decoration:none;font-weight:750;line-height:1.15;cursor:pointer;transition:transform .2s var(--ease),box-shadow .2s,border-color .2s,background .2s,color .2s}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0) scale(.985)}.btn:focus-visible,.primary-nav a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(56,189,248,.35);outline-offset:3px}.btn--header{color:#fff;border-color:rgba(94,234,212,.45);background:rgba(255,255,255,.07);padding:11px 16px;font-size:.82rem}.btn--header:hover{background:rgba(94,234,212,.15);border-color:var(--teal)}.btn--primary{color:#06243a;background:linear-gradient(135deg,var(--teal),#72dbf8);box-shadow:0 10px 30px rgba(56,189,248,.18)}.btn--primary:hover{box-shadow:0 14px 34px rgba(56,189,248,.28)}.btn--navy{color:#fff;background:var(--navy)}.btn--outline{color:var(--navy);border-color:#b9cbd7;background:#fff}.btn--ghost{color:inherit;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.04)}.btn--danger{color:#fff;background:var(--danger)}.btn--small{padding:9px 13px;font-size:.83rem;border-radius:8px}.btn[disabled],.btn.is-loading{opacity:.65;pointer-events:none}.button-row{display:flex;flex-wrap:wrap;gap:12px}.text-link{color:var(--teal-deep);font-weight:750;text-underline-offset:4px}
.hero{position:relative;min-height:790px;display:flex;align-items:center;padding:150px 0 95px;overflow:hidden;background:radial-gradient(circle at 13% 0,rgba(0,168,150,.16),transparent 35%),radial-gradient(circle at 88% 34%,rgba(56,189,248,.13),transparent 30%),linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff}.hero:before{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 80%)}.hero-glow{position:absolute;width:480px;height:480px;border-radius:50%;right:-180px;top:100px;background:rgba(0,168,150,.3);filter:blur(120px);animation:glowDrift 8s ease-in-out infinite alternate}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px}.hero-copy h1{margin:14px 0 24px;max-width:750px}.hero-copy h1 span{color:transparent;background:linear-gradient(100deg,var(--teal),var(--cyan));-webkit-background-clip:text;background-clip:text}.hero-copy>p{max-width:650px;color:#b9cad9;font-size:1.13rem}.hero .button-row{margin-top:34px}.hero-proof{display:flex;gap:28px;margin-top:42px;color:#adc2d3;font-size:.82rem}.hero-proof span{display:flex;gap:8px;align-items:center}.hero-proof i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(94,234,212,.12);color:var(--teal);font-style:normal}.hero-card{position:relative;padding:25px;border-radius:24px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));box-shadow:0 32px 90px rgba(0,0,0,.25);backdrop-filter:blur(16px);animation:cardFloat 7s ease-in-out infinite}.hero-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(140deg,rgba(94,234,212,.38),transparent 45%,rgba(56,189,248,.2));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.network-bar{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.network-bar strong{font-size:.84rem;letter-spacing:.08em}.live-pill{display:flex;align-items:center;gap:7px;color:var(--teal);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.live-pill i{width:7px;height:7px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 5px rgba(94,234,212,.1)}.offer-preview{padding:21px 0;border-bottom:1px solid rgba(255,255,255,.09)}.offer-preview:last-child{border-bottom:0;padding-bottom:3px}.offer-preview-head{display:flex;justify-content:space-between;align-items:center}.offer-icon{width:42px;height:42px;border:1px solid rgba(94,234,212,.18);background:rgba(94,234,212,.08);border-radius:11px;display:grid;place-items:center;color:var(--teal);font-size:1.2rem}.offer-preview h3{font-size:1rem;margin:12px 0 4px;letter-spacing:-.01em}.offer-preview p{font-size:.78rem;color:#9eb5c8;margin:0}.offer-meta{display:flex;gap:7px;margin-top:12px}.tag{display:inline-flex;padding:5px 8px;border-radius:6px;background:rgba(255,255,255,.07);color:#cfe0ec;font-size:.68rem;font-weight:700}.metric{color:var(--teal);font-size:.8rem;font-weight:750}.hero-copy>*{animation:fadeUp .65s var(--ease) both}.hero-copy .eyebrow{animation-delay:.08s}.hero-copy h1{animation-delay:.16s}.hero-copy>p{animation-delay:.25s}.hero-copy .button-row{animation-delay:.34s}.hero-copy .hero-proof{animation-delay:.42s}.hero-card{animation-name:fadeSlide,cardFloat;animation-duration:.75s,7s;animation-delay:.28s,.9s;animation-fill-mode:both;animation-timing-function:var(--ease),ease-in-out;animation-iteration-count:1,infinite}
.trust-strip{border-bottom:1px solid var(--line);background:#fff}.trust-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.trust-inner>span{color:#728498;font-size:.75rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.trust-items{display:flex;align-items:center;justify-content:flex-end;gap:38px}.trust-item{display:flex;align-items:center;gap:9px;font-weight:750;color:#30485f;font-size:.86rem}.trust-item i{width:8px;height:8px;border-radius:50%;background:var(--teal-deep)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.info-card{position:relative;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 2px 0 rgba(7,25,47,.02);transition:transform .25s var(--ease),box-shadow .25s,border-color .25s}.info-card:hover{transform:translateY(-5px);border-color:#b7ddd9;box-shadow:var(--shadow)}.info-card .card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#e6fbf8,#e6f6fd);color:var(--teal-deep);font-weight:850;margin-bottom:24px}.info-card h3{margin-bottom:11px}.info-card p{color:var(--muted);font-size:.94rem;margin:0}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.step{counter-increment:step;padding:30px 24px;border-top:1px solid rgba(255,255,255,.14);position:relative}.step:before{content:"0" counter(step);display:block;color:var(--teal);font-size:.77rem;font-weight:850;letter-spacing:.12em;margin-bottom:44px}.step:not(:last-child):after{content:"";position:absolute;right:-14px;top:37px;width:28px;height:1px;background:linear-gradient(90deg,var(--teal),transparent)}.step h3{font-size:1.12rem;margin-bottom:12px}.step p{color:#a9bed1;font-size:.9rem}.vertical-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.vertical-card{display:flex;align-items:center;gap:16px;padding:22px;border-radius:14px;border:1px solid var(--line);text-decoration:none;background:#fff;transition:.25s var(--ease)}.vertical-card:hover{border-color:#9eddd6;transform:translateY(-3px);box-shadow:0 14px 38px rgba(7,25,47,.08)}.vertical-card i{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#eafaf8;color:var(--teal-deep);font-style:normal}.vertical-card strong{display:block}.vertical-card small{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.feature-visual{position:relative;min-height:470px;border-radius:24px;overflow:hidden;background:radial-gradient(circle at 65% 20%,rgba(56,189,248,.2),transparent 35%),linear-gradient(145deg,var(--navy),var(--navy-2));box-shadow:var(--shadow)}.feature-visual .visual-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px}.visual-panel{position:absolute;inset:68px 42px auto;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:25px;color:#fff;backdrop-filter:blur(12px)}.visual-panel small{color:var(--teal);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.visual-panel h3{font-size:1.45rem;margin:10px 0 22px}.quality-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.quality-row span{padding:13px 8px;text-align:center;background:rgba(255,255,255,.06);border-radius:9px;font-size:.75rem;color:#b9cddd}.visual-status{position:absolute;left:50%;right:auto;bottom:28px;transform:translateX(-50%);background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 15px 40px rgba(0,0,0,.25);font-weight:750;max-width:calc(100% - 48px);box-sizing:border-box;text-align:center;white-space:normal;overflow-wrap:anywhere}.visual-status i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#10b981;margin-right:8px}.check-list{list-style:none;padding:0;margin:28px 0}.check-list li{position:relative;padding:9px 0 9px 35px;color:#40566b}.check-list li:before{content:"✓";position:absolute;left:0;top:9px;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#e3f8f4;color:var(--teal-deep);font-size:.75rem;font-weight:900}.quote-panel{padding:38px;border-radius:20px;background:var(--navy);color:#fff}.quote-panel blockquote{font-size:1.55rem;line-height:1.45;letter-spacing:-.025em;margin:0 0 28px}.quote-panel p{color:#9fb7c9;margin:0}.cta-band{position:relative;overflow:hidden;padding:72px;border-radius:28px;background:radial-gradient(circle at 80% 20%,rgba(56,189,248,.2),transparent 30%),linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:50px}.cta-band:after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(94,234,212,.2);border-radius:50%;right:-70px;bottom:-130px;box-shadow:0 0 0 40px rgba(94,234,212,.03)}.cta-band h2{font-size:clamp(2rem,4vw,3.3rem);margin:0 0 13px}.cta-band p{color:#adc2d2;margin:0}.cta-band .button-row{position:relative;z-index:2;flex-shrink:0}
.page-hero{position:relative;padding:170px 0 90px;background:radial-gradient(circle at 80% 10%,rgba(0,168,150,.22),transparent 32%),linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff;overflow:hidden}.page-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:52px 52px}.page-hero .container{position:relative;z-index:1}.page-hero h1{max-width:850px;font-size:clamp(2.7rem,5vw,4.8rem);margin:12px 0 20px}.page-hero p{max-width:710px;color:#b2c6d6;font-size:1.13rem}.breadcrumb{font-size:.78rem;color:#87a4bb;margin-bottom:26px}.breadcrumb a{color:var(--teal);text-decoration:none}.content-narrow{max-width:800px;margin-inline:auto}.prose h2{font-size:1.7rem;margin-top:48px}.prose h3{margin-top:30px}.prose p,.prose li{color:#4c6175}.prose a{color:var(--teal-deep)}.legal-meta{padding:16px 20px;background:var(--soft);border-radius:10px;border-left:3px solid var(--teal-deep)}
.form-shell{display:grid;grid-template-columns:.78fr 1.22fr;max-width:1040px;margin:auto;border-radius:24px;background:#fff;box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line)}.form-aside{position:relative;padding:52px 44px;color:#fff;background:radial-gradient(circle at 0 100%,rgba(0,168,150,.25),transparent 40%),linear-gradient(145deg,var(--navy),var(--navy-2))}.form-aside h2{font-size:2rem;margin:15px 0}.form-aside p{color:#adc2d2}.form-aside ul{list-style:none;padding:0;margin:34px 0}.form-aside li{position:relative;padding:10px 0 10px 29px;color:#c8d6e1;font-size:.9rem}.form-aside li:before{content:"✓";position:absolute;left:0;color:var(--teal)}.form-panel{padding:50px}.form-panel h2{font-size:2rem;margin-bottom:10px}.form-panel>p{color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px}.form-stack{display:grid;gap:18px}.field-full{grid-column:1/-1}label{display:grid;gap:7px;color:#344b60;font-size:.85rem;font-weight:700}input,select,textarea{width:100%;border:1px solid #cddae3;border-radius:9px;background:#fff;color:var(--ink);padding:12px 13px;min-height:47px;transition:border .2s,box-shadow .2s,background .2s}textarea{resize:vertical;min-height:125px}input:hover,select:hover,textarea:hover{border-color:#9eb6c6}input:focus,select:focus,textarea:focus{outline:0;border-color:var(--teal-deep);box-shadow:0 0 0 4px rgba(15,118,110,.1)}.field-help{font-size:.76rem;color:var(--muted);font-weight:500}.password-wrap{position:relative}.password-wrap input{padding-right:48px}.password-toggle{position:absolute;right:8px;top:7px;border:0;background:transparent;color:var(--muted);height:34px;cursor:pointer}.checkbox-label{display:flex;align-items:flex-start;gap:10px;font-weight:500}.checkbox-label input{width:17px;height:17px;min-height:0;margin-top:4px}.honeypot{position:absolute!important;left:-9999px!important}.form-note{padding:13px 15px;border-radius:9px;background:var(--soft);font-size:.82rem;color:var(--muted)}.auth-switch{text-align:center;margin:25px 0 0;color:var(--muted);font-size:.9rem}
.alert{padding:13px 16px;border-radius:10px;border:1px solid;margin-bottom:20px;font-size:.9rem;animation:fadeUp .35s var(--ease)}.alert ul{margin:8px 0 0}.alert--success{background:#e9fbf5;border-color:#a7e7d4;color:#08644f}.alert--danger{background:#fff0f1;border-color:#f2bfc4;color:#983341}.alert--warning{background:#fff8e5;border-color:#ecd69a;color:#795204}.alert--info{background:#eaf7fd;border-color:#b6def2;color:#155b7a}.site-flash{position:fixed;z-index:1200;top:94px;right:20px;max-width:440px;box-shadow:var(--shadow)}.status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:800;text-transform:capitalize;background:#edf2f6;color:#526779}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.status--approved,.status--paid,.status--active,.status--resolved{background:#e8faf4;color:#08745f}.status--pending,.status--under-review,.status--open{background:#fff7dd;color:#8a5d00}.status--rejected,.status--blocked,.status--closed{background:#ffebed;color:#ae3643}.status--paused,.status--suspended{background:#fff0df;color:#a55405}.status--draft{background:#edf2f6;color:#526779}
.offer-list{display:grid;gap:18px}.public-offer{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:30px;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.25s}.public-offer:hover{border-color:#acdcd7;box-shadow:var(--shadow);transform:translateY(-3px)}.public-offer h3{font-size:1.35rem;margin:8px 0}.public-offer p{color:var(--muted);margin:0}.public-offer .offer-facts{display:flex;gap:8px;margin-top:15px;flex-wrap:wrap}.public-offer .tag{background:var(--soft);color:#456176}.search-bar{display:flex;gap:10px;padding:9px;border-radius:12px;border:1px solid var(--line);background:#fff;box-shadow:0 10px 35px rgba(7,25,47,.06)}.search-bar input{border:0;box-shadow:none!important}.search-bar .btn{flex-shrink:0}.empty-state{text-align:center;padding:60px 30px;border:1px dashed #beced8;border-radius:16px;background:#fff}.empty-state i{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--soft);font-style:normal;margin:0 auto 17px}.empty-state h3{margin-bottom:8px}.empty-state p{color:var(--muted)}
/* =========================================================
   PUBLIC SITE FOOTER
   ========================================================= */

.site-footer {
    position: relative;
    overflow: hidden;
    background: #051426;
    color: #fff;
    padding: 72px 0 28px;
}

.site-footer .container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.footer-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(0, 168, 150, 0.08);
    filter: blur(100px);
    right: -140px;
    top: -120px;
    pointer-events: none;
}

.footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(140px, 1fr));
    gap: 48px;
    align-items: start;
}

.footer-brand {
    min-width: 0;
}

.site-footer .logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 20px;
    color: #fff;
    text-decoration: none;
}

.site-footer .logo--footer {
    max-width: 100%;
}

.footer-brand p {
    max-width: 390px;
    margin: 0 0 17px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.7;
    font-weight: 400;
}

.footer-email {
    display: inline-block;
    max-width: 100%;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-email:hover {
    color: var(--teal);
}

.footer-address {
    display: block;
    max-width: 390px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1.6;
    font-weight: 400;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.footer-column {
    min-width: 0;
}

.footer-column h2 {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.76rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-column a {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1.55;
    font-weight: 500;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-column a:hover {
    color: var(--teal);
}

.footer-note {
    display: block;
    max-width: 230px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.76rem;
    line-height: 1.6;
}

.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 52px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.77rem;
    line-height: 1.5;
}

.footer-bottom span {
    min-width: 0;
}

.footer-bottom span:last-child {
    text-align: right;
}

@media (max-width: 1024px) {
    .site-footer {
        padding-top: 64px;
    }

    .footer-grid {
        grid-template-columns: minmax(250px, 1.6fr) repeat(3, minmax(120px, 1fr));
        gap: 32px;
    }
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(130px, 1fr));
        gap: 36px 28px;
    }

    .footer-brand {
        grid-column: 1 / -1;
        max-width: 560px;
    }

    .footer-legal {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .site-footer {
        padding: 52px 0 30px;
    }

    .site-footer .container {
        width: calc(100% - 40px);
        max-width: 560px;
    }

    .footer-glow {
        width: 240px;
        height: 240px;
        right: -130px;
        top: -90px;
        filter: blur(90px);
    }

    .footer-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 100%;
        text-align: center;
    }

    .footer-company { order: 1; }
    .footer-publishers { order: 2; }
    .footer-legal { order: 3; }
    .footer-brand { order: 4; }

    .footer-company,
    .footer-publishers,
    .footer-legal,
    .footer-brand {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .footer-publishers,
    .footer-legal,
    .footer-brand {
        margin-top: 39px;
    }

    .footer-brand {
        grid-column: auto;
        padding-top: 2px;
        text-align: center;
    }

    .footer-column h2 {
        margin: 0 0 19px;
        color: rgba(255, 255, 255, 0.94);
        font-size: 0.92rem;
        line-height: 1.35;
        font-weight: 700;
        letter-spacing: 0.10em;
        text-transform: uppercase;
    }

    .footer-column a {
        width: auto;
        max-width: 100%;
        margin: 0 0 15px;
        color: rgba(255, 255, 255, 0.74);
        font-size: 0.98rem;
        line-height: 1.55;
        font-weight: 550;
        text-align: center;
    }

    .footer-column a:last-of-type {
        margin-bottom: 0;
    }

    .footer-note {
        width: 100%;
        max-width: 350px;
        margin: 25px auto 0;
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.84rem;
        line-height: 1.65;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .site-footer .logo {
        display: inline-flex;
        margin: 0 auto 18px;
    }

    .footer-brand p {
        width: 100%;
        max-width: 430px;
        margin: 0 auto 16px;
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.90rem;
        line-height: 1.7;
        text-align: center;
    }

    .footer-email {
        display: inline-block;
        max-width: 100%;
        font-size: 0.94rem;
        line-height: 1.55;
        font-weight: 600;
        text-align: center;
    }

    .footer-address {
        width: 100%;
        max-width: 380px;
        margin: 13px auto 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.88rem;
        line-height: 1.6;
        text-align: center;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc(100% - 40px);
        margin-top: 40px;
        padding-top: 22px;
        gap: 0;
        text-align: center;
        color: rgba(255, 255, 255, 0.60);
        font-size: 0.78rem;
        line-height: 1.55;
    }

    .footer-bottom span {
        width: 100%;
        min-width: 0;
        text-align: center !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

@media (max-width: 380px) {
    .site-footer {
        padding-top: 46px;
        padding-bottom: 26px;
    }

    .site-footer .container {
        width: calc(100% - 32px);
        max-width: 360px;
    }

    .footer-publishers,
    .footer-legal,
    .footer-brand {
        margin-top: 34px;
    }

    .footer-column h2 {
        font-size: 0.88rem;
        letter-spacing: 0.085em;
    }

    .footer-column a {
        font-size: 0.94rem;
        margin-bottom: 14px;
    }

    .footer-brand p {
        font-size: 0.86rem;
    }

    .footer-email {
        font-size: 0.90rem;
    }

    .footer-address {
        font-size: 0.84rem;
    }

    .footer-bottom {
        width: calc(100% - 32px);
        margin-top: 35px;
        font-size: 0.75rem;
    }
}

[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease)}[data-reveal="left"]{transform:translateX(-24px)}[data-reveal="right"]{transform:translateX(24px)}[data-reveal].revealed{opacity:1;transform:none}.toast-region{position:fixed;right:20px;bottom:20px;z-index:3000}.toast{padding:14px 18px;border-radius:10px;background:var(--navy);color:#fff;box-shadow:var(--shadow);animation:toastIn .3s var(--ease)}
@keyframes headerIn{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:none}}@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes fadeSlide{from{opacity:0;transform:translateX(32px)}to{opacity:1;transform:none}}@keyframes glowDrift{to{transform:translate(-80px,60px) scale(1.14)}}@keyframes cardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes toastIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}

/* =========================================================
   HOMEPAGE MOBILE RESPONSIVE FIX
   Desktop styles remain unchanged.
   ========================================================= */

@media (max-width: 768px) {

    /* ---------- GLOBAL MOBILE CONTAINMENT ---------- */

    .hero .container,
    .trust-strip .container,
    .section .container {
        width: calc(100% - 40px);
        max-width: 100%;
        margin-inline: auto;
        box-sizing: border-box;
    }

    .hero-grid,
    .card-grid,
    .steps,
    .vertical-grid,
    .split,
    .offer-list,
    .public-offer,
    .cta-band {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .hero-grid > *,
    .card-grid > *,
    .steps > *,
    .vertical-grid > *,
    .split > *,
    .offer-list > * {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }


    /* ---------- HERO ---------- */

    .hero {
        min-height: auto;
        padding: 120px 0 70px;
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 42px;
        text-align: center;
    }

    .hero-copy {
        width: 100%;
        max-width: 680px;
        margin-inline: auto;
        text-align: center;
    }

    .hero-copy h1 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-copy > p {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero .button-row {
        justify-content: center;
        align-items: center;
    }

    .hero-proof {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 14px 20px;
    }


    /* ---------- OPPORTUNITY DESK ---------- */

    .hero-card {
        width: 100%;
        max-width: 560px;
        min-width: 0;
        margin-inline: auto;
        padding: 22px;
        box-sizing: border-box;
        text-align: center;
    }

    .network-bar {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding-bottom: 18px;
        text-align: center;
    }

    .network-bar strong {
        display: block;
        width: 100%;
        text-align: center;
    }

    .live-pill {
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .offer-preview {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        text-align: center;
    }

    .offer-preview-head {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
        text-align: center;
    }

    .offer-icon {
        flex: 0 0 auto;
        margin-inline: auto;
    }

    .metric {
        display: block;
        width: 100%;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .offer-preview h3 {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .offer-preview p {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .offer-meta {
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 7px;
    }

    .offer-meta .tag {
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
        overflow-wrap: anywhere;
    }


    /* ---------- TRUST STRIP ---------- */

    .trust-inner {
        min-height: auto;
        padding: 24px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 18px;
        text-align: center;
    }

    .trust-inner > span {
        text-align: center;
    }

    .trust-items {
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 14px 22px;
    }

    .trust-item {
        justify-content: center;
        text-align: center;
    }


    /* ---------- SECTIONS ---------- */

    .section {
        padding: 72px 0;
    }

    .section-heading {
        width: 100%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .section-heading.center {
        text-align: center;
    }

    .section-heading h2,
    .section-heading p,
    .section-heading .eyebrow {
        margin-left: auto;
        margin-right: auto;
    }


    /* ---------- QUALITY CARDS ---------- */

    .card-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        justify-items: center;
    }

    .info-card {
        width: 100%;
        max-width: 560px;
        margin-inline: auto;
        padding: 28px 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
    }

    .info-card .card-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        flex: 0 0 auto;
    }

    .info-card h3 {
        width: 100%;
        max-width: 100%;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .info-card p {
        width: 100%;
        max-width: 100%;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }


    /* ---------- DARK PROCESS / STEPS ---------- */

    .section--dark .section-heading {
        text-align: center;
    }

    .steps {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        width: 100%;
        justify-items: center;
    }

    .step {
        width: 100%;
        max-width: 560px;
        margin-inline: auto;
        padding: 28px 20px;
        text-align: center;
        box-sizing: border-box;
        border-top: 1px solid rgba(255,255,255,.14);
    }

    .step:before {
        margin-bottom: 20px;
        text-align: center;
    }

    .step:not(:last-child):after {
        display: none;
    }

    .step h3,
    .step p {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }


    /* ---------- HOME SERVICE / VERTICAL CARDS ---------- */

    .vertical-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        justify-items: center;
    }

    .vertical-card {
        width: 100%;
        max-width: 560px;
        margin-inline: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        text-align: center;
        box-sizing: border-box;
    }

    .vertical-card i {
        flex: 0 0 auto;
        margin-inline: auto;
    }

    .vertical-card span {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        text-align: center;
    }

    .vertical-card strong,
    .vertical-card small {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .vertical-card small {
        margin-top: 4px;
    }


    /* ---------- FEATURE / QUALITY FRAMEWORK ---------- */

    .split {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 42px;
    }

    .split > * {
        width: 100%;
        max-width: 680px;
        margin-inline: auto;
        min-width: 0;
    }

    .split > div:not(.feature-visual) {
        text-align: center;
    }

    .feature-visual {
        width: 100%;
        max-width: 560px;
        min-height: 500px;
        margin-inline: auto;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

    .visual-panel {
        position: absolute;
        top: 32px;
        left: 20px;
        right: 20px;
        width: auto;
        max-width: calc(100% - 40px);
        box-sizing: border-box;
        padding: 22px 18px;
        text-align: center;
    }

    .visual-panel small,
    .visual-panel h3 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .quality-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .quality-row span {
        width: 100%;
        box-sizing: border-box;
    }

    .visual-status {
        position: absolute;
        left: 50% !important;
        right: auto !important;
        bottom: 20px;
        width: max-content;
        max-width: calc(100% - 32px);
        box-sizing: border-box;
        transform: translateX(-50%) !important;
        text-align: center;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .check-list {
        width: 100%;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }


    /* ---------- INLINE TWO-CARD GRIDS ---------- */

    .section .card-grid[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }


    /* ---------- ACTIVE OFFERS ---------- */

    .public-offer {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
        justify-items: center;
        padding: 26px 20px;
    }

    .public-offer > div {
        width: 100%;
        min-width: 0;
        text-align: center;
    }

    .public-offer h3,
    .public-offer p {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .public-offer .offer-facts {
        justify-content: center;
    }

    .public-offer .btn {
        max-width: 100%;
    }


    /* ---------- CTA ---------- */

    .cta-band {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 28px;
        padding: 48px 24px;
        text-align: center;
    }

    .cta-band > div {
        width: 100%;
        min-width: 0;
    }

    .cta-band .button-row {
        justify-content: center;
        align-items: center;
    }


    /* ---------- MOBILE BUTTON CONTAINMENT ---------- */

    .button-row {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .button-row .btn {
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        text-align: center;
    }


    /* ---------- HARD CONTAINMENT FOR AFFECTED COMPONENTS ---------- */

    .hero *,
    .trust-strip *,
    .section .container *,
    .cta-band * {
        max-width: 100%;
        box-sizing: border-box;
    }

    .hero h1,
    .hero h2,
    .hero h3,
    .section h2,
    .section h3,
    .section p,
    .section small,
    .section strong {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .hero .container,
    .trust-strip .container,
    .section .container {
        width: calc(100% - 32px);
    }

    .hero {
        padding-top: 110px;
        padding-bottom: 60px;
    }

    .hero-card {
        padding: 18px;
        border-radius: 20px;
    }

    .info-card,
    .step,
    .vertical-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .visual-panel {
        left: 16px;
        right: 16px;
        max-width: calc(100% - 32px);
    }

    .visual-status {
        left: 50% !important;
        right: auto !important;
        max-width: calc(100% - 32px);
        padding: 14px 16px;
        transform: translateX(-50%) !important;
    }
}

/* =========================================================
   DESKTOP / PC ALIGNMENT FIX
   Mobile layout is intentionally NOT modified here.
   ========================================================= */

@media (min-width: 769px) {

    /* -----------------------------------------------------
       GLOBAL DESKTOP CONTAINER
       ----------------------------------------------------- */

    .container {
        width: min(1180px, calc(100% - 40px));
        max-width: 1180px;
        margin-inline: auto;
        box-sizing: border-box;
    }

    .section > .container,
    .hero > .container,
    .trust-strip > .container {
        margin-inline: auto;
    }


    /* -----------------------------------------------------
       HERO
       ----------------------------------------------------- */

    .hero-grid {
        width: 100%;
        max-width: 1180px;
        margin-inline: auto;

        grid-template-columns:
            minmax(0, 1.08fr)
            minmax(400px, 0.92fr);

        gap: 58px;
        align-items: center;
        box-sizing: border-box;
    }

    .hero-copy {
        min-width: 0;
    }

    .hero-copy h1,
    .hero-copy > p {
        max-width: 100%;
    }

    .hero-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        margin-inline: auto;
    }

    .network-bar {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .network-bar strong {
        min-width: 0;
    }

    .live-pill {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .offer-preview {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .offer-preview-head {
        width: 100%;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        box-sizing: border-box;
    }

    .offer-icon {
        flex: 0 0 42px;
    }

    .metric {
        min-width: 0;
        text-align: right;
        overflow-wrap: anywhere;
    }

    .offer-preview h3,
    .offer-preview p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .offer-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        align-items: center;
    }


    /* -----------------------------------------------------
       TRUST STRIP
       ----------------------------------------------------- */

    .trust-inner {
        width: 100%;
        max-width: 1180px;
        min-width: 0;
        margin-inline: auto;
        box-sizing: border-box;

        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 36px;
    }

    .trust-inner > span {
        flex: 0 1 auto;
        min-width: 0;
    }

    .trust-items {
        flex: 1 1 auto;
        min-width: 0;

        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 30px;
    }

    .trust-item {
        min-width: 0;
        white-space: nowrap;
    }


    /* -----------------------------------------------------
       SECTION HEADINGS
       ----------------------------------------------------- */

    .section-heading {
        width: 100%;
        max-width: 720px;
        box-sizing: border-box;
    }

    .section-heading.center {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .section--dark .section-heading {
        margin-left: 0;
    }


    /* -----------------------------------------------------
       QUALITY / VALUE CARDS
       ----------------------------------------------------- */

    .card-grid {
        width: 100%;
        max-width: 1180px;
        margin-inline: auto;

        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;

        box-sizing: border-box;
    }

    .info-card {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .info-card .card-icon {
        flex: 0 0 auto;
    }

    .info-card h3,
    .info-card p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }


    /* -----------------------------------------------------
       PROCESS / APPLICATION STEPS
       ----------------------------------------------------- */

    .steps {
        width: 100%;
        max-width: 1180px;
        margin-inline: auto;

        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px;

        box-sizing: border-box;
    }

    .step {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .step h3,
    .step p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .step:not(:last-child)::after {
        right: -14px;
    }


    /* -----------------------------------------------------
       HOME SERVICES / VERTICALS
       ----------------------------------------------------- */

    .vertical-grid {
        width: 100%;
        max-width: 1180px;
        margin-inline: auto;

        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;

        box-sizing: border-box;
    }

    .vertical-card {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;

        display: flex;
        align-items: center;
        gap: 16px;
    }

    .vertical-card > span {
        min-width: 0;
        flex: 1 1 auto;
    }

    .vertical-card strong,
    .vertical-card small {
        max-width: 100%;
        overflow-wrap: anywhere;
    }


    /* -----------------------------------------------------
       QUALITY FRAMEWORK / FEATURE SECTION
       ----------------------------------------------------- */

    .split {
        width: 100%;
        max-width: 1180px;
        margin-inline: auto;

        display: grid;
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);

        gap: 64px;
        align-items: center;

        box-sizing: border-box;
    }

    .split > * {
        min-width: 0;
        max-width: 100%;
    }

    .feature-visual {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .visual-panel {
        left: 42px;
        right: 42px;
        width: auto;
        max-width: none;
        box-sizing: border-box;
    }

    .visual-status {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        max-width: calc(100% - 48px);
        box-sizing: border-box;
        white-space: nowrap;
    }

    .quality-row {
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 9px;
    }

    .quality-row span {
        min-width: 0;
        box-sizing: border-box;
    }


    /* -----------------------------------------------------
       INLINE BENEFIT CARD GRID
       ----------------------------------------------------- */

    .section .card-grid[style*="grid-template-columns"] {
        width: 100%;
        max-width: 100%;
        margin-inline: 0;

        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr) !important;

        gap: 18px;
    }


    /* -----------------------------------------------------
       ACTIVE OFFERS
       ----------------------------------------------------- */

    .offer-list {
        width: 100%;
        max-width: 1180px;
        margin-inline: auto;
    }

    .public-offer {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;

        grid-template-columns:
            minmax(0, 1fr)
            auto;

        gap: 30px;
        align-items: center;
    }

    .public-offer > div {
        min-width: 0;
    }

    .public-offer h3,
    .public-offer p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }


    /* -----------------------------------------------------
       CTA
       ----------------------------------------------------- */

    .cta-band {
        width: 100%;
        max-width: 1180px;
        margin-inline: auto;
        box-sizing: border-box;

        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
    }

    .cta-band > div {
        min-width: 0;
    }

    .cta-band .button-row {
        flex-shrink: 0;
    }


    /* -----------------------------------------------------
       DESKTOP BUTTON GROUPS
       ----------------------------------------------------- */

    .button-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
    }


    /* -----------------------------------------------------
       PREVENT DESKTOP CONTENT FROM ESCAPING ITS GRID
       ----------------------------------------------------- */

    .hero-grid > *,
    .card-grid > *,
    .steps > *,
    .vertical-grid > *,
    .split > *,
    .offer-list > *,
    .cta-band > * {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1440px) {

    .container,
    .hero-grid,
    .trust-inner,
    .card-grid,
    .steps,
    .vertical-grid,
    .split,
    .offer-list {
        max-width: 1180px;
    }

    .hero-grid {
        gap: 64px;
    }

    .split {
        gap: 72px;
    }
}
/* =========================================================
   HERO PERFORMANCE CARD
   Clean premium analytics styling aligned with Zyvora.
   ========================================================= */

.revenue-card{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:27px;
    border:1px solid rgba(94,234,212,.20);
    border-radius:24px;
    background:
        radial-gradient(circle at 92% 8%,rgba(56,189,248,.10),transparent 30%),
        radial-gradient(circle at 8% 96%,rgba(94,234,212,.065),transparent 28%),
        linear-gradient(145deg,#07192f 0%,#0a213d 54%,#07192f 100%);
    box-shadow:
        0 28px 78px rgba(2,10,22,.30),
        inset 0 1px 0 rgba(255,255,255,.055);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    animation-name:fadeSlide,cardFloat;
    animation-duration:.75s,7s;
    animation-delay:.28s,.9s;
    animation-fill-mode:both;
    animation-timing-function:var(--ease),ease-in-out;
    animation-iteration-count:1,infinite;
    min-width:0;
    max-width:100%;
}

.revenue-card:before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
    background:
        linear-gradient(135deg,rgba(94,234,212,.08),transparent 28%,transparent 72%,rgba(56,189,248,.055));
}

.revenue-card:after{
    content:"";
    position:absolute;
    width:190px;
    height:190px;
    right:-85px;
    top:-90px;
    z-index:-1;
    border-radius:50%;
    pointer-events:none;
    background:rgba(56,189,248,.11);
    filter:blur(55px);
}

.revenue-card__ambient{display:none}

.revenue-card__header{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    min-height:22px;
    padding-bottom:17px;
    border-bottom:1px solid rgba(255,255,255,.075);
}

.revenue-card__kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin:0;
    color:#9cb4c6;
    font-size:.63rem;
    line-height:1;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.revenue-card__kicker:before{
    content:"";
    width:7px;
    height:7px;
    flex:0 0 7px;
    border-radius:50%;
    background:var(--teal);
    box-shadow:0 0 0 5px rgba(94,234,212,.08),0 0 14px rgba(94,234,212,.30);
}

.revenue-card__summary{
    position:relative;
    z-index:2;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    padding:22px 0 5px;
}

.revenue-card__label{
    display:block;
    margin-bottom:5px;
    color:#93a9bc;
    font-size:.75rem;
    font-weight:600;
    letter-spacing:.01em;
}

.revenue-card__total{
    display:block;
    color:#f8fbfd;
    font-size:clamp(2.1rem,3.7vw,2.78rem);
    font-weight:760;
    line-height:1;
    letter-spacing:-.055em;
}

.revenue-card__change{
    display:inline-flex;
    align-items:center;
    gap:4px;
    margin-top:10px;
    color:#5eead4;
    font-size:.82rem;
    font-weight:800;
}

.revenue-card__comparison{
    margin-left:7px;
    color:#71879a;
    font-size:.69rem;
    font-weight:500;
}

.revenue-card__growth-badge{
    display:flex;
    align-items:center;
    gap:9px;
    flex:0 0 auto;
    margin-bottom:3px;
    padding:9px 11px;
    border:1px solid rgba(94,234,212,.17);
    border-radius:11px;
    background:rgba(255,255,255,.035);
    opacity:0;
    transform:translateY(7px);
    transition:opacity .5s var(--ease),transform .5s var(--ease);
}

.revenue-card.is-visible .revenue-card__growth-badge{
    opacity:1;
    transform:none;
    transition-delay:.5s;
}

.revenue-card__growth-icon{
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    border-radius:8px;
    background:rgba(94,234,212,.08);
    color:var(--teal);
}

.revenue-card__growth-icon svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.revenue-card__growth-badge strong,
.revenue-card__growth-badge small{display:block}

.revenue-card__growth-badge strong{
    color:var(--teal);
    font-size:.84rem;
    line-height:1.05;
}

.revenue-card__growth-badge small{
    margin-top:3px;
    color:#7f95a8;
    font-size:.59rem;
    line-height:1;
    font-weight:650;
    letter-spacing:.02em;
}

.revenue-chart{
    position:relative;
    z-index:1;
    margin-top:7px;
    min-width:0;
    overflow:hidden;
}

.revenue-chart svg{
    display:block;
    width:100%;
    height:auto;
    min-width:0;
    overflow:visible;
}

/* Reuse the SVG markup while matching the site's teal/cyan palette. */
#revenueLineGradient stop:nth-child(1){stop-color:#5eead4}
#revenueLineGradient stop:nth-child(2){stop-color:#38bdf8}
#revenueLineGradient stop:nth-child(3){stop-color:#5eead4}
#revenueAreaGradient stop:nth-child(1){stop-color:#38bdf8;stop-opacity:.20}
#revenueAreaGradient stop:nth-child(2){stop-color:#38bdf8;stop-opacity:0}

.revenue-chart__grid line{
    fill:none;
    stroke:rgba(185,202,217,.065);
    stroke-width:1;
    vector-effect:non-scaling-stroke;
}

.revenue-chart__y-labels text{
    fill:#6f879b;
    font-size:11px;
    font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.revenue-chart__area{
    fill:url(#revenueAreaGradient);
    opacity:0;
    transition:opacity .7s ease .28s;
}

.revenue-chart__line{
    fill:none;
    stroke:url(#revenueLineGradient);
    stroke-width:3.5;
    stroke-linecap:round;
    stroke-linejoin:round;
    vector-effect:non-scaling-stroke;
    stroke-dasharray:1;
    stroke-dashoffset:1;
    filter:drop-shadow(0 0 4px rgba(56,189,248,.35));
}

.revenue-card.is-visible .revenue-chart__area{opacity:1}

.revenue-card.is-visible .revenue-chart__line{
    animation:revenueLineDraw 2.05s cubic-bezier(.55,.08,.2,1) .10s forwards;
}

.revenue-chart__halo,
.revenue-chart__point{
    opacity:0;
    transform-origin:700px 26px;
    transform-box:fill-box;
}

.revenue-card.is-visible .revenue-chart__halo{
    animation:revenuePointIn .4s ease 1.98s forwards,revenuePointPulse 2.3s ease-in-out 2.4s infinite;
}

.revenue-card.is-visible .revenue-chart__point{
    animation:revenuePointIn .32s ease 2s forwards;
}

.revenue-chart__halo{
    fill:rgba(94,234,212,.20);
    stroke:rgba(94,234,212,.38);
    stroke-width:1;
}

.revenue-chart__point{
    fill:#f8fafc;
    stroke:var(--teal);
    stroke-width:3;
}

.revenue-chart__months{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:0;
    padding:2px 1px 0 7.2%;
    color:#8399ab;
    font-size:.66rem;
    font-weight:550;
}

.revenue-chart__months span{text-align:center}

.revenue-stats{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-top:20px;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.065);
}

.revenue-stat{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
    padding:11px 9px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:12px;
    background:rgba(255,255,255,.025);
    transition:border-color .2s ease,background .2s ease,transform .2s var(--ease);
}

@media (hover:hover) and (pointer:fine){
    .revenue-stat:hover{
        transform:translateY(-2px);
        border-color:rgba(94,234,212,.16);
        background:rgba(255,255,255,.04);
    }
}

.revenue-stat__icon{
    display:grid;
    place-items:center;
    flex:0 0 32px;
    width:32px;
    height:32px;
    border:1px solid rgba(94,234,212,.13);
    border-radius:9px;
    background:rgba(94,234,212,.065);
}

.revenue-stat__icon--cyan{
    border-color:rgba(56,189,248,.15);
    background:rgba(56,189,248,.065);
}

.revenue-stat__icon--purple{
    border-color:rgba(94,234,212,.12);
    background:rgba(94,234,212,.05);
}

.revenue-stat__icon svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:#b8d8e7;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.revenue-stat>div{min-width:0}

.revenue-stat>div>span,
.revenue-stat>div>strong,
.revenue-stat>div>em{display:block}

.revenue-stat>div>span{
    color:#8ba1b3;
    font-size:.60rem;
    line-height:1.25;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.revenue-stat>div>strong{
    margin-top:4px;
    color:#f3f8fb;
    font-size:.96rem;
    line-height:1.05;
    letter-spacing:-.022em;
}

.revenue-stat>div>em{
    margin-top:4px;
    color:var(--teal);
    font-size:.59rem;
    line-height:1;
    font-style:normal;
    font-weight:800;
}

@keyframes revenueLineDraw{to{stroke-dashoffset:0}}
@keyframes revenuePointIn{from{opacity:0;transform:scale(.45)}to{opacity:1;transform:scale(1)}}
@keyframes revenuePointPulse{0%,100%{transform:scale(1);opacity:.72}50%{transform:scale(1.14);opacity:1}}

@media(max-width:1100px) and (min-width:769px){
    .hero-grid{gap:40px}
    .revenue-card{padding:22px}
    .revenue-card__total{font-size:2.2rem}
    .revenue-stats{gap:8px}
    .revenue-stat{padding:10px 8px;gap:8px}
    .revenue-stat__icon{flex-basis:29px;width:29px;height:29px}
    .revenue-stat>div>span{font-size:.56rem}
}

@media(max-width:768px){
    .hero-grid{width:100%;max-width:100%;min-width:0}

    .revenue-card{
        width:100%;
        max-width:560px;
        min-width:0;
        padding:20px;
        border-radius:22px;
        margin-inline:auto;
        text-align:left;
        overflow:hidden;
    }

    .revenue-card__header{
        min-height:20px;
        padding-bottom:15px;
    }

    .revenue-card__kicker{font-size:.57rem}

    .revenue-card__summary{
        align-items:flex-start;
        padding-top:18px;
    }

    .revenue-card__total{font-size:2rem}

    .revenue-card__comparison{
        display:block;
        margin:3px 0 0;
    }

    .revenue-card__growth-badge{
        margin-top:3px;
        padding:8px 9px;
    }

    .revenue-chart{margin-top:5px}
    .revenue-chart__months{font-size:.60rem;padding-left:7.2%}

    .revenue-stats{
        grid-template-columns:1fr 1fr;
        gap:8px;
        margin-top:17px;
        padding-top:16px;
    }

    .revenue-stat:last-child{grid-column:1 / -1}
    .revenue-stat{padding:11px 10px}
}

@media(max-width:430px){
    .revenue-card{
        padding:17px;
        border-radius:20px;
    }

    .revenue-card__header{padding-bottom:14px}
    .revenue-card__kicker{font-size:.54rem;letter-spacing:.12em}

    .revenue-card__summary{
        gap:10px;
        padding-top:17px;
    }

    .revenue-card__total{font-size:1.84rem}
    .revenue-card__change{font-size:.76rem}
    .revenue-card__comparison{font-size:.63rem}

    .revenue-card__growth-badge{
        gap:6px;
        padding:7px 8px;
    }

    .revenue-card__growth-icon{
        width:24px;
        height:24px;
    }

    .revenue-card__growth-icon svg{
        width:14px;
        height:14px;
    }

    .revenue-card__growth-badge strong{font-size:.74rem}
    .revenue-card__growth-badge small{font-size:.54rem}

    .revenue-stat>div>span{font-size:.57rem}
    .revenue-stat>div>strong{font-size:.88rem}
    .revenue-stat>div>em{font-size:.56rem}
}

@media(max-width:360px){
    .revenue-card{padding:14px}
    .revenue-card__summary{gap:7px}
    .revenue-card__total{font-size:1.63rem}
    .revenue-card__growth-badge{padding:6px 7px}
    .revenue-card__growth-icon{display:none}
    .revenue-chart__y-labels text{font-size:9px}
    .revenue-chart__months{font-size:.54rem}
    .revenue-stats{grid-template-columns:1fr}
    .revenue-stat:last-child{grid-column:auto}
}

@media(prefers-reduced-motion:reduce){
    .revenue-card{animation:none}
    .revenue-chart__line{animation:none!important;stroke-dashoffset:0}
    .revenue-chart__area{opacity:1}
    .revenue-chart__halo,
    .revenue-chart__point{opacity:1;animation:none!important}
    .revenue-card__growth-badge{opacity:1;transform:none;transition:none}
}

/* =========================================================
   MOBILE HORIZONTAL OVERFLOW — ROOT CAUSE CONTAINMENT
   Keep the document viewport-locked without changing the
   visual design. The html root is explicitly clipped because
   body-only overflow rules do not reliably prevent sideways
   scrolling on all mobile browsers.
   ========================================================= */
html,
body {
    width: 100%;
    max-width: 100%;
}

html {
    overflow-x: clip;
}

body {
    overflow-x: clip;
}

@supports not (overflow: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

@media (max-width: 768px) {
    /* Prevent transformed/decorative children from expanding
       the mobile scrollable overflow area. */
    .hero,
    .trust-strip,
    .section,
    .site-footer {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    .hero-grid,
    .hero-grid > *,
    .split,
    .split > *,
    .card-grid,
    .card-grid > *,
    .steps,
    .steps > *,
    .vertical-grid,
    .vertical-grid > *,
    .offer-list,
    .offer-list > *,
    .cta-band,
    .cta-band > *,
    .feature-visual,
    .revenue-card,
    .revenue-chart,
    .revenue-stats {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Reveal animations use translateX() while entering. Keep
       that temporary visual offset inside the component that owns it. */
    [data-reveal] {
        min-width: 0;
        max-width: 100%;
    }

    .hero-glow,
    .footer-glow,
    .feature-visual .visual-grid,
    .revenue-card::before,
    .revenue-card::after {
        pointer-events: none;
    }

    .revenue-chart svg {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
