*{box-sizing:border-box}:root{--bg:#f4f7f1;--surface:#fff;--ink:#101711;--muted:#60705f;--line:#dce7d8;--green:#16813a;--green-dark:#0b4e28;--lime:#8dc63f;--yellow:#f0c41d;--black:#101010;--shadow:0 18px 42px rgba(16,23,17,.1)}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;min-height:78px;padding:10px clamp(16px,4vw,44px);gap:24px;background:hsla(0,0%,100%,.94);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.site-header{display:flex;align-items:center}.brand{gap:11px}.logo-mark{width:46px;height:46px;border-radius:9px;background:#0d1711;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.logo-mark img{width:90%;height:90%;object-fit:contain}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-text strong{font-size:16px;font-weight:800;color:#101711;letter-spacing:-.01em}.brand-text small{font-size:11px;color:var(--muted);margin-top:1px}.site-header nav{margin-left:auto;display:flex;gap:6px}.site-header nav a{padding:10px 12px;border-radius:8px;color:var(--muted);font-size:14px;font-weight:750}.site-header nav a:hover{background:#edf4ea;color:var(--ink)}.card-actions a:last-child,.contact-band a,.detail-cta,.header-cta,.hero-actions a:first-child,.results-header>a{min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--green);color:#fff;font-weight:850}.card-actions a:last-child:hover,.contact-band a:hover,.detail-cta:hover,.header-cta:hover,.hero-actions a:first-child:hover,.results-header>a:hover{background:var(--green-dark)}.hero{min-height:calc(100vh - 78px);padding:clamp(34px,6vw,76px) clamp(16px,4vw,44px) 34px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;grid-gap:clamp(24px,4vw,56px);gap:clamp(24px,4vw,56px);background:radial-gradient(circle at 82% 16%,rgba(240,196,29,.24),transparent 28%),linear-gradient(135deg,#101711,#123a20 54%,#174f28);color:#fff}.eyebrow{margin:0 0 10px;color:var(--green);font-size:12px;line-height:1.2;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero .eyebrow{color:#b9f071}.hero h1{max-width:790px;margin:0 0 18px;font-size:clamp(42px,6.6vw,78px);line-height:.96;letter-spacing:0}.hero p{max-width:720px;margin:0 0 28px;color:hsla(0,0%,100%,.78);font-size:18px;line-height:1.65}.search-panel{max-width:720px;padding:8px;display:grid;grid-template-columns:1fr 128px;grid-gap:8px;gap:8px;border:1px solid hsla(0,0%,100%,.18);border-radius:14px;background:hsla(0,0%,100%,.12);box-shadow:0 18px 40px rgba(0,0,0,.28)}.search-field{position:relative;min-width:0}.search-field .material-symbols-outlined{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:22px;color:var(--muted);pointer-events:none}.search-panel input{width:100%;min-width:0;height:54px;border:0;border-radius:9px;padding:0 15px 0 46px;outline:none;font-size:15px;background:#fff;color:var(--ink)}.search-panel input::placeholder{color:#93a291}.search-panel button{border:0;border-radius:9px;background:var(--yellow);color:#15190d;font-weight:900;font-size:15px;cursor:pointer;transition:filter .15s ease}.search-panel button:hover{filter:brightness(1.05)}.hero-actions{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.hero-actions a:last-child{min-height:42px;padding:0 16px;border:1px solid hsla(0,0%,100%,.26);border-radius:8px;font-weight:850}.finder{max-width:740px;padding:16px;border-radius:16px;background:hsla(0,0%,100%,.97);color:var(--ink);box-shadow:0 22px 50px rgba(0,0,0,.32)}.finder-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.finder-head .material-symbols-outlined{font-size:20px;color:#fff;background:var(--green);width:34px;height:34px;border-radius:8px;display:grid;place-items:center;flex:0 0 auto}.finder-head strong{display:block;font-size:16px;line-height:1.2}.finder-head small{color:var(--muted);font-size:12.5px}.finder-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.finder-part{grid-column:1/-1}.finder-field{display:flex;flex-direction:column;gap:5px;min-width:0}.finder-field>span{font-size:12px;font-weight:800;color:#3a4a39}.finder-field>span em{color:var(--muted);font-weight:600;font-style:normal}.finder-input{position:relative}.finder-input .material-symbols-outlined{position:absolute;left:11px;top:50%;transform:translateY(-50%);font-size:19px;color:var(--muted);pointer-events:none}.finder-field input,.finder-field select{width:100%;min-width:0;height:46px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font-size:14px;outline:none}.finder-field input{padding:0 12px 0 38px}.finder-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2360705f' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding:0 34px 0 12px}.finder-field input:focus,.finder-field select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,129,58,.12)}.finder-field select:disabled{background-color:#f2f5f0;color:#9aa898;cursor:not-allowed}.finder-submit{margin-top:12px;width:100%;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:var(--green);color:#fff;font-weight:850;font-size:15px;cursor:pointer;transition:background .15s ease}.finder-submit:hover{background:var(--green-dark)}.finder-submit .material-symbols-outlined{font-size:20px}.header-search{margin-left:auto;position:relative;display:flex;align-items:center;max-width:320px;flex:1 1 200px}.header-search .material-symbols-outlined{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:19px;color:var(--muted);pointer-events:none}.header-search input{width:100%;height:40px;border:1px solid var(--line);border-radius:999px;background:#f5f8f3;padding:0 14px 0 38px;font-size:14px;outline:none}.header-search input:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px rgba(22,129,58,.1)}.site-header nav{margin-left:12px}.hero-media{position:relative;align-self:end}.hero-media>img{width:100%;max-height:520px;object-fit:contain;filter:drop-shadow(0 28px 28px rgba(0,0,0,.28))}.metric-board{position:absolute;right:0;bottom:8%;width:min(250px,70%);padding:18px;display:grid;grid-gap:5px;gap:5px;border:1px solid hsla(0,0%,100%,.2);border-radius:8px;background:rgba(10,20,12,.82);box-shadow:var(--shadow)}.metric-board span{color:var(--yellow);font-size:34px;line-height:1;font-weight:950}.metric-board small{color:hsla(0,0%,100%,.74);margin-bottom:10px}.value-strip{max-width:1180px;margin:-28px auto 0;padding:0 16px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;position:relative;z-index:2}.value-strip article{min-height:118px;padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.value-strip strong{display:block;margin-bottom:8px;font-size:17px}.value-strip span{color:var(--muted);line-height:1.5}.catalog{max-width:1320px;margin:48px auto 0;padding:0 16px 54px;display:grid;grid-template-columns:290px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:start}.filters{position:-webkit-sticky;position:sticky;top:96px;display:grid;grid-gap:14px;gap:14px}.check-row,.filter-card{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 8px 22px rgba(16,23,17,.05)}.filter-card{padding:15px;display:grid;grid-gap:8px;gap:8px}.filter-card h2{margin:0 0 4px;font-size:15px}.logo-card img{width:160px;height:76px;object-fit:contain;justify-self:start}.logo-card p{margin:0;color:var(--muted);line-height:1.45}.filter-card button{width:100%;min-height:42px;border:1px solid transparent;border-radius:8px;background:#f5f8f3;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;padding:8px 10px}.filter-card button.active{border-color:var(--green);background:#e5f6e9;color:var(--green-dark);font-weight:850}.check-row,.filter-card small{color:var(--muted)}.check-row{padding:14px;display:flex;gap:10px;line-height:1.4}.results-header{margin-bottom:16px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px 16px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:0 8px 22px rgba(16,23,17,.05)}.results-header .result-count{margin:0;font-size:16px;font-weight:800;color:var(--ink);white-space:nowrap}.results-header .result-count small{display:block;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:2px}.result-chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px}.result-chips .chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#eef5ea;color:var(--green-dark);font-weight:700}.result-chips .chip strong{font-weight:800}.result-chips .clear-all{border:0;background:none;color:var(--green);font-weight:800;font-size:13px;cursor:pointer;padding:4px 2px}.result-chips .clear-all:hover{text-decoration:underline}.results-header>a{min-height:38px;padding:0 14px;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.product-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 10px 24px rgba(16,23,17,.06)}.product-image{aspect-ratio:1.45;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(145deg,#0e1a12,#193826 65%,#112016);position:relative;overflow:hidden}.product-body{padding:15px}.product-body p{margin:0 0 8px;color:var(--green);font-size:12px;font-weight:900;text-transform:uppercase}.product-body h3{min-height:52px;margin:0 0 8px;font-size:18px;line-height:1.25}.sku,.vehicle{display:block;color:var(--muted);font-size:13px;line-height:1.45}.price-row{margin:14px 0;padding-top:12px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px}.price-row strong{font-size:20px;color:var(--green-dark)}.price-row small{color:var(--muted);text-align:right}.card-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.card-actions a{min-height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:850}.card-actions a:first-child,.state{border:1px solid var(--line)}.state{padding:44px;border-radius:8px;background:var(--surface);color:var(--muted);text-align:center}.pagination{margin-top:18px;display:flex;align-items:center;justify-content:center;gap:12px}.pagination button{min-height:40px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:0 14px;cursor:pointer}.pagination button:disabled{opacity:.45;cursor:not-allowed}.contact-band{max-width:1180px;margin:0 auto 56px;padding:16px;display:grid;grid-template-columns:1fr .8fr;grid-gap:24px;gap:24px;align-items:center}.contact-band img{width:100%;border-radius:8px;display:block}.contact-band h2{margin:0 0 12px;font-size:clamp(28px,4vw,48px)}.contact-band p{color:var(--muted);line-height:1.6}.detail-page{min-height:100vh;padding:28px clamp(16px,4vw,48px);background:var(--bg)}.back-link{display:inline-flex;margin-bottom:18px;color:var(--green-dark);font-weight:850}.detail-shell{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:420px 1fr;grid-gap:32px;gap:32px;align-items:center}.detail-image{aspect-ratio:1;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:linear-gradient(145deg,#0e1a12,#193826 65%,#112016);position:relative;overflow:hidden}.detail-image img{width:96px;height:96px;object-fit:contain;filter:brightness(0) invert(1);opacity:.75;position:relative;z-index:1}.detail-image-tag{font-size:11px;font-weight:900;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.12em;position:relative;z-index:1}.detail-image-am{position:absolute;bottom:16px;right:18px;font-size:38px;font-weight:950;color:var(--yellow);opacity:.4;z-index:1}.detail-shell h1{margin:0 0 14px;font-size:clamp(34px,6vw,64px);line-height:1}.detail-shell p{color:var(--muted);line-height:1.65}dl{margin:22px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}dl div{padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}dt{color:var(--muted);font-size:12px;text-transform:uppercase;font-weight:900}dd{margin:5px 0 0;font-weight:850}@media (max-width:980px){.catalog,.contact-band,.detail-shell,.hero{grid-template-columns:1fr}.hero{min-height:auto}.filters{position:static}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.value-strip{grid-template-columns:1fr;margin-top:16px}.header-search{display:none}}@media (max-width:640px){.site-header{align-items:flex-start;flex-wrap:wrap;gap:10px}.site-header nav{order:3;width:100%;overflow-x:auto;margin-left:0}.header-cta{margin-left:auto}.finder-grid,.product-grid,.search-panel,dl{grid-template-columns:1fr}.hero h1{font-size:40px}.metric-board{position:static;width:100%;margin-top:12px}.results-header{align-items:stretch;flex-direction:column}}.product-image img{width:60px;height:60px;object-fit:contain;filter:brightness(0) invert(1);opacity:.7;position:relative;z-index:1}.product-image-tag{font-size:9.5px;font-weight:900;color:hsla(0,0%,100%,.45);text-transform:uppercase;letter-spacing:.1em;position:relative;z-index:1}.product-image-am{position:absolute;bottom:8px;right:12px;font-size:20px;font-weight:950;color:var(--yellow);opacity:.45;letter-spacing:-1px;z-index:1}.subpage{min-height:100vh;background:var(--bg)}.service-nav{position:-webkit-sticky;position:sticky}.sub-hero{min-height:520px;padding:clamp(42px,7vw,86px) clamp(16px,5vw,60px);display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);grid-gap:42px;gap:42px;align-items:center;background:radial-gradient(circle at 82% 14%,rgba(240,196,29,.24),transparent 27%),linear-gradient(135deg,#101711,#123a20 58%,#17602d);color:#fff}.sub-hero .eyebrow{color:#b9f071}.sub-hero h1{max-width:760px;margin:0 0 18px;font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:0}.sub-hero p{max-width:720px;margin:0 0 26px;color:hsla(0,0%,100%,.78);font-size:18px;line-height:1.65}.sub-hero>img{width:100%;max-height:420px;object-fit:contain;filter:drop-shadow(0 28px 28px rgba(0,0,0,.28))}.club-layout,.service-grid-section{max-width:1240px;margin:0 auto;padding:58px 16px}.section-heading-wide{max-width:760px;margin-bottom:24px}.benefits-panel h2,.flow-band h2,.join-form h2,.section-heading-wide h2,.service-cta h2{margin:0 0 12px;font-size:clamp(30px,4vw,52px);line-height:1.05}.benefit-list span,.flow-steps span,.section-heading-wide p,.service-card p,.service-cta p{color:var(--muted);line-height:1.6}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.service-card{min-height:246px;padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 10px 24px rgba(16,23,17,.06);display:flex;flex-direction:column}.service-card span{width:44px;height:44px;border-radius:8px;display:grid;place-items:center;background:#e5f6e9;color:var(--green-dark);font-weight:950}.service-card h3{margin:18px 0 8px;font-size:21px}.service-card p{margin:0 0 18px}.service-card a{margin-top:auto;color:var(--green-dark);font-weight:900}.flow-band,.service-cta{max-width:1180px;margin:0 auto 56px;padding:28px;border-radius:8px;background:#101711;color:#fff}.flow-band{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:28px;gap:28px;align-items:start}.flow-band .eyebrow,.service-cta .eyebrow{color:#b9f071}.flow-steps{display:grid;grid-gap:10px;gap:10px}.flow-steps article{padding:16px;border:1px solid hsla(0,0%,100%,.14);border-radius:8px;background:hsla(0,0%,100%,.06)}.flow-steps strong{display:block;margin-bottom:6px}.flow-steps span{color:hsla(0,0%,100%,.72)}.service-cta{display:flex;align-items:center;justify-content:space-between;gap:22px}.service-cta p{max-width:720px;color:hsla(0,0%,100%,.72)}.service-cta a{min-height:44px;padding:0 18px;border-radius:8px;background:var(--yellow);color:#15190d;font-weight:950;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.club-hero{grid-template-columns:minmax(0,1fr) 360px}.club-pass{min-height:310px;padding:28px;border:1px solid hsla(0,0%,100%,.18);border-radius:8px;background:linear-gradient(145deg,hsla(0,0%,100%,.13),hsla(0,0%,100%,.05));box-shadow:var(--shadow);display:grid;align-content:center;grid-gap:14px;gap:14px}.club-pass img{width:180px;height:86px;object-fit:contain;background:#fff;border-radius:8px;padding:8px}.club-pass span{color:#b9f071;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.club-pass strong{font-size:40px;line-height:1;color:var(--yellow)}.club-pass small{color:hsla(0,0%,100%,.74);line-height:1.5}.club-layout{display:grid;grid-template-columns:minmax(320px,.85fr) 1fr;grid-gap:22px;gap:22px;align-items:start}.benefits-panel,.join-form{padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 10px 24px rgba(16,23,17,.06)}.join-form{display:grid;grid-gap:14px;gap:14px}.join-form label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-weight:800}.join-form input,.join-form select{width:100%;min-height:48px;border:1px solid var(--line);border-radius:8px;padding:0 12px;background:#f8fbf6;color:var(--ink)}.benefit-list{display:grid;grid-gap:12px;gap:12px}.benefit-list article{padding:16px;border:1px solid var(--line);border-radius:8px;background:#f8fbf6}.benefit-list strong{display:block;margin-bottom:6px}.club-cta{background:linear-gradient(135deg,#123a20,#101711)}@media (max-width:980px){.club-hero,.club-layout,.flow-band,.sub-hero{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-cta{align-items:stretch;flex-direction:column}}@media (max-width:640px){.service-grid{grid-template-columns:1fr}.sub-hero h1{font-size:40px}.club-pass strong{font-size:32px}}.site-footer{background:#101711;color:hsla(0,0%,100%,.72);padding:44px clamp(16px,4vw,44px) 28px}.footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:32px;gap:32px}.footer-brand{display:flex;align-items:center;gap:11px;margin-bottom:14px}.footer-brand .logo-mark{background:#1c2e20}.footer-brand .brand-text strong{color:#fff;font-size:15px}.footer-brand .brand-text small{color:hsla(0,0%,100%,.5)}.footer-col h4{margin:0 0 14px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4)}.footer-col a{display:block;margin-bottom:9px;color:hsla(0,0%,100%,.65);font-size:14px}.footer-col a:hover{color:var(--yellow)}.footer-col p{margin:0 0 8px;font-size:14px;line-height:1.6}.footer-bottom{max-width:1180px;margin:28px auto 0;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:12px;color:hsla(0,0%,100%,.35);flex-wrap:wrap}@media (max-width:720px){.footer-inner{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;align-items:flex-start}}.content-page{max-width:900px;margin:0 auto;padding:24px clamp(16px,4vw,32px) 60px}.content-hero{padding:20px 0 24px;border-bottom:1px solid var(--line);margin-bottom:24px}.content-hero h1{margin:6px 0 10px;font-size:clamp(30px,5vw,46px);line-height:1.02}.content-hero p{color:var(--muted);font-size:17px;line-height:1.6;max-width:680px}.faq-section{margin:26px 0}.faq-section h2{display:flex;align-items:center;gap:10px;font-size:20px;margin:0 0 12px}.faq-section h2 .material-symbols-outlined{font-size:22px;color:#fff;background:var(--green);width:34px;height:34px;border-radius:8px;display:grid;place-items:center}.faq-list{display:grid;grid-gap:10px;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:10px;background:var(--surface);overflow:hidden}.faq-list summary{cursor:pointer;padding:14px 16px;font-weight:750;list-style:none;display:flex;justify-content:space-between;gap:12px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"expand_more";font-family:Material Symbols Outlined;color:var(--muted);transition:transform .2s}.faq-list details[open] summary:after{transform:rotate(180deg)}.faq-list details p{margin:0;padding:0 16px 16px;color:#40503f;line-height:1.6}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.guide-card{display:block;padding:20px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 8px 22px rgba(16,23,17,.05);transition:transform .15s,box-shadow .15s}.guide-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(16,23,17,.1)}.guide-tag{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--green);margin-bottom:8px}.guide-card h2{margin:0 0 8px;font-size:18px;line-height:1.25}.guide-card p{margin:0 0 12px;color:var(--muted);font-size:14px;line-height:1.55}.guide-meta{color:var(--green);font-weight:800;font-size:13px}.article h1{font-size:clamp(28px,4.4vw,40px);line-height:1.08;margin:6px 0 8px}.article .eyebrow a{color:var(--green)}.article-meta{color:var(--muted);font-size:13px;margin:0 0 18px}.article-intro{font-size:18px;line-height:1.7;color:#2c3a2b;margin:0 0 24px}.article section{margin:24px 0}.article section h2{font-size:21px;margin:0 0 10px}.article section p{line-height:1.7;color:#33422f;margin:0 0 12px}.article section ul{margin:0;padding-left:22px;line-height:1.7;color:#33422f}.article section li{margin-bottom:5px}.content-cta{margin-top:32px;padding:26px;border-radius:14px;text-align:center;background:linear-gradient(135deg,#123a20,#16813a);color:#fff}.content-cta h2{margin:0 0 6px;font-size:22px}.content-cta p{margin:0 0 16px;color:hsla(0,0%,100%,.85)}.content-cta .header-cta{background:var(--yellow);color:#15190d}.content-cta .header-cta:hover{filter:brightness(1.05);background:var(--yellow)}.site-header nav a.active{background:#e5f6e9;color:var(--green-dark)}.page-footer{border-top:1px solid var(--line);background:var(--surface);padding:40px clamp(16px,4vw,44px) 24px;margin-top:40px}.page-footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr;grid-gap:32px;gap:32px}.page-footer-inner strong{font-size:17px;display:block;margin-bottom:8px}.page-footer-inner p{margin:4px 0;color:var(--muted);line-height:1.5}.page-footer-inner nav{display:grid;grid-gap:8px;gap:8px;align-content:start}.page-footer-inner nav a{color:var(--muted);font-weight:650}.page-footer-inner nav a:hover{color:var(--green)}.page-footer-legal{max-width:1180px;margin:24px auto 0;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}@media (max-width:640px){.guide-grid,.page-footer-inner{grid-template-columns:1fr}.page-footer-inner{gap:24px}}