:root {
  color-scheme: dark;
  --bg: #07111f;
  --panel: #101a2b;
  --panel-soft: #141f33;
  --text: #f2f0ea;
  --muted: #aab1bf;
  --line: rgba(242, 240, 234, 0.14);
  --line-strong: rgba(242, 240, 234, 0.22);
  --accent: #b89467;
  --accent-soft: rgba(184, 148, 103, 0.14);
  --accent-ink: #26180c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  font-weight: 620;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(48px, 8vw, 88px);
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 780px;
}

h2 {
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.04;
  margin-bottom: 18px;
  max-width: 780px;
}

h3 {
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 10px;
}

.site-header {
  border-bottom: 1px solid var(--line);
}

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  padding: 18px 22px;
}

.brand {
  align-items: center;
  display: inline-flex;
  height: 34px;
  text-decoration: none;
}

.brand img {
  display: block;
  filter: invert(95%) sepia(9%) saturate(251%) hue-rotate(356deg) brightness(103%) contrast(90%);
  height: 100%;
  width: auto;
}

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

.nav-links a,
.footer-links a {
  color: var(--text);
  font-size: 15px;
  text-decoration: none;
}

.footer-links a,
.footer-email {
  color: rgba(170, 177, 191, 0.68);
  font-size: 15px;
  text-decoration: none;
}

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

.page-shell {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 22px;
}

.hero {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  min-height: calc(100svh - 92px);
  padding: 56px 0 42px;
}

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

.hero-mark {
  display: block;
  filter: invert(68%) sepia(17%) saturate(736%) hue-rotate(355deg) brightness(91%) contrast(86%);
  height: 58px;
  margin-bottom: 28px;
  opacity: 0.84;
  width: 58px;
}

.eyebrow,
.section-kicker {
  color: var(--accent);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.lede-stack {
  display: grid;
  gap: 10px;
  max-width: 660px;
}

.lede {
  color: var(--text);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.3;
  margin-bottom: 0;
}

.lede-secondary {
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 22px);
}

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

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 720;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-decoration: none;
}

.button.primary {
  background: var(--accent);
  color: var(--accent-ink);
}

.button.secondary {
  border-color: var(--line-strong);
  color: var(--text);
}

.button:hover {
  transform: translateY(-1px);
}

.hero-note,
.hero-credibility,
.fine-print,
.plan-note {
  color: var(--muted);
  font-size: 14px;
}

.hero-credibility {
  color: rgba(242, 240, 234, 0.76);
  margin-bottom: 0;
  margin-top: 18px;
}

.hero-note {
  margin-top: 8px;
}

.phone-frame {
  align-self: center;
  background: #03070d;
  border: 1px solid rgba(242, 240, 234, 0.24);
  border-radius: 44px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38), 0 0 74px rgba(184, 148, 103, 0.14);
  min-height: 628px;
  padding: 16px;
  position: relative;
  width: 100%;
}

.phone-screen {
  background: var(--bg);
  border: 1px solid rgba(184, 148, 103, 0.18);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  min-height: 596px;
  padding: 28px 24px 22px;
}

.phone-top,
.phone-brand-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.phone-top {
  margin-bottom: 28px;
}

.phone-brand-row {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 26px;
}

.phone-time,
.phone-status {
  color: var(--text);
  font-size: 15px;
  font-weight: 720;
}

.phone-title {
  font-size: 28px;
  line-height: 1.14;
  margin-bottom: 10px;
}

.phone-subtitle {
  color: var(--text);
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 20px;
}

.phone-answer {
  border: 1px solid rgba(184, 148, 103, 0.72);
  border-radius: 8px;
  color: var(--muted);
  display: grid;
  flex: 1;
  gap: 14px;
  padding: 18px;
}

