:root {
  --ink: #112033;
  --muted: #5f6f83;
  --paper: #f8fbff;
  --white: #ffffff;
  --blue: #2364ff;
  --cyan: #22c7d9;
  --green: #2ed47a;
  --shadow: 0 24px 70px rgba(17, 32, 51, 0.14);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(34, 199, 217, 0.24), transparent 32rem),
    radial-gradient(circle at bottom right, rgba(46, 212, 122, 0.16), transparent 26rem),
    var(--paper);
}

.page-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand img {
  width: 42px;
  height: 42px;
}

.nav-cta {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: center;
  min-height: 680px;
  padding: 64px 0 44px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 8vw, 6.2rem);
  line-height: 0.91;
  letter-spacing: -0.075em;
}

.lead {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
  text-decoration: none;
}

.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 12px 34px rgba(35, 100, 255, 0.28);
}

.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 32, 51, 0.1);
}

.hero-card {
  padding: 24px;
  border: 1px solid rgba(17, 32, 51, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-card img {
  display: block;
  width: 100%;
  border-radius: 24px;
  background: #eef6ff;
}

.hero-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-card li {
  padding: 14px 16px;
  border-radius: 18px;
  color: #17314f;
  background: linear-gradient(90deg, rgba(34, 199, 217, 0.16), rgba(46, 212, 122, 0.12));
  font-weight: 800;
}

.grid-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.grid-section article,
.closing {
  border: 1px solid rgba(17, 32, 51, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 42px rgba(17, 32, 51, 0.08);
}

.grid-section article {
  padding: 26px;
}

.grid-section span {
  color: var(--green);
  font-weight: 1000;
}

.grid-section h2,
.closing h2 {
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.grid-section p,
.closing p {
  color: var(--muted);
  line-height: 1.65;
}

.closing {
  margin-top: 18px;
  padding: clamp(28px, 5vw, 54px);
  text-align: center;
}

.closing p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.legal-page {
  max-width: 880px;
}

.legal-card {
  margin-top: 48px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(17, 32, 51, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.legal-card h1 {
  margin-bottom: 14px;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.legal-card h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: -0.035em;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.68;
}

.legal-card ul {
  padding-left: 1.2rem;
}

.legal-updated {
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 860px) {
  .page-shell { width: min(100% - 28px, 1120px); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 48px; }
  .grid-section { grid-template-columns: 1fr; }
}
