*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#F7F6F2;--surface:#fff;--surface2:#F0EFE9;--text:#1A1916;--muted:#6B6860;--accent:#1B4FD8;--accent2:#1440B3;--border:#E5E3DC}
body{font-family:"Inter",sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column}
header{background:var(--surface);border-bottom:1px solid var(--border);padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,0.04)}
.logo{font-family:"Playfair Display",serif;font-size:22px;color:var(--accent);text-decoration:none}.logo em{font-style:italic}
.nav-links{display:flex;gap:1.25rem;align-items:center}.nav-links a{font-size:13px;text-decoration:none;color:var(--muted);font-weight:500}.nav-links a:hover{color:var(--accent)}
@media(max-width:520px){.nav-links a:not(.nav-home){display:none}}
main{flex:1;max-width:720px;margin:0 auto;width:100%;padding:2rem 1.5rem}
.hero{background:linear-gradient(135deg,#1440B3,#1B4FD8);padding:2.5rem 2rem;text-align:center;color:white}
.hero-eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.7);margin-bottom:.75rem}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(1.7rem,4.5vw,2.4rem);font-weight:700;line-height:1.15;margin-bottom:.5rem}
.hero h1 em{font-style:italic}
.hero p{font-size:14px;color:rgba(255,255,255,.82);font-weight:300;max-width:480px;margin:0 auto}
.rate-picker{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:1.5rem auto 0;max-width:600px}
.rate-picker button{padding:.6rem 1.1rem;border-radius:100px;border:1.5px solid rgba(255,255,255,.4);background:rgba(255,255,255,.08);color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif}
.rate-picker button.active{background:#fff;color:var(--accent2);border-color:#fff}
.custom-rate{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-top:1rem}
.custom-rate label{font-size:12px;color:rgba(255,255,255,.8)}
.custom-rate input{width:80px;padding:.5rem .6rem;border-radius:8px;border:none;font-size:15px;text-align:center;font-family:'Inter',sans-serif}
.highlight{background:linear-gradient(135deg,var(--accent2),var(--accent));color:white;border-radius:20px;padding:2rem;text-align:center;margin-bottom:1.5rem}
.highlight .lbl{font-size:12px;opacity:.75;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}
.highlight .big{font-family:"Playfair Display",serif;font-size:3.5rem;font-weight:700;line-height:1}
.highlight .sub{font-size:13px;opacity:.75;margin-top:.25rem}
.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-bottom:1.5rem}
.card-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--border)}
table{width:100%;border-collapse:collapse;font-size:14px}
th{text-align:left;padding:.6rem 1.25rem;background:var(--surface2);font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
td{padding:.65rem 1.25rem;border-bottom:1px solid var(--border)}tr:last-child td{border-bottom:none}
td:last-child{font-family:"Playfair Display",serif;font-weight:700;color:var(--accent);font-size:15px}
.ad-block{background:#f9f9f9;border:1px dashed #ddd;border-radius:12px;text-align:center;font-size:11px;color:var(--muted);margin-bottom:1.5rem;min-height:260px;display:flex;align-items:center;justify-content:center}
.content h2{font-family:"Playfair Display",serif;font-size:1.4rem;font-weight:400;margin:1.75rem 0 .75rem}
.content p{font-size:14px;color:#2C2B28;margin-bottom:1rem;line-height:1.7}
.content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.related-box{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}
.related-box h2{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:1rem}
.rlinks{display:flex;flex-wrap:wrap;gap:.5rem}
.rlinks a{padding:.5rem 1rem;background:var(--surface2);border:1px solid var(--border);border-radius:8px;font-size:13px;font-weight:500;text-decoration:none;color:var(--text)}.rlinks a:hover{border-color:var(--accent);color:var(--accent)}
.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}
.faq-item:last-child{border-bottom:none}
.faq-item h3{font-size:14px;font-weight:600;margin-bottom:.4rem}
.faq-item p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}
footer{background:var(--surface);border-top:1px solid var(--border);padding:1.5rem 2rem;text-align:center;font-size:12px;color:var(--muted)}
footer a{color:var(--accent);text-decoration:underline}
