:root {
  --bg: #08111d;
  --bg-soft: #0d1725;
  --panel: rgba(14, 25, 39, 0.78);
  --panel-strong: rgba(10, 19, 32, 0.92);
  --line: rgba(150, 184, 222, 0.18);
  --line-strong: rgba(150, 184, 222, 0.3);
  --text: #f4f8fc;
  --text-dim: rgba(228, 236, 246, 0.72);
  --text-soft: rgba(210, 221, 233, 0.56);
  --accent: #1692fa;
  --accent-soft: #55c3f5;
  --accent-glow: rgba(22, 146, 250, 0.22);
  --ok: #3cd46b;
  --shadow: 0 20px 70px rgba(2, 7, 13, 0.45);
  --content-width: min(1160px, calc(100vw - 48px));
  --font-body: "Avenir Next", "Segoe UI", sans-serif;
  --font-display: "Arial Black", "Avenir Next Condensed", sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(28, 104, 198, 0.2), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(68, 187, 245, 0.16), transparent 24%),
    linear-gradient(180deg, #08111d 0%, #09121d 48%, #071019 100%);
  color: var(--text);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  position: relative;
  overflow: hidden;
}

.site-noise,
.site-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.site-noise {
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at center, black 50%, transparent 92%);
}

.site-grid {
  opacity: 0.2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%),
    linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.03) 50%, transparent 100%);
}

.site-header,
.site-footer,
.section,
.hero,
.policy-layout {
  width: var(--content-width);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 28px 0 18px;
}

