@import "https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#815af5;--bg-2:#7249ee;--surface:#fff;--border:#0000001a;--rule:#00000024;--text-1:#0d0d10;--text-2:#4a4a56;--text-3:#8a8a97;--accent:#7c5cf6;--accent-dim:#7c5cf61a;--accent-border:#7c5cf640;--green:#15803d;--green-bg:#15803d17;--red:#b91c1c;--red-bg:#b91c1c14;--amber:#b45309;--amber-bg:#b4530917;--shadow:0 1px 3px #00000012, 0 4px 16px #0000000d;--shadow-lg:0 2px 8px #0000000f, 0 12px 40px #00000014;--radius:10px;--f-head:"Figtree", system-ui, sans-serif;--f-body:"Figtree", system-ui, sans-serif}html{scroll-behavior:smooth}html,body{height:100%}#root{flex-direction:column;min-height:100%;display:flex}body{font-family:var(--f-body);background:var(--bg);color:var(--text-1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.site-nav{z-index:100;-webkit-backdrop-filter:blur(20px);background:#0003;border:1px solid #ffffff1a;border-radius:14px;justify-content:space-between;align-items:center;height:52px;padding:0 20px;display:flex;position:fixed;inset:12px 16px auto;box-shadow:0 2px 16px #00000026}.nav-logo{align-items:center;gap:8px;text-decoration:none;display:flex}.nav-logo-img{width:auto;height:28px;display:block}.nav-right{align-items:center;gap:12px;display:flex}.nav-cta{color:#fff;height:32px;font-family:var(--f-head);cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:8px;padding:0 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,transform .1s}.nav-cta:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-1px)}.hero{background:url(/hero-bg.png) 0 0/cover no-repeat;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(50% 50% at 50% 100%,#0a041e4d 0%,#0000 70%);position:absolute;inset:0}.hero-inner{z-index:1;flex:1;grid-template-columns:1fr 480px;align-items:center;gap:56px;width:100%;max-width:1200px;margin:0 auto;padding:140px 48px 80px;display:grid;position:relative}.hero-section-num{font-family:var(--f-head);letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:10px;margin-bottom:28px;font-size:11px;font-weight:600;display:flex}.hero-section-num:after{content:"";background:#ffffff4d;flex:1;max-width:48px;height:1px}.hero-headline{font-family:var(--f-head);letter-spacing:-2.5px;color:#fff;margin-bottom:20px;font-size:clamp(38px,5.2vw,64px);font-weight:700;line-height:1}.hero-headline em{color:#fff;font-style:normal}.hero-sub{color:#fff;max-width:480px;font-size:17px;font-weight:400;line-height:1.7}.hero-form-card{-webkit-backdrop-filter:blur(12px);background:#0000004d;border:1px solid #ffffff1f;border-radius:18px;padding:36px;box-shadow:0 8px 48px #00000080,0 2px 8px #0003}.hero-form-label{font-family:var(--f-head);color:#fff;margin-bottom:12px;font-size:13px;font-weight:600}.hero-form-label span{color:#fff9}.hero-form-sub{color:#ffffff80;margin-top:10px;font-size:12.5px;line-height:1.5}.hero-waitlist-count{color:#ffffff80;border-top:1px solid #ffffff26;align-items:center;gap:10px;margin-top:12px;padding:12px 0 0;font-size:12px;display:flex}.waitlist-avatars{display:flex}.waitlist-avatar{border:1.5px solid var(--surface);width:22px;height:22px;font-family:var(--f-head);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:-6px;font-size:8px;font-weight:700;display:flex}.waitlist-avatars .waitlist-avatar:first-child{margin-left:0}.email-input{width:100%;height:44px;font-family:var(--f-body);color:#fff;background:#ffffff1a;border:1.5px solid #fff3;border-radius:8px;outline:none;margin-bottom:8px;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.email-input::placeholder{color:#fff6}.email-input:focus{border-color:#ffffff80;box-shadow:0 0 0 3px #ffffff1a}.email-input.error{border-color:#f87171b3;box-shadow:0 0 0 3px #f8717126}.cta-btn{background:var(--accent);color:#fff;width:100%;height:44px;font-family:var(--f-head);cursor:pointer;border:none;border-radius:8px;font-size:14px;font-weight:600;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 2px 8px #7c5cf666}.cta-btn:hover{background:#6b4ae8;transform:translateY(-1px);box-shadow:0 4px 16px #7c5cf680}.cta-btn:active{transform:none}.cta-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.capture-success{color:var(--green);background:var(--green-bg);border:1px solid #15803d33;border-radius:8px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.form-error-msg{color:#ef4444;font-size:12.5px;font-family:var(--f-body);margin-top:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-wrap{max-width:1160px;margin:0 auto;padding:72px 48px 32px}.section-wrap--tight-top{padding-top:4px;padding-bottom:140px}.section-band{background:#fff;border-top:1px solid #00000012;border-bottom:1px solid #00000012}.section-band .section-num{color:var(--text-3)}.section-band .section-rule{background:var(--rule)}.section-band .section-intro-text{color:var(--text-2)}.section-band .problem-row{border-top-color:var(--rule)}.section-band .problem-row:last-child{border-bottom-color:var(--rule)}.section-band .problem-index{color:var(--text-3)}.section-band .problem-pain,.section-band .problem-fix{color:var(--text-2)}.section-band .problem-fix strong{color:var(--text-1)}.section-header{align-items:center;gap:16px;margin-bottom:48px;display:flex}.section-num{font-family:var(--f-head);letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;font-size:11px;font-weight:600}.section-rule{background:#ffffff2e;flex:1;height:1px}.section-intro-text{font-family:var(--f-body);color:#ffffffbf;font-size:17px;line-height:1.65}.problems-list{flex-direction:column;display:flex}.problem-row{border-top:1px solid #ffffff26;grid-template-columns:32px 1fr 1fr;align-items:start;gap:32px 48px;padding:32px 0;display:grid}.problem-row:last-child{border-bottom:1px solid #ffffff26}.problem-index{font-family:var(--f-head);color:#fff6;padding-top:2px;font-size:13px;font-weight:700}.problem-pain{font-family:var(--f-head);color:#ffffffb3;font-size:16px;font-style:italic;line-height:1.5}.problem-pain:before,.problem-pain:after{content:"\""}.problem-fix{color:#fffc;font-size:14px;line-height:1.65}.problem-fix strong{font-family:var(--f-head);color:#fff;margin-bottom:4px;font-weight:600;display:block}.mock-window{width:100%;box-shadow:none;background:0 0;border-radius:10px;overflow:hidden}.mock-titlebar{background:#1a1530;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;height:38px;padding:0 14px;display:flex}.mock-dots{flex-shrink:0;gap:5px;display:flex}.mock-dots span{background:#ffffff26;border-radius:50%;width:9px;height:9px}.mock-titlebar-label{color:#fff6;text-align:center;font-size:11px;font-family:var(--f-body);letter-spacing:.01em;flex:1}.mock-titlebar-end{flex-shrink:0;align-items:center;gap:8px;display:flex}.mock-avatar-xs{background:var(--accent);color:#fff;width:22px;height:22px;font-size:8px;font-weight:700;font-family:var(--f-head);border-radius:50%;justify-content:center;align-items:center;display:flex}.mock-body-layout{grid-template-columns:130px 1fr;min-height:270px;display:grid}.mock-sidebar-nav{background:#f8f7fc;border-right:1px solid #eeecf5;flex-direction:column;gap:1px;padding:10px 0;display:flex}.mock-sidebar-item{color:#6b7280;font-size:11.5px;font-family:var(--f-body);cursor:default;padding:7px 14px;line-height:1.4}.mock-sidebar-item.active{color:var(--accent);border-right:2px solid var(--accent);background:#ede9fc;font-weight:600}.mock-pane{padding:14px 16px;overflow:hidden}.mock-pane-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.mock-pane-title{color:#1a1530;font-size:13px;font-weight:700;font-family:var(--f-head)}.mock-pane-meta{color:#9ca3af;font-size:10.5px;font-family:var(--f-body)}.mock-quote-meta{color:#9ca3af;font-size:11px;font-family:var(--f-body);margin-bottom:10px}.mock-rules{flex-direction:column;gap:3px;margin-bottom:10px;display:flex}.mock-rule-row{background:#f9f8fd;border:1px solid #f0eef8;border-radius:6px;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:6px 9px;display:grid}.mock-rule-label{color:#4b5563;font-size:11.5px;font-family:var(--f-body)}.mock-rule-value{color:#1a1530;font-size:11.5px;font-weight:600;font-family:var(--f-head);text-align:right;min-width:52px}.mock-total-band{border-top:1px solid #eeecf5;justify-content:space-between;align-items:center;margin-bottom:10px;padding:9px;display:flex}.mock-total-label{color:#374151;font-size:11.5px;font-weight:600;font-family:var(--f-head)}.mock-total-num{color:var(--accent);font-size:18px;font-weight:800;font-family:var(--f-head);letter-spacing:-.5px}.mock-badge{font-size:10px;font-weight:600;font-family:var(--f-head);white-space:nowrap;border-radius:4px;padding:2px 7px}.mock-badge.green{background:var(--green-bg);color:var(--green)}.mock-badge.amber{background:var(--amber-bg);color:var(--amber)}.mock-badge.violet{background:var(--accent-dim);color:var(--accent)}.mock-ai-chip{color:var(--accent);font-size:11px;font-family:var(--f-body);background:#ede9fc;border:1px solid #7c5cf633;border-radius:7px;align-items:center;gap:8px;padding:8px 11px;font-weight:500;display:flex}.mock-ai-chip.green{background:var(--green-bg);color:var(--green);border-color:#10b98133}.mock-ai-chip.red{background:var(--red-bg);color:var(--red);border-color:#ef444433}.mock-ai-spark{flex-shrink:0;font-size:13px}.mock-kpi-row{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:4px;margin-bottom:10px;display:grid}.mock-kpi-box{background:#f9f8fd;border:1px solid #f0eef8;border-radius:7px;padding:8px 10px}.mock-kpi-box.warning{background:#fff8f0;border-color:#f59e0b40}.mock-kpi-label{color:#9ca3af;font-size:10px;font-family:var(--f-head);text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;font-weight:500}.mock-kpi-value{color:#1a1530;font-size:16px;font-weight:800;font-family:var(--f-head);letter-spacing:-.5px}.mock-kpi-value.accent{color:var(--accent)}.mock-kpi-value.red{color:var(--red)}.mock-chart-area{border-top:1px solid #eeecf5;margin-bottom:10px;padding:8px 0 4px}.mock-chart-head{color:#9ca3af;font-size:10px;font-family:var(--f-head);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-weight:600}.mock-bars{align-items:flex-end;gap:3px;height:40px;display:flex}.mock-bar-col{background:#7c5cf62e;border-radius:3px 3px 0 0;flex:1}.mock-bar-col.active{background:var(--accent)}.diff-intro{margin-bottom:40px}.diff-heading{font-family:var(--f-head);letter-spacing:-1px;color:var(--text-1);margin-bottom:14px;font-size:clamp(28px,3.5vw,40px);font-weight:800;line-height:1.15}.diff-sub{font-family:var(--f-body);color:var(--text-2);max-width:580px;font-size:16px;line-height:1.65}.diff-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:72px;display:grid}.diff-card{border:1px solid var(--border);background:#fafafe;border-radius:12px;padding:24px 20px 28px;transition:box-shadow .2s,transform .2s}.diff-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.diff-card-icon{background:var(--accent-dim);border:1px solid var(--accent-border);width:40px;height:40px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.diff-card-title{font-family:var(--f-head);color:var(--text-1);letter-spacing:-.2px;margin-bottom:8px;font-size:14px;font-weight:700}.diff-card-desc{color:var(--text-2);font-size:13px;line-height:1.6}.showcase-scroll{border-top:none;margin-top:64px}.showcase-scroll-row{border-bottom:none;grid-template-columns:30fr 70fr;align-items:center;margin-bottom:80px;padding-top:56px;padding-bottom:56px;display:grid;position:relative}.showcase-scroll-row.full-bleed-bg:before{content:"";z-index:0;background:#f5f4fb;width:100vw;position:absolute;inset:0 0 0 50%;transform:translate(-50%)}.showcase-scroll-row.full-bleed-bg>*{z-index:1;position:relative}.showcase-scroll-row.full-bleed-bg .showcase-scroll-visual{background:#f5f4fb}.showcase-scroll-row.full-bleed-bg .showcase-scroll-visual img{background-color:#f5f4fb}.showcase-scroll-row.single-col{direction:ltr;grid-template-columns:1fr}.showcase-scroll-row.single-col .showcase-scroll-content{max-width:640px;padding:40px 10px 24px}.showcase-scroll-row.single-col .showcase-scroll-visual{padding:0 0 10px}.showcase-scroll-row.flip{direction:rtl}.showcase-scroll-row.flip>*{direction:ltr}.showcase-scroll-content{flex-direction:column;justify-content:center;padding:10px;display:flex}.showcase-scroll-visual{background:0 0;justify-content:center;align-items:center;padding:10px 0 10px 10px;display:flex}.showcase-visual-inner{z-index:1;width:100%;position:relative}.showcase-tag{font-family:var(--f-head);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:11px;font-weight:700}.showcase-title{font-family:var(--f-head);letter-spacing:-.5px;color:var(--text-1);margin-bottom:16px;font-size:clamp(20px,2.2vw,26px);font-weight:800;line-height:1.2}.showcase-desc{color:var(--text-2);margin-bottom:24px;font-size:14.5px;line-height:1.7}.showcase-innovations{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.showcase-innovation{color:var(--text-2);align-items:flex-start;gap:10px;font-size:13px;line-height:1.55;display:flex}.showcase-check{color:var(--accent);flex-shrink:0;margin-top:2px;font-size:11px}.testimonial-section{max-width:1160px;margin:0 auto;padding:80px 48px}.testimonial-section .section-header .section-num{color:#ffffff8c}.testimonial-inner{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:48px;padding:56px 64px;display:grid}.testimonial-quote-mark{color:var(--accent);margin-bottom:24px;font-family:Georgia,Times New Roman,serif;font-size:96px;line-height:.7;display:block}.testimonial-quote{font-family:var(--f-head);letter-spacing:-.5px;color:var(--text-1);font-size:clamp(20px,2.5vw,28px);font-weight:600;line-height:1.35}.testimonial-meta{align-items:center;gap:12px;margin-top:28px;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--accent), #a855f7);width:38px;height:38px;font-family:var(--f-head);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.testimonial-author-name{font-family:var(--f-head);color:var(--text-1);font-size:13.5px;font-weight:600}.testimonial-author-role{color:var(--text-3);font-size:12.5px}.testimonial-stat-box{text-align:center;background:var(--bg);border:1px solid var(--border);white-space:nowrap;border-radius:12px;padding:28px 36px}.testimonial-stat-num{font-family:var(--f-head);letter-spacing:-2px;color:#fff;margin-bottom:6px;font-size:40px;font-weight:700;line-height:1;display:block}.testimonial-stat-label{color:#ffffffa6;font-size:12px;font-family:var(--f-head);font-weight:500}.cta-section{max-width:1160px;margin:0 auto;padding:80px 48px 32px}.cta-inner{background:var(--text-1);border-radius:20px;grid-template-columns:1fr 380px;align-items:center;gap:48px;padding:64px 72px;display:grid}.cta-eyebrow{font-family:var(--f-head);letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin-bottom:16px;font-size:11px;font-weight:600}.cta-headline{font-family:var(--f-head);letter-spacing:-1.5px;color:#fff;margin-bottom:12px;font-size:clamp(30px,4vw,44px);font-weight:700;line-height:1.1}.cta-headline em{color:var(--accent);font-style:normal}.cta-sub{color:#ffffff8c;font-size:15px;line-height:1.65}.cta-form-label{font-family:var(--f-head);color:#fff9;margin-bottom:10px;font-size:13px;font-weight:600}.cta-email-input{width:100%;height:44px;font-family:var(--f-body);color:#fff;background:#ffffff14;border:1.5px solid #ffffff26;border-radius:8px;outline:none;margin-bottom:8px;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.cta-email-input::placeholder{color:#ffffff4d}.cta-email-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7c5cf64d}.cta-email-input.error{border-color:#f8717199}.cta-btn-dark{background:var(--accent);color:#fff;width:100%;height:44px;font-family:var(--f-head);cursor:pointer;border:none;border-radius:8px;font-size:14px;font-weight:600;transition:background .2s,transform .1s;box-shadow:0 2px 12px #7c5cf680}.cta-btn-dark:hover{background:#8b6ef8;transform:translateY(-1px)}.cta-btn-dark:disabled{opacity:.55;cursor:not-allowed;transform:none}.cta-note{color:#ffffff4d;text-align:center;margin-top:10px;font-size:11.5px}.cta-success{color:#6ee7b7;background:#6ee7b71a;border:1px solid #6ee7b733;border-radius:8px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.section-divider{background:#ffffff26;max-width:1160px;height:1px;margin:0 auto;padding:0 48px}.section-divider:after{content:"";background:#ffffff26;height:1px;display:block}.site-footer{background:#0d0a1a;padding:28px 48px}.footer-simple{justify-content:space-between;align-items:center;max-width:1160px;margin:0 auto;display:flex}.footer-logo{object-fit:contain;object-position:left center;width:auto;height:26px}.footer-right{align-items:center;gap:20px;display:flex}.footer-legal-link{color:#ffffff8c;font-size:12.5px;font-family:var(--f-body);text-decoration:none;transition:color .15s}.footer-legal-link:hover{color:#ffffffd9}.footer-copy{color:#ffffff59;font-size:12.5px;font-family:var(--f-body)}.reveal{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}.reveal-d1{transition-delay:80ms}.reveal-d2{transition-delay:.16s}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#05070eb3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{color:#0d0d12;background:#fff;border-radius:14px;width:920px;height:80vh;padding:48px;position:relative;overflow-y:auto;box-shadow:0 32px 96px #0006}.modal-close{color:#56566e;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{color:#0d0d12;background:#e8e8ec}.legal h1{font-family:var(--f-head);color:#0d0d12;margin-bottom:8px;font-size:24px;font-weight:700}.legal h2{font-family:var(--f-head);color:#0d0d12;margin-top:28px;margin-bottom:8px;font-size:18px;font-weight:700}.legal .legal-updated{color:#56566e;margin-bottom:24px;font-size:12px}.legal p{color:#2e2e42;margin-bottom:12px;font-size:14.5px;line-height:1.65}.legal ul{list-style:inside}.legal ol{margin-bottom:12px;margin-left:24px;list-style-position:inside}.legal ol.lower-alpha{counter-reset:list}.legal ol.lower-alpha>li{list-style:none}.legal ol.lower-alpha>li:before{counter-increment:list;content:counter(list, lower-alpha) ") "}.legal-numbered{counter-reset:section}.legal-numbered h2{counter-increment:section;counter-reset:item}.legal-numbered h2:before{content:counter(section) ". "}.legal-numbered h2.legal-unnumbered{counter-increment:none}.legal-numbered h2.legal-unnumbered:before{content:none}.legal-numbered>ol{list-style:none}.legal-numbered>ol>li{counter-increment:item;counter-reset:subitem}.legal-numbered>ol>li:before{content:counter(section) "." counter(item) "  ";font-weight:600}.legal-numbered>ol>li>ol{list-style:none}.legal-numbered>ol>li>ol>li{counter-increment:subitem}.legal-numbered>ol>li>ol>li:before{content:counter(section) "." counter(item) "." counter(subitem) "  ";font-weight:600}.legal li{color:#2e2e42;font-size:14.5px;line-height:1.65}.legal li+li{margin-top:6px}.legal table{border-collapse:collapse;width:100%;margin-bottom:24px;font-size:13.5px}.legal table th{text-align:left;color:#0d0d12;padding:8px 16px 8px 0;font-weight:600}.legal table thead th{border-bottom:2px solid #e8e8ec}.legal table td{color:#2e2e42;vertical-align:top;padding:8px 16px 8px 0}.legal-title{font-family:var(--f-head);color:#0d0d12;margin-bottom:16px;font-size:20px;font-weight:700}.legal-nav{border-bottom:1px solid #e8e8ec;gap:4px;margin-bottom:24px;display:flex;overflow-x:auto}.legal-nav-item{appearance:none;font-family:var(--f-head);color:#56566e;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-right:14px;padding:10px 0;font-size:13.5px;font-weight:600;transition:color .15s,border-color .15s}.legal-nav-item:hover{color:#0d0d12}.legal-nav-item.active{color:#0d0d12;border-bottom-color:#0d0d12}.legal-index{margin:0;padding:0;list-style:none}.legal-index li+li{margin-top:4px}.legal-index button{appearance:none;color:#2e2e42;cursor:pointer;text-align:left;background:0 0;border:none;padding:10px 0;font-size:14.5px}.legal-index button:hover{color:#0d0d12;text-decoration:underline}@media (width<=960px){.modal{width:100%;height:80vh}.footer-simple{flex-wrap:wrap;row-gap:12px}.footer-right{flex-wrap:wrap;row-gap:8px}.hero-inner{grid-template-columns:1fr;gap:36px;padding:120px 32px 72px}.hero-right{max-width:480px}.stats-grid{grid-template-columns:1fr}.problem-row{grid-template-columns:32px 1fr}.problem-fix{grid-column:2}.feature-row{grid-template-columns:48px 1fr;min-height:auto}.feature-visual{display:none}.testimonial-inner{grid-template-columns:1fr;gap:24px}.cta-inner{grid-template-columns:1fr;gap:32px;padding:40px}.diff-grid{grid-template-columns:repeat(2,1fr)}.showcase-scroll-row{direction:ltr;grid-template-columns:1fr}.showcase-scroll-row.flip{direction:ltr}.showcase-scroll-content{padding:48px 36px}.showcase-scroll-visual{min-height:360px}}@media (width<=640px){.diff-grid{grid-template-columns:1fr}.section-wrap{padding:48px 20px}.showcase-scroll-visual{min-height:280px;padding:28px 20px}.mock-sidebar-nav{display:none}.mock-body-layout{grid-template-columns:1fr}.hero-inner{padding:110px 20px 60px}.stats-section,.section-wrap,.testimonial-section,.cta-section{padding-left:20px;padding-right:20px}.site-nav{inset:8px 10px auto}.cta-inner{padding:32px 24px}.site-footer{padding:48px 20px 0}.footer-inner{grid-template-columns:1fr;gap:40px;padding-bottom:40px}.footer-brand{max-width:100%}.footer-cols{flex-wrap:wrap;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:8px;padding:16px 0 24px}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}
