*{box-sizing:border-box}body{margin:0;background:#080808;color:#f7f7f7;font-family:Poppins,Arial,sans-serif}header,main,footer{width:min(1100px,calc(100% - 28px));margin:auto}header{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2d2d2d}.brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none}.brand>b{display:grid;place-items:center;width:54px;height:42px;border:2px solid #ffcb0e;border-radius:8px;color:#ffcb0e}.brand span{display:flex;flex-direction:column;font-weight:800}.brand small{color:#a1a1a1;font-size:12px;font-weight:400}button{width:48px;height:42px;border:1px solid #303030;border-radius:8px;background:#111;color:#fff;font-weight:800}.hero{padding:86px 0 64px}.yellow{color:#ffcb0e;font-size:12px;font-weight:800;letter-spacing:.16em}h1{max-width:850px;margin:0 0 18px;font-size:clamp(3rem,8vw,6.2rem);line-height:.96;letter-spacing:-.06em}.hero>p:last-child{max-width:700px;color:#a1a1a1;font-size:18px}.heading h2{font-size:38px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-bottom:70px}.card{display:flex;gap:18px;min-height:190px;padding:22px;border:1px solid #303030;border-radius:12px;background:#111;color:inherit;text-decoration:none}.card:hover{border-color:#ffcb0e}.icon{display:grid;place-items:center;flex:0 0 58px;height:58px;border-radius:8px;background:#ffcb0e;color:#000;font-weight:900}.icon.small{font-size:12px}.card h3{margin:0 0 10px;font-size:21px}.card p{color:#a1a1a1;line-height:1.5}.card strong{color:#ffcb0e}.muted{grid-column:1/-1;opacity:.75}footer{display:flex;justify-content:space-between;padding:28px 0;border-top:1px solid #303030;color:#a1a1a1;font-size:12px}@media(max-width:700px){.grid{grid-template-columns:1fr}.muted{grid-column:auto}.card{flex-direction:column}.hero{padding-top:55px}footer{flex-direction:column;gap:5px}}