.phone-answer p {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

.phone-button {
  background: var(--accent);
  border-radius: 8px;
  color: var(--accent-ink);
  font-weight: 720;
  margin-top: 18px;
  padding: 14px;
  text-align: center;
}

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

.section-intro {
  max-width: 760px;
}

.muted {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.step {
  align-items: flex-start;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 22px;
}

.step-number {
  align-items: center;
  background: var(--accent-soft);
  border: 1px solid rgba(184, 148, 103, 0.28);
  border-radius: 8px;
  color: var(--accent);
  display: flex;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.step p,
.card p,
.identity-card p,
.benefit-card p,
.price-card p,
.faq-card p {
  color: var(--muted);
}

.examples {
  color: var(--accent);
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 12px;
}

.grid,
.identity-grid,
.difference-grid,
.pricing {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

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

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

.card,
.identity-card,
.benefit-card,
.price-card,
.faq-card,
.legal-card,
.support-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.card,
.identity-card,
.benefit-card,
.price-card,
.legal-card {
  padding: 24px;
}

.identity-card {
  border-left: 2px solid var(--accent);
}

.identity-card p {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 0;
}

.benefit-card {
  border-top: 2px solid rgba(184, 148, 103, 0.68);
}

.benefit-card p {
  color: var(--text);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}

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

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
}

.price-card .button {
  margin-top: auto;
  width: 100%;
}

.price-card.preferred {
  border-color: rgba(184, 148, 103, 0.52);
  background: var(--panel-soft);
}

.badge-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.badge,
.save {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
  padding: 6px 10px;
}

.badge {
  background: var(--accent);
  color: var(--accent-ink);
}

.save {
  border: 1px solid rgba(184, 148, 103, 0.36);
  color: var(--accent);
}

.price {
  color: var(--text);
  font-size: clamp(42px, 5vw, 58px);
  font-weight: 760;
  line-height: 1;
  margin: 12px 0 14px;
}

.price span {
  color: var(--muted);
  font-size: 18px;
  font-weight: 520;
}

.fine-print {
  margin-top: 18px;
}

.plan-note {
  margin-bottom: 0;
  margin-top: 14px;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.faq-card {
  padding: 0;
}

.faq-card summary {
  cursor: pointer;
  font-size: 19px;
  font-weight: 660;
  list-style: none;
  padding: 20px 22px;
}

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

.faq-card summary::after {
  color: var(--accent);
  content: "+";
  float: right;
  font-weight: 520;
}

.faq-card[open] summary::after {
  content: "–";
}

.faq-card p {
  margin: 0;
  padding: 0 22px 18px;
}

.download-section {
  text-align: center;
}

.download-intro {
  margin-left: auto;
  margin-right: auto;
}

.support-panel {
  align-items: center;
  border-color: rgba(184, 148, 103, 0.24);
  display: grid;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  padding: 22px 24px;
  text-align: center;
}

.support-copy {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.support-copy h2,
.support-copy p {
  margin-bottom: 0;
}

.support-copy h2 {
  color: rgba(242, 240, 234, 0.82);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.18;
}

.support-email {
  border: 1px solid rgba(184, 148, 103, 0.38);
  border-radius: 8px;
  color: var(--text);
  font-size: 16px;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 10px 14px;
  text-decoration: none;
}

.download-options {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1160px;
  padding: 22px 22px 0;
  text-align: center;
}

.download-badge {
  align-items: center;
  background: rgba(16, 26, 43, 0.72);
  border: 1px solid rgba(184, 148, 103, 0.34);
  border-radius: 8px;
  color: rgba(242, 240, 234, 0.78);
  display: inline-flex;
  gap: 14px;
  justify-content: center;
  min-height: 72px;
  min-width: 236px;
  padding: 14px 18px;
  text-align: left;
  text-decoration: none;
}

.download-primary {
  background: rgba(184, 148, 103, 0.18);
  border-color: rgba(184, 148, 103, 0.72);
  box-shadow: 0 0 42px rgba(184, 148, 103, 0.1);
  color: var(--text);
}

.download-badge:hover {
  border-color: rgba(184, 148, 103, 0.58);
  color: var(--text);
}

.download-badge.is-disabled {
  color: rgba(170, 177, 191, 0.62);
  cursor: default;
}

.download-icon {
  align-items: center;
  border: 1px solid rgba(184, 148, 103, 0.36);
  border-radius: 6px;
  color: var(--accent);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 760;
  height: 38px;
  justify-content: center;
  width: 44px;
}

.download-label,
.download-title {
  display: block;
  line-height: 1.1;
}

.download-label {
  color: var(--muted);
  font-size: 13px;
}

.download-title {
  font-size: 20px;
  font-weight: 660;
  margin-top: 4px;
}

.footer-divider {
  background: rgba(184, 148, 103, 0.72);
  height: 2px;
  margin: 30px auto 0;
  max-width: 1160px;
  width: calc(100% - 44px);
}

.site-footer {
  margin-top: 0;
}

.footer-inner {
  align-items: center;
  display: grid;
  gap: 22px;
  justify-items: center;
  margin: 0 auto;
  max-width: 1160px;
  padding: 42px 22px 50px;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  justify-content: center;
}

.footer-separator {
  color: rgba(184, 148, 103, 0.7);
  font-size: 15px;
}

.copyright {
  color: rgba(170, 177, 191, 0.6);
  font-size: 14px;
  margin: 0;
}

.legal-page {
  max-width: 840px;
  padding-bottom: 64px;
  padding-top: 64px;
}

.legal-card {
  margin-top: 18px;
}

.legal-section {
  margin-top: 34px;
}

.legal-section h2,
.legal-card h2 {
  color: var(--accent);
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 12px;
}

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

.legal-section a,
.legal-card a {
  color: var(--text);
  text-decoration-color: rgba(184, 148, 103, 0.62);
  text-underline-offset: 4px;
}

.legal-section a:hover,
.legal-card a:hover {
  color: var(--accent);
}

.legal-section ul,
.legal-card ul {
  padding-left: 22px;
}

.legal-page > .muted {
  max-width: 680px;
}

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

  .phone-frame {
    justify-self: center;
    max-width: 420px;
    width: 100%;
  }

  .grid,
  .identity-grid,
  .difference-grid,
  .pricing {
    grid-template-columns: 1fr;
  }

  .support-email {
    text-align: center;
  }
}

@media (max-width: 620px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .hero {
    gap: 38px;
    padding: 42px 0 34px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 68px 0;
  }

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

  .phone-frame {
    border-radius: 34px;
    min-height: auto;
    padding: 12px;
  }

  .phone-screen {
    min-height: 586px;
    padding: 24px 20px 20px;
  }

  .phone-title {
    font-size: 26px;
  }

  .phone-subtitle {
    font-size: 17px;
  }

  .phone-answer p {
    font-size: 15px;
  }

  .footer-divider {
    width: calc(100% - 32px);
  }

  .download-options {
    align-items: stretch;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .download-badge {
    min-width: 0;
    text-align: center;
    width: 100%;
  }

  .footer-links {
    max-width: 320px;
  }
}
