:root{--brand:#1a6b4a;--brand2:#145538;--brand-light:#e8f5ef;--ink:#1c2230;--muted:#6b7280;--line:#e7e9f0;--card:#fff;--amber:#d97706;--green:#1a6b4a;--bg:#f6f7fb}.lp-nav{border-bottom:1px solid var(--line);z-index:100;background:#fff;justify-content:space-between;align-items:center;height:68px;padding:0 40px;display:flex;position:sticky;top:0}.lp-nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.lp-logo-box{color:#fff;background:linear-gradient(135deg,#1a6b4a,#145538);border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:800;display:flex}.lp-nav-logo span{color:var(--ink);font-size:20px;font-weight:800}.lp-nav-cta{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:10px 22px;font-size:14px;font-weight:700;text-decoration:none;transition:all .15s}.lp-nav-cta:hover{background:#0c5e57}.lp-hero{text-align:center;background:#1a6b4a;padding:90px 40px 80px;position:relative;overflow:hidden}.lp-hero:before{content:"";background: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' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%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");position:absolute;inset:0}.lp-hero-badge{color:#fff;letter-spacing:.05em;text-transform:uppercase;background:#ffffff26;border:1px solid #fff3;border-radius:99px;margin-bottom:22px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-block}.lp-hero h1{color:#fff;max-width:780px;margin:0 auto 20px;font-size:clamp(32px,5vw,56px);font-weight:900;line-height:1.1}.lp-hero h1 span{color:#bbf7d0}.lp-hero>p{color:#ffffffd9;max-width:560px;margin:0 auto 36px;font-size:18px}.lp-hero-btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.lp-btn-white{color:var(--brand);background:#fff;border-radius:12px;padding:14px 30px;font-size:16px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-block}.lp-btn-white:hover{background:#f0fdf9}.lp-btn-outline{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff6;border-radius:12px;padding:14px 30px;font-size:16px;font-weight:700;text-decoration:none;transition:all .15s}.lp-btn-outline:hover{background:#ffffff1a;border-color:#fff}.lp-hero-stats{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:56px;display:flex}.lp-hero-stat{text-align:center}.lp-hero-stat b{color:#fff;font-size:28px;font-weight:900;display:block}.lp-hero-stat span{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-size:12px}.lp-section{padding:80px 40px}.lp-section-label{color:var(--brand);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:12px;font-weight:700}.lp-section-title{margin-bottom:14px;font-size:clamp(26px,3vw,38px);font-weight:800;line-height:1.2}.lp-section-sub{color:var(--muted);max-width:580px;font-size:17px}.lp-center{text-align:center}.lp-center .lp-section-sub{margin:0 auto}.lp-how{background:var(--brand-light)}.lp-steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:50px;display:grid}.lp-step{border:1px solid var(--line);background:#fff;border-radius:18px;padding:30px;position:relative}.lp-step-num{color:#fff;background:linear-gradient(135deg,#1a6b4a,#145538);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:18px;font-size:18px;font-weight:900;display:flex}.lp-step h3{margin-bottom:8px;font-size:17px;font-weight:750}.lp-step p{color:var(--muted);font-size:14px;line-height:1.6}.lp-step-arrow{color:var(--brand);z-index:1;font-size:22px;position:absolute;top:50%;right:-16px;transform:translateY(-50%)}@media (max-width:720px){.lp-step-arrow{display:none}}.lp-calc-wrap{background:#fff;border:1px solid #d1fae5;border-radius:22px;max-width:700px;margin:50px auto 0;padding:36px;box-shadow:0 4px 24px #0f766e1a}.lp-calc-row{margin-bottom:22px}.lp-calc-row label{color:var(--ink);margin-bottom:8px;font-size:13px;font-weight:700;display:block}.lp-calc-select,.lp-calc-input{border:1.5px solid var(--line);width:100%;color:var(--ink);appearance:none;background:#fafbff;border-radius:10px;outline:none;padding:12px 14px;font-size:15px;transition:all .15s}.lp-calc-select:focus,.lp-calc-input:focus{border-color:var(--brand)}.lp-calc-slider{width:100%;accent-color:var(--brand);height:6px;margin-top:10px}.lp-slider-labels{color:var(--muted);justify-content:space-between;margin-top:6px;font-size:12px;display:flex}.lp-calc-result{background:#1a6b4a;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:8px;padding:24px 28px;display:flex}.lp-calc-result .lp-res-label{color:#fffc;font-size:13px;font-weight:600}.lp-calc-result .lp-res-amount{color:#fff;font-size:36px;font-weight:900}.lp-calc-result .lp-res-sub{color:#ffffffa6;margin-top:2px;font-size:12px}.lp-calc-breakdown{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.lp-breakdown-item{background:var(--brand-light);border-radius:10px;padding:14px 16px}.lp-breakdown-item .lp-bi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.lp-breakdown-item .lp-bi-val{color:var(--ink);margin-top:3px;font-size:18px;font-weight:800}.lp-breakdown-item.green .lp-bi-val{color:var(--green)}.lp-prot-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:48px;display:grid}.lp-prot-card{border:1.5px solid var(--line);border-radius:16px;padding:24px;transition:all .15s}.lp-prot-card:hover{border-color:var(--brand);box-shadow:0 2px 12px #0f766e14}.lp-prot-icon{margin-bottom:14px;font-size:28px}.lp-prot-card h3{margin-bottom:6px;font-size:15px;font-weight:750}.lp-prot-card p{color:var(--muted);font-size:13px;line-height:1.6}.lp-testimonials{background:var(--bg)}.lp-testi-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:48px;display:grid}.lp-testi-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:24px}.lp-testi-stars{color:#f59e0b;margin-bottom:12px;font-size:14px}.lp-testi-text{color:var(--ink);margin-bottom:18px;font-size:14px;font-style:italic;line-height:1.7}.lp-testi-author{align-items:center;gap:10px;display:flex}.lp-testi-avatar{color:#fff;background:linear-gradient(135deg,#1a6b4a,#145538);border-radius:99px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;display:flex}.lp-testi-name{font-size:13px;font-weight:700}.lp-testi-loc{color:var(--muted);font-size:12px}.lp-faq-list{max-width:700px;margin:48px auto 0}.lp-faq-item{border-bottom:1px solid var(--line)}.lp-faq-q{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-size:15px;font-weight:650;display:flex}.lp-faq-q .lp-faq-icon{color:var(--brand);flex:none;font-size:20px;transition:transform .2s}.lp-faq-q.open .lp-faq-icon{transform:rotate(45deg)}.lp-faq-a{color:var(--muted);padding-bottom:18px;font-size:14px;line-height:1.7;display:none}.lp-faq-a.show{display:block}.lp-cta-final{text-align:center;background:#1a6b4a;padding:90px 40px}.lp-cta-final h2{color:#fff;margin-bottom:16px;font-size:clamp(28px,4vw,44px);font-weight:900}.lp-cta-final p{color:#fffc;max-width:500px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:17px}.lp-cta-final .lp-btn-white{padding:16px 36px;font-size:17px}.lp-footer{background:var(--ink);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:32px 40px;display:flex}.lp-footer .lp-logo-box{background:#ffffff26}.lp-footer span{color:#ffffff73;font-size:13px}.lp-footer a{color:#ffffff80;font-size:13px;text-decoration:none}.lp-footer a:hover{color:#fff}.lp-footer-links{gap:20px;display:flex}.lp-guarantee{background:#fffbeb;border-top:1px solid #fde7c7;border-bottom:1px solid #fde7c7;padding:80px 40px}.lp-guarantee-inner{max-width:820px;margin:0 auto}.lp-guarantee-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px;display:grid}.lp-guarantee-step{text-align:center;background:#fff;border:1px solid #fde7c7;border-radius:14px;padding:20px}.lp-guarantee-step-emoji{margin-bottom:10px;font-size:26px}.lp-guarantee-step-title{margin-bottom:6px;font-size:14px;font-weight:750}.lp-guarantee-step-desc{color:var(--muted);font-size:13px}.lp-guarantee-note{background:linear-gradient(135deg,#fef3c7,#fff7ed);border:1px solid #fde7c7;border-radius:14px;align-items:flex-start;gap:14px;padding:20px 24px;display:flex}.lp-guarantee-note-icon{flex:none;font-size:22px}.lp-guarantee-note-title{color:#92400e;margin-bottom:4px;font-size:14px;font-weight:750}.lp-guarantee-note-text{color:#78350f;font-size:13px;line-height:1.6}@media (max-width:600px){.lp-nav{padding:0 20px}.lp-section{padding:60px 20px}.lp-hero{padding:60px 20px 50px}.lp-calc-wrap{padding:24px 20px}.lp-calc-breakdown{grid-template-columns:1fr}.lp-guarantee,.lp-cta-final{padding:60px 20px}.lp-footer{padding:24px 20px}}
