*{box-sizing:border-box}body{margin:0;background:#faf8ff;color:#211332;font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.65}a{color:#6834b4}a:focus-visible,summary:focus-visible{outline:3px solid #a67dec;outline-offset:5px}header,main,footer{max-width:1100px;margin:auto;padding:28px}header{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #e6dff0}nav{display:flex;gap:24px;flex-wrap:wrap}.brand{font-size:25px;font-weight:800;color:#301548;text-decoration:none}.brand span{font-weight:400}h1{font-size:clamp(34px,5vw,58px);line-height:1.12;letter-spacing:-.035em;max-width:800px}h2{line-height:1.3}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#7348a2}.intro{font-size:19px;color:#665773;max-width:650px}.hero{padding:38px 0 45px}.card{background:white;border:1px solid #e4dcec;border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.card img{width:100%;height:100%;object-fit:cover;max-height:370px}.card .body{padding:30px}.button{display:inline-block;background:#6430a5;color:white;padding:12px 20px;border-radius:9px;text-decoration:none;font-weight:600}.meta{font-size:13px;color:#75647e}.lesson{max-width:900px}video{display:block;width:100%;max-height:75vh;background:#180b25;border-radius:16px}details{margin:28px 0;padding:22px;background:white;border:1px solid #e4dcec;border-radius:12px}summary{font-weight:650;cursor:pointer}.note{border-left:3px solid #8c58ce;padding:10px 20px;background:#f1ebfa}.steps{padding-left:24px}.steps li{padding:8px 0}footer{font-size:13px;color:#75647e;border-top:1px solid #e6dff0;margin-top:50px}footer a{margin-right:20px}@media(max-width:650px){header{align-items:flex-start;flex-direction:column}.card{grid-template-columns:1fr}header,main,footer{padding:20px}.hero{padding:20px 0}}