:root {
  color-scheme: light;
  --ink: #10203a;
  --muted: #5d6b82;
  --line: #dce3ed;
  --surface: #f4f7fb;
  --blue: #185abc;
  --blue-dark: #11458f;
  --green: #147d64;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(31, 54, 88, 0.14);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; text-underline-offset: 0.2em; }
img { max-width: 100%; height: auto; }

.site-header,
footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.site-header { min-height: 78px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; text-decoration: none; letter-spacing: -0.01em; }
.brand img { border-radius: 9px; }
nav { display: flex; flex-wrap: wrap; gap: 24px; }
nav a { color: var(--muted); font-size: 0.94rem; font-weight: 650; text-decoration: none; }
nav a:hover, nav a[aria-current="page"] { color: var(--blue); }

main { overflow: hidden; }
.hero,
.section,
.legal-page {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.hero { display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: center; gap: 66px; padding: 96px 0 112px; }
.hero-copy { max-width: 570px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.35rem; }
.lede { margin: 25px 0 0; color: var(--muted); font-size: 1.19rem; max-width: 53ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 10px; font-weight: 760; text-decoration: none; }
.button.primary { color: var(--white); background: var(--blue); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { border-color: var(--line); background: var(--white); }
.button.secondary:hover { border-color: #b7c3d4; background: var(--surface); }
.note { color: var(--muted); font-size: 0.88rem; }
.product-shot { margin: 0; padding: 13px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); transform: rotate(0.5deg); }
.product-shot img { display: block; border-radius: 15px; }

.section { padding: 108px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 780px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 54px; }
.steps article { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.steps article p { margin-bottom: 0; color: var(--muted); }
.step-number { display: inline-block; margin-bottom: 42px; color: var(--green); font-size: 0.8rem; font-weight: 850; letter-spacing: 0.1em; }
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 17px 0 17px 42px; border-bottom: 1px solid var(--line); font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 3px; top: 16px; color: var(--green); font-weight: 900; }
.privacy-callout { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 108px; padding-inline: 54px; border: 0; border-radius: 24px; background: #edf5ff; }
.privacy-callout > div { max-width: 780px; }
.privacy-callout p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.text-link { flex: none; color: var(--blue); font-weight: 780; text-decoration: none; }

.legal-page { max-width: 820px; padding: 94px 0 120px; overflow: visible; }
.legal-page h1 { margin-bottom: 22px; font-size: clamp(2.9rem, 7vw, 5rem); }
.legal-page h2 { margin-top: 52px; font-size: 1.5rem; letter-spacing: -0.02em; }
.legal-page p, .legal-page li { color: #33435b; }
.legal-intro { margin: 0 0 70px; color: var(--muted) !important; font-size: 1.23rem; }
.legal-page code { padding: 0.12rem 0.32rem; border-radius: 5px; background: var(--surface); font-size: 0.9em; }
.legal-page a { color: var(--blue); }
.support-page ol { padding-left: 1.4rem; }
details { padding: 18px 0; border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 760; }
details p { margin-bottom: 0; }
.contact-card { margin-top: 64px; padding: 30px; border-radius: 18px; background: var(--surface); }
.contact-card h2 { margin-top: 0; }

footer { min-height: 120px; padding: 30px 0; border-top: 1px solid var(--line); }
footer p { color: var(--muted); font-size: 0.86rem; }
.footer-brand { font-size: 0.94rem; }

@media (max-width: 900px) {
  .hero, .split { grid-template-columns: 1fr; }
  .hero { gap: 52px; padding-top: 70px; }
  .steps { grid-template-columns: 1fr; }
  .privacy-callout { align-items: start; flex-direction: column; }
}

@media (max-width: 640px) {
  .site-header { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .site-header nav { gap: 16px; }
  .hero, .section, .legal-page { width: min(100% - 28px, 1180px); }
  .hero { padding: 60px 0 80px; }
  .section { padding: 78px 0; }
  .privacy-callout { width: calc(100% - 28px); margin-bottom: 78px; padding: 40px 28px; }
  footer { align-items: flex-start; flex-direction: column; width: calc(100% - 28px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
