:root{--bg:#f5f1e8;--bg-soft:#fbf8f2;--surface:#ffffffc7;--surface-strong:#fffdfa;--ink:#17211d;--muted:#4e5c57;--line:#17211d1f;--accent:#0f766e;--accent-strong:#0b5e57;--accent-soft:#0f766e1f;--warning:#92400e;--shadow:0 22px 50px #17211d14;--radius:24px;--max:1180px;--font-heading:"Fraunces", "Georgia", serif;--font-body:"Manrope", "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);font-family:var(--font-body);background:radial-gradient(circle at 0 0,#0f766e1f,#0000 28%),radial-gradient(circle at 100% 0,#92400e14,#0000 24%),linear-gradient(#f9f6ef 0%,#f2ede3 42%,#ebe6db 100%);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%}.shell{min-height:100vh}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#f5f1e8db;position:sticky;top:0}.site-header__inner,.site-footer__inner,.page,.home-hero,.home-grid,.content-grid,.section,.page-header{width:min(calc(100% - 2rem), var(--max));margin:0 auto}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:78px;display:flex}.brand{flex-direction:column;gap:.15rem;display:inline-flex}.brand__mark{font-family:var(--font-heading);align-items:center;gap:.7rem;font-size:1.25rem;font-weight:700;display:inline-flex}.brand__mark:before{content:"";background:linear-gradient(135deg,#0f766e,#d97706);border-radius:999px;width:.95rem;height:.95rem;box-shadow:0 0 0 8px #0f766e1a}.brand__sub{color:var(--muted);font-size:.85rem}.nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.nav a{color:var(--muted);font-weight:600}.nav a:hover,.nav a:focus-visible{color:var(--ink)}.page{padding:3rem 0 5rem}.home-hero{grid-template-columns:1.2fr .8fr;align-items:stretch;gap:1.5rem;padding:3rem 0 1.5rem;display:grid}.hero-card,.glass-card,.content-card,.calc-card,.faq-card,.link-card,.stat-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.hero-card{padding:2rem}.hero-card__eyebrow,.eyebrow{background:var(--accent-soft);color:var(--accent-strong);border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .8rem;font-size:.86rem;font-weight:700;display:inline-flex}.hero-card h1,.page-header h1,.content-card h2,.content-card h3,.calc-card h2,.faq-card h2{font-family:var(--font-heading);letter-spacing:-.02em;line-height:1.04}.hero-card h1,.page-header h1{margin:1rem 0;font-size:clamp(2.6rem,6vw,5rem)}.hero-card p,.page-header p,.content-card p,.faq-card p,.result-panel p,.tool-table td,.tool-table th,li{color:var(--muted);line-height:1.7}.hero-actions,.inline-links{flex-wrap:wrap;gap:.9rem;margin-top:1.6rem;display:flex}.button,.button--ghost{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.85rem 1.2rem;font-weight:700;display:inline-flex}.button{color:#fff;background:linear-gradient(135deg,#0f766e,#115e59)}.button--ghost{color:var(--ink);border-color:var(--line);background:#ffffffa6}.hero-side{gap:1rem;display:grid}.stat-card{padding:1.4rem}.stat-card strong{font-size:2.1rem;font-family:var(--font-heading);margin-bottom:.35rem;display:block}.home-grid,.content-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;padding:1.5rem 0;display:grid}.section{padding:1.5rem 0}.section__head{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;display:flex}.section__head h2,.page-header h2{font-size:clamp(2rem,4vw,3rem);font-family:var(--font-heading);margin:0}.section__head p{max-width:54ch;margin:0}.link-card,.content-card,.calc-card,.faq-card{padding:1.4rem}.link-card h3,.content-card h2,.calc-card h2,.faq-card h3{margin-top:0;margin-bottom:.7rem}.pill-row{flex-wrap:wrap;gap:.6rem;margin-top:1rem;display:flex}.pill{color:var(--ink);background:#17211d0f;border-radius:999px;padding:.45rem .7rem;font-size:.86rem;font-weight:700}.page-header{padding:2.4rem 0 1.2rem}.page-grid{grid-template-columns:1.4fr .8fr;gap:1.25rem;display:grid}.stack{gap:1.25rem;display:grid}.content-card ul,.content-card ol,.faq-card ul{padding-left:1.2rem}.tool-table{border-collapse:collapse;width:100%}.tool-table th,.tool-table td{border-bottom:1px solid var(--line);text-align:left;padding:.8rem 0}.calc-card form{gap:.85rem;display:grid}.field{gap:.45rem;display:grid}.field label{font-weight:700}.field span{color:var(--muted);font-size:.9rem}.field input,.field select,.field textarea{width:100%;font:inherit;color:var(--ink);background:#ffffffd6;border:1px solid #17211d29;border-radius:16px;padding:.95rem 1rem}.result-panel{background:linear-gradient(#0f766e14,#ffffffd9);border:1px solid #0f766e2e;border-radius:20px;padding:1.1rem}.result-panel strong{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1;font-family:var(--font-heading);display:block}.aside-note{background:#d9770614;border-left:4px solid #d97706;border-radius:0 18px 18px 0;padding:1.1rem}.faq-list{gap:1rem;display:grid}.faq-item{border-top:1px solid var(--line);padding:1rem 0}.faq-item:first-child{border-top:0;padding-top:0}.site-footer{border-top:1px solid var(--line);background:#fffdfab8}.site-footer__inner{grid-template-columns:1fr auto;gap:1rem;padding:2rem 0 3rem;display:grid}.footer-links{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:960px){.home-hero,.page-grid,.home-grid,.content-grid,.site-footer__inner{grid-template-columns:1fr}.site-header__inner,.section__head{flex-direction:column;align-items:start}}@media (max-width:640px){.page,.home-hero{padding-top:2rem}.hero-card,.link-card,.content-card,.calc-card,.faq-card,.stat-card{padding:1.15rem}.hero-card h1,.page-header h1{font-size:2.5rem}}
