:root{--ink:#171b1b;--green:#5f872d;--green-dark:#304c20;--lime:#d8ef57;--yellow:#ffd62f;--cream:#f8f5e9;--muted:#63706b;--white:#fff;--line:rgba(23,27,27,.12);--shadow:0 22px 55px rgba(19,31,21,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.top-strip{background:var(--ink);color:#fff;text-align:center;padding:8px 16px;font-size:13px;letter-spacing:.04em}.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 5px 24px rgba(0,0,0,.07)}.navbar{max-width:1240px;margin:auto;min-height:88px;padding:10px 24px;display:flex;align-items:center;gap:28px}.brand img{width:185px;max-height:66px;object-fit:contain}.nav-links{display:flex;align-items:center;justify-content:center;gap:28px;list-style:none;margin:0 0 0 auto;padding:0}.nav-links a{text-decoration:none;font-weight:700;font-size:14px}.nav-links a:hover{color:var(--green)}.header-cta,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;text-decoration:none;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s}.header-cta,.primary-button{background:var(--yellow);color:#171b1b;box-shadow:0 8px 20px rgba(174,139,0,.2)}.header-cta{padding:13px 20px;white-space:nowrap}.primary-button{min-height:54px;padding:14px 24px;font-size:16px;width:100%}.secondary-button{background:var(--green-dark);color:#fff;padding:14px 23px;margin-top:12px}.header-cta:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.menu-toggle{display:none;background:none;border:0;width:44px;padding:8px;cursor:pointer}.menu-toggle span{display:block;height:3px;background:var(--ink);margin:5px 0;border-radius:3px}
.hero{position:relative;overflow:hidden;background:linear-gradient(130deg,#f7f8ec 0%,#eef4d5 45%,#d4ea79 100%);padding:72px 24px 80px}.hero-inner{position:relative;z-index:2;max-width:1240px;margin:auto;display:grid;grid-template-columns:1.05fr .8fr .9fr;gap:38px;align-items:center}.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);opacity:.45}.hero-glow-one{width:420px;height:420px;background:#fff;left:-130px;top:-120px}.hero-glow-two{width:360px;height:360px;background:var(--yellow);right:-170px;bottom:-190px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;color:var(--green-dark);margin:0 0 14px}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.045em;margin:0 0 24px}.hero h1 span{color:var(--green)}.hero-lead{font-size:19px;color:#3f4945;max-width:610px}.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-points span{background:#fff;border:1px solid rgba(48,76,32,.16);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}.hero-logo-wrap{position:relative;min-height:430px;display:flex;align-items:center;justify-content:center}.logo-halo{position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.72);box-shadow:0 0 0 22px rgba(255,255,255,.22)}.hero-logo{position:relative;z-index:2;width:390px;max-height:440px;object-fit:contain;filter:drop-shadow(0 24px 22px rgba(46,64,29,.22))}.offer-card{background:#fff;padding:32px;border-radius:18px;box-shadow:var(--shadow);border-top:7px solid var(--green)}.offer-card h2{font-size:29px;line-height:1.15;margin:4px 0 10px}.offer-card>p{color:var(--muted)}.offer-kicker{font-size:12px!important;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--green)!important}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0 16px}.field{display:flex;flex-direction:column;gap:6px}.field-full{grid-column:1/-1}.field label{font-size:12px;font-weight:800;color:#46504c}.field input{width:100%;height:47px;border:1px solid #ccd3cf;border-radius:7px;padding:0 13px;font-size:15px}.field input:focus{outline:3px solid rgba(216,239,87,.35);border-color:var(--green)}.hidden-field{position:absolute!important;left:-10000px!important}.privacy-note{font-size:12px!important;text-align:center;margin:12px 0 0!important}.form-message{display:block;margin-top:12px;font-weight:800;font-size:14px}.form-message.error{color:#9b2929}.form-message.success{color:#36701e}.trust-bar{background:var(--ink);color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:24px max(24px,calc((100% - 1240px)/2));gap:1px}.trust-bar div{padding:8px 26px;border-right:1px solid rgba(255,255,255,.16)}.trust-bar div:last-child{border-right:0}.trust-bar strong,.trust-bar span{display:block}.trust-bar strong{color:var(--lime);font-size:17px}.trust-bar span{font-size:13px;color:#d4dad7}
.section{padding:90px 24px}.section-heading{width:100%;margin:0 auto 45px;text-align:center}.section-heading h2,.story h2,.cta-section h2{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.035em;margin:0 0 16px}.section-heading>p:last-child{font-size:18px;color:var(--muted)}.process{background:#fff}.process-grid{max-width:1160px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.process-card{position:relative;background:var(--cream);padding:36px 30px;border-radius:14px;border:1px solid var(--line);overflow:hidden}.process-card:hover{transform:translateY(-4px);transition:.25s;box-shadow:var(--shadow)}.step-number{position:absolute;right:18px;top:8px;font-size:54px;font-weight:900;color:rgba(95,135,45,.1)}.step-icon{width:55px;height:55px;border-radius:14px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:900}.process-card h3{font-size:22px;margin:22px 0 8px}.process-card p{color:var(--muted);margin:0}.story{max-width:1240px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.story-visual{position:relative}.story-logo-card{min-height:520px;background:radial-gradient(circle at 50% 40%,#f6f7e8,#dbe98d);border-radius:24px;display:flex;align-items:center;justify-content:center;padding:35px;box-shadow:var(--shadow)}.story-logo-card img{max-height:420px;object-fit:contain}.floating-badge{position:absolute;right:-20px;bottom:48px;background:var(--ink);color:#fff;padding:18px 25px;border-radius:12px;box-shadow:var(--shadow)}.floating-badge strong,.floating-badge span{display:block}.floating-badge strong{color:var(--lime);font-size:21px}.story-copy>p{font-size:17px;color:var(--muted)}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.check-grid span{font-weight:800}.check-grid span:before{content:'✓';color:var(--green);margin-right:9px}.situations{background:var(--green-dark);color:#fff}.section-heading.light .eyebrow{color:var(--lime)}.section-heading.light>p:last-child{color:#d8e0d5}.situation-grid{max-width:1160px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.situation-grid article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);padding:26px;border-radius:12px;min-height:210px}.situation-grid article:hover{background:rgba(255,255,255,.12)}.situation-grid span{color:var(--lime);font-weight:900}.situation-grid h3{font-size:19px;margin:12px 0 7px}.situation-grid p{font-size:14px;color:#d9e2d6;margin:0}.comparison{background:var(--cream)}.comparison-wrap{max-width:980px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.comparison-card{background:#fff;border-radius:17px;padding:38px;box-shadow:0 12px 35px rgba(0,0,0,.07)}.comparison-card.featured{border-top:7px solid var(--green);transform:scale(1.025)}.comparison-card h3{font-size:25px;margin:0 0 22px}.comparison-card ul{list-style:none;padding:0;margin:0 0 28px}.comparison-card li{padding:11px 0;border-bottom:1px solid var(--line)}.comparison-card li:before{content:'✓';color:var(--green);font-weight:900;margin-right:10px}.button-link{width:auto}.reviews{background:#fff}.review-grid{max-width:1160px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-grid article{background:var(--cream);border:1px solid var(--line);border-radius:14px;padding:30px}.stars{color:#d3a600;letter-spacing:.12em}.review-grid p{font-size:17px;font-style:italic}.review-grid strong,.review-grid span{display:block}.review-grid span{font-size:13px;color:var(--muted)}.cta-section{max-width:1160px;margin:30px auto 90px;background:linear-gradient(120deg,var(--lime),var(--yellow));border-radius:22px;padding:45px;display:grid;grid-template-columns:180px 1fr auto;gap:32px;align-items:center;box-shadow:var(--shadow)}.cta-logo img{max-height:150px;object-fit:contain}.cta-section h2{font-size:38px}.cta-section p{margin:0}.cta-section .primary-button{width:auto;white-space:nowrap}.site-footer{background:#151918;color:#fff;padding:65px 24px 20px}.footer-grid{max-width:1160px;margin:auto;display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:60px}.footer-grid img{width:230px;max-height:110px;object-fit:contain;object-position:left center;margin-bottom:16px}.footer-grid h3{color:var(--lime)}.footer-grid a,.footer-grid p{display:block;color:#cad0cd;text-decoration:none;margin:7px 0}.footer-bottom{max-width:1160px;margin:42px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;color:#949c98;font-size:13px}
@media(max-width:1050px){.hero-inner{grid-template-columns:1fr 1fr}.hero-logo-wrap{grid-row:2;min-height:320px}.offer-card{grid-column:2;grid-row:1/3}.situation-grid{grid-template-columns:repeat(2,1fr)}.cta-section{grid-template-columns:130px 1fr}.cta-section>.primary-button{grid-column:2}}
@media(max-width:820px){.navbar{min-height:72px;padding:8px 18px;flex-wrap:wrap}.brand img{width:150px}.menu-toggle{display:block;margin-left:auto}.header-cta{display:none}.nav-links{display:none;order:3;width:100%;flex-direction:column;align-items:stretch;gap:0;padding:8px 0 12px}.nav-links.open{display:flex}.nav-links a{display:block;padding:13px 4px;border-top:1px solid var(--line)}.hero{padding-top:50px}.hero-inner{grid-template-columns:1fr}.hero-logo-wrap{grid-row:auto;min-height:270px}.hero-logo{max-height:300px}.offer-card{grid-column:auto;grid-row:auto}.trust-bar{grid-template-columns:1fr 1fr}.trust-bar div:nth-child(2){border-right:0}.process-grid,.review-grid{grid-template-columns:1fr}.story{grid-template-columns:1fr;padding-top:65px}.story-logo-card{min-height:360px}.comparison-wrap{grid-template-columns:1fr}.comparison-card.featured{transform:none}.cta-section{margin-left:20px;margin-right:20px;grid-template-columns:1fr;text-align:center}.cta-logo img{margin:auto}.cta-section>.primary-button{grid-column:auto;margin:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:560px){.hero h1{font-size:42px}.form-grid{grid-template-columns:1fr}.field{grid-column:1/-1}.trust-bar{grid-template-columns:1fr}.trust-bar div{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.section{padding:68px 18px}.situation-grid{grid-template-columns:1fr}.check-grid{grid-template-columns:1fr}.comparison-card{padding:28px 22px}.cta-section{padding:32px 22px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.floating-badge{right:8px;bottom:18px}.hero-logo-wrap{display:none}}
.testimonials h2 {
    white-space: nowrap;
}
