:root{--font-sans: "Segoe UI", system-ui, -apple-system, sans-serif;--font-serif: Georgia, "Times New Roman", serif;--max-width: 1100px;--radius: 10px;--shadow: 0 8px 24px rgba(15, 23, 42, .08)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--text);background:var(--bg);line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.site-header{background:var(--header-bg);color:var(--header-text);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.site-header .inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0}.brand{font-weight:700;font-size:1.15rem;color:inherit;text-decoration:none}.nav{display:flex;flex-wrap:wrap;gap:.85rem 1.1rem;font-size:.95rem}.nav a{color:inherit;opacity:.92}.hero{padding:3.5rem 0 2.5rem;background:linear-gradient(160deg,var(--hero-from),var(--hero-to));color:var(--hero-text)}.hero h1{margin:0 0 .75rem;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.15;max-width:18ch}.hero p{margin:0;max-width:58ch;font-size:1.1rem;opacity:.95}.section{padding:2.5rem 0}.section h2{margin:0 0 1rem;font-size:1.6rem}.grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.2rem;box-shadow:var(--shadow)}.card h3{margin:0 0 .45rem;font-size:1.1rem}.card p{margin:0;color:var(--muted);font-size:.95rem}.card a{font-weight:600}.prose{max-width:72ch}.prose h1{margin-top:0;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.2}.prose h2{margin-top:2rem;font-size:1.4rem}.prose h3{margin-top:1.4rem;font-size:1.15rem}.prose p,.prose li{color:var(--text)}.prose ul,.prose ol{padding-left:1.2rem}.meta{color:var(--muted);font-size:.92rem;margin-bottom:1.25rem}.disclaimer{background:var(--note-bg);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius);padding:.9rem 1rem;color:var(--muted);font-size:.92rem;margin:1.25rem 0 1.75rem}.ad-slot{min-height:90px;margin:1.5rem 0;padding:.75rem;border:1px dashed var(--border);border-radius:var(--radius);background:var(--card);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.85rem}.ad-slot[data-ready=true]{border-style:solid;min-height:auto;padding:0;background:transparent}.site-footer{margin-top:3rem;padding:2rem 0;background:var(--footer-bg);color:var(--footer-text);border-top:1px solid var(--border)}.site-footer .inner{display:grid;gap:1.25rem}.site-footer nav{display:flex;flex-wrap:wrap;gap:.75rem 1.1rem}.site-footer a{color:inherit}.legal-note{font-size:.88rem;opacity:.85;max-width:70ch}.city-banner{display:inline-block;background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.25rem .7rem;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.calc-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);max-width:640px}.calc-panel label{display:block;font-weight:600;margin:.85rem 0 .35rem}.calc-panel input,.calc-panel select{width:100%;padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;font:inherit;background:var(--bg);color:var(--text)}.calc-panel button{margin-top:1rem;background:var(--accent);color:#fff;border:0;border-radius:8px;padding:.7rem 1.1rem;font:inherit;font-weight:600;cursor:pointer}.calc-result{margin-top:1rem;padding:.9rem 1rem;background:var(--accent-soft);border-radius:8px}.contact-form{display:grid;gap:.85rem;max-width:520px}.contact-form input,.contact-form textarea{width:100%;padding:.7rem .8rem;border:1px solid var(--border);border-radius:8px;font:inherit;background:var(--card);color:var(--text)}.contact-form button{justify-self:start;background:var(--accent);color:#fff;border:0;border-radius:8px;padding:.7rem 1.1rem;font:inherit;font-weight:600;cursor:pointer}@media(max-width:720px){.site-header .inner{flex-direction:column;align-items:flex-start}.hero{padding:2.5rem 0 2rem}}
