:root{font-family:Inter,Arial,sans-serif;color:#211b2e;background:#faf9fd}*{box-sizing:border-box}body{margin:0}a{color:inherit}.header{display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:20px auto;padding:14px 20px;border:1px solid #e8e3ef;border-radius:20px;background:#fff}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:24px;font-weight:800;color:#35118a}.brand img{width:48px;height:48px;border-radius:13px}.header>a:last-child,.cta{padding:14px 22px;border-radius:14px;background:#4517a8;color:#fff;text-decoration:none;font-weight:700}.hero{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;max-width:1120px;margin:42px auto 24px;padding:58px;border-radius:34px;background:linear-gradient(135deg,#35118a,#6b30db);color:#fff}.hero h1{margin:0 0 18px;font-size:clamp(38px,5vw,66px);line-height:1.02}.hero p{font-size:20px;line-height:1.6;color:#e7defd}.hero img{width:100%;filter:drop-shadow(0 24px 30px rgba(20,6,61,.28))}.content{max-width:1120px;margin:0 auto 56px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:28px;border:1px solid #e7e1ef;border-radius:22px;background:#fff}.card span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#f0eaff;color:#4517a8;font-weight:800}.card h2{font-size:20px}.local{margin-top:26px;padding:32px;border-radius:22px;background:#f3effb}.local h2{margin-top:0}.footer{text-align:center;padding:32px;color:#70687e}@media(max-width:760px){.header{margin:10px}.header>a:last-child{display:none}.hero{grid-template-columns:1fr;margin:18px 10px;padding:34px 24px}.cards{grid-template-columns:1fr}.content{padding:0 10px}.hero img{max-height:280px;object-fit:contain}}
