:root{--navy:#0F172A;--navy-2:#172033;--canvas:#F8FAFC;--surface:#FFFFFF;--slate:#1E293B;--muted:#64748B;--divider:#E2E8F0;--formula:#EEF2F6;--input:#FDFCF4;--input-border:#F4E7B4;--bronze:#B08D57;--bronze-text:#6F5223;--blue:#2563EB;--green:#059669;--green-bg:#ECFDF5;--amber:#D97706;--amber-bg:#FFFBEB;--red:#DC2626;--red-bg:#FEF2F2;--radius:12px;--radius-lg:12px;--shadow:0 20px 40px -10px rgba(15,23,42,.15);--shadow-soft:0 20px 40px -10px rgba(15,23,42,.10);--max:1180px;--header-h:72px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Aptos,"Aptos Display",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--slate);background:var(--canvas);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body::before{display:none}a{color:inherit;text-decoration:none}p{font-size:17px;line-height:1.62;margin:0 0 1rem;color:#334155}h1,h2,h3{margin:0;color:var(--navy);letter-spacing:-.032em}h1{font-size:clamp(40px,5vw,64px);line-height:1.03;max-width:980px}h2{font-size:clamp(28px,3.2vw,44px);line-height:1.12;letter-spacing:-.03em}h3{font-size:20px;line-height:1.24;letter-spacing:-.025em}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.narrow{width:min(820px,calc(100% - 40px));margin-inline:auto}.section-pad{padding:112px 0}.section{position:relative}.section-soft{background:var(--canvas);border-block:1px solid rgba(226,232,240,.75)}.skip-link{position:fixed;left:16px;top:-80px;background:#fff;color:var(--navy);border:1px solid var(--divider);padding:10px 14px;z-index:9999;border-radius:999px;box-shadow:var(--shadow-soft)}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.76);transition:box-shadow .25s ease,background .25s ease}.site-header.is-scrolled{box-shadow:0 20px 40px -10px rgba(15,23,42,.10);background:rgba(255,255,255,.96)}.header-inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;min-width:max-content}.brand img{display:block;width:204px;height:auto}.desktop-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:660;color:#475569}.desktop-nav a{position:relative;transition:color .2s ease}.desktop-nav a:hover{color:var(--navy)}.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--bronze);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.desktop-nav a:hover::after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-size:15px;font-weight:780;letter-spacing:-.01em;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}.button:hover{transform:translateY(-1px)}.button:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:3px}.button-sm{min-height:40px;padding:0 17px;font-size:14px}.button-primary{background:var(--blue);color:#fff;box-shadow:0 20px 40px -10px rgba(37,99,235,.18)}.button-primary:hover{background:#1D4ED8;box-shadow:0 20px 40px -10px rgba(37,99,235,.24)}.button-secondary{background:#fff;color:var(--navy);border-color:var(--divider);box-shadow:var(--shadow-soft)}.button-secondary:hover{border-color:#CBD5E1}.button-row,.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.align-end{justify-content:flex-end}.menu-button{display:none;width:42px;height:42px;border-radius:12px;border:1px solid var(--divider);background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px}.menu-button span{display:block;width:18px;height:2px;background:var(--navy);border-radius:999px}.mobile-menu{display:none;border-top:1px solid var(--divider);background:rgba(255,255,255,.97)}.mobile-menu-inner{padding:16px 0 20px;display:grid;gap:12px}.mobile-menu a:not(.button){font-weight:760;padding:12px 0;color:var(--navy);border-bottom:1px solid rgba(226,232,240,.74)}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--bronze-text);font-size:12px;font-weight:880;letter-spacing:.16em;text-transform:uppercase;margin-bottom:22px}.eyebrow span{width:34px;height:1px;background:currentColor}.eyebrow.light{color:#D6B77C}.lead{font-size:18px;line-height:1.6;color:#475569;max-width:760px}.trust-line{font-size:14px;color:#64748B;font-weight:680;letter-spacing:-.01em;margin-top:18px}.caption,figcaption{font-size:13px;color:var(--muted);margin:14px 0 0;text-align:center}.hero{position:relative;overflow:hidden}.hero-home{padding-top:92px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);gap:56px;align-items:center}.hero-copy{position:relative;z-index:2}.hero-copy h1{margin-bottom:24px}.hero-copy .lead{margin-bottom:28px}.subhero-grid,.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split-grid.reversed{grid-template-columns:1fr 1fr}.section-copy h1,.section-copy h2{margin-bottom:22px}.section-copy .button{margin-top:12px}.image-card{margin:0;background:#fff;border:1px solid var(--divider);border-radius:var(--radius-lg);padding:14px;box-shadow:var(--shadow);overflow:hidden}.image-card img{display:block;width:100%;height:auto;border-radius:10px}.hero-image-card img{aspect-ratio:10/7;object-fit:cover}.no-caption{padding:0}.no-caption img{border-radius:var(--radius-lg)}.dark-image{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);box-shadow:var(--shadow)}.dark-image figcaption{color:#CBD5E1}.trust-strip{background:#fff;border-block:1px solid rgba(226,232,240,.9)}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px}.trust-item{display:flex;gap:12px;align-items:flex-start;padding:20px 16px;border-right:1px solid rgba(226,232,240,.72)}.trust-item:last-child{border-right:0}.trust-item svg,.icon-badge svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-item svg{color:var(--blue);flex:0 0 auto;margin-top:2px}.trust-item strong{display:block;color:var(--navy);font-size:14px;margin-bottom:2px}.trust-item span{display:block;color:var(--muted);font-size:12px;line-height:1.45}.section-heading{max-width:820px;margin-bottom:42px}.cards-grid{display:grid;gap:18px}.cards-4{grid-template-columns:repeat(4,1fr)}.cards-3{grid-template-columns:repeat(3,1fr)}.cards-2x2{grid-template-columns:repeat(2,1fr)}.standard-row{margin-top:36px}.standard-card,.process-card,.step-card,.support-card,.fit-card{background:#fff;border:1px solid var(--divider);border-radius:12px;padding:24px;box-shadow:var(--shadow-soft)}.standard-card h3,.process-card h3,.step-card h3{margin:14px 0 10px}.standard-card p,.process-card p,.step-card p,.support-card p{font-size:15px;line-height:1.6;color:#475569;margin:0}.icon-badge{width:46px;height:46px;border-radius:10px;display:grid;place-items:center;color:var(--blue);background:var(--formula);border:1px solid var(--divider)}.product-card-large{display:grid;grid-template-columns:.92fr 1.08fr;gap:0;background:#fff;border:1px solid var(--divider);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.product-card-content{padding:52px}.product-card-content h2{margin-bottom:20px}.product-card-visual{min-height:470px;border-left:1px solid var(--divider);display:grid;place-items:center;background:var(--canvas)}.badge-row{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 28px}.badge-row span{font-size:12px;font-weight:800;color:var(--navy);background:var(--formula);border:1px solid var(--divider);border-radius:999px;padding:8px 11px}.process-grid,.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-card span,.step-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--navy);color:#fff;font-weight:850}.support-line{margin:28px auto 0;text-align:center;color:#64748B;font-weight:680}.dashboard-proof{background:var(--navy);color:#fff;overflow:hidden}.dashboard-proof::before{display:none}.dashboard-proof .container{position:relative}.dashboard-proof h2{color:#fff}.dashboard-proof p{color:#CBD5E1}.dashboard-proof-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:52px;align-items:center}.callout-list{display:grid;gap:12px;margin-top:30px}.callout-list div{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:14px 16px}.callout-list strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}.callout-list span{display:block;color:#CBD5E1;font-size:14px;line-height:1.5}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-card{background:#fff;border:1px solid var(--divider);border-radius:12px;box-shadow:var(--shadow-soft);overflow:hidden;text-align:left;padding:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.gallery-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#CBD5E1}.gallery-card:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:3px}.gallery-media{display:grid;place-items:center;aspect-ratio:4/3;background:var(--canvas);padding:10px;border-bottom:1px solid var(--divider)}.gallery-media img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:contain;background:#fff;border:1px solid rgba(226,232,240,.86);border-radius:10px}.gallery-copy{display:block;padding:18px}.gallery-copy strong{display:block;color:var(--navy);font-size:16px;margin-bottom:6px}.gallery-copy small{display:block;color:var(--muted);font-size:13px;line-height:1.45}.center-cta{text-align:center;margin-top:34px}.included-list{display:grid;gap:12px;margin-top:26px}.included-list div{display:grid;gap:3px;padding:14px 0;border-bottom:1px solid var(--divider)}.included-list strong{color:var(--navy)}.included-list span{color:var(--muted);font-size:14px}.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fit-card h3{margin-bottom:16px}.fit-card ul{margin:0;padding-left:20px;display:grid;gap:10px;color:#334155}.fit-card li{line-height:1.55}.fit-card.not{border-left:4px solid var(--bronze)}.limitations-card{background:#fff;border:1px solid var(--divider);border-left:5px solid var(--bronze);border-radius:12px;padding:42px;box-shadow:var(--shadow-soft);max-width:960px;margin:0 auto}.limitations-card h2{margin-bottom:22px}.faq-list{display:grid;gap:12px;max-width:900px}.faq-item{background:#fff;border:1px solid var(--divider);border-radius:10px;box-shadow:var(--shadow-soft);overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;padding:22px 24px;background:transparent;border:0;color:var(--navy);font-size:17px;font-weight:850;cursor:pointer}.faq-question svg{width:22px;height:22px;stroke:var(--muted);fill:none;stroke-width:2;transition:transform .2s ease}.faq-question[aria-expanded="true"] svg{transform:rotate(180deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.faq-answer p{overflow:hidden;margin:0;padding:0 24px;color:#475569}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-item.is-open .faq-answer p{padding-bottom:24px}.final-cta{background:var(--navy);color:#fff;overflow:hidden}.final-cta::before{display:none}.cta-panel{position:relative;display:flex;align-items:end;justify-content:space-between;gap:42px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:44px;box-shadow:var(--shadow)}.cta-panel h2{color:#fff}.cta-panel p{color:#CBD5E1;max-width:720px}.cta-note{font-size:14px!important;font-weight:750}.mobile-sticky-cta{display:none}.lightbox{position:fixed;inset:0;background:rgba(15,23,42,.76);backdrop-filter:blur(12px);z-index:300;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.is-open{display:flex}.lightbox-panel{background:#fff;border-radius:12px;box-shadow:var(--shadow);width:min(1040px,100%);max-height:calc(100vh - 60px);overflow:auto}.lightbox-media{background:var(--canvas);padding:22px;display:grid;place-items:center}.lightbox-media img{display:block;width:100%;height:auto;border-radius:10px;border:1px solid var(--divider)}.lightbox-copy{padding:24px}.lightbox-copy p{margin:8px 0 0}.lightbox-close{position:absolute;right:24px;top:20px;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);color:#fff;font-size:30px;line-height:1;cursor:pointer}.support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.support-card-wide{grid-column:1/-1}.support-card h2{font-size:24px;margin-bottom:12px}.legal-page{background:var(--canvas);min-height:70vh}.legal-page h1{font-size:clamp(36px,4vw,52px);line-height:1.05;margin-bottom:28px}.legal-card{background:#fff;border:1px solid var(--divider);border-radius:12px;padding:34px;box-shadow:var(--shadow-soft)}.legal-card h2{font-size:24px;margin:30px 0 10px}.legal-card h2:first-child{margin-top:0}.legal-card p{font-size:16px}.legal-small{font-size:13px!important;color:var(--muted)!important;line-height:1.6!important}.pending-message{color:#475569}.site-footer{background:var(--navy);color:#fff;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr 1.2fr;gap:36px}.site-footer .brand img{filter:none}.site-footer p{color:#CBD5E1;font-size:14px;line-height:1.7}.footer-col{display:grid;align-content:start;gap:10px}.footer-col h2{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.footer-col a{color:#CBD5E1;font-size:14px;transition:color .2s ease}.footer-col a:hover{color:#fff}.footer-note p{margin-bottom:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#94A3B8;font-size:13px}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.js .reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.js .reveal{opacity:1;transform:none;transition:none}.button,.gallery-card,.faq-answer,.faq-question svg{transition:none}}@media(max-width:1080px){.hero-grid,.subhero-grid,.split-grid,.split-grid.reversed,.product-card-large,.dashboard-proof-grid{grid-template-columns:1fr}.hero-grid{gap:40px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item{border-right:0;border-bottom:1px solid var(--divider)}.cards-4,.process-grid,.steps{grid-template-columns:repeat(2,1fr)}.cards-3,.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-card-visual{border-left:0;border-top:1px solid var(--divider);min-height:auto}.section-pad{padding:88px 0}}@media(max-width:760px){:root{--header-h:64px}.container,.narrow{width:min(100% - 28px,var(--max))}.desktop-nav{display:none}.menu-button{display:flex}.header-actions .button-sm{display:none}.mobile-menu.is-open{display:block}.brand img{width:176px}h1{font-size:clamp(36px,10vw,44px);line-height:1.05}h2{font-size:clamp(28px,8vw,34px);line-height:1.12}.section-pad{padding:72px 0}.hero-home{padding-top:70px}.lead{font-size:18px;line-height:1.6}.hero-actions,.button-row{align-items:stretch}.button{width:100%}.trust-grid{grid-template-columns:1fr}.trust-item{padding-inline:0}.cards-2x2,.cards-3,.cards-4,.process-grid,.steps,.fit-grid,.support-grid,.footer-grid{grid-template-columns:1fr}.product-card-content,.cta-panel,.limitations-card{padding:26px;border-radius:12px}.cta-panel{display:grid}.gallery-grid{grid-template-columns:1fr}.gallery-media img{aspect-ratio:4/3}.lightbox{padding:14px}.lightbox-close{right:14px;top:14px}.footer-bottom{display:grid}.mobile-sticky-cta{position:fixed;left:14px;right:14px;bottom:14px;z-index:120;display:block;opacity:0;pointer-events:none;transform:translateY(16px);transition:opacity .24s ease,transform .24s ease}.mobile-sticky-cta.is-visible{opacity:1;pointer-events:auto;transform:none}.mobile-sticky-cta .button{box-shadow:0 20px 40px -10px rgba(37,99,235,.22)}.product-page .site-footer{padding-bottom:96px}.subhero-grid{gap:34px}.legal-card{padding:24px}}@media(max-width:430px){.standard-card,.process-card,.step-card,.support-card{padding:20px}.site-footer{padding-top:50px}.footer-grid{gap:24px}}.desktop-nav a[aria-current="page"]{color:var(--navy)}.desktop-nav a[aria-current="page"]::after{transform:scaleX(1)}.mobile-menu a[aria-current="page"]{color:var(--navy)}.button.is-disabled,.button[aria-disabled="true"]{cursor:not-allowed;opacity:.58;box-shadow:none;transform:none;pointer-events:none}.buy-card .button.is-disabled{background:var(--formula);color:var(--muted);border-color:var(--divider)}@supports(text-wrap:balance){h1,h2,h3,.section-heading p,.standard-card p,.metric-card p,.process-card p,.step-card p,.gallery-copy small,.lead{text-wrap:balance}}@supports(text-wrap:pretty){p,li{text-wrap:pretty}}.faq-answer{grid-template-rows:1fr}.faq-answer p{padding-bottom:24px}.js .faq-answer{grid-template-rows:0fr}.js .faq-answer p{padding-bottom:0}.js .faq-item.is-open .faq-answer{grid-template-rows:1fr}.js .faq-item.is-open .faq-answer p{padding-bottom:24px}html:not(.js) .menu-button{display:none}@media(max-width:760px){html:not(.js) .mobile-menu{display:block;position:static;border-top:1px solid var(--divider);box-shadow:none}}

.proof-line{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center;margin-top:18px;color:var(--muted);font-size:13px;font-weight:720;line-height:1.4}.proof-line span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.proof-line span::before{content:"✓";color:var(--blue);font-weight:900;font-size:12px;line-height:1}.final-cta .proof-line,.dashboard-proof .proof-line{color:#CBD5E1}.cta-note.proof-line{margin-top:18px}@media(max-width:760px){.proof-line{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px}.proof-line span{white-space:normal;align-items:flex-start}.proof-line span::before{margin-top:.35em}}
.image-card,.product-card-large,.standard-card,.process-card,.step-card,.support-card,.fit-card,.gallery-card,.faq-item,.limitations-card,.cta-panel,.legal-card{border-radius:12px}.image-card img,.gallery-media img,.lightbox-media img{border-radius:10px}.dark-image,.cta-panel{box-shadow:var(--shadow)}

.product-eyebrow{flex-wrap:wrap;gap:8px 10px;line-height:1.25;max-width:100%}.product-eyebrow .eyebrow-line{flex:0 0 34px;width:34px;height:1px;background:currentColor}.product-eyebrow .eyebrow-part,.product-eyebrow .eyebrow-dot{width:auto;height:auto;background:transparent}.product-eyebrow .eyebrow-part{white-space:nowrap}@media(max-width:430px){.product-eyebrow{letter-spacing:.13em;gap:6px 8px}.product-eyebrow .eyebrow-dot{display:none}.product-eyebrow .eyebrow-part{white-space:normal}}