.site-header-compact {
  padding-bottom: 30px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-icon {
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.brand-wordmark {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.site-nav a,
.footer-links a {
  color: var(--text-dim);
  font-size: 0.97rem;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 54px;
  align-items: center;
  min-height: calc(100vh - 98px);
  padding: 28px 0 72px;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow,
.section-label,
.mock-kicker {
  margin: 0 0 16px;
  color: var(--accent-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-title,
.section-heading h2,
.policy-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.96;
  letter-spacing: 0.02em;
}

.hero-title {
  font-size: clamp(3.4rem, 7.5vw, 6.4rem);
}

.hero-title span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
}

.hero-text,
.intro-strip p,
.feature-column p,
.workflow-step p,
.trust-panel p,
.closing-copy p,
.policy-card p,
.policy-card li,
.policy-hero p {
  color: var(--text-dim);
  font-size: 1.06rem;
  line-height: 1.75;
}

.hero-actions,
.closing-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 32px 0 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #39b4ff 100%);
  color: white;
  box-shadow: 0 18px 30px rgba(22, 146, 250, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
  color: var(--text);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.hero-points div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.hero-points dt {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1rem;
  text-transform: uppercase;
}

.hero-points dd {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.hero-visual {
  position: relative;
  min-height: 720px;
}

.hero-aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(24px);
}

.hero-aura-one {
  width: 320px;
  height: 320px;
  right: 60px;
  top: 30px;
  background: radial-gradient(circle, rgba(27, 144, 250, 0.34), transparent 70%);
}

.hero-aura-two {
  width: 250px;
  height: 250px;
  left: 40px;
  bottom: 80px;
  background: radial-gradient(circle, rgba(85, 195, 245, 0.2), transparent 68%);
}

.device-stack {
  position: absolute;
  inset: 0;
}

.phone {
  position: absolute;
  width: min(100%, 350px);
  border-radius: 42px;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(8, 16, 26, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.phone-main {
  top: 24px;
  right: 36px;
  transform: rotate(5deg);
}

.phone-side {
  left: 12px;
  bottom: 42px;
  width: min(100%, 280px);
  transform: rotate(-9deg);
  opacity: 0.88;
}

.phone-notch {
  width: 120px;
  height: 28px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
}

.phone-screen {
  min-height: 620px;
  border-radius: 28px;
  padding: 22px 18px 20px;
  background:
    radial-gradient(circle at top right, rgba(34, 148, 244, 0.16), transparent 28%),
    linear-gradient(180deg, #101b2b 0%, #0d1724 100%);
}

.phone-screen-stats {
  min-height: 480px;
}

.mock-topbar,
.mock-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mock-title {
  margin: 0;
  font-size: 1.36rem;
  font-weight: 700;
}

.mock-status,
.mock-ok {
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(60, 212, 107, 0.16);
  border: 1px solid rgba(60, 212, 107, 0.24);
}

.mock-card {
  margin-top: 16px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.mock-card-muted {
  background: rgba(255, 255, 255, 0.035);
}

.mock-row {
  color: var(--text);
  font-weight: 600;
}

.mock-accent {
  color: var(--accent-soft);
}

.mock-dim {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.set-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 14px;
}

.set-grid span {
  padding: 10px 0;
  border-radius: 14px;
  text-align: center;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.92rem;
}

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

.timer-bar {
  width: 100%;
  height: 12px;
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.timer-bar span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-soft) 100%);
}

.stats-curve {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 12px;
  height: 160px;
  margin-top: 30px;
}

.stats-curve span {
  border-radius: 999px 999px 14px 14px;
  background: linear-gradient(180deg, rgba(85, 195, 245, 0.92), rgba(22, 146, 250, 0.18));
}

.stats-curve span:nth-child(1) {
  height: 46%;
}

.stats-curve span:nth-child(2) {
  height: 58%;
}

.stats-curve span:nth-child(3) {
  height: 68%;
}

.stats-curve span:nth-child(4) {
  height: 79%;
}

.stats-curve span:nth-child(5) {
  height: 92%;
}

.stats-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.stats-badges div {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stats-badges strong {
  display: block;
  font-size: 1.5rem;
  font-family: var(--font-display);
}

.stats-badges span {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.section {
  padding: 34px 0 96px;
}

.intro-strip {
  padding-top: 0;
}

.intro-strip p {
  max-width: 920px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  line-height: 1.4;
  color: rgba(244, 248, 252, 0.9);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

.section-heading h2,
.policy-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.feature-columns,
.workflow-grid,
.trust-grid {
  display: grid;
  gap: 22px;
}

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

.workflow-grid,
.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-column,
.workflow-step,
.trust-panel,
.closing-banner,
.policy-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.feature-column,
.workflow-step,
.trust-panel {
  min-height: 100%;
  padding: 28px;
  border-radius: 28px;
}

.feature-column h3,
.workflow-step h3,
.trust-panel h3,
.policy-card h2,
.policy-card h3 {
  margin: 0 0 12px;
}

.feature-column h3,
.workflow-step h3,
.trust-panel h3 {
  font-family: var(--font-display);
  font-size: 1.18rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.step-index {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent-soft);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.closing-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  align-items: center;
  gap: 28px;
  padding: 38px;
  border-radius: 34px;
  margin-bottom: 84px;
}

.closing-copy h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.closing-legal-note {
  max-width: 52ch;
  color: var(--text-soft);
  font-size: 0.98rem;
}

.closing-legal-note a,
.footer-legal-copy a {
  color: var(--accent-soft);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 0 0 48px;
  align-items: end;
}

.brand-lockup-footer {
  margin-bottom: 10px;
}

.footer-copy {
  margin: 0;
  color: var(--text-soft);
}

.footer-legal-copy {
  max-width: 42ch;
  margin: 12px 0 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.legal-shell {
  min-height: 100vh;
}

.policy-layout {
  padding-bottom: 56px;
}

.policy-hero {
  max-width: 780px;
  padding: 38px 0 32px;
}

.policy-card {
  max-width: 860px;
  padding: 34px 34px 40px;
  border-radius: 30px;
}

.policy-card h2 {
  margin-top: 28px;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.policy-card h3 {
  margin-top: 22px;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.policy-card a,
.policy-hero a {
  color: var(--accent-soft);
}

.site-footer-legal {
  padding-top: 16px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .js .reveal,
  .js .reveal.is-visible,
  .button,
  .site-nav a,
  .footer-links a {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 10px;
  }

  .hero-visual {
    min-height: 740px;
    margin-top: 10px;
  }

  .feature-columns,
  .workflow-grid,
  .trust-grid,
  .hero-points,
  .closing-banner {
    grid-template-columns: 1fr;
  }

  .site-footer,
  .closing-banner {
    align-items: start;
  }
}

@media (max-width: 760px) {
  :root {
    --content-width: min(100vw - 32px, 100%);
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: start;
  }

  .site-nav,
  .footer-links {
    gap: 14px 18px;
  }

  .hero {
    padding-bottom: 54px;
  }

  .hero-title {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .hero-visual {
    min-height: 720px;
  }

  .phone-main {
    right: 0;
    left: auto;
    width: min(100%, 320px);
  }

  .phone-side {
    left: 0;
    bottom: 30px;
    width: min(72%, 230px);
  }

  .phone-screen {
    min-height: 560px;
  }

  .phone-screen-stats {
    min-height: 420px;
  }

  .policy-card {
    padding: 28px 22px 34px;
  }
}
