@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,700&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap");:root{--navy:#0f2144;--navy-deep:#060d1a;--navy-mid:#0a1a33;--blue:#1b3a6b;--mid:#2e5fa3;--green:#00a86b;--green-2:#00c87e;--green-dim:rgba(0,168,107,.12);--gold:#c9a84c;--gold-2:#e8c96a;--gold-dim:rgba(201,168,76,.12);--white:#fff;--off-white:#f8fafc;--text-dark:#1e293b;--text-mid:#475569;--text-light:#94a3b8;--border:#e2e8f0;--border-dark:hsla(0,0%,100%,.08);--card-glass:hsla(0,0%,100%,.04);--ease-out:cubic-bezier(0.22,1,0.36,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--white);color:var(--text-dark);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}img{display:block;max-width:100%}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 40px;height:68px;display:flex;align-items:center;justify-content:space-between;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s;transition:background .3s,border-color .3s,backdrop-filter .3s;transition:background .3s,border-color .3s,backdrop-filter .3s,-webkit-backdrop-filter .3s}.lp-nav.scrolled{background:rgba(6,13,26,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.06)}.nav-brand{gap:10px}.nav-brand,.nav-logo{display:flex;align-items:center}.nav-logo{width:38px;height:38px;background:linear-gradient(135deg,var(--green),var(--green-2));border-radius:10px;justify-content:center;box-shadow:0 4px 16px rgba(0,168,107,.35);flex-shrink:0}.nav-logo svg{width:20px;height:20px}.nav-brand-name{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--white);letter-spacing:-.3px}.nav-links{display:flex;align-items:center;gap:6px}.nav-link{padding:7px 14px;border-radius:8px;font-size:14px;font-weight:500;color:hsla(0,0%,100%,.6);transition:color .2s,background .2s;background:none;border:none}.nav-link:hover{color:var(--white);background:hsla(0,0%,100%,.07)}.nav-cta{background:linear-gradient(135deg,var(--green),var(--green-2));color:var(--white);border:none;border-radius:10px;padding:9px 20px;font-size:14px;font-weight:600;box-shadow:0 4px 16px rgba(0,168,107,.3);transition:transform .2s,box-shadow .2s}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,168,107,.4)}.nav-mobile-btn{display:none;background:none;border:none;color:var(--white);padding:6px}.nav-mobile-menu{display:none;position:fixed;top:68px;left:0;right:0;bottom:0;background:rgba(6,13,26,.97);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:999}.nav-mobile-menu.open{display:flex}.nav-mobile-link{font-size:22px;font-weight:500;color:hsla(0,0%,100%,.75)}.nav-mobile-cta,.nav-mobile-link:hover{color:var(--white)}.nav-mobile-cta{background:linear-gradient(135deg,var(--green),var(--green-2));border:none;border-radius:12px;padding:14px 40px;font-size:16px;font-weight:600;margin-top:12px}.lp-hero{min-height:100vh;background:var(--navy-deep);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 40px 80px;text-align:center}.hero-mesh{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-mesh:before{content:"";position:absolute;top:-20%;left:10%;width:60%;height:70%;background:radial-gradient(ellipse,rgba(0,168,107,.12) 0,transparent 65%);animation:meshFloat1 8s ease-in-out infinite}.hero-mesh:after{content:"";position:absolute;bottom:-10%;right:5%;width:50%;height:60%;background:radial-gradient(ellipse,rgba(201,168,76,.08) 0,transparent 60%);animation:meshFloat2 10s ease-in-out infinite}.hero-mesh-3{position:absolute;top:40%;left:-10%;width:40%;height:50%;background:radial-gradient(ellipse,rgba(46,95,163,.15) 0,transparent 65%);animation:meshFloat3 12s ease-in-out infinite}.hero-grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 0);background-size:60px 60px}@keyframes meshFloat1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(3%,4%) scale(1.05)}}@keyframes meshFloat2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-4%,-3%) scale(1.08)}}@keyframes meshFloat3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(5%,2%) scale(.95)}}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.25);border-radius:100px;padding:6px 16px;font-size:12px;font-weight:600;color:var(--gold);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:28px;animation:fadeDown .8s var(--ease-out) both}.hero-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.hero-headline{font-family:Playfair Display,serif;font-size:clamp(42px,7vw,82px);font-weight:900;line-height:1.05;color:var(--white);letter-spacing:-1.5px;max-width:860px;margin:0 auto 24px;animation:fadeDown .8s var(--ease-out) .1s both}.hero-headline .accent-green{color:var(--green-2)}.hero-headline .accent-gold{color:var(--gold-2)}.hero-sub{font-size:clamp(16px,2vw,20px);color:hsla(0,0%,100%,.5);max-width:560px;margin:0 auto 44px;line-height:1.65;font-weight:400;animation:fadeDown .8s var(--ease-out) .2s both}.hero-actions{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:64px;animation:fadeDown .8s var(--ease-out) .3s both}.btn-hero-primary{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--green),var(--green-2));color:var(--white);border:none;border-radius:12px;padding:15px 30px;font-size:16px;font-weight:600;box-shadow:0 6px 30px rgba(0,168,107,.4);transition:transform .2s var(--ease-spring),box-shadow .2s}.btn-hero-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 40px rgba(0,168,107,.5)}.btn-hero-primary svg{width:16px;height:16px}.btn-hero-secondary{display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.75);border-radius:12px;padding:14px 24px;font-size:15px;font-weight:500;transition:background .2s,color .2s,border-color .2s}.btn-hero-secondary:hover{background:hsla(0,0%,100%,.1);color:var(--white);border-color:hsla(0,0%,100%,.2)}.btn-hero-secondary svg{width:15px;height:15px}.hero-stats{display:flex;align-items:center;gap:48px;justify-content:center;flex-wrap:wrap;animation:fadeDown .8s var(--ease-out) .4s both}.hero-stat{text-align:center}.hero-stat-num{font-family:Playfair Display,serif;font-size:36px;font-weight:800;line-height:1;margin-bottom:4px}.hero-stat-num.green{color:var(--green-2)}.hero-stat-num.gold{color:var(--gold-2)}.hero-stat-num.white{color:var(--white)}.hero-stat-lbl{font-size:12px;color:hsla(0,0%,100%,.4);font-weight:500;letter-spacing:.5px}.hero-stat-divider{width:1px;height:40px;background:hsla(0,0%,100%,.1)}.hero-preview{position:relative;margin-top:72px;max-width:900px;width:100%;animation:heroFloat .9s var(--ease-out) .5s both}.hero-preview-glow{position:absolute;inset:-40px;background:radial-gradient(ellipse at center,rgba(0,168,107,.15) 0,transparent 65%);pointer-events:none}.hero-preview-card{background:var(--navy);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.6),0 0 0 1px hsla(0,0%,100%,.04)}.hero-preview-bar{background:hsla(0,0%,100%,.04);border-bottom:1px solid hsla(0,0%,100%,.06);padding:12px 18px;display:flex;align-items:center;gap:10px}.hero-preview-dots{display:flex;gap:7px}.hero-preview-dot{width:11px;height:11px;border-radius:50%}.hero-preview-dot:first-child{background:#ff5f57}.hero-preview-dot:nth-child(2){background:#ffbd2e}.hero-preview-dot:nth-child(3){background:#28c940}.hero-preview-url{flex:1 1;text-align:center;font-size:12px;color:hsla(0,0%,100%,.3);font-family:DM Sans,sans-serif}.hero-preview-body{padding:24px;display:grid;grid-template-columns:200px 1fr;grid-gap:16px;gap:16px}.hero-preview-sidebar{display:flex;flex-direction:column;gap:6px}.hp-nav-item{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:8px;font-size:12px;color:hsla(0,0%,100%,.45)}.hp-nav-item.active{background:rgba(0,168,107,.12);color:var(--white)}.hp-nav-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.hero-preview-content{display:flex;flex-direction:column;gap:12px}.hp-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.hp-kpi{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:10px;padding:14px}.hp-kpi-val{font-family:Playfair Display,serif;font-size:22px;font-weight:700;line-height:1;margin-bottom:4px}.hp-kpi-val.green{color:var(--green-2)}.hp-kpi-val.gold{color:var(--gold)}.hp-kpi-val.white{color:var(--white)}.hp-kpi-lbl{font-size:10px;color:hsla(0,0%,100%,.35);text-transform:uppercase;letter-spacing:.8px}.hp-chart{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;padding:16px;display:flex;align-items:flex-end;gap:6px;height:90px}.hp-bar{flex:1 1;border-radius:3px 3px 0 0}.hp-gauge,.hp-gauge-row{display:flex;gap:10px}.hp-gauge{flex:1 1;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;padding:12px;align-items:center}.hp-gauge-circle{width:38px;height:38px;border-radius:50%;border:3px solid var(--green);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--white);flex-shrink:0}.hp-gauge-info{font-size:11px}.hp-gauge-num{font-family:Playfair Display,serif;font-size:16px;font-weight:700;color:var(--white)}.hp-gauge-lbl{color:hsla(0,0%,100%,.35);font-size:9px;text-transform:uppercase;letter-spacing:.5px}.lp-trust{background:var(--navy-mid);border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06);padding:22px 40px;overflow:hidden}.trust-scroll{gap:60px;animation:trustScroll 30s linear infinite;width:max-content}.trust-item,.trust-scroll{display:flex;align-items:center}.trust-item{gap:10px;white-space:nowrap}.trust-item-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-item-icon svg{width:14px;height:14px}.trust-item-text{font-size:14px;font-weight:500;color:hsla(0,0%,100%,.65)}.trust-item-text strong{color:var(--white)}.trust-divider{width:1px;height:20px;background:hsla(0,0%,100%,.15);flex-shrink:0}@keyframes trustScroll{to{transform:translateX(-50%)}}.lp-problem{padding:110px 40px;background:var(--off-white);text-align:center}.lp-problem-inner{max-width:1100px;margin:0 auto}.section-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px}.section-eyebrow.green{color:var(--green)}.section-eyebrow.gold{color:var(--gold)}.section-eyebrow.navy{color:var(--navy)}.section-eyebrow-line{width:28px;height:1.5px;background:currentColor}.section-title{font-family:Playfair Display,serif;font-size:clamp(32px,4.5vw,54px);font-weight:800;line-height:1.1;letter-spacing:-.8px;margin-bottom:18px;color:var(--navy)}.section-title .accent-green{color:var(--green)}.section-title .accent-gold{color:var(--gold)}.section-sub{font-size:18px;color:var(--text-mid);max-width:580px;margin:0 auto 56px;line-height:1.65}.problem-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.problem-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:28px 24px;text-align:left;position:relative;overflow:hidden;transition:transform .25s var(--ease-spring),box-shadow .25s}.problem-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.08)}.problem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ef4444,#f97316)}.problem-icon{width:42px;height:42px;border-radius:10px;background:#fee2e2;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.problem-icon svg{width:20px;height:20px;color:#ef4444}.problem-title{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:8px}.problem-desc{font-size:14px;color:var(--text-mid);line-height:1.6}.problem-arrow{display:flex;align-items:center;gap:16px;margin:40px auto;max-width:600px}.problem-arrow-line{flex:1 1;height:1px;background:var(--border)}.problem-arrow-text{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--navy);white-space:nowrap;font-style:italic}.lp-features{padding:110px 40px;background:var(--navy-deep);position:relative;overflow:hidden}.lp-features:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent)}.features-inner{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:64px}.features-header .section-title{color:var(--white)}.features-header .section-sub{color:hsla(0,0%,100%,.5)}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.feature-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:36px 32px;position:relative;overflow:hidden;transition:border-color .3s,background .3s,transform .25s var(--ease-spring)}.feature-card:hover{border-color:hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.06);transform:translateY(-3px)}.feature-card-glow{position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:50%;pointer-events:none;opacity:0;transition:opacity .4s}.feature-card:hover .feature-card-glow{opacity:1}.feature-card-num{font-family:Playfair Display,serif;font-size:72px;font-weight:900;line-height:1;position:absolute;top:20px;right:28px;color:hsla(0,0%,100%,.04);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;flex-shrink:0}.feature-icon svg{width:24px;height:24px}.feature-title{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--white);margin-bottom:12px;line-height:1.2}.feature-desc{font-size:15px;color:hsla(0,0%,100%,.5);line-height:1.65;margin-bottom:24px}.feature-items{display:flex;flex-direction:column;gap:8px}.feature-item{gap:10px;font-size:13px;color:hsla(0,0%,100%,.65);font-weight:500}.feature-check,.feature-item{display:flex;align-items:center}.feature-check{width:16px;height:16px;border-radius:50%;flex-shrink:0;justify-content:center}.feature-check svg{width:9px;height:9px}.feature-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.3px;margin-top:18px}.lp-how{padding:110px 40px;background:var(--white)}.how-inner{max-width:1100px;margin:0 auto}.how-header{text-align:center;margin-bottom:72px}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;position:relative}.how-steps:before{content:"";position:absolute;top:42px;left:15%;right:15%;height:2px;background:linear-gradient(90deg,var(--green),var(--gold));z-index:0}.how-step{text-align:center;position:relative;z-index:1}.how-step-num{width:84px;height:84px;border-radius:50%;background:var(--navy-deep);border:4px solid var(--border);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;position:relative;transition:border-color .3s,transform .25s var(--ease-spring)}.how-step:hover .how-step-num{border-color:var(--green);transform:scale(1.05)}.how-step-num-text{font-family:Playfair Display,serif;font-size:32px;font-weight:800;color:var(--white)}.how-step-icon{position:absolute;bottom:-6px;right:-6px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.how-step-icon svg{width:13px;height:13px}.how-step-title{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--navy);margin-bottom:12px}.how-step-desc{font-size:15px;color:var(--text-mid);line-height:1.6}.lp-statement{padding:110px 40px;background:var(--off-white);overflow:hidden}.statement-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.statement-left .section-title{text-align:left;margin-bottom:16px}.statement-left .section-sub{margin:0 0 36px;text-align:left}.statement-points{display:flex;flex-direction:column;gap:18px;margin-bottom:36px}.statement-point{display:flex;gap:14px;align-items:flex-start}.statement-point-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.statement-point-icon svg{width:16px;height:16px}.statement-point-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:3px}.statement-point-desc{font-size:14px;color:var(--text-mid);line-height:1.55}.statement-mockup{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.1)}.sm-cover{background:linear-gradient(135deg,var(--navy-deep),var(--blue));padding:22px 24px 20px}.sm-cover-top{justify-content:space-between;margin-bottom:16px}.sm-cover-top,.sm-logo{display:flex;align-items:center}.sm-logo{gap:7px}.sm-logo-icon{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,var(--green),var(--green-2));display:flex;align-items:center;justify-content:center}.sm-logo-icon svg{width:13px;height:13px}.sm-logo-text{font-size:14px;font-weight:700;color:var(--white)}.sm-grade,.sm-logo-text{font-family:Playfair Display,serif}.sm-grade{font-size:36px;font-weight:900;color:var(--gold);line-height:1}.sm-client{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--white);margin-bottom:4px}.sm-period{font-size:12px;color:hsla(0,0%,100%,.45);margin-bottom:16px}.sm-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.sm-stat{background:hsla(0,0%,100%,.07);border-radius:8px;padding:10px}.sm-stat-val{font-family:Playfair Display,serif;font-size:16px;font-weight:700;color:var(--white);line-height:1;margin-bottom:2px}.sm-stat-val.green{color:var(--green-2)}.sm-stat-val.gold{color:var(--gold)}.sm-stat-lbl{font-size:9px;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.5px}.sm-body{padding:18px 20px;display:flex;flex-direction:column;gap:10px}.sm-row{height:8px;background:var(--border);border-radius:4px}.sm-row-short{width:60%}.sm-row-medium{width:80%}.sm-section-label{display:flex;align-items:center;gap:6px;margin-top:4px}.sm-section-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sm-section-line{height:6px;flex:1 1;border-radius:3px;background:var(--border)}.sm-ai-steps{padding:16px 20px;background:var(--navy-deep);display:flex;flex-direction:column;gap:8px}.sm-ai-step{display:flex;gap:8px;align-items:flex-start}.sm-ai-num{width:18px;height:18px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:var(--navy);flex-shrink:0}.sm-ai-lines{display:flex;flex-direction:column;gap:3px;flex:1 1}.sm-ai-line{height:5px;background:hsla(0,0%,100%,.1);border-radius:3px}.sm-ai-line-short{width:70%}.lp-pricing{padding:110px 40px;background:var(--navy-deep);position:relative;overflow:hidden}.lp-pricing:after{content:"";position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);width:700px;height:400px;background:radial-gradient(ellipse,rgba(201,168,76,.06) 0,transparent 65%);pointer-events:none}.pricing-inner{max-width:1100px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:56px}.pricing-header .section-title{color:var(--white)}.pricing-header .section-sub{color:hsla(0,0%,100%,.45)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.pricing-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:36px 30px;position:relative;overflow:hidden;transition:transform .25s var(--ease-spring),border-color .3s}.pricing-card:hover{transform:translateY(-4px)}.pricing-card.featured{background:rgba(201,168,76,.06);border-color:rgba(201,168,76,.3);transform:scale(1.02)}.pricing-card.featured:hover{transform:scale(1.02) translateY(-4px)}.pricing-featured-badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--gold),var(--gold-2));color:var(--navy);font-size:10px;font-weight:800;padding:4px 16px;border-radius:0 0 10px 10px;letter-spacing:1px;text-transform:uppercase}.pricing-tier{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:hsla(0,0%,100%,.45);margin-bottom:12px}.pricing-price{display:flex;align-items:flex-start;gap:2px;margin-bottom:6px}.pricing-dollar{font-size:22px;font-weight:700;margin-top:8px}.pricing-amount,.pricing-dollar{font-family:Playfair Display,serif;color:var(--white)}.pricing-amount{font-size:58px;font-weight:900;line-height:1}.pricing-period{font-size:14px;color:hsla(0,0%,100%,.4);align-self:flex-end;margin-bottom:8px}.pricing-desc{font-size:14px;color:hsla(0,0%,100%,.45);margin-bottom:28px;line-height:1.55}.pricing-divider{height:1px;background:hsla(0,0%,100%,.07);margin-bottom:22px}.pricing-features{display:flex;flex-direction:column;gap:11px;margin-bottom:32px}.pricing-feature{display:flex;align-items:center;gap:10px;font-size:14px;color:hsla(0,0%,100%,.7)}.pricing-feature-icon{width:18px;height:18px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.pricing-feature-icon svg{width:10px;height:10px}.pricing-feature-icon.off{background:hsla(0,0%,100%,.06)}.pricing-feature-icon.off svg{color:hsla(0,0%,100%,.2)}.pricing-feature.off{color:hsla(0,0%,100%,.3);text-decoration:line-through;-webkit-text-decoration-color:hsla(0,0%,100%,.15);text-decoration-color:hsla(0,0%,100%,.15)}.btn-pricing{width:100%;padding:13px;border-radius:11px;font-size:15px;font-weight:600;border:none;transition:transform .2s var(--ease-spring),box-shadow .2s}.btn-pricing:hover{transform:translateY(-1px)}.btn-pricing.primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:var(--navy);box-shadow:0 6px 24px rgba(201,168,76,.35)}.btn-pricing.primary:hover{box-shadow:0 10px 32px rgba(201,168,76,.45)}.btn-pricing.outline{background:transparent;border:1px solid hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.75)}.btn-pricing.outline:hover{background:hsla(0,0%,100%,.05);color:var(--white)}.pricing-note{text-align:center;margin-top:28px;font-size:13px;color:hsla(0,0%,100%,.3)}.lp-compare{padding:110px 40px;background:var(--off-white)}.compare-inner{max-width:1000px;margin:0 auto}.compare-header{text-align:center;margin-bottom:56px}.compare-table-wrap{overflow-x:auto}.compare-table{width:100%;border-collapse:collapse}.compare-table td,.compare-table th{padding:14px 20px;text-align:center;vertical-align:middle}.compare-table thead th:first-child{text-align:left}.compare-table thead th{font-size:12px;font-weight:700;color:var(--text-light);letter-spacing:1px;text-transform:uppercase;border-bottom:2px solid var(--border);padding-bottom:16px}.compare-table thead th.storehouse-col{color:var(--green);background:rgba(0,168,107,.05);border-radius:12px 12px 0 0;border-bottom:2px solid var(--green)}.compare-table tbody tr:nth-child(2n) td{background:var(--white)}.compare-table tbody tr:nth-child(2n) td.storehouse-col{background:rgba(0,168,107,.04)}.compare-table tbody td.storehouse-col{background:rgba(0,168,107,.04);font-weight:600;color:var(--navy)}.compare-table tbody tr:last-child td:first-child{border-radius:0 0 0 12px}.compare-table tbody tr:last-child td:last-child{border-radius:0 0 12px 0}.compare-table td:first-child{text-align:left;font-size:14px;font-weight:600;color:var(--navy)}.compare-check{display:inline-flex;align-items:center;justify-content:center}.compare-check svg{width:18px;height:18px}.compare-check.yes svg{color:var(--green)}.compare-check.no svg{color:#cbd5e1}.compare-text{font-size:13px}.compare-text.good{color:var(--green);font-weight:700}.compare-text.bad{color:var(--text-light)}.compare-table tfoot td{padding-top:20px;text-align:center;font-size:13px;color:var(--text-light)}.compare-table tfoot td.storehouse-col{color:var(--green);font-weight:700}.lp-results{padding:110px 40px;background:var(--navy-deep);position:relative;overflow:hidden}.results-inner{max-width:1100px;margin:0 auto}.results-header{text-align:center;margin-bottom:64px}.results-header .section-title{color:var(--white)}.results-header .section-sub{color:hsla(0,0%,100%,.45)}.results-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:56px}.result-stat{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:28px 20px;text-align:center;transition:transform .25s var(--ease-spring),border-color .3s}.result-stat:hover{transform:translateY(-3px);border-color:hsla(0,0%,100%,.14)}.result-stat-num{font-family:Playfair Display,serif;font-size:44px;font-weight:900;line-height:1;margin-bottom:6px}.result-stat-num.green{color:var(--green-2)}.result-stat-num.gold{color:var(--gold)}.result-stat-num.white{color:var(--white)}.result-stat-lbl{font-size:13px;color:hsla(0,0%,100%,.45);font-weight:500}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.testimonial{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:28px;position:relative;transition:transform .25s var(--ease-spring)}.testimonial:hover{transform:translateY(-3px)}.testimonial:before{content:"\201C";font-family:Playfair Display,serif;font-size:80px;line-height:.8;color:rgba(201,168,76,.15);position:absolute;top:20px;left:24px}.testimonial-text{font-size:15px;color:hsla(0,0%,100%,.7);line-height:1.65;margin-bottom:22px;position:relative;z-index:1}.testimonial-result{display:inline-flex;align-items:center;gap:6px;background:rgba(0,168,107,.1);border:1px solid rgba(0,168,107,.2);border-radius:100px;padding:4px 12px;font-size:12px;font-weight:700;color:var(--green-2);margin-bottom:18px}.testimonial-result svg{width:12px;height:12px}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:var(--white);flex-shrink:0}.testimonial-name{font-size:14px;font-weight:700;color:var(--white)}.testimonial-meta{font-size:12px;color:hsla(0,0%,100%,.35);margin-top:1px}.testimonial-stars{color:var(--gold);font-size:13px;margin-bottom:4px}.lp-faq{padding:110px 40px;background:var(--white)}.faq-inner{max-width:760px;margin:0 auto}.faq-header{text-align:center;margin-bottom:56px}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:border-color .25s,box-shadow .25s}.faq-item.open{border-color:rgba(0,168,107,.3);box-shadow:0 4px 20px rgba(0,168,107,.06)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:none;border:none;text-align:left;cursor:pointer;gap:16px;transition:background .2s}.faq-item.open .faq-question,.faq-question:hover{background:var(--off-white)}.faq-q-text{font-size:16px;font-weight:600;color:var(--navy);line-height:1.4}.faq-chevron{width:24px;height:24px;border-radius:50%;background:var(--off-white);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s var(--ease-out),background .2s}.faq-item.open .faq-chevron{transform:rotate(180deg);background:var(--green-dim);border-color:rgba(0,168,107,.25)}.faq-chevron svg{width:13px;height:13px;color:var(--navy)}.faq-item.open .faq-chevron svg{color:var(--green)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s var(--ease-out),padding .3s}.faq-item.open .faq-answer{max-height:400px}.faq-answer-inner{padding:0 24px 22px;font-size:15px;color:var(--text-mid);line-height:1.65}.faq-answer-inner strong{color:var(--navy)}.lp-cta{padding:110px 40px;background:linear-gradient(135deg,var(--navy-deep) 0,var(--blue) 60%,var(--navy-deep) 100%);text-align:center;position:relative;overflow:hidden}.lp-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(0,168,107,.12) 0,transparent 60%),radial-gradient(ellipse at 70% 50%,rgba(201,168,76,.08) 0,transparent 55%);pointer-events:none}.cta-inner{max-width:700px;margin:0 auto;position:relative}.cta-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.25);border-radius:100px;padding:6px 16px;font-size:11px;font-weight:700;color:var(--gold);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:28px}.cta-title{font-family:Playfair Display,serif;font-size:clamp(36px,5vw,60px);font-weight:900;line-height:1.1;letter-spacing:-1px;color:var(--white);margin-bottom:20px}.cta-title .accent-green{color:var(--green-2)}.cta-sub{font-size:18px;color:hsla(0,0%,100%,.5);line-height:1.6;margin-bottom:44px}.cta-actions{gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.btn-cta-primary,.cta-actions{display:flex;align-items:center}.btn-cta-primary{gap:8px;background:linear-gradient(135deg,var(--green),var(--green-2));color:var(--white);border:none;border-radius:12px;padding:16px 34px;font-size:16px;font-weight:700;box-shadow:0 6px 30px rgba(0,168,107,.4);transition:transform .2s var(--ease-spring),box-shadow .2s}.btn-cta-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 40px rgba(0,168,107,.5)}.btn-cta-primary svg{width:16px;height:16px}.cta-trust{gap:20px;justify-content:center;flex-wrap:wrap}.cta-trust,.cta-trust-item{display:flex;align-items:center}.cta-trust-item{gap:6px;font-size:13px;color:hsla(0,0%,100%,.4)}.cta-trust-item svg{width:13px;height:13px;color:var(--green-2)}.lp-footer{background:var(--navy-deep);border-top:1px solid hsla(0,0%,100%,.05);padding:56px 40px 32px}.footer-top{display:grid;grid-template-columns:280px 1fr;grid-gap:80px;gap:80px;margin-bottom:48px}.footer-brand-name{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--white);margin-bottom:12px;display:flex;align-items:center;gap:10px}.footer-brand-desc{font-size:14px;color:hsla(0,0%,100%,.35);line-height:1.65;margin-bottom:22px}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}.footer-col-title{font-size:11px;font-weight:700;color:hsla(0,0%,100%,.35);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.footer-link{display:block;font-size:14px;color:hsla(0,0%,100%,.5);margin-bottom:10px;transition:color .2s}.footer-link:hover{color:var(--white)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.06);padding-top:28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-copyright{font-size:13px;color:hsla(0,0%,100%,.25)}.footer-legal{display:flex;gap:20px}.footer-legal a{font-size:12px;color:hsla(0,0%,100%,.25);transition:color .2s}.footer-legal a:hover{color:hsla(0,0%,100%,.6)}@keyframes fadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFloat{0%{opacity:0;transform:translateY(40px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1024px){.features-grid,.pricing-grid{grid-template-columns:1fr}.pricing-grid{max-width:420px;margin:0 auto}.pricing-card.featured{transform:none}.statement-inner{grid-template-columns:1fr}.results-stats{grid-template-columns:repeat(2,1fr)}.testimonials{grid-template-columns:1fr;max-width:480px;margin:0 auto}.footer-top{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.lp-nav{padding:0 20px}.nav-cta,.nav-links{display:none}.nav-mobile-btn{display:flex}.lp-hero{padding:100px 20px 60px}.hero-stats{gap:24px}.hero-stat-divider{display:none}.hero-preview-body{grid-template-columns:1fr}.hero-preview-sidebar{display:none}.lp-compare,.lp-cta,.lp-faq,.lp-features,.lp-footer,.lp-how,.lp-pricing,.lp-problem,.lp-results,.lp-statement{padding:72px 20px}.how-steps,.problem-cards{grid-template-columns:1fr}.how-steps:before{display:none}.footer-links-grid,.results-stats{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;text-align:center}}.faq-item{opacity:1!important;transform:none!important}.faq-answer-inner{color:#94a3b8!important}