:root {
  color-scheme: dark;
  --bg: #050505;
  --surface: #121214;
  --surface-2: #19191c;
  --text: #f7f7f5;
  --muted: #aaa9b0;
  --line: rgba(255, 255, 255, 0.1);
  --lime: #ddff1f;
  --lime-soft: rgba(221, 255, 31, 0.12);
  --mint: #6fe1bb;
  --amber: #ffb542;
  --max: 1180px;
  --radius: 28px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display",
    "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 75% 8%, rgba(199, 234, 0, 0.08), transparent 25rem),
    var(--bg);
  color: var(--text);
  font-size: 17px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration-color: rgba(221, 255, 31, 0.7);
  text-underline-offset: 0.2em;
}

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

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

h1,
h2,
h3 {
  line-height: 1.02;
  letter-spacing: -0.045em;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.4rem, 7.2vw, 6.8rem);
  max-width: 800px;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 5.2vw, 4.8rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
}

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--lime);
  color: #050505;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  width: min(calc(100% - 40px), var(--max));
  min-height: 88px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand img {
  border-radius: 10px;
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 30px);
}

.site-header nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.site-header nav a[aria-current="page"],
.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--lime);
}

.hero {
  display: grid;
  min-height: 850px;
  padding-top: clamp(72px, 9vw, 136px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lede,
.section-heading > p:last-child,
.feature-copy > p:last-child,
.pricing-copy > p:last-child,
.legal-hero > p:not(.eyebrow):not(.response-note) {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.55;
}

.lede {
  max-width: 680px;
}

.hero-actions {
  display: flex;
  margin-top: 38px;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.store-button {
  display: inline-flex;
  min-height: 64px;
  padding: 10px 22px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background: #0b0b0c;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1.05;
}

.store-button small {
  display: block;
  margin-bottom: 4px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0;
}

.store-button .apple {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: transparent;
}

.store-button.compact {
  width: 100%;
  margin-top: 10px;
  justify-content: center;
}

.text-link {
  color: var(--text);
  font-weight: 780;
  text-decoration: none;
}

.text-link span {
  margin-left: 5px;
  color: var(--lime);
}

.trust-list {
  display: flex;
  margin: 38px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}

.trust-list li {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #d9d9d8;
  font-size: 0.85rem;
  font-weight: 650;
}

.trust-list li::before {
  margin-right: 8px;
  color: var(--lime);
  content: "✓";
}

.hero-art {
  position: relative;
  height: 820px;
  overflow: hidden;
  align-self: end;
  border-radius: 54px 54px 0 0;
}

.hero-art img {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0 35px 45px rgba(0, 0, 0, 0.6));
}

.glow {
  position: absolute;
  z-index: 1;
  top: 30%;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(194, 224, 0, 0.13);
  filter: blur(75px);
}

.proof-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-grid > div {
  display: flex;
  min-height: 168px;
  padding: 36px clamp(20px, 4vw, 48px);
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line);
}

.proof-grid > div:last-child {
  border-right: 1px solid var(--line);
}

.proof-grid strong {
  color: var(--lime);
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.proof-grid span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.section {
  padding-block: clamp(100px, 12vw, 170px);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 70px;
}

.section-heading.narrow {
  max-width: 650px;
}

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

.steps article,
.support-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
}

.steps article > span,
.support-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 64px;
  place-items: center;
  border-radius: 12px;
  background: var(--lime);
  color: #050505;
  font-size: 0.8rem;
  font-weight: 900;
}

.steps p,
.support-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.showcase {
  display: grid;
  padding-bottom: clamp(100px, 14vw, 180px);
  gap: 28px;
}

.feature-card {
  display: grid;
  height: 680px;
  overflow: hidden;
  padding: clamp(36px, 6vw, 74px);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.65fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 45%, rgba(219, 255, 31, 0.1), transparent 22rem),
    var(--surface);
}

.feature-card.reverse {
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 0.9fr);
}

.feature-card.reverse .feature-copy {
  grid-column: 2;
  grid-row: 1;
}

.feature-card.reverse img {
  grid-column: 1;
  grid-row: 1;
}

.feature-copy {
  position: relative;
  z-index: 3;
  max-width: 540px;
}

.feature-card img {
  width: min(380px, 100%);
  margin-inline: auto;
  transform: translateY(62px);
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.6));
}

.privacy-callout {
  display: grid;
  padding: clamp(44px, 7vw, 80px);
  grid-template-columns: 1.1fr 0.8fr;
  gap: 70px;
  border: 1px solid rgba(221, 255, 31, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(221, 255, 31, 0.09), transparent 45%),
    var(--surface);
}

.privacy-callout h2 {
  font-size: clamp(2.4rem, 4.5vw, 4rem);
}

.privacy-callout p:not(.eyebrow) {
  color: var(--muted);
}

.privacy-points {
  display: grid;
  margin: 0;
  padding: 0;
  align-content: center;
  gap: 14px;
  list-style: none;
}

.privacy-points li {
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.25);
  font-weight: 700;
}

.privacy-points span {
  margin-right: 12px;
  color: var(--lime);
}

.pricing {
  display: grid;
  padding-block: clamp(110px, 14vw, 190px);
  grid-template-columns: 1fr minmax(340px, 0.55fr);
  align-items: center;
  gap: clamp(50px, 10vw, 140px);
}

