.landing{--bg:#fafaf7;--bg-warm:#f5f0e8;--bg-dark:#1a1714;--text:#1a1714;--text-muted:#6b6560;--text-light:#f5f0e8;--accent:#c4411b;--accent-hover:#a83618;--accent-soft:#fdeee9;--green:#2d6a4f;--green-soft:#e8f5ee;--border:#e0dbd3;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;font-family:var(--font-body);overflow-x:hidden}.landing .landing-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fafaf7d9;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:border-color .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing .landing-nav.scrolled{border-bottom-color:var(--border);box-shadow:0 1px 8px #0000000a}.landing .nav-logo{font-family:var(--font-display);color:var(--text);letter-spacing:-.02em;font-size:1.35rem;font-weight:700;text-decoration:none}.landing .nav-logo span{color:var(--accent)}.landing .nav-cta{background:var(--accent);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.landing .nav-cta:hover{background:var(--accent-hover);transform:translateY(-1px)}.landing .hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.landing .hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#c4411b0f 0%,#0000 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:-30%;right:-20%}.landing .hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#2d6a4f0d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-20%;left:-15%}.landing .hero-inner{z-index:1;max-width:720px;position:relative}.landing .hero-badge{background:var(--green-soft);color:var(--green);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.45rem 1rem;font-size:.82rem;font-weight:600;animation:.8s both landingFadeUp;display:inline-flex}.landing .hero-badge:before{content:"";background:var(--green);border-radius:50%;width:6px;height:6px;animation:2s infinite landingPulseDot}@keyframes landingPulseDot{0%,to{opacity:1}50%{opacity:.4}}.landing .hero h1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,4.2rem);font-weight:800;line-height:1.1;animation:.8s .1s both landingFadeUp}.landing .hero h1 em{color:var(--accent);font-style:italic;position:relative}.landing .hero h1 em:after{content:"";background:var(--accent);opacity:.3;border-radius:2px;height:3px;position:absolute;bottom:2px;left:0;right:0}.landing .hero-sub{color:var(--text-muted);max-width:540px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.65;animation:.8s .2s both landingFadeUp}.landing .hero-cta-group{flex-direction:column;align-items:center;gap:.75rem;animation:.8s .3s both landingFadeUp;display:flex}.landing .btn-primary{background:var(--accent);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:1rem 2.2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 16px #c4411b40}.landing .btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 24px #c4411b4d}.landing .btn-primary svg{width:18px;height:18px}.landing .hero-sub-cta{color:var(--text-muted);font-size:.82rem}.landing .hero-proof{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:2rem;margin-top:3.5rem;padding-top:2.5rem;animation:.8s .4s both landingFadeUp;display:flex}.landing .hero-proof-item{text-align:center}.landing .hero-proof-item .number{font-family:var(--font-display);color:var(--text);font-size:1.6rem;font-weight:700;line-height:1.2}.landing .hero-proof-item .label{color:var(--text-muted);margin-top:.2rem;font-size:.78rem}@keyframes landingFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing .pain{background:var(--bg-warm);padding:6rem 2rem}.landing .pain-inner{max-width:900px;margin:0 auto}.landing .pain-label{font-family:var(--font-display);color:var(--accent);margin-bottom:.75rem;font-size:1rem;font-weight:600}.landing .pain h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:3rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;line-height:1.2}.landing .pain-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.landing .pain-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:2rem;transition:transform .25s,box-shadow .25s}.landing .pain-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000000f}.landing .pain-card .icon{background:var(--accent-soft);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.25rem;font-size:1.2rem;display:flex}.landing .pain-card h3{font-family:var(--font-display);margin-bottom:.6rem;font-size:1.1rem;font-weight:600;line-height:1.3}.landing .pain-card p{color:var(--text-muted);font-size:.92rem;line-height:1.6}.landing .benefits{padding:7rem 2rem}.landing .benefits-inner{max-width:900px;margin:0 auto}.landing .benefits-label{font-family:var(--font-display);color:var(--green);margin-bottom:.75rem;font-size:1rem;font-weight:600}.landing .benefits h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:3.5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;line-height:1.2}.landing .benefit-row{border-bottom:1px solid var(--border);align-items:flex-start;gap:3rem;padding:2.5rem 0;display:flex}.landing .benefit-row:last-child{border-bottom:none}.landing .benefit-num{font-family:var(--font-display);color:var(--border);flex-shrink:0;width:60px;font-size:3rem;font-weight:700;line-height:1}.landing .benefit-content h3{font-family:var(--font-display);margin-bottom:.6rem;font-size:1.25rem;font-weight:700;line-height:1.3}.landing .benefit-content p{color:var(--text-muted);max-width:520px;font-size:.95rem;line-height:1.65}.landing .skills-strip{background:var(--bg-dark);color:var(--text-light);text-align:center;padding:4rem 2rem}.landing .skills-strip-inner{max-width:800px;margin:0 auto}.landing .skills-strip h2{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:2.5rem;font-size:1.5rem;font-weight:700}.landing .skills-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing .skill-chip{color:#ffffffe6;background:#ffffff12;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:.5rem;padding:.9rem 1.6rem;font-size:.95rem;font-weight:500;transition:background .2s;display:inline-flex}.landing .skill-chip:hover{background:#ffffff1f}.landing .skill-chip .dot{border-radius:50%;width:8px;height:8px}.landing .skill-chip:first-child .dot{background:#e07a5f}.landing .skill-chip:nth-child(2) .dot{background:#81b29a}.landing .skill-chip:nth-child(3) .dot{background:#f2cc8f}.landing .skill-chip:nth-child(4) .dot{background:#3d96b4}.landing .testimonials{padding:7rem 2rem}.landing .testimonials-inner{max-width:900px;margin:0 auto}.landing .testimonials-label{font-family:var(--font-display);color:var(--accent);margin-bottom:.75rem;font-size:1rem;font-weight:600}.landing .testimonials h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:3rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;line-height:1.2}.landing .testimonial-featured{background:var(--bg-warm);border-radius:16px;margin-bottom:1.5rem;padding:2.5rem 3rem;position:relative}.landing .testimonial-featured:before{content:"“";font-family:var(--font-display);color:var(--accent);opacity:.15;font-size:5rem;font-weight:700;line-height:1;position:absolute;top:.5rem;left:1.5rem}.landing .testimonial-featured blockquote{font-family:var(--font-display);letter-spacing:-.01em;z-index:1;margin-bottom:1.5rem;font-size:1.35rem;font-weight:600;line-height:1.45;position:relative}.landing .testimonial-meta{align-items:center;gap:.75rem;font-size:.9rem;display:flex}.landing .testimonial-avatar{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.landing .testimonial-meta .name{font-weight:600}.landing .testimonial-meta .detail{color:var(--text-muted);font-size:.82rem}.landing .testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.landing .testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:2rem}.landing .testimonial-card blockquote{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem;font-style:italic;line-height:1.65}.landing .how{background:var(--bg-warm);padding:6rem 2rem}.landing .how-inner{max-width:900px;margin:0 auto}.landing .how-label{font-family:var(--font-display);color:var(--green);margin-bottom:.75rem;font-size:1rem;font-weight:600}.landing .how h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:3.5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;line-height:1.2}.landing .steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.landing .step{counter-increment:step;position:relative}.landing .step:before{content:counter(step);font-family:var(--font-display);color:var(--accent);opacity:.12;margin-bottom:.75rem;font-size:3.5rem;font-weight:800;line-height:1;display:block}.landing .step h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.landing .step p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.landing .final-cta{text-align:center;padding:7rem 2rem}.landing .final-cta-inner{max-width:600px;margin:0 auto}.landing .final-cta h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;line-height:1.2}.landing .final-cta p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.landing .final-cta .btn-primary{padding:1.1rem 2.5rem;font-size:1.1rem}.landing .final-sub{color:var(--text-muted);justify-content:center;gap:1.5rem;margin-top:1.25rem;font-size:.82rem;display:flex}.landing .final-sub span{align-items:center;gap:.35rem;display:inline-flex}.landing .final-sub svg{width:14px;height:14px;color:var(--green)}.landing .landing-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:2.5rem 2rem;display:flex}.landing .footer-logo{font-family:var(--font-display);color:var(--text);font-size:1.1rem;font-weight:700;text-decoration:none}.landing .footer-logo span{color:var(--accent)}.landing .footer-links{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.landing .footer-links a{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.landing .footer-links a:hover{color:var(--text)}.landing .footer-copy{color:var(--text-muted);text-align:center;width:100%;margin-top:1rem;font-size:.8rem}.landing .fade-target{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.landing .fade-target.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.landing .landing-nav{padding:.8rem 1.25rem}.landing .hero{padding:7rem 1.5rem 4rem}.landing .hero-proof{flex-wrap:wrap;gap:1.25rem}.landing .benefit-row{flex-direction:column;gap:.75rem}.landing .benefit-num{width:auto;font-size:2rem}.landing .testimonial-featured{padding:2rem 1.5rem}.landing .testimonial-featured blockquote{font-size:1.1rem}.landing .final-sub{flex-direction:column;gap:.5rem}.landing .landing-footer{text-align:center;flex-direction:column}}
