:root {
  --navy: #303946;
  --navy-2: #526072;
  --teal: #63c7cf;
  --yellow: #f5c34d;
  --pink: #f28aa4;
  --purple: #a88be0;
  --green: #9bcf66;
  --coral: #f3a07b;
  --sky: #59bfe5;
  --ink: #303946;
  --muted: #66717f;
  --line: #dbe4ef;
  --paper: #ffffff;
  --soft: #f5f9fc;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(6, 31, 85, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
  font-family: ui-rounded, "Arial Rounded MT Bold", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 280px;
  height: 280px;
  border-radius: 48% 52% 62% 38% / 42% 46% 54% 58%;
  filter: blur(1px);
  opacity: .14;
  transform: rotate(18deg);
}
body::before { top: -100px; left: -90px; background: var(--teal); }
body::after { right: -110px; bottom: -100px; background: var(--purple); }
a { color: var(--navy-2); }
a:hover { color: var(--teal); }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(219,228,239,.8);
  backdrop-filter: blur(14px);
}
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; font-weight: 800; }
.brand img { width: 50px; height: 50px; border-radius: 14px; box-shadow: 0 7px 22px rgba(6,31,85,.12); }
.brand span small { display: block; color: var(--teal); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
nav ul { display: flex; align-items: center; list-style: none; gap: 22px; padding: 0; margin: 0; }
nav a { text-decoration: none; font-weight: 700; font-size: .94rem; }
.hero { padding: 86px 0 64px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 64px; }
.eyebrow { color: var(--teal); font-weight: 900; text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; }
h1, h2, h3 { color: var(--navy); line-height: 1.15; }
h1 { margin: 12px 0 22px; font-size: clamp(2.7rem, 6vw, 5.25rem); letter-spacing: -.055em; }
h2 { margin-top: 0; font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.035em; }
h3 { font-size: 1.2rem; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; background: var(--navy); color: white; text-decoration: none; font-weight: 800; box-shadow: 0 10px 24px rgba(6,31,85,.18); }
.button:hover { color: white; background: var(--navy-2); transform: translateY(-1px); }
.button.secondary { color: var(--navy); background: white; border: 1px solid var(--line); box-shadow: none; }
.hero-logo { position: relative; }
.hero-logo::before { content: ""; position: absolute; inset: 8% -8%; border-radius: 50%; background: radial-gradient(circle, rgba(16,183,184,.22), transparent 68%); filter: blur(2px); }
.hero-logo img { position: relative; width: 100%; border-radius: 30%; box-shadow: var(--shadow); }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; }
.trust-item { background: rgba(255,255,255,.76); border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; }
.trust-item strong { display: block; color: var(--navy); }
section { padding: 72px 0; }
.section-soft { background: white; border-block: 1px solid var(--line); }
.section-intro { max-width: 720px; margin-bottom: 30px; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 8px 30px rgba(6,31,85,.055); }
.card .icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--navy); font-weight: 900; background: #e9fbfb; }
.card:nth-child(2) .icon { background: #fff5d5; }
.card:nth-child(3) .icon { background: #ffe5ed; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.panel { background: var(--navy); color: #eaf2ff; border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.panel h3 { color: white; }
.panel.alt { background: white; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.panel.alt h3 { color: var(--navy); }
.clean-list { list-style: none; padding: 0; margin: 18px 0 0; }
.clean-list li { position: relative; padding: 8px 0 8px 28px; }
.clean-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.legal { padding: 58px 0 88px; }
.legal article { max-width: 860px; margin: 0 auto; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 6vw, 58px); box-shadow: var(--shadow); }
.legal h1 { font-size: clamp(2.25rem, 5vw, 4rem); }
.legal h2 { font-size: 1.65rem; margin-top: 38px; }
.legal .meta { color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 30px; }
.notice { border-left: 4px solid var(--teal); background: #ecfbfb; padding: 17px 20px; border-radius: 0 14px 14px 0; }
.code-list code { color: var(--navy); background: var(--soft); padding: 2px 7px; border-radius: 6px; }
.callback { min-height: 100vh; display: grid; place-items: center; padding: 30px; }
.callback-card { max-width: 620px; text-align: center; background: white; border: 1px solid var(--line); border-radius: 28px; padding: 44px; box-shadow: var(--shadow); }
.callback-card img { width: 96px; border-radius: 24px; }
.status-mark { width: 56px; height: 56px; display: grid; place-items: center; margin: 22px auto; border-radius: 50%; color: white; background: var(--teal); font-size: 1.8rem; font-weight: 900; }
.site-footer { background: #03163d; color: #bfcbe0; padding: 42px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.site-footer strong { color: white; }
.site-footer a { color: #e7efff; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.small { font-size: .9rem; color: var(--muted); }
@media (max-width: 820px) {
  .hero-grid, .cards, .checks { grid-template-columns: 1fr; }
  .hero-logo { max-width: 430px; margin: 0 auto; order: -1; }
  .trust-strip { grid-template-columns: 1fr; }
  nav ul { display: none; }
  .footer-grid { flex-direction: column; }
}
@media (prefers-reduced-motion: no-preference) {
  .button { transition: transform .18s ease, background .18s ease; }
}