.pricing-copy {
  max-width: 680px;
}

.price-card {
  padding: 34px;
  border: 1px solid rgba(221, 255, 31, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 75% 0, rgba(221, 255, 31, 0.18), transparent 13rem),
    var(--surface);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.price-card > p {
  margin-bottom: 12px;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card > strong {
  display: block;
  font-size: clamp(4.5rem, 8vw, 6.7rem);
  line-height: 1;
  letter-spacing: -0.065em;
}

.price-card > strong sup {
  position: relative;
  top: -0.55em;
  margin-right: 4px;
  color: var(--lime);
  font-size: 0.35em;
}

.price-card > span:not(.store-button) {
  color: var(--muted);
}

.price-card ul {
  margin: 28px 0;
  padding: 24px 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.price-card li + li {
  margin-top: 9px;
}

.price-card li::before {
  margin-right: 10px;
  color: var(--lime);
  content: "✓";
}

.final-cta {
  display: grid;
  margin-bottom: 90px;
  padding: 32px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
}

.final-cta img {
  border-radius: 22px;
}

.final-cta h2 {
  margin: 0 0 4px;
  font-size: clamp(1.55rem, 3.5vw, 2.5rem);
}

.final-cta p {
  margin: 0;
  color: var(--muted);
}

.button-primary,
.button-secondary {
  display: inline-flex;
  min-height: 52px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 850;
  text-decoration: none;
}

.button-primary {
  background: var(--lime);
  color: #050505;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.site-footer {
  display: grid;
  min-height: 180px;
  padding-block: 34px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.site-footer > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer small {
  grid-column: 1 / -1;
  color: #737278;
  font-size: 0.75rem;
}

.legal-page {
  padding-block: clamp(80px, 10vw, 140px);
}

.legal-hero {
  max-width: 860px;
  margin-bottom: 90px;
}

.legal-hero h1 {
  margin-bottom: 24px;
}

.legal-hero .button-primary {
  margin-top: 18px;
}

.response-note {
  margin-top: 17px;
  color: #7f7f85;
  font-size: 0.87rem;
}

.support-grid {
  display: grid;
  margin-bottom: 130px;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.support-grid article > span {
  margin-bottom: 48px;
  font-size: 1rem;
}

.faq-section {
  margin-bottom: 120px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 25px 44px 25px 0;
  cursor: pointer;
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 760;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  margin-right: -38px;
  color: var(--lime);
  content: "+";
  font-size: 1.5rem;
  font-weight: 450;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 820px;
  padding: 0 0 25px;
  color: var(--muted);
}

.contact-card {
  display: grid;
  padding: clamp(36px, 6vw, 66px);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  border: 1px solid rgba(221, 255, 31, 0.24);
  border-radius: var(--radius);
  background: var(--lime-soft);
}

.contact-card h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.contact-card p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
}

.policy {
  max-width: 860px;
}

.policy section {
  padding: 40px 0;
  border-top: 1px solid var(--line);
}

.policy h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  letter-spacing: -0.03em;
}

.policy p {
  color: var(--muted);
}

.not-found {
  display: flex;
  min-height: 100vh;
  padding-block: 80px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.not-found img {
  margin-bottom: 42px;
  border-radius: 20px;
}

.not-found h1 {
  max-width: 760px;
}

.not-found > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.2rem;
}

.not-found .button-primary {
  margin-top: 20px;
}

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

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-art {
    width: min(560px, 100%);
    height: 720px;
    margin-inline: auto;
  }

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

  .steps article > span {
    margin-bottom: 36px;
  }

  .feature-card,
  .feature-card.reverse {
    height: 860px;
    padding-bottom: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 0;
  }

  .feature-card .feature-copy,
  .feature-card.reverse .feature-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .feature-card img,
  .feature-card.reverse img {
    grid-column: 1;
    grid-row: 2;
    transform: translateY(20px);
  }

  .privacy-callout,
  .pricing {
    grid-template-columns: 1fr;
  }

  .price-card {
    max-width: 520px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .shell,
  .site-header {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header {
    min-height: 76px;
  }

  .site-header nav {
    gap: 14px;
  }

  .site-header nav a:first-child,
  .site-header nav a:nth-child(2) {
    display: none;
  }

  .hero {
    padding-top: 68px;
    gap: 36px;
  }

  h1 {
    font-size: clamp(3.1rem, 16vw, 4.6rem);
  }

  .hero-art {
    height: 580px;
    border-radius: 40px 40px 0 0;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid > div {
    min-height: 120px;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .proof-grid > div:last-child {
    border-bottom: 0;
  }

  .section {
    padding-block: 94px;
  }

  .feature-card,
  .feature-card.reverse {
    height: 760px;
    padding: 34px 24px 0;
  }

  .feature-card img,
  .feature-card.reverse img {
    width: min(350px, 100%);
  }

  .privacy-callout {
    padding: 34px 24px;
    gap: 34px;
  }

  .pricing {
    padding-block: 100px;
  }

  .final-cta {
    grid-template-columns: auto 1fr;
  }

  .final-cta img {
    width: 72px;
  }

  .final-cta .button-secondary {
    grid-column: 1 / -1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer small {
    grid-column: 1;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-card .button-primary {
    overflow-wrap: anywhere;
  }
}

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