:root{color-scheme:light;--brand:#0f7a42;--accent:#cf3f46;--bg:#f6fff9;--dark:#17251d;--ink:#17211f;--muted:#5d6b67;--line:#dce6e1;--panel:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.62}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;gap:16px;align-items:center;justify-content:space-between;padding:12px clamp(16px,4vw,54px);background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:900;text-decoration:none}.brand img{border-radius:8px}.nav{display:flex;flex-wrap:wrap;justify-content:center;gap:4px}.nav a{min-height:38px;display:inline-flex;align-items:center;padding:8px 10px;border-radius:7px;text-decoration:none;font-weight:800;color:var(--muted)}.nav a.active,.nav a:hover{background:color-mix(in srgb,var(--brand) 10%,white);color:var(--brand)}.header-actions,.hero-actions{display:flex;gap:9px;flex-wrap:wrap}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:10px 15px;text-decoration:none;font-weight:900;white-space:nowrap}.solid{background:var(--brand);color:white}.ghost{border:1px solid var(--line);background:white;color:var(--brand)}.hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.65fr);gap:32px;align-items:center;padding:clamp(42px,7vw,88px) clamp(16px,5vw,72px);background:linear-gradient(125deg,color-mix(in srgb,var(--brand) 10%,white),color-mix(in srgb,var(--accent) 16%,white))}.ranking .hero .hero-copy{order:2}.ranking .hero .visual{order:1}.hero h1,.page-hero h1{font-size:clamp(2.1rem,5vw,4.75rem);line-height:1.03;letter-spacing:0;margin:.2em 0}.hero p,.page-hero p{font-size:1.06rem;color:var(--muted);max-width:780px}.kicker{display:inline-block;color:var(--brand);font-size:.78rem;text-transform:uppercase;font-weight:900;letter-spacing:0}.visual{display:flex;justify-content:center}.visual img{max-width:100%;height:auto;filter:drop-shadow(0 20px 32px rgba(0,0,0,.18))}.authority{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;padding:16px clamp(16px,5vw,72px);background:var(--dark);color:white}.authority span{color:#dfe8e5}.section,.page-hero{padding:clamp(34px,6vw,72px) clamp(16px,5vw,72px)}.two{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.module-grid,.cards,.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cards{grid-template-columns:repeat(3,1fr)}.steps{grid-template-columns:repeat(4,1fr)}article,.rank-table,.notice,.cta-band{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:20px;box-shadow:0 12px 28px rgba(20,42,37,.07)}article span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--accent);font-weight:900;color:#1b1608}article a{display:inline-flex;margin-top:10px;color:var(--brand);font-weight:900;text-decoration:none}.rank-table{display:grid;gap:1px;padding:0;overflow:hidden}.rank-table div{display:grid;grid-template-columns:120px 1fr;gap:14px;padding:15px 18px;background:white}.rank-table span,p{color:var(--muted)}.notice{border-left:5px solid var(--accent)}.faq-list{display:grid;gap:12px;max-width:980px}.faq-list details{background:white;border:1px solid var(--line);border-radius:8px;padding:16px}.faq-list summary{font-weight:900;cursor:pointer}.cta-band{margin:0 clamp(16px,5vw,72px) clamp(38px,5vw,72px);display:flex;align-items:center;justify-content:space-between;gap:20px;background:color-mix(in srgb,var(--brand) 8%,white)}.footer{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:22px;background:var(--dark);color:white;padding:34px clamp(16px,5vw,72px)}.footer p{color:#d4e1dd}.footer a{display:block;color:#e7fff6;text-decoration:none;margin:7px 0}@media(max-width:980px){.site-header{position:static;align-items:flex-start;flex-direction:column}.hero,.two,.footer{grid-template-columns:1fr}.ranking .hero .hero-copy,.ranking .hero .visual{order:initial}.module-grid,.cards,.steps{grid-template-columns:1fr}.header-actions{width:100%}.button{white-space:normal}.hero h1,.page-hero h1{font-size:2.25rem}.rank-table div{grid-template-columns:1fr}.cta-band{align-items:flex-start;flex-direction:column}}