:root{--ink:#11130f;--paper:#f4f2eb;--white:#fff;--lime:#c7ff36;--lime-dark:#9fd600;--muted:#666a60;--line:#d8d9d0;--dark:#141713;--soft:#e8e8df;--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:17px clamp(20px,5vw,78px);background:rgba(244,242,235,.92);border-bottom:1px solid rgba(17,19,15,.1);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;font-size:.88rem;font-weight:900;letter-spacing:-.04em}.brand>span:last-child>span{color:#76a500}.brand-mark{display:grid;width:38px;height:38px;place-items:center;color:var(--ink);background:var(--lime);border-radius:50%;font-size:.76rem;letter-spacing:-.02em}.site-header nav{display:flex;gap:30px;font-size:.86rem;font-weight:750}.site-header nav a:hover{color:#568000}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:12px 20px;border-radius:999px;font-weight:850;transition:transform .2s ease,background .2s ease}.header-cta{color:#fff;background:var(--ink)}.header-cta:hover,.button:hover{transform:translateY(-2px)}.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);min-height:730px;padding:clamp(70px,9vw,130px) clamp(20px,6vw,92px) 80px;overflow:hidden}.hero-copy{align-self:center;max-width:720px}.eyebrow,.section-kicker{font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:28px;height:3px;background:var(--lime-dark)}h1,h2,h3,p{margin-top:0}h1,h2{font-weight:950;letter-spacing:-.065em;line-height:.93}h1{max-width:760px;margin:26px 0;font-size:clamp(3.35rem,6.7vw,7rem)}h1 em,h2 em{font-family:Georgia,serif;font-weight:400;color:#668c08}.hero-lead{max-width:650px;color:#555a50;font-size:clamp(1.06rem,1.5vw,1.32rem)}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:34px}.primary{color:var(--ink);background:var(--lime)}.text-link{font-weight:850;border-bottom:1px solid var(--ink)}.hero-proof{display:flex;gap:36px;margin-top:58px}.hero-proof div{display:flex;gap:9px;align-items:center}.hero-proof strong{font-size:1.55rem}.hero-proof span{max-width:90px;color:var(--muted);font-size:.72rem;line-height:1.1}.hero-system{position:relative;align-self:center;min-height:570px;padding:28px;color:#f4f2eb;background:var(--dark);border-radius:28px;box-shadow:0 35px 80px rgba(17,19,15,.22);overflow:hidden}.system-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(199,255,54,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(199,255,54,.08) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent)}.hero-system>p{position:relative;font-size:.65rem;font-weight:800;letter-spacing:.14em}.system-center{position:absolute;inset:22% 13% 24%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(199,255,54,.4);border-radius:50%}.system-center:before,.system-center:after{content:"";position:absolute;border:1px solid rgba(199,255,54,.12);border-radius:50%}.system-center:before{inset:-25px}.system-center:after{inset:-50px}.system-center span{color:var(--lime);font-size:.7rem;font-weight:900;letter-spacing:.18em}.system-center strong{font-size:clamp(2.8rem,5vw,5.3rem);letter-spacing:-.08em}.system-center small{font-size:.6rem;letter-spacing:.12em}.system-steps{position:absolute;right:28px;bottom:24px;left:28px;display:flex;justify-content:space-between;color:#b8bcb2;font-size:.59rem;font-weight:800}.floating-tag{position:absolute;z-index:2;color:var(--ink);background:#fff;border-radius:12px;box-shadow:0 14px 40px rgba(0,0,0,.28)}.tag-one{top:105px;left:18px;padding:12px 16px;font-size:.76rem;font-weight:850}.tag-two{right:16px;bottom:90px;display:flex;flex-direction:column;padding:12px 20px}.tag-two b{font-size:1.65rem;line-height:1}.tag-two span{font-size:.63rem}.ticker{overflow:hidden;color:var(--ink);background:var(--lime);font-weight:950;letter-spacing:.08em;white-space:nowrap}.ticker div{width:max-content;padding:16px 0;font-size:.82rem;animation:ticker 23s linear infinite}.ticker span{margin:0 22px}@keyframes ticker{to{transform:translateX(-50%)}}.section{padding:110px clamp(20px,6vw,92px)}.section-kicker{margin-bottom:32px;color:#678700}.section-kicker.light{color:var(--lime)}.section-heading,.comparison-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:55px}.section-heading h2,.method h2,.faq h2,.final-cta h2{margin:0;font-size:clamp(2.7rem,5vw,5.5rem)}.section-heading p,.comparison-head p{max-width:480px;margin:0;color:var(--muted);font-size:1.05rem}.services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.service-card{grid-column:span 2;display:flex;flex-direction:column;min-height:600px;padding:28px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);transition:transform .22s ease,box-shadow .22s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(17,19,15,.12)}.service-card.bundle{grid-column:span 2}.service-card.featured{position:relative;grid-column:span 2;color:#fff;background:var(--dark);border-color:var(--dark);box-shadow:0 22px 60px rgba(17,19,15,.2)}.recommended{position:absolute;top:-14px;right:22px;padding:7px 13px;color:var(--ink);background:var(--lime);border-radius:999px;font-size:.6rem;font-weight:950;letter-spacing:.1em}.service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}.service-number{display:grid;width:40px;height:40px;place-items:center;background:var(--soft);border-radius:50%;font-size:.7rem;font-weight:900}.featured .service-number{color:var(--ink);background:var(--lime)}.service-type{color:#72766d;font-size:.62rem;font-weight:900;letter-spacing:.13em}.service-card h3{margin-bottom:12px;font-size:clamp(1.7rem,2.4vw,2.5rem);letter-spacing:-.055em;line-height:1}.service-summary{min-height:80px;color:var(--muted)}.featured .service-summary{color:#c5c8c0}.service-card ul{display:grid;gap:10px;margin:8px 0 30px;padding:0;list-style:none}.service-card li{position:relative;padding-left:22px;color:#4f544b;font-size:.88rem}.featured li{color:#d7d9d3}.service-card li:before{content:"✓";position:absolute;left:0;color:#76a000;font-weight:950}.price{display:grid;grid-template-columns:auto 1fr;align-items:end;margin-top:auto;padding-top:24px;border-top:1px solid var(--line)}.featured .price{border-color:#40443d}.price span{grid-column:1/-1;color:#777b72;font-size:.6rem;font-weight:900;letter-spacing:.15em}.price strong{font-size:2.2rem;letter-spacing:-.06em}.price small{justify-self:end;margin-bottom:7px;color:#777b72;font-weight:800}.card-button{width:100%;margin-top:20px;color:var(--ink);background:var(--soft)}.featured .card-button{background:var(--lime)}.currency-note{text-align:center;margin:30px auto 0;color:var(--muted);font-size:.78rem}.method{color:#fff;background:var(--dark)}.method-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(60px,9vw,140px)}.method-layout>div>p{max-width:570px;margin-top:28px;color:#b7bbb3;font-size:1.1rem}.method ol{margin:0;padding:0;list-style:none}.method li{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:21px 0;border-bottom:1px solid #393d36}.method li>span{color:var(--lime);font-size:.7rem;font-weight:900}.method h3{margin-bottom:4px;font-size:1.25rem}.method li p{margin:0;color:#aeb2aa;font-size:.88rem}.comparison-head h2{margin:0;font-size:clamp(2.6rem,4.2vw,4.8rem)}.comparison-table{border-top:2px solid var(--ink)}.comparison-row{display:grid;grid-template-columns:2fr repeat(3,1fr);align-items:center;min-width:690px;padding:17px 22px;border-bottom:1px solid var(--line);text-align:center}.comparison-row strong,.comparison-row:first-child span:first-child{text-align:left}.comparison-title{color:var(--muted);font-size:.7rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.comparison-row:not(.comparison-title) span{font-weight:950}.comparison-row:not(.comparison-title) span:not(:last-child){color:#649000}.comparison-row.highlight{background:var(--lime)}.faq{background:#e9e8df}.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq-list details{border-top:1px solid #c9cbc0}.faq-list details:last-child{border-bottom:1px solid #c9cbc0}.faq-list summary{display:flex;justify-content:space-between;gap:24px;padding:22px 0;font-weight:850;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:1.4rem}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:700px;padding:0 40px 20px 0;color:var(--muted)}.final-cta{text-align:center;padding:120px 20px;color:#fff;background:var(--dark)}.final-cta .eyebrow{justify-content:center;color:var(--lime)}.final-cta h2{margin:24px 0}.final-cta p{color:#b9bdb5}.final-cta .button{margin-top:18px}footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px clamp(20px,6vw,92px);background:var(--lime);font-size:.74rem;font-weight:800}footer p{margin:0}
@media(max-width:1050px){.hero{grid-template-columns:1fr;gap:60px}.hero-system{min-height:500px}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card,.service-card.bundle,.service-card.featured{grid-column:auto}.service-summary{min-height:auto}.method-layout{gap:60px}}
@media(max-width:760px){.site-header nav{display:none}.header-cta{padding:10px 15px;font-size:.75rem}.hero{display:block;min-height:0;padding-top:70px}.hero-system{min-height:420px;margin-top:55px}.hero-proof{gap:16px;justify-content:space-between}.hero-proof div{display:block}.hero-actions,.section-heading,.comparison-head{align-items:flex-start;flex-direction:column}.section{padding-top:80px;padding-bottom:80px}.services-grid{grid-template-columns:1fr}.service-card,.service-card.bundle,.service-card.featured,.service-card:last-child{grid-column:auto;max-width:none}.service-card{min-height:0}.method-layout,.faq-layout{grid-template-columns:1fr}.method-layout{gap:35px}.comparison-table{overflow-x:auto}.comparison-row{min-width:650px}.faq-layout{gap:40px}footer{align-items:flex-start;flex-direction:column}.tag-one{top:80px}.tag-two{bottom:70px}}
@media(max-width:480px){h1{font-size:3.3rem}.hero-actions{gap:18px}.hero-proof{margin-top:40px}.hero-system{min-height:360px}.system-center{inset:25% 16%}.system-center strong{font-size:2.8rem}.system-steps{gap:8px}.section{padding-right:17px;padding-left:17px}.service-card{padding:23px}.price strong{font-size:2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.service-card,.button,.header-cta{transition:none}}
