
:root{--wine:#7F1D1D;--ivory:#FFFBEB;--copper:#B45309;--ink:#1C1917}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:"Didot","Times New Roman","STSong",serif;background:var(--ivory);color:var(--ink);line-height:1.8;font-size:17px}
a{color:inherit;text-decoration:none}
svg{display:block}
.wrap{width:min(1080px,calc(100% - 36px));margin:0 auto}
header{background:var(--wine);color:#FDE68A}
.bar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px}
.brand{display:flex;align-items:center;gap:10px;font-size:18px;letter-spacing:.04em}
nav{display:flex;flex-wrap:wrap;gap:8px 16px}
nav a{color:#FDE68A;font-size:14px}
nav a:hover{color:#fff}
.hero{padding:28px 0 18px}
.hero h1{font-size:30px;line-height:1.3;margin-bottom:12px;max-width:16em}
.hero p{max-width:40em;margin-bottom:8px;color:#44403C}
.sec{padding:26px 0}
.sec h2{font-size:24px;margin-bottom:12px;color:var(--wine)}
.lead{margin-bottom:14px;max-width:44em}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.card{background:#fff;border:1px solid #F5E6C8;padding:18px}
.card h3{font-size:18px;margin:8px 0}
.card p{margin-bottom:8px;color:#44403C}
.bigsteps{display:grid;gap:14px;margin-top:8px}
.bigstep{display:grid;grid-template-columns:96px 1fr;gap:16px;background:#fff;border:1px solid #F5E6C8;padding:18px 20px;align-items:center}
.bigstep .n{font-size:42px;line-height:1;color:var(--copper);font-weight:700;letter-spacing:.04em}
.bigstep h3{font-size:20px;margin-bottom:6px;color:var(--wine)}
.voids{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.void{background:#fff;border:1px dashed #B45309;padding:16px 18px}
.void h3{text-decoration:line-through;color:#7F1D1D;margin-bottom:8px}
.void p{color:#44403C}
.split{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--wine);background:#fff}
.split article{padding:20px}
.split article+article{border-left:1px solid var(--wine)}
.split h3{color:var(--wine);margin-bottom:8px}
.d-faq{border:2px solid var(--wine);background:#fff;margin:12px 0}
.d-faq summary{padding:12px 16px;cursor:pointer;font-weight:700;color:var(--wine)}
.faq-body{padding:0 16px 14px}
footer{background:var(--wine);color:#FDE68A;margin-top:24px;padding:24px 0}
.ft p{margin-bottom:8px;font-size:14px}
@media (max-width:900px){
.grid2,.voids,.split,.bigstep{grid-template-columns:1fr}
.split article+article{border-left:0;border-top:1px solid var(--wine)}
.bar{flex-direction:column;align-items:flex-start;padding:10px 0}
}
