:root {
  --accent: #3b82f6;
  --accent-dark: #2563eb;
  --accent-soft: #e8f1ff;
  --ink: #101820;
  --ink-soft: #18232d;
  --muted: #66758c;
  --subtle: #8a96aa;
  --surface: #f5f7fa;
  --card: #ffffff;
  --line: rgba(16, 24, 32, 0.11);
  --good: #16a34a;
  --danger: #dc2626;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav {
  align-items: center;
  display: flex;
  height: 68px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 24px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 21px;
  font-weight: 900;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  border-radius: 8px;
  height: 34px;
  width: 34px;
}

.brand-word {
  display: inline-flex;
}

.brand-word b {
  color: var(--accent);
  font-weight: 900;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 28px;
}

.nav-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--accent);
}

.nav-cta,
.button {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
}

.nav-cta,
.button-primary {
  background: var(--accent);
  color: #fff !important;
}

.nav-cta:hover,
.button-primary:hover {
  background: var(--accent-dark);
}

.button-secondary {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) 320px;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 650px;
  padding: 72px 24px 64px;
}

.hero-content {
  max-width: 670px;
}

.eyebrow {
  color: #83b4ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(44px, 7vw, 76px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 720px;
}

.hero-copy {
  color: #bdc8d3;
  font-size: 19px;
  line-height: 1.65;
  margin: 24px 0 0;
  max-width: 610px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero .button-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.trust-row {
  color: #9eabb7;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  gap: 20px;
  margin-top: 34px;
}

.trust-row span {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.trust-dot {
  background: var(--good);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.hero-phone {
  background: #05080b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 42px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  justify-self: end;
  margin: 0;
  overflow: hidden;
  padding: 14px;
  position: relative;
  width: 320px;
}

.hero-phone-speaker {
  background: #05080b;
  border-radius: 0 0 18px 18px;
  height: 22px;
  left: 50%;
  position: absolute;
  top: 14px;
  transform: translateX(-50%);
  width: 37%;
  z-index: 1;
}

.hero-phone img {
  border-radius: 30px;
  display: block;
  height: auto;
  width: 100%;
}

.section {
  padding: 88px 24px;
}

.section-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.section-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.section-lead {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 680px;
}

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

.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 25px;
}

.feature-icon {
  align-items: center;
  background: var(--accent-soft);
  border-radius: 7px;
  color: var(--accent);
  display: flex;
  font-size: 19px;
  height: 42px;
  justify-content: center;
  margin-bottom: 20px;
  width: 42px;
}

.feature h3,
.step-copy h3 {
  font-size: 17px;
  margin: 0;
}

.feature p,
.step-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 9px 0 0;
}

.workflow {
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.steps {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}

.step {
  border-left: 1px solid var(--line);
  padding: 0 24px 6px;
}

.step:first-child {
  border-left: 0;
  padding-left: 0;
}

.step-number {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 16px;
}

.privacy-band {
  background: var(--ink);
  color: #fff;
}

.privacy-layout {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 0.9fr;
}

.privacy-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.privacy-list div {
  align-items: flex-start;
  color: #bdc8d3;
  display: flex;
  font-size: 14px;
  gap: 12px;
  line-height: 1.55;
}

.check {
  align-items: center;
  background: rgba(34, 197, 94, 0.14);
  border-radius: 50%;
  color: #65d68a;
  display: flex;
  flex: 0 0 auto;
  font-size: 11px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.privacy-stat {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 32px;
}

.privacy-stat strong {
  color: #fff;
  display: block;
  font-size: 56px;
  line-height: 1;
}

.privacy-stat p {
  color: #bdc8d3;
  line-height: 1.6;
  margin: 14px 0 0;
}

.cta-band {
  background: var(--accent);
  color: #fff;
  padding: 72px 24px;
}

.cta-inner {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
}

.cta-band h2 {
  max-width: 680px;
}

.cta-band .button {
  background: #fff;
  color: var(--accent);
  flex: 0 0 auto;
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 34px 24px;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
}

.footer-copy {
  color: var(--muted);
  font-size: 12px;
  margin: 8px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-links a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.legal-hero {
  background: var(--ink);
  color: #fff;
  padding: 82px 24px;
}

.legal-hero-inner,
.legal-content {
  margin: 0 auto;
  max-width: 820px;
}

.legal-hero h1 {
  font-size: clamp(38px, 7vw, 58px);
}

.legal-hero p {
  color: #bdc8d3;
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 650px;
}

.draft-notice {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  color: #9a3412;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 32px;
  padding: 16px;
}

.legal-content {
  padding: 60px 24px 90px;
}

.legal-content h2 {
  font-size: 24px;
  margin: 40px 0 12px;
}

.legal-content h2:first-of-type {
  margin-top: 0;
}

.legal-content h3 {
  font-size: 16px;
  margin: 26px 0 8px;
}

.legal-content p,
.legal-content li {
  color: #4f5f73;
  font-size: 15px;
  line-height: 1.75;
}

.legal-content ul {
  padding-left: 22px;
}

.legal-content a {
  color: var(--accent-dark);
}

@media (max-width: 900px) {
  .hero-inner {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) 290px;
  }

  .hero-phone {
    width: 290px;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 60px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    gap: 28px;
    grid-template-columns: repeat(2, 1fr);
  }

  .step:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 680px) {
  .nav {
    height: 62px;
    padding: 0 16px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero-inner,
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-inner {
    gap: 48px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 54px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-phone {
    justify-self: center;
    width: min(100%, 320px);
  }

  .step,
  .step:first-child,
  .step:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 24px 0 0;
  }

  .step:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .cta-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-band .button {
    width: 100%;
  }
}
