:root{--bg:#0b1736;--accent:#4cc9f0;--light:#f6f8fc;--text:#1b1f2a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text)}.navbar{border-bottom:1px solid #eef0f4}.navbar .navbar-brand img.logo{height:56px;vertical-align:middle}.navbar .nav-link{color:#0b1736;font-weight:600}.navbar .nav-link:hover{color:var(--accent)}.lang-switcher a{color:#0b1736;text-decoration:none;margin-left:12px;font-weight:600}.lang-switcher a.active{color:var(--accent)}.hero{background:radial-gradient(1200px 600px at 10% 10%,rgba(76,201,240,.18),transparent),linear-gradient(120deg,var(--bg),#11162a)}.text-accent{color:var(--accent)!important}.hero-visual{position:relative;overflow:hidden;border-radius:12px;border:1px solid #eef0f4}.hero-visual img{width:100%;height:auto;display:block}.hero h1{font-size:clamp(2.0rem,3.2vw,2.6rem)}.icon-card{background:#fff;border-radius:12px;padding:18px;border:1px solid #eef0f4;box-shadow:0 2px 12px rgba(0,0,0,.03)}.icon{font-size:26px}.list-checked{list-style:none;padding-left:0}.list-checked li{margin:10px 0;display:flex;gap:10px}.list-checked .check{color:#19a974}.sub-hero{background:linear-gradient(180deg,var(--light),#fff);border-bottom:1px solid #eef0f4}footer a{color:inherit}.form-hint{line-height:1.4}.steps{counter-reset:step}.step{background:#fff;border:1px solid #eef0f4;border-radius:10px;padding:16px}.step h3{font-size:1rem;margin:0 0 8px 0}.step .num{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;font-weight:700}