*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy-950: #040d1a;--navy-900: #071428;--navy-800: #0a1f42;--navy-700: #0d2a5c;--navy-600: #1040a0;--blue-500: #1a56db;--blue-400: #3b7ffc;--blue-300: #6ba3fe;--cyan-400: #22d3ee;--cyan-300: #67e8f9;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--green-400: #4ade80;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--shadow-card: 0 4px 24px rgba(4,13,26,.12), 0 1px 4px rgba(4,13,26,.08);--shadow-glow: 0 0 60px rgba(59,127,252,.18)}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--white);color:var(--navy-900);line-height:1.6;overflow-x:hidden}.container{max-width:1160px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section-sm{padding:64px 0}.badge{display:inline-flex;align-items:center;gap:6px;background:#3b7ffc1a;color:var(--blue-400);border:1px solid rgba(59,127,252,.25);padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--cyan-400);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}h1,h2,h3,h4{font-family:Plus Jakarta Sans,sans-serif;line-height:1.15}.eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-400);margin-bottom:12px}.section-title{font-size:clamp(30px,4vw,44px);font-weight:800;color:var(--navy-900);margin-bottom:18px;letter-spacing:-.02em}.section-sub{font-size:17px;color:var(--gray-500);max-width:580px;line-height:1.7}.section-header{margin-bottom:56px}.section-header.centered{text-align:center}.section-header.centered .section-sub{margin:0 auto}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-md);font-size:15px;font-weight:600;cursor:pointer;border:none;text-decoration:none;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--blue-500) 0%,var(--blue-400) 100%);color:var(--white);box-shadow:0 4px 20px #1a56db59}.btn-ghost{background:transparent;color:var(--navy-800);border:1.5px solid var(--gray-200)}.btn-ghost:hover{background:var(--gray-50);border-color:var(--gray-300, #cbd5e1)}.btn-ghost-white{background:#ffffff1a;color:var(--white);border:1.5px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-ghost-white:hover{background:#ffffff2e}.btn-lg{padding:16px 34px;font-size:16px;border-radius:var(--radius-lg)}.arrow-icon{width:16px;height:16px;transition:transform .2s ease}.btn:hover .arrow-icon{transform:translate(3px)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 24px;height:68px;display:flex;align-items:center;background:#ffffffd1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(4,13,26,.06);transition:box-shadow .3s ease}.navbar.scrolled{box-shadow:0 2px 20px #040d1a14}.nav-inner{max-width:1160px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-mark{width:36px;height:36px;background:linear-gradient(135deg,var(--blue-500),var(--cyan-400));border-radius:10px;display:flex;align-items:center;justify-content:center}.logo-mark svg{width:20px;height:20px}.logo-text{font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:800;color:var(--navy-900);letter-spacing:-.03em}.logo-text span{color:var(--blue-500)}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{font-size:14px;font-weight:500;color:var(--gray-600);text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--navy-900)}.nav-cta{display:flex;align-items:center;gap:12px}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:var(--navy-800);border-radius:2px;transition:all .25s ease}.hero{padding-top:140px;padding-bottom:100px;background:var(--navy-950);position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 60% 0%,rgba(59,127,252,.22) 0%,transparent 70%),radial-gradient(ellipse 50% 50% at 10% 80%,rgba(34,211,238,.12) 0%,transparent 60%),linear-gradient(180deg,var(--navy-950) 0%,var(--navy-900) 100%);z-index:0}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(59,127,252,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(59,127,252,.06) 1px,transparent 1px);background-size:48px 48px;z-index:1;-webkit-mask-image:linear-gradient(180deg,transparent 0%,black 20%,black 70%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,black 20%,black 70%,transparent 100%)}.hero .container{position:relative;z-index:2}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#3b7ffc26;border:1px solid rgba(59,127,252,.3);color:var(--blue-300);padding:6px 16px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:28px}.hero-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--cyan-400);box-shadow:0 0 8px var(--cyan-400);animation:pulse-dot 2s ease-in-out infinite}.hero-title{font-size:clamp(38px,5.5vw,68px);font-weight:900;color:var(--white);letter-spacing:-.03em;line-height:1.08;margin-bottom:24px;max-width:780px}.hero-title .gradient-text{background:linear-gradient(135deg,var(--blue-300) 0%,var(--cyan-300) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:clamp(16px,2vw,19px);color:#fff9;max-width:560px;line-height:1.7;margin-bottom:40px;margin-left:auto;margin-right:auto;text-align:center}.hero-ctas{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:64px}.hero-stats{display:flex;align-items:center;gap:40px;flex-wrap:wrap;padding-top:40px;border-top:1px solid rgba(255,255,255,.08)}.hero-stat-item{text-align:left}.hero-stat-number{font-family:Plus Jakarta Sans,sans-serif;font-size:32px;font-weight:800;color:var(--white);letter-spacing:-.02em;line-height:1}.hero-stat-label{font-size:13px;color:#ffffff73;margin-top:4px}.hero-stat-divider{width:1px;height:44px;background:#ffffff1a}.hero-bullets{list-style:none;display:flex;flex-direction:row;gap:24px;flex-wrap:wrap;justify-content:center;margin-bottom:36px}.hero-bullet{display:flex;align-items:center;gap:10px;font-size:15px;color:#ffffffbf}.hero-bullet-check{width:20px;height:20px;border-radius:50%;background:#4ade8026;border:1px solid rgba(74,222,128,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-bullet-check svg{width:11px;height:11px;stroke:var(--green-400);stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.social-proof{padding:56px 0;background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.proof-label{text-align:center;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:32px}.logos-row{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:48px}.logo-pill{height:40px;padding:0 24px;background:var(--white);border:1px solid var(--gray-200);border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--gray-400);letter-spacing:.02em;box-shadow:0 1px 4px #0000000a;transition:border-color .2s,color .2s,box-shadow .2s}.logo-pill:hover{border-color:var(--blue-300);color:var(--blue-500);box-shadow:0 2px 12px #3b7ffc1a}.metrics-row{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.metric-item{text-align:center;padding:0 40px;position:relative}.metric-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:40px;background:var(--gray-200)}.metric-number{font-family:Plus Jakarta Sans,sans-serif;font-size:36px;font-weight:800;color:var(--navy-900);letter-spacing:-.03em;line-height:1}.metric-number span{color:var(--blue-500)}.metric-label{font-size:13px;color:var(--gray-500);margin-top:6px}.pain-section{background:var(--gray-50);border-top:1px solid var(--gray-100)}.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.pain-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:28px 28px 28px 24px;display:flex;gap:18px;align-items:flex-start;position:relative;overflow:hidden}.pain-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#f97316,#ef4444);border-radius:0 2px 2px 0}.pain-icon{width:40px;height:40px;border-radius:10px;background:#f9731614;border:1px solid rgba(249,115,22,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pain-icon svg{width:20px;height:20px;stroke:#f97316;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.pain-card h4{font-size:15px;font-weight:700;color:var(--navy-900);margin-bottom:6px;letter-spacing:-.01em}.pain-card p{font-size:13px;color:var(--gray-500);line-height:1.65}.showcase{background:var(--navy-950);overflow:hidden}.showcase .section-title{color:var(--white)}.showcase .section-sub{color:#ffffff80}.showcase-screen{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 40px 120px #00000080,var(--shadow-glow)}.app-chrome{display:grid;grid-template-columns:220px 1fr;min-height:480px}.app-sidebar{background:#1a2744;padding:20px 0;display:flex;flex-direction:column}.app-logo{display:flex;align-items:center;gap:10px;padding:0 20px 20px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:12px}.app-logo-mark{width:32px;height:32px;background:linear-gradient(135deg,var(--blue-500),var(--cyan-400));border-radius:8px;display:flex;align-items:center;justify-content:center}.app-logo-mark svg{width:18px;height:18px}.app-logo-text{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:800;color:var(--white);letter-spacing:-.02em}.app-logo-text span{color:var(--blue-400)}.app-nav{flex:1;padding:0 12px}.app-nav-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;font-size:13px;font-weight:500;color:#ffffff80;margin-bottom:2px;cursor:pointer;transition:all .15s}.app-nav-item svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.app-nav-item.active{background:#3b7ffc33;color:var(--white)}.app-nav-item.active svg{stroke:var(--blue-300)}.app-user{padding:14px 20px 0;border-top:1px solid rgba(255,255,255,.08);margin-top:auto;display:flex;align-items:center;gap:10px}.app-avatar{width:32px;height:32px;border-radius:50%;background:var(--blue-500);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.app-user-name{font-size:12px;font-weight:600;color:#fffc}.app-user-role{font-size:11px;color:#ffffff59}.app-content{background:#f4f6f9;padding:28px 32px;overflow:hidden}.app-page-title{font-family:Plus Jakarta Sans,sans-serif;font-size:22px;font-weight:800;color:var(--navy-900);letter-spacing:-.02em;margin-bottom:4px}.app-page-sub{font-size:13px;color:var(--gray-500);margin-bottom:20px}.app-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.app-kpi{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:16px 18px}.app-kpi-label{font-size:11px;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.app-kpi-value{font-family:Plus Jakarta Sans,sans-serif;font-size:26px;font-weight:800;color:var(--navy-900);letter-spacing:-.02em}.app-kpi-badge{display:inline-block;font-size:10px;font-weight:600;padding:2px 7px;border-radius:999px;margin-top:4px}.app-kpi-badge.green{background:#4ade801f;color:#16a34a}.app-kpi-badge.blue{background:#3b7ffc1a;color:var(--blue-500)}.app-panel{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;margin-bottom:12px}.app-panel-header{padding:14px 18px;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;justify-content:space-between}.app-panel-title{font-size:13px;font-weight:700;color:var(--navy-900)}.app-list-item{padding:11px 18px;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;gap:12px;font-size:13px}.app-list-item:last-child{border-bottom:none}.app-list-icon{width:28px;height:28px;border-radius:7px;background:#3b7ffc14;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-list-icon svg{width:14px;height:14px;stroke:var(--blue-500);fill:none;stroke-width:2;stroke-linecap:round}.app-list-name{font-weight:600;color:var(--navy-900)}.app-list-sub{font-size:11px;color:var(--gray-400)}.app-list-link{margin-left:auto;font-size:12px;color:var(--blue-500);font-weight:500}.showcase-caption{text-align:center;margin-top:20px;font-size:13px;color:#ffffff59}.features{background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:28px;display:flex;gap:20px;align-items:flex-start;cursor:default}.feature-icon-wrap{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon-wrap svg{width:22px;height:22px;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.feature-icon-wrap.blue{background:#3b7ffc1a}.feature-icon-wrap.cyan{background:#22d3ee1a}.feature-icon-wrap.purple{background:#8b5cf61a}.feature-icon-wrap.green{background:#4ade801a}.feature-icon-wrap.blue svg{stroke:var(--blue-400)}.feature-icon-wrap.cyan svg{stroke:var(--cyan-400)}.feature-icon-wrap.purple svg{stroke:#a78bfa}.feature-icon-wrap.green svg{stroke:var(--green-400)}.feature-card h4{font-size:16px;font-weight:700;color:var(--navy-900);margin-bottom:6px;letter-spacing:-.01em}.feature-card p{font-size:13px;color:var(--gray-500);line-height:1.65}.callout-strip{background:var(--navy-950);padding:28px 0;border-top:1px solid rgba(59,127,252,.12)}.callout-strip-inner{max-width:1160px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:14px}.callout-strip-icon{width:28px;height:28px;border-radius:50%;background:#22d3ee1a;border:1px solid rgba(34,211,238,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--cyan-400)}.callout-strip-icon svg{width:15px;height:15px;stroke:var(--cyan-400)}.callout-strip-text{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(16px,2.5vw,22px);font-weight:700;color:var(--white);letter-spacing:-.02em}.value-section{background:var(--navy-950)}.value-section .section-title{color:var(--white)}.value-section .section-sub{color:#ffffff80}.value-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.value-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.value-stat{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:24px;transition:border-color .25s}.value-stat-number{font-family:Plus Jakarta Sans,sans-serif;font-size:34px;font-weight:800;letter-spacing:-.03em;line-height:1;margin-bottom:8px;background:linear-gradient(135deg,var(--blue-300),var(--cyan-300));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.value-stat-label{font-size:13px;color:#fff6;line-height:1.5}.cta-section{background:var(--navy-950);padding:100px 0;position:relative;overflow:hidden}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 80% at 50% 50%,rgba(59,127,252,.18) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 20%,rgba(34,211,238,.1) 0%,transparent 60%);z-index:0}.cta-section .container{position:relative;z-index:1;text-align:center}.cta-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:6px 16px;font-size:13px;font-weight:600;color:var(--cyan-300);letter-spacing:.02em;margin-bottom:24px}.cta-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--cyan-400);box-shadow:0 0 8px var(--cyan-400);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.cta-title{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(32px,4.5vw,52px);font-weight:900;color:var(--white);letter-spacing:-.03em;line-height:1.1;margin-bottom:18px;max-width:680px;margin-left:auto;margin-right:auto}.cta-sub{font-size:17px;color:#ffffff8c;margin-bottom:40px;max-width:480px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.cta-trust{margin-top:28px;font-size:12px;color:#ffffff4d;display:flex;align-items:center;justify-content:center;gap:20px}.cta-trust-item{display:flex;align-items:center;gap:6px}.cta-trust-icon{width:14px;height:14px;color:var(--cyan-400)}.terms-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;padding:20px}.terms-backdrop-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#040d1ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.terms-panel{position:relative;z-index:1;background:var(--white);border-radius:24px;max-width:620px;width:100%;max-height:88vh;overflow-y:auto;box-shadow:0 40px 120px #00000059,0 0 0 1px #0000000f;padding:36px 40px 32px}.terms-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.terms-eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-400);margin-bottom:6px}.terms-title{font-family:Plus Jakarta Sans,sans-serif;font-size:22px;font-weight:800;color:var(--navy-900);letter-spacing:-.02em;line-height:1.2;margin:0 0 4px}.terms-date{font-size:12px;color:var(--gray-400);margin:0}.terms-close-btn{background:var(--gray-100);border:none;border-radius:50%;width:32px;height:32px;flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--gray-500);line-height:1;transition:background .15s}.terms-close-btn:hover{background:var(--gray-200)}.terms-callout{display:flex;gap:10px;align-items:flex-start;background:#3b7ffc0f;border:1px solid rgba(59,127,252,.18);border-radius:12px;padding:12px 16px;font-size:13px;color:var(--blue-500);line-height:1.6;margin-bottom:28px}.terms-sections{display:flex;flex-direction:column;margin-bottom:20px}.terms-section{padding:16px 0;border-bottom:1px solid var(--gray-100)}.terms-section:last-child{border-bottom:none}.terms-section-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.terms-section-num{font-size:10px;font-weight:700;color:var(--blue-400);background:#3b7ffc1a;border:1px solid rgba(59,127,252,.2);border-radius:6px;padding:2px 7px;letter-spacing:.04em;flex-shrink:0}.terms-section-title{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700;color:var(--navy-900);margin:0;letter-spacing:-.01em}.terms-section-body{font-size:13px;color:var(--gray-500);line-height:1.75;margin:0;padding-left:36px}.terms-contact{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--gray-400);padding:14px 0;border-top:1px solid var(--gray-100);margin-bottom:20px}.terms-contact a{color:var(--blue-500);text-decoration:none;font-weight:500}.terms-contact a:hover{text-decoration:underline}.terms-checkbox-label{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1.5px solid var(--gray-200);border-radius:12px;cursor:pointer;transition:border-color .2s,background .2s;margin-bottom:12px;-webkit-user-select:none;user-select:none}.terms-checkbox-label:hover{border-color:var(--blue-300);background:var(--gray-50)}.terms-checkbox-label.checked{border-color:var(--blue-400);background:#3b7ffc0a}.terms-checkbox-input{position:absolute;opacity:0;width:0;height:0}.terms-checkbox-box{width:20px;height:20px;border-radius:6px;border:2px solid var(--gray-300);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;background:var(--white)}.terms-checkbox-label.checked .terms-checkbox-box{background:var(--blue-500);border-color:var(--blue-500)}.terms-checkbox-text{font-size:13px;font-weight:500;color:var(--navy-800);line-height:1.5}.terms-accept-btn{width:100%;padding:13px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;border:1.5px solid var(--gray-200);background:var(--white);color:var(--gray-600);transition:all .2s;font-family:inherit}.terms-accept-btn:hover{background:var(--gray-50)}.terms-accept-btn.active{background:linear-gradient(135deg,var(--blue-500),var(--blue-400));border-color:transparent;color:var(--white);box-shadow:0 4px 16px #1a56db4d}.terms-accept-btn.active:hover{box-shadow:0 6px 24px #1a56db66}.footer{background:var(--navy-950);border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:28px}.footer-links{display:flex;gap:28px;list-style:none}.footer-links a,.footer-links button{font-size:13px;color:#ffffff59;text-decoration:none;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;transition:color .15s}.footer-links a:hover,.footer-links button:hover{color:#ffffffb3}.footer-email{font-size:13px;color:var(--blue-300);text-decoration:none}.footer-email:hover{color:var(--cyan-400)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-copy,.footer-tagline{font-size:12px;color:#fff3}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:960px;margin:0 auto}.metric-block{text-align:center;padding:28px 20px 24px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:0 1px 8px #040d1a0d;transition:border-color .2s,box-shadow .2s}.metric-block:hover{border-color:#3b7ffc40;box-shadow:0 4px 20px #3b7ffc14}.hero-bullets{display:inline-flex;flex-direction:row;gap:24px;flex-wrap:wrap;justify-content:center}@media (max-width: 900px){.section{padding:72px 0}.navbar{padding:0 20px}.nav-links,.nav-cta .btn-ghost{display:none}.nav-cta .btn-primary{padding:9px 18px;font-size:13px}.hero{padding-top:110px;padding-bottom:80px}.pain-grid,.features-grid{grid-template-columns:1fr}.value-inner{grid-template-columns:1fr;gap:40px}.value-inner>div:first-child{text-align:center}.value-inner>div:first-child .section-sub{margin:0 auto}.app-chrome{grid-template-columns:1fr}.app-sidebar{display:none}.app-kpi-row{grid-template-columns:repeat(3,1fr)}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:16px}.footer-inner{flex-direction:column;align-items:center;text-align:center}.footer-links{flex-wrap:wrap;gap:16px;justify-content:center}.footer-bottom{justify-content:center}}@media (max-width: 640px){.section{padding:56px 0}.container{padding:0 18px}.navbar{padding:0 16px;height:60px}.logo-text{font-size:18px}.hero{padding-top:84px;padding-bottom:60px}.hero-title{font-size:clamp(28px,8.5vw,36px);letter-spacing:-.02em;margin-bottom:16px}.hero-sub{font-size:15px;max-width:100%;margin-bottom:28px}.hero-bullets{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:28px;width:100%}.hero-bullet{font-size:14px;gap:10px}.section-header{text-align:center;margin-bottom:36px}.section-sub{font-size:15px;max-width:100%;margin-left:auto;margin-right:auto}.social-proof{padding:44px 0}.proof-label{margin-bottom:20px}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:12px}.metric-block{padding:20px 12px 18px}.metric-number{font-size:28px}.metric-label{font-size:11px}.pain-section .section-header{text-align:left}.pain-card{padding:18px 16px 18px 14px;gap:14px}.pain-card h4{font-size:14px}.pain-card p{font-size:13px}.feature-card{padding:20px 18px;gap:14px}.feature-icon-wrap{width:42px;height:42px}.feature-card h4{font-size:15px}.value-inner>div:first-child{text-align:center}.value-inner>div:first-child .section-sub{margin-left:auto;margin-right:auto;max-width:100%}.value-stats-grid{grid-template-columns:1fr 1fr;gap:10px}.value-stat{padding:16px;text-align:center}.value-stat-number{font-size:26px}.value-stat-label{font-size:12px}.cta-section{padding:72px 0}.cta-badge{font-size:12px;padding:5px 14px;margin-bottom:18px}.cta-title{font-size:clamp(24px,7.5vw,36px)}.cta-sub{font-size:15px;margin-bottom:28px;max-width:100%}.cta-buttons{flex-direction:column;align-items:stretch;gap:10px;padding:0 4px}.cta-buttons .btn{justify-content:center;width:100%}.cta-trust{flex-direction:column;align-items:center;gap:8px;margin-top:20px}.terms-backdrop{padding:12px;align-items:flex-end}.terms-panel{padding:28px 20px 24px;border-radius:24px 24px 16px 16px;max-height:90vh}.terms-title{font-size:19px}.terms-section-body{padding-left:0}.footer{padding:40px 0 24px}.footer-inner{gap:20px}.footer-links{flex-direction:row;flex-wrap:wrap;gap:14px;justify-content:center}.footer-bottom{flex-direction:column;align-items:center;gap:6px}.footer-email{word-break:break-all}.footer-copy{text-align:center}}@media (max-width: 480px){.container{padding:0 14px}.hero-title{font-size:clamp(24px,8vw,30px)}.hero-bullets{gap:8px}.hero-bullet{font-size:13px}.metrics-grid{grid-template-columns:1fr}.metric-block{padding:18px 16px}.value-stats-grid{grid-template-columns:1fr}.terms-backdrop{padding:0;align-items:flex-end}.terms-panel{border-radius:20px 20px 0 0;max-height:93vh;padding:24px 16px 20px}.cta-trust{gap:6px}.cta-trust-item{font-size:11px}.footer-links{flex-direction:column;align-items:center;gap:10px}}
