*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul{list-style:none}:root{--green-dark:#173404;--green-900:#0f2503;--green-mid:#3b6d11;--green-light:#c0dd97;--green-bg:#eaf3de;--maroon:#7a1a2e;--white:#fff;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-500:#6b6b6b;--gray-800:#1a1a1a;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--max-width:1160px}.nav{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0}.nav-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1.5rem;height:62px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo{color:var(--green-dark);letter-spacing:-.02em;flex-shrink:0;font-size:18px;font-weight:700}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--gray-500);font-size:14px;transition:color .15s}.nav-links a:hover{color:var(--green-dark)}.nav-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.nav-signin{color:var(--green-dark);background:0 0;border:none;padding:8px 12px;font-size:14px;font-weight:500}.nav-cta{color:var(--white);background:var(--green-dark);border-radius:var(--radius-sm);border:none;padding:9px 18px;font-size:13px;font-weight:600;transition:background .15s}.nav-cta:hover{background:var(--green-900)}.nav-hamburger{background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px;display:none}.nav-hamburger span{background:var(--gray-800);border-radius:2px;width:22px;height:2px;transition:all .2s;display:block}.hero{background:var(--green-900);align-items:center;min-height:540px;display:flex;position:relative;overflow:hidden}.hero-img{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(90deg,#0f2503f0 0%,#0f2503cc 52%,#0f250338 100%);position:absolute;inset:0}.hero-inner{z-index:1;max-width:var(--max-width);grid-template-columns:1fr 220px;align-items:center;gap:2rem;width:100%;margin:0 auto;padding:4.5rem 1.5rem;display:grid;position:relative}.hero-content{max-width:560px}.hero-badge{letter-spacing:.07em;text-transform:uppercase;color:var(--white);background:#ffffff24;border:1px solid #ffffff47;border-radius:20px;margin-bottom:1.25rem;padding:4px 14px;font-size:11px;display:inline-block}.hero h1{color:var(--white);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.18}.hero-desc{color:#ffffffd6;max-width:480px;margin-bottom:2rem;font-size:16px;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:.75rem;display:flex}.btn-white{background:var(--white);color:var(--green-dark);border-radius:var(--radius-sm);border:none;padding:12px 26px;font-size:14px;font-weight:600;transition:opacity .15s}.btn-white:hover{opacity:.9}.btn-outline-white{color:var(--white);border-radius:var(--radius-sm);background:0 0;border:1.5px solid #ffffff7a;padding:12px 26px;font-size:14px;font-weight:500;transition:border-color .15s}.btn-outline-white:hover{border-color:#ffffffd9}.report-card{background:var(--white);border-radius:var(--radius-lg);padding:1.2rem 1.35rem;box-shadow:0 8px 28px #00000038}.rc-label{color:var(--gray-500);margin-bottom:2px;font-size:11px}.rc-score{color:var(--green-dark);font-size:44px;font-weight:700;line-height:1}.rc-divider{background:var(--gray-200);height:1px;margin:10px 0}.rc-row{color:#333;border-bottom:1px solid #f2f2f2;justify-content:space-between;padding:4px 0;font-size:12px;display:flex}.rc-row:last-child{border-bottom:none}.rc-ok{color:var(--green-mid);font-weight:600}.trust-bar{background:var(--gray-100);border-bottom:1px solid var(--gray-200);padding:.9rem 1.5rem}.trust-bar-inner{max-width:var(--max-width);flex-wrap:wrap;align-items:center;gap:2rem;margin:0 auto;display:flex}.trust-item{color:var(--gray-500);white-space:nowrap;align-items:center;gap:6px;font-size:13px;display:flex}.trust-item svg{flex-shrink:0}.section{padding:4.5rem 1.5rem}.section-alt{background:var(--gray-100)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-header{margin-bottom:2.5rem}.section-header h2{color:var(--gray-800);letter-spacing:-.02em;margin-bottom:.4rem;font-size:clamp(22px,3vw,32px);font-weight:700}.section-header p{color:var(--gray-500);font-size:15px}.steps-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.step-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.4rem}.step-num{color:var(--green-mid);letter-spacing:.08em;margin-bottom:.6rem;font-size:11px;font-weight:700}.step-card h3{color:var(--gray-800);margin-bottom:.35rem;font-size:15px;font-weight:600}.step-card p{color:var(--gray-500);font-size:13px;line-height:1.6}.cta-band{background:var(--maroon)}.cta-band-inner{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:3.5rem 1.5rem;display:flex}.cta-band h2{color:var(--white);letter-spacing:-.01em;margin-bottom:.5rem;font-size:clamp(18px,2.5vw,26px);font-weight:700}.cta-band p{color:#ffffffd1;max-width:520px;font-size:15px}.btn-band{background:var(--white);color:var(--maroon);border-radius:var(--radius-sm);white-space:nowrap;border:none;flex-shrink:0;padding:13px 28px;font-size:14px;font-weight:700;transition:opacity .15s}.btn-band:hover{opacity:.9}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.plan-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;padding:1.5rem;display:flex}.plan-card.featured{border:2px solid var(--green-dark)}.plan-badge{background:var(--green-light);color:var(--green-dark);border-radius:20px;align-self:flex-start;width:fit-content;margin-bottom:.75rem;padding:3px 10px;font-size:11px;font-weight:600;display:block}.plan-name{color:var(--gray-800);margin-bottom:.3rem;font-size:13px;font-weight:600}.plan-price-row{align-items:baseline;gap:2px;display:flex}.plan-price{color:var(--green-dark);font-size:30px;font-weight:700;line-height:1}.plan-period{color:var(--gray-500);font-size:13px}.plan-full{color:var(--gray-500);margin-top:.3rem;font-size:12px}.plan-intro-badge{background:var(--green-bg);width:fit-content;color:var(--green-mid);border-radius:20px;align-self:flex-start;margin-top:.5rem;margin-bottom:.75rem;padding:2px 8px;font-size:10px;font-weight:600;display:block}.plan-desc{color:var(--gray-500);margin-bottom:1rem;font-size:13px}.plan-features{flex:1;margin-bottom:1.25rem}.plan-features li{color:var(--gray-500);align-items:flex-start;gap:.5rem;padding:3px 0;font-size:13px;display:flex}.plan-features li:before{content:"✓";color:var(--green-mid);flex-shrink:0;font-weight:700}.btn-plan{background:var(--green-dark);width:100%;color:var(--white);border-radius:var(--radius-sm);border:none;padding:11px;font-size:13px;font-weight:600;transition:background .15s}.btn-plan:hover{background:var(--green-900)}.pricing-note{color:var(--gray-500);background:var(--gray-100);border-radius:var(--radius-sm);margin-top:1.25rem;padding:.8rem 1rem;font-size:12px;line-height:1.65}.footer{background:var(--green-dark);padding:3.5rem 1.5rem 2rem}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;display:grid}.footer-brand-name{color:var(--white);margin-bottom:.5rem;font-size:17px;font-weight:700}.footer-brand-desc{color:#fff9;max-width:280px;font-size:13px;line-height:1.7}.footer h4{color:var(--white);letter-spacing:.07em;text-transform:uppercase;margin-bottom:.875rem;font-size:11px;font-weight:700}.footer li{padding:3px 0}.footer li a{color:#fff9;font-size:13px;transition:color .15s}.footer li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff24;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:1.25rem;display:flex}.footer-copyright{color:#ffffff61;font-size:11px}.footer-legal{gap:1.25rem;display:flex}.footer-legal a{color:#ffffff61;font-size:11px;transition:color .15s}.footer-legal a:hover{color:#ffffffb3}@media (width<=960px){.hero-inner{grid-template-columns:1fr}.report-card{display:none}.steps-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:420px}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (width<=640px){.section{padding:3rem 1rem}.nav-links{display:none}.nav-hamburger{display:flex}.nav-links.open{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:99;flex-direction:column;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;position:absolute;top:62px;left:0;right:0;box-shadow:0 4px 12px #00000014}.hero{min-height:440px}.hero-inner{padding:3rem 1rem}.hero-btns{flex-direction:column}.btn-white,.btn-outline-white{text-align:center;width:100%}.cta-band-inner{text-align:center;flex-direction:column}.btn-band{width:100%}.steps-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:1.75rem}.footer-bottom{flex-direction:column;align-items:flex-start}.trust-bar-inner{gap:1rem}}
