.mdhc{--bg:#f7f5f2;--card:#fff;--soft:#efe4dc;--ink:#1a1a1a;--muted:#6b6a67;--line:rgba(0,0,0,.10);--serif:'Playfair Display','Cormorant Garamond',Georgia,serif;--sans:'Jost',Inter,system-ui,-apple-system,sans-serif;background:var(--bg);font-family:var(--sans);color:var(--ink);padding:44px 20px 64px;-webkit-font-smoothing:antialiased}
.mdhc *,.mdhc *::before,.mdhc *::after{box-sizing:border-box}
.mdhc-wrap{max-width:820px;margin:0 auto}
.mdhc-hero{text-align:center;padding-bottom:40px}
.mdhc-hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(38px,8vw,60px);letter-spacing:.005em;margin:0 0 18px;line-height:1.1;color:var(--ink)}
.mdhc-hero p{font-size:15px;line-height:1.75;color:var(--muted);max-width:460px;margin:0 auto;font-weight:300}
.mdhc-list{border:1px solid var(--line);background:var(--card)}
.mdhc-row{display:flex;align-items:center;gap:22px;padding:26px 24px;text-decoration:none;color:var(--ink);border-bottom:1px solid var(--line);width:100%;background:none;font-family:var(--sans);text-align:left;cursor:pointer;transition:background .2s ease}
.mdhc-row:last-child{border-bottom:none}
.mdhc-row:hover{background:#fbfaf8}
.mdhc-ico{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--soft)}
.mdhc-ico svg{width:24px;height:24px}
.mdhc-rt{flex:1;min-width:0}
.mdhc-rt b{display:block;font-size:12.5px;letter-spacing:.13em;text-transform:uppercase;font-weight:500;margin-bottom:8px}
.mdhc-rt span{display:block;font-size:14px;line-height:1.6;color:var(--muted);font-weight:300}
.mdhc-chev{flex-shrink:0;width:9px;height:9px;border-right:1.5px solid var(--muted);border-top:1.5px solid var(--muted);transform:rotate(45deg);margin-right:4px}
.mdhc-outro{text-align:center;font-size:14px;line-height:1.75;color:var(--muted);font-weight:300;max-width:520px;margin:34px auto 0}
@media (max-width:640px){.mdhc{padding:34px 16px 52px}.mdhc-row{gap:16px;padding:22px 16px}.mdhc-ico{width:48px;height:48px}.mdhc-ico svg{width:21px;height:21px}.mdhc-rt b{font-size:11.5px;margin-bottom:6px}.mdhc-rt span{font-size:13.5px}.mdhc-hero{padding-bottom:32px}}
@media (max-width:380px){.mdhc-row{gap:13px;padding:20px 13px}.mdhc-ico{width:44px;height:44px}}
