.landing *,.landing :after,.landing :before{box-sizing:border-box;margin:0;padding:0}.landing{--orange:#f27420;--orange-dark:#d4601a;--blue:#2c3e50;--blue-mid:#3d5368;--grey:#95a5a6;--white:#f9f9f9;--green:#27ae60;--ink:#1a2633;--font-main:"Inter",sans-serif;--font-mono:"Roboto Mono",monospace;font-family:var(--font-main);background:var(--white);color:var(--blue);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}.landing html{scroll-behavior:smooth}.landing .container{max-width:1160px;margin:0 auto;padding:0 24px}.landing .tag{display:inline-block;font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);background:rgba(242,116,32,.1);border:1px solid rgba(242,116,32,.25);padding:4px 12px;border-radius:4px;margin-bottom:16px}.landing .btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-main);font-weight:700;font-size:16px;padding:14px 28px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;min-height:48px}.landing .btn:hover{transform:translateY(-2px)}.landing .btn-primary{background:var(--orange);color:#fff;box-shadow:0 4px 20px rgba(242,116,32,.35)}.landing .btn-primary:hover{background:var(--orange-dark);box-shadow:0 6px 28px rgba(242,116,32,.45)}.landing .btn-secondary{background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.4)}.landing .btn-secondary:hover{border-color:#fff;background:hsla(0,0%,100%,.08)}.landing .btn-outline-blue{background:transparent;color:var(--blue);border:2px solid var(--blue)}.landing .btn-outline-blue:hover{background:var(--blue);color:#fff}.landing .beta-banner{background:var(--orange);padding:10px 24px;text-align:center;position:relative;z-index:101}.landing .beta-banner-inner{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.landing .beta-pill{display:inline-flex;align-items:center;gap:5px;background:rgba(0,0,0,.18);color:#fff;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:20px;font-family:var(--font-mono)}.landing .beta-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;animation:landing-blink 1.6s ease-in-out infinite}@keyframes landing-blink{0%,to{opacity:1}50%{opacity:.3}}.landing .beta-banner p{font-size:14px;color:#fff;font-weight:600}.landing .beta-banner a{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.landing .beta-banner a:hover{opacity:.85}.landing nav{position:sticky;top:0;left:0;right:0;z-index:100;background:rgba(26,38,51,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid hsla(0,0%,100%,.07)}.landing .nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.landing .nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.landing .nav-logo span{font-weight:800;font-size:20px;color:var(--orange);letter-spacing:.04em}.landing .nav-links{display:flex;align-items:center;gap:32px;list-style:none}.landing .nav-links a{color:hsla(0,0%,100%,.7);text-decoration:none;font-weight:500;font-size:15px;transition:color .15s}.landing .nav-links a:hover{color:#fff}.landing .nav-cta{font-size:14px;padding:10px 22px}.landing .nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.landing .nav-hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px}.landing .hero{background:linear-gradient(135deg,var(--ink) 0,var(--blue) 60%,#1e4d6b 100%);padding:96px 0 88px;position:relative;overflow:hidden}.landing .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 60% at 72% 50%,rgba(242,116,32,.11) 0,transparent 65%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.landing .hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:72px;position:relative}.landing .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:20px}.landing .hero-eyebrow:before{content:"";display:block;width:20px;height:2px;background:var(--orange);border-radius:2px}.landing .hero h1{font-size:clamp(34px,5vw,56px);font-weight:900;line-height:1.1;color:#fff;margin-bottom:22px;letter-spacing:-.025em}.landing .hero h1 em{font-style:normal;color:var(--orange)}.landing .hero p{font-size:18px;color:hsla(0,0%,100%,.7);max-width:480px;margin-bottom:36px;line-height:1.75}.landing .hero-actions{display:flex;gap:14px;flex-wrap:wrap}.landing .hero-stats{display:flex;gap:32px;margin-top:48px;padding-top:32px;border-top:1px solid hsla(0,0%,100%,.1)}.landing .stat-num{font-size:28px;font-weight:800;color:#fff;line-height:1;margin-bottom:4px}.landing .stat-num span{color:var(--orange)}.landing .stat-label{font-size:13px;color:hsla(0,0%,100%,.5);font-weight:500}.landing .hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.landing .phone-wrap{position:relative;filter:drop-shadow(0 40px 80px rgba(0,0,0,.5))}.landing .phone-frame{width:264px;background:#0e1820;border-radius:42px;padding:14px 10px 10px;border:2px solid hsla(0,0%,100%,.1)}.landing .phone-notch{width:80px;height:20px;background:#0e1820;border-radius:0 0 14px 14px;margin:0 auto 8px}.landing .phone-screen{background:var(--white);border-radius:30px;overflow:hidden}.landing .ps-bar{background:var(--blue);padding:8px 14px;display:flex;align-items:center;justify-content:space-between}.landing .ps-brand{display:flex;align-items:center;gap:6px}.landing .ps-brand span{font-size:12px;font-weight:700;color:var(--orange);letter-spacing:.06em}.landing .ps-signal{display:flex;align-items:center;gap:3px}.landing .ps-signal span{display:block;width:4px;border-radius:2px;background:hsla(0,0%,100%,.35)}.landing .ps-signal span:first-child{height:5px}.landing .ps-signal span:nth-child(2){height:8px}.landing .ps-signal span:nth-child(3){height:11px;background:var(--green)}.landing .ps-search{background:#fff;padding:10px 12px;border-bottom:1px solid hsla(184,9%,62%,.15)}.landing .ps-search-bar{background:var(--white);border:1.5px solid hsla(184,9%,62%,.35);border-radius:8px;padding:7px 10px;display:flex;align-items:center;gap:7px}.landing .ps-search-bar svg{width:13px;height:13px;stroke:var(--grey);fill:none;stroke-width:2;stroke-linecap:round;flex-shrink:0}.landing .ps-search-bar span{font-size:11px;color:var(--grey);font-family:var(--font-mono)}.landing .ps-body{padding:10px 12px 0}.landing .ps-section-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--grey);font-family:var(--font-mono);margin-bottom:7px}.landing .ps-tool-card{background:#fff;border:1px solid hsla(184,9%,62%,.25);border-radius:10px;padding:11px 12px;margin-bottom:8px}.landing .ps-tool-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.landing .ps-tool-title{font-size:12px;font-weight:700;color:var(--blue)}.landing .ps-badge{font-size:9px;font-weight:700;padding:2px 7px;border-radius:20px;font-family:var(--font-mono)}.landing .ps-badge-calc{background:rgba(242,116,32,.12);color:var(--orange)}.landing .ps-badge-doc{background:rgba(44,62,80,.1);color:var(--blue-mid)}.landing .ps-badge-safe{background:rgba(39,174,96,.12);color:var(--green)}.landing .ps-calc-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0;border-bottom:1px solid hsla(184,9%,62%,.12)}.landing .ps-calc-row:last-child{border-bottom:none}.landing .ps-calc-label{font-size:10px;color:var(--grey);font-family:var(--font-mono)}.landing .ps-calc-val{font-size:11px;font-weight:700;color:var(--blue);font-family:var(--font-mono)}.landing .ps-calc-val.orange{color:var(--orange)}.landing .ps-result-bar{margin-top:8px;background:rgba(242,116,32,.1);border:1px solid rgba(242,116,32,.25);border-radius:6px;padding:6px 10px;display:flex;align-items:center;justify-content:space-between}.landing .ps-result-label{font-size:9px;color:var(--orange);font-family:var(--font-mono);font-weight:600;letter-spacing:.05em}.landing .ps-result-val{font-size:13px;font-weight:800;color:var(--orange);font-family:var(--font-mono)}.landing .ps-doc-row{display:flex;align-items:center;gap:7px;padding:4px 0}.landing .ps-doc-icon{width:22px;height:22px;border-radius:5px;background:rgba(44,62,80,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing .ps-doc-icon svg{width:11px;height:11px;stroke:var(--blue-mid);fill:none;stroke-width:2;stroke-linecap:round}.landing .ps-doc-title{font-size:10px;font-weight:600;color:var(--blue)}.landing .ps-doc-sub{font-size:9px;color:var(--grey);font-family:var(--font-mono)}.landing .ps-nav{display:flex;background:#fff;border-top:1px solid hsla(184,9%,62%,.18);padding:6px 0 4px;margin-top:10px}.landing .ps-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px}.landing .ps-nav-item svg{width:17px;height:17px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:var(--grey)}.landing .ps-nav-item.active svg{stroke:var(--orange)}.landing .ps-nav-label{font-size:8px;font-weight:600;color:var(--grey)}.landing .ps-nav-item.active .ps-nav-label{color:var(--orange)}.landing .float-card{position:absolute;background:#fff;border-radius:12px;padding:11px 14px;box-shadow:0 8px 32px rgba(0,0,0,.18);display:flex;align-items:center;gap:10px;border-left:3px solid var(--green)}.landing .float-card-icon{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing .float-card-icon svg{width:15px;height:15px;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.landing .float-green .float-card-icon{background:rgba(39,174,96,.12)}.landing .float-green .float-card-icon svg{stroke:var(--green)}.landing .float-orange{border-left-color:var(--orange)}.landing .float-orange .float-card-icon{background:rgba(242,116,32,.12)}.landing .float-orange .float-card-icon svg{stroke:var(--orange)}.landing .float-card-title{font-size:11px;font-weight:700;color:var(--blue)}.landing .float-card-sub{font-size:10px;color:var(--grey);font-family:var(--font-mono)}.landing .float-top{top:32px;right:-38px}.landing .float-bottom{bottom:72px;left:-44px}.landing .trust-bar{background:#fff;padding:26px 0;border-bottom:1px solid hsla(184,9%,62%,.2)}.landing .trust-inner{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.landing .trust-label{font-size:13px;color:var(--grey);font-weight:500;white-space:nowrap}.landing .trust-divider{width:1px;height:26px;background:hsla(184,9%,62%,.3);margin:0 8px}.landing .trust-items{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.landing .trust-item{font-size:13px;font-weight:700;color:rgba(44,62,80,.38);letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-mono)}.landing section{padding:96px 0}.landing .section-header{text-align:center;max-width:640px;margin:0 auto 64px}.landing .section-header h2{font-size:clamp(26px,3.5vw,42px);font-weight:800;color:var(--blue);line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}.landing .section-header p{font-size:17px;color:var(--grey);line-height:1.7}.landing .features{background:var(--white)}.landing .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing .feature-card{background:#fff;border:1px solid hsla(184,9%,62%,.22);border-radius:16px;padding:32px 28px;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.landing .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.landing .feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(44,62,80,.1)}.landing .feature-card:hover:before{transform:scaleX(1)}.landing .feature-icon{width:52px;height:52px;border-radius:12px;background:rgba(242,116,32,.1);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.landing .feature-icon svg{width:26px;height:26px;stroke:var(--orange);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing .feature-card h3{font-size:18px;font-weight:700;color:var(--blue);margin-bottom:10px}.landing .feature-card p{font-size:15px;color:var(--grey);line-height:1.65}.landing .tools-section{background:#fff;padding:96px 0}.landing .tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.landing .tools-content h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:var(--blue);line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}.landing .tools-content p{font-size:17px;color:var(--grey);line-height:1.7;margin-bottom:32px}.landing .tools-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.landing .tool-chip{display:flex;align-items:center;gap:8px;background:var(--white);border:1px solid hsla(184,9%,62%,.22);border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;color:var(--blue);font-family:var(--font-mono)}.landing .tool-chip:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);flex-shrink:0}.landing .tools-visual{background:var(--blue);border-radius:20px;padding:28px;box-shadow:0 24px 60px rgba(44,62,80,.2);position:relative;overflow:hidden}.landing .tools-visual:before{content:"";position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:rgba(242,116,32,.08)}.landing .tv-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4);font-family:var(--font-mono);margin-bottom:20px}.landing .tv-calc-block{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:18px;margin-bottom:14px}.landing .tv-calc-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:14px;display:flex;align-items:center;gap:8px}.landing .tv-calc-title span{font-size:10px;background:rgba(242,116,32,.2);color:var(--orange);border-radius:4px;padding:2px 8px;font-weight:600;font-family:var(--font-mono);letter-spacing:.04em}.landing .tv-field{margin-bottom:10px}.landing .tv-field-label{font-size:10px;color:hsla(0,0%,100%,.45);font-family:var(--font-mono);margin-bottom:4px}.landing .tv-field-val{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:6px;padding:7px 10px;font-family:var(--font-mono);font-size:13px;font-weight:600;color:#fff}.landing .tv-divider{height:1px;background:hsla(0,0%,100%,.08);margin:14px 0}.landing .tv-result{background:rgba(242,116,32,.15);border:1px solid rgba(242,116,32,.3);border-radius:8px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center}.landing .tv-result-label{font-size:11px;color:rgba(242,116,32,.85);font-family:var(--font-mono);font-weight:600;letter-spacing:.05em}.landing .tv-result-val{font-size:20px;font-weight:900;color:var(--orange);font-family:var(--font-mono)}.landing .tv-unit-row{display:flex;gap:8px;margin-top:12px}.landing .tv-unit-btn{flex:1;text-align:center;padding:6px;border-radius:6px;font-size:11px;font-weight:700;font-family:var(--font-mono);cursor:pointer}.landing .tv-unit-btn.active{background:var(--orange);color:#fff}.landing .tv-unit-btn.inactive{background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.4);border:1px solid hsla(0,0%,100%,.1)}.landing .how{background:var(--blue)}.landing .how .section-header h2{color:#fff}.landing .how .section-header p{color:hsla(0,0%,100%,.6)}.landing .how .tag{color:hsla(0,0%,100%,.65);background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.14)}.landing .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.landing .steps-grid:before{content:"";position:absolute;top:44px;left:calc(12.5% + 28px);right:calc(12.5% + 28px);height:2px;background:hsla(0,0%,100%,.1);z-index:0}.landing .step-card{text-align:center;position:relative;z-index:1}.landing .step-num{width:56px;height:56px;border-radius:50%;background:hsla(0,0%,100%,.06);border:2px solid hsla(0,0%,100%,.14);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:20px;font-weight:800;color:var(--orange);transition:background .2s,border-color .2s}.landing .step-card:hover .step-num{background:rgba(242,116,32,.18);border-color:var(--orange)}.landing .step-card h3{font-size:16px;font-weight:700;color:#fff;margin-bottom:8px}.landing .step-card p{font-size:14px;color:hsla(0,0%,100%,.52);line-height:1.6}.landing .proof{background:var(--white)}.landing .proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing .review-card{background:#fff;border:1px solid hsla(184,9%,62%,.2);border-radius:16px;padding:28px}.landing .stars{display:flex;gap:3px;margin-bottom:16px}.landing .star{width:16px;height:16px;fill:var(--orange)}.landing .review-text{font-size:15px;color:var(--blue);line-height:1.7;margin-bottom:20px;font-style:italic}.landing .reviewer{display:flex;align-items:center;gap:12px}.landing .reviewer-avatar{width:40px;height:40px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;flex-shrink:0}.landing .reviewer-name{font-size:14px;font-weight:700;color:var(--blue)}.landing .reviewer-role{font-size:12px;color:var(--grey);font-family:var(--font-mono)}.landing .stats-strip{background:var(--orange);padding:56px 0}.landing .stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.landing .strip-stat-num{font-size:clamp(30px,4vw,46px);font-weight:900;color:#fff;line-height:1;margin-bottom:6px;font-family:var(--font-mono)}.landing .strip-stat-label{font-size:14px;color:hsla(0,0%,100%,.8);font-weight:500}.landing .pwa-section{background:#fff;padding:96px 0}.landing .pwa-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.landing .pwa-content h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:var(--blue);letter-spacing:-.02em;line-height:1.15;margin-bottom:16px}.landing .pwa-content p{font-size:17px;color:var(--grey);line-height:1.7;margin-bottom:28px}.landing .pwa-points{list-style:none;display:flex;flex-direction:column;gap:14px}.landing .pwa-points li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--blue);font-weight:500}.landing .pwa-check{flex-shrink:0;margin-top:2px;width:22px;height:22px;border-radius:50%;background:rgba(39,174,96,.12);border:1.5px solid var(--green);display:flex;align-items:center;justify-content:center}.landing .pwa-check svg{width:11px;height:11px;stroke:var(--green);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.landing .pwa-visual{position:relative}.landing .pwa-card-stack{position:relative;height:320px}.landing .pwa-card{position:absolute;background:var(--white);border:1px solid hsla(184,9%,62%,.2);border-radius:16px;padding:22px;box-shadow:0 8px 32px rgba(44,62,80,.08)}.landing .pwa-card:first-child{width:88%;top:0;left:6%;z-index:1;transform:rotate(-2deg)}.landing .pwa-card:nth-child(2){width:88%;top:24px;left:6%;z-index:2;transform:rotate(1deg)}.landing .pwa-card:nth-child(3){width:88%;top:48px;left:6%;z-index:3}.landing .pwa-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.landing .pwa-card-icon svg{width:20px;height:20px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing .ic-orange{background:rgba(242,116,32,.1)}.landing .ic-orange svg{stroke:var(--orange)}.landing .ic-blue{background:rgba(44,62,80,.08)}.landing .ic-blue svg{stroke:var(--blue)}.landing .ic-green{background:rgba(39,174,96,.1)}.landing .ic-green svg{stroke:var(--green)}.landing .pwa-card-title{font-size:14px;font-weight:700;color:var(--blue);margin-bottom:4px}.landing .pwa-card-desc{font-size:13px;color:var(--grey);line-height:1.5}.landing .cta-banner{background:linear-gradient(135deg,var(--ink) 0,var(--blue) 100%);padding:96px 0;text-align:center;position:relative;overflow:hidden}.landing .cta-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 50% 110%,rgba(242,116,32,.14) 0,transparent 70%);pointer-events:none}.landing .cta-mascot{width:96px;height:96px;-o-object-fit:contain;object-fit:contain;margin:0 auto 28px;display:block;filter:drop-shadow(0 8px 24px rgba(0,0,0,.28))}.landing .cta-banner h2{font-size:clamp(26px,4vw,44px);font-weight:900;color:#fff;max-width:580px;margin:0 auto 16px;line-height:1.15;letter-spacing:-.02em}.landing .cta-banner p{font-size:18px;color:hsla(0,0%,100%,.62);max-width:460px;margin:0 auto 36px;line-height:1.7}.landing .cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.landing .cta-fine{margin-top:16px;font-size:13px;color:hsla(0,0%,100%,.38);font-family:var(--font-mono)}.landing .feedback-nudge{display:inline-flex;align-items:center;gap:9px;margin-top:28px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;padding:12px 20px;font-size:14px;color:hsla(0,0%,100%,.65)}.landing .feedback-nudge svg{flex-shrink:0;stroke:hsla(0,0%,100%,.5)}.landing .feedback-nudge a{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:2px}.landing .feedback-nudge a:hover{opacity:.8}.landing footer{background:var(--ink);padding:64px 0 32px}.landing .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.landing .footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:14px}.landing .footer-logo span{font-size:20px;font-weight:800;color:var(--orange);letter-spacing:.04em}.landing .footer-tagline{font-size:14px;color:hsla(0,0%,100%,.42);line-height:1.65;max-width:260px;margin-bottom:22px}.landing .footer-socials{display:flex;gap:10px}.landing .social-btn{width:36px;height:36px;border-radius:8px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .15s}.landing .social-btn:hover{background:hsla(0,0%,100%,.14)}.landing .social-btn svg{width:16px;height:16px;fill:hsla(0,0%,100%,.55)}.landing .footer-col h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:hsla(0,0%,100%,.45);margin-bottom:16px;font-family:var(--font-mono)}.landing .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.landing .footer-col a{font-size:14px;color:hsla(0,0%,100%,.52);text-decoration:none;transition:color .15s}.landing .footer-col a:hover{color:#fff}.landing .footer-bottom{padding-top:32px;border-top:1px solid hsla(0,0%,100%,.07);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.landing .footer-bottom p{font-size:13px;color:hsla(0,0%,100%,.28);font-family:var(--font-mono)}.landing .footer-bottom-links{display:flex;gap:24px}.landing .footer-bottom-links a{font-size:13px;color:hsla(0,0%,100%,.28);text-decoration:none;transition:color .15s}.landing .footer-bottom-links a:hover{color:hsla(0,0%,100%,.7)}.landing .fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.landing .fade-up.visible{opacity:1;transform:none}@media (max-width:1024px){.landing .features-grid{grid-template-columns:repeat(2,1fr)}.landing .pwa-grid,.landing .tools-grid{grid-template-columns:1fr}.landing .footer-grid{grid-template-columns:1fr 1fr}.landing .pwa-card-stack{height:260px}}@media (max-width:768px){.landing .hero-grid{grid-template-columns:1fr;gap:48px}.landing .hero-visual{order:-1}.landing .float-bottom,.landing .float-top{display:none}.landing .steps-grid{grid-template-columns:repeat(2,1fr)}.landing .steps-grid:before{display:none}.landing .stats-row{grid-template-columns:repeat(2,1fr)}.landing .features-grid,.landing .proof-grid{grid-template-columns:1fr}.landing .nav-cta,.landing .nav-links{display:none}.landing .nav-hamburger{display:flex}.landing .footer-grid{grid-template-columns:1fr;gap:28px}.landing .footer-bottom{flex-direction:column;text-align:center}.landing .tools-list{grid-template-columns:1fr}}@media (max-width:480px){.landing .hero-stats{flex-direction:column;gap:20px}.landing .stats-row,.landing .steps-grid{grid-template-columns:1fr}}