@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap');*{box-sizing:border-box}body{margin:0;background:#f3f3f0;color:#111713;font-family:"DM Sans",sans-serif}header{display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:auto;padding:25px 24px;border-bottom:1px solid #d8ddda}header img{display:block;width:240px;max-width:42vw;height:58px;object-fit:contain}header>div{display:flex;align-items:center;gap:12px}header a{color:inherit;font-weight:700;text-decoration:none}header button{width:44px;height:44px;border:1px solid #cad1cd;border-radius:50%;background:transparent;color:inherit;font-size:20px;cursor:pointer}main{max-width:900px;margin:auto;padding:80px 24px 110px}.eyebrow{color:#e62f34;font-size:13px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}h1{max-width:820px;margin:14px 0 22px;font:700 clamp(44px,7vw,82px)/.98 "Space Grotesk",sans-serif}.lead{max-width:780px;margin:0 0 60px;color:#66706a;font-size:20px;line-height:1.6}section{display:grid;grid-template-columns:260px 1fr;gap:42px;padding:32px 0;border-top:1px solid #d8ddda}h2{margin:0;font:700 23px "Space Grotesk",sans-serif}section p{margin:0;color:#4f5953;font-size:17px;line-height:1.7}.preferences{margin-top:20px;padding:14px 18px;border:0;border-radius:12px;background:#f53336;color:#fff;font-weight:800;cursor:pointer}footer{padding:28px;text-align:center;border-top:1px solid #d8ddda;color:#66706a}footer a{color:inherit}[data-theme="dark"] body{background:#07100c;color:#f6f8f6}[data-theme="dark"] header,[data-theme="dark"] section,[data-theme="dark"] footer{border-color:#26342e}[data-theme="dark"] .lead,[data-theme="dark"] section p,[data-theme="dark"] footer{color:#aeb8b2}[data-theme="dark"] header button{border-color:#31413a}[data-theme="dark"] header img{filter:invert(1)}@media(max-width:700px){main{padding-top:54px}header img{width:190px;max-width:52vw;height:48px}header>div>a{display:none}section{grid-template-columns:1fr;gap:12px}h1{font-size:48px}.lead{font-size:17px}}
