@font-face {
  font-family: "Fredoka";
  src: url("assets/fonts/Fredoka-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Bungee";
  src: url("assets/fonts/Bungee-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #13231f;
  --deep: #062723;
  --deepest: #031c19;
  --surface: #0b4038;
  --surface-high: #0f4a40;
  --table: #155a4c;
  --ivory: #f6f0df;
  --ivory-hi: #fffdf4;
  --ivory-shade: #e9dfc9;
  --muted: #9ab7ad;
  --gold: #d6ad63;
  --gold-soft: #efd495;
  --mint: #a8dbc5;
  --pink: #ff4fa3;
  --purple: #d500ff;
  --tile-edge: #a6532d;
  --tile-depth: #74321e;
  --premium: #e4b94f;
  --shadow: 0 24px 70px rgba(0, 20, 16, 0.28);
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--deep);
}

body {
  margin: 0;
  color: var(--ivory);
  background: var(--deep);
  font-family: "Fredoka", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--deep);
  background: var(--gold-soft);
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 12px;
  color: var(--ink);
  background: var(--ivory-hi);
  transform: translateY(-160%);
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(168, 219, 197, 0.14);
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand img {
  border-radius: 11px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.22);
}

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

.nav-links a,
.nav-support {
  color: var(--mint);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-support:hover,
.nav-support:focus-visible {
  color: var(--ivory-hi);
}

.nav-support {
  justify-self: end;
  padding: 9px 16px;
  border: 1px solid rgba(239, 212, 149, 0.4);
  border-radius: 999px;
  color: var(--gold-soft);
}

.hero {
  position: relative;
  min-height: 920px;
  padding: 176px 0 98px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 35%, rgba(21, 90, 76, 0.62), transparent 34%),
    linear-gradient(145deg, var(--deepest), var(--deep) 46%, #0a3c34);
}

.hero::after {
  position: absolute;
  z-index: -2;
  right: -11vw;
  bottom: -18vw;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(239, 212, 149, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 84px rgba(239, 212, 149, 0.025),
    0 0 0 168px rgba(239, 212, 149, 0.018);
  content: "";
}

.hero-pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(30deg, transparent 45%, rgba(239, 212, 149, 0.3) 46%, rgba(239, 212, 149, 0.3) 48%, transparent 49%),
    linear-gradient(-30deg, transparent 45%, rgba(239, 212, 149, 0.18) 46%, rgba(239, 212, 149, 0.18) 48%, transparent 49%);
  background-size: 44px 76px;
  mask-image: linear-gradient(to right, black, transparent 52%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1.12fr);
  align-items: center;
  gap: 58px;
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.app-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 42px;
}

.app-lockup img {
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 19px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.platform-kicker,
.platform-name {
  display: block;
}

.platform-kicker {
  color: var(--mint);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.platform-name {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--tile-edge);
}

.eyebrow-black {
  color: rgba(33, 26, 13, 0.7);
}

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

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--ivory-hi);
  font-size: clamp(56px, 6vw, 88px);
  font-weight: 650;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 650;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 10px;
  font-size: 25px;
  letter-spacing: -0.025em;
}

.hero-lead {
  max-width: 600px;
  margin-bottom: 34px;
  color: #c2d8cf;
  font-size: 21px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-gold {
  color: #241b0c;
  background: var(--gold-soft);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.button-gold:hover,
.button-gold:focus-visible {
  background: #ffe6a8;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.26);
}

.button-ghost {
  border-color: rgba(168, 219, 197, 0.35);
  color: var(--ivory);
  background: rgba(11, 64, 56, 0.38);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(168, 219, 197, 0.6);
  background: rgba(15, 74, 64, 0.7);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 14px;
  list-style: none;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-list span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(239, 212, 149, 0.25);
  border-radius: 8px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
}

.hero-phones {
  position: relative;
  min-height: 670px;
  perspective: 1200px;
}

.phone {
  overflow: hidden;
  margin: 0;
  border: 8px solid #17332d;
  border-radius: 36px;
  background: var(--deepest);
  box-shadow: var(--shadow);
}

.phone img {
  width: 100%;
  height: auto;
}

.hero-phones .phone {
  position: absolute;
  width: 288px;
}

.phone-main {
  z-index: 3;
  top: 2px;
  left: 50%;
  transform: translateX(-50%) rotate(1.2deg);
  border-color: #162c27;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.43);
}

.phone-left,
.phone-right {
  z-index: 1;
  top: 90px;
  width: 245px !important;
  filter: saturate(0.9) brightness(0.9);
}

.phone-left {
  left: -12px;
  transform: rotate(-8deg) translateZ(-30px);
}

.phone-right {
  right: -12px;
  transform: rotate(8deg) translateZ(-30px);
}

.pair-spark {
  position: absolute;
  z-index: 5;
  color: var(--pink);
  font-family: "Bungee", sans-serif;
  text-shadow: 0 0 18px var(--purple);
  animation: breathe 2.4s ease-in-out infinite;
}

.pair-spark-one {
  top: 33%;
  right: 12%;
  font-size: 43px;
}

.pair-spark-two {
  top: 41%;
  right: 5%;
  font-size: 23px;
  animation-delay: -0.8s;
}

@keyframes breathe {
  0%, 100% { opacity: 0.62; transform: scale(0.86) rotate(-4deg); }
  50% { opacity: 1; transform: scale(1.12) rotate(5deg); }
}

.promise-bar {
  color: var(--ink);
  background: var(--gold-soft);
}

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

.promise-grid p {
  min-height: 112px;
  margin: 0;
  padding: 26px 24px;
  border-right: 1px solid rgba(116, 50, 30, 0.16);
}

.promise-grid p:first-child {
  border-left: 1px solid rgba(116, 50, 30, 0.16);
}

.promise-grid strong,
.promise-grid span {
  display: block;
}

.promise-grid strong {
  font-size: 17px;
}

.promise-grid span {
  color: rgba(19, 35, 31, 0.64);
  font-size: 14px;
}

.section {
  padding: 132px 0;
}

.section-ivory {
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 12%, rgba(214, 173, 99, 0.18), transparent 22%),
    var(--ivory);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 72px;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: #596c65;
  font-size: 20px;
}

.section-heading-light > p:last-child {
  color: var(--muted);
}

.feature-stage {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(54px, 8vw, 110px);
}

.feature-phone {
  position: relative;
  justify-self: center;
  width: min(100%, 388px);
  padding: 34px;
  border-radius: 56px;
  background: var(--surface);
  box-shadow: 0 34px 80px rgba(6, 39, 35, 0.28);
}

.phone-flat {
  width: 100%;
  border-color: #0d302a;
}

.combo-card {
  position: absolute;
  top: 39%;
  right: -42px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 3px solid #161016;
  border-radius: 15px;
  color: white;
  background: #17151b;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
  transform: rotate(2deg);
}

.combo-card strong {
  color: var(--pink);
  font-family: "Bungee", sans-serif;
  font-size: 17px;
  text-shadow: 2px 2px 0 #161016;
}

.combo-card span {
  padding: 3px 9px;
  border-radius: 999px;
  color: #80f2ad;
  background: #063b2b;
  font-size: 15px;
  font-weight: 700;
}

.feature-list {
  display: grid;
  gap: 0;
}

.feature-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(19, 35, 31, 0.14);
}

.feature-item:first-child {
  border-top: 1px solid rgba(19, 35, 31, 0.14);
}

.feature-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #c6b999;
  border-radius: 15px;
  color: var(--tile-edge);
  font-size: 14px;
  font-weight: 700;
}

.feature-item p {
  max-width: 650px;
  margin: 0;
  color: #5d6b66;
}

.layouts-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 25%, rgba(255, 79, 163, 0.1), transparent 24%),
    linear-gradient(160deg, #092f2a, var(--deepest));
}

.layouts-section::before {
  position: absolute;
  top: 72px;
  right: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(168, 219, 197, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(168, 219, 197, 0.022), 0 0 0 116px rgba(168, 219, 197, 0.016);
  content: "";
}

.layout-names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -34px 0 64px;
}

.layout-names span {
  padding: 8px 15px;
  border: 1px solid rgba(168, 219, 197, 0.2);
  border-radius: 999px;
  color: var(--mint);
  background: rgba(15, 74, 64, 0.3);
  font-size: 14px;
}

.screenshot-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: clamp(22px, 4vw, 54px);
  width: min(940px, 100%);
  margin: 0 auto -265px;
}

.gallery-phone {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(239, 212, 149, 0.18);
  border-radius: 34px;
  background: #163b34;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.gallery-phone img {
  width: 100%;
  height: auto;
  aspect-ratio: 620 / 1342;
  border-radius: 26px;
  object-fit: contain;
}

.gallery-phone figcaption {
  position: absolute;
  right: 19px;
  bottom: 19px;
  left: 19px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: var(--ivory);
  background: rgba(3, 28, 25, 0.82);
  backdrop-filter: blur(8px);
  font-size: 13px;
  text-align: center;
}

.gallery-a { transform: translateY(42px) rotate(-2.8deg); }
.gallery-b { z-index: 2; transform: translateY(-15px); }
.gallery-c { transform: translateY(42px) rotate(2.8deg); }

.details-section {
  padding-top: 410px;
}

.details-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 124px);
}

.details-copy p:not(.eyebrow) {
  max-width: 560px;
  color: #596c65;
  font-size: 20px;
}

.detail-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.detail-pills span {
  padding: 9px 14px;
  border: 1px solid #cfc2a4;
  border-radius: 999px;
  color: #5b4930;
  background: rgba(255, 253, 244, 0.52);
  font-size: 14px;
  font-weight: 600;
}

.stats-preview {
  position: relative;
  min-height: 650px;
}

.phone-stats {
  position: absolute;
  top: 0;
  right: 9%;
  width: 295px;
  transform: rotate(3deg);
}

.stats-note {
  position: absolute;
  z-index: 2;
  bottom: 7%;
  left: 0;
  width: 310px;
  padding: 28px;
  border: 1px solid rgba(168, 219, 197, 0.25);
  border-radius: 28px;
  color: var(--ivory);
  background: var(--surface);
  box-shadow: 0 28px 70px rgba(6, 39, 35, 0.25);
}

.stats-note-mark {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 13px;
  color: var(--ink);
  background: var(--gold-soft);
  font-size: 22px;
}

.stats-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.stats-note p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.premium-section {
  padding: 0 0 130px;
  color: #211a0d;
  background: var(--ivory);
}

.premium-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  padding: clamp(44px, 7vw, 84px);
  border-radius: 42px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.24), transparent 42%),
    var(--premium);
  box-shadow: 0 30px 70px rgba(86, 60, 8, 0.2);
}

.premium-card h2 {
  max-width: 590px;
}

.premium-card p:last-child {
  max-width: 610px;
  margin-bottom: 0;
  color: rgba(33, 26, 13, 0.7);
}

.premium-points {
  display: grid;
  align-content: center;
  gap: 12px;
}

.premium-points span {
  position: relative;
  padding: 13px 15px 13px 46px;
  border: 1px solid rgba(33, 26, 13, 0.14);
  border-radius: 15px;
  background: rgba(255, 250, 226, 0.36);
  font-weight: 600;
}

.premium-points span::before {
  position: absolute;
  top: 50%;
  left: 16px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: var(--premium);
  background: #211a0d;
  content: "✓";
  font-size: 11px;
  transform: translateY(-50%);
}

.faq-section {
  background: var(--deep);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(60px, 9vw, 130px);
}

.faq-grid .section-heading {
  margin: 0;
}

.faq-list {
  border-top: 1px solid rgba(168, 219, 197, 0.18);
}

.faq-list details {
  border-bottom: 1px solid rgba(168, 219, 197, 0.18);
}

.faq-list summary {
  position: relative;
  padding: 25px 52px 25px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 6px;
  color: var(--gold-soft);
  content: "+";
  font-size: 28px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list p {
  max-width: 670px;
  margin-bottom: 28px;
  color: var(--muted);
}

.closing-section {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 120%, rgba(21, 90, 76, 0.9), transparent 52%),
    var(--deepest);
}

.closing-inner {
  position: relative;
  z-index: 1;
}

.closing-inner img {
  margin: 0 auto 28px;
  border-radius: 23px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.closing-inner h2 {
  margin-inline: auto;
}

.closing-inner > p:not(.eyebrow) {
  margin-bottom: 30px;
  color: var(--muted);
}

.site-footer {
  padding: 48px 0;
  border-top: 1px solid rgba(168, 219, 197, 0.12);
  color: var(--muted);
  background: #021815;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 36px;
}

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

.footer-brand img {
  border-radius: 13px;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: var(--ivory);
}

.footer-brand span {
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
  font-size: 14px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ivory);
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(168, 219, 197, 0.1);
  font-size: 13px;
}

/* Legal pages */
.legal-body {
  color: var(--ink);
  background: var(--ivory);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.legal-body .site-header {
  position: relative;
  border-color: rgba(19, 35, 31, 0.12);
  color: var(--ink);
  background: var(--ivory-hi);
}

.legal-body .brand img {
  box-shadow: 0 7px 18px rgba(6, 39, 35, 0.14);
}

.legal-body .nav-links a {
  color: #53645e;
}

.legal-body .nav-links a:hover,
.legal-body .nav-links a:focus-visible {
  color: var(--tile-depth);
}

.legal-body .nav-support {
  border-color: rgba(166, 83, 45, 0.3);
  color: var(--tile-edge);
}

.legal-hero {
  padding: 100px 0 76px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 80% 30%, rgba(21, 90, 76, 0.7), transparent 28%),
    var(--deep);
}

.legal-hero h1 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(48px, 7vw, 80px);
}

.legal-hero p:last-child {
  max-width: 660px;
  margin: 0;
  color: var(--mint);
  font-size: 19px;
}

.legal-updated {
  color: var(--gold-soft) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  justify-content: center;
  gap: 80px;
  padding: 84px 0 120px;
}

.legal-toc {
  position: sticky;
  top: 28px;
  align-self: start;
  padding: 24px;
  border: 1px solid #d9ceb4;
  border-radius: 20px;
  background: rgba(255, 253, 244, 0.74);
}

.legal-toc strong {
  display: block;
  margin-bottom: 13px;
  color: var(--tile-edge);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 5px 0;
  color: #53645e;
  font-size: 14px;
  text-decoration: none;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--tile-edge);
}

.legal-content {
  min-width: 0;
}

.legal-summary {
  margin-bottom: 54px;
  padding: 28px 30px;
  border-left: 5px solid var(--gold);
  border-radius: 0 20px 20px 0;
  background: var(--ivory-hi);
}

.legal-summary p:last-child {
  margin-bottom: 0;
}

.legal-content section {
  scroll-margin-top: 28px;
  padding: 9px 0 32px;
}

.legal-content h2 {
  margin-bottom: 17px;
  color: #173f37;
  font-size: 31px;
  letter-spacing: -0.025em;
}

.legal-content h3 {
  margin: 26px 0 12px;
  font-size: 21px;
}

.legal-content p,
.legal-content li {
  color: #4d5e58;
  font-size: 17px;
}

.legal-content a {
  color: #8f4228;
  font-weight: 600;
}

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

.legal-content li + li {
  margin-top: 9px;
}

.legal-contact {
  padding: 28px !important;
  border-radius: 22px;
  color: var(--ivory);
  background: var(--surface);
}

.legal-contact h2,
.legal-contact p {
  color: var(--ivory);
}

.legal-contact p:last-child {
  margin-bottom: 0;
}

.legal-contact a {
  color: var(--gold-soft);
}

.legal-body .site-footer {
  color: var(--muted);
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

.reduce-motion *,
.reduce-motion *::before,
.reduce-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1050px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 145px;
  }

  .hero-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
  }

  .hero-phones .phone {
    width: 250px;
  }

  .phone-left,
  .phone-right {
    width: 205px !important;
  }

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

  .promise-grid p {
    border-bottom: 1px solid rgba(116, 50, 30, 0.16);
  }

  .feature-stage,
  .details-grid {
    gap: 54px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 680px);
  }

  body {
    font-size: 17px;
  }

  .hero {
    padding: 135px 0 76px;
  }

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

  .hero-copy {
    text-align: center;
  }

  .app-lockup,
  .hero-actions,
  .trust-list {
    justify-content: center;
  }

  .app-lockup {
    margin-bottom: 30px;
  }

  h1 {
    margin-inline: auto;
    font-size: clamp(51px, 12vw, 74px);
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-phones {
    min-height: 660px;
    margin-top: 28px;
  }

  .hero-phones .phone {
    width: 275px;
  }

  .phone-left,
  .phone-right {
    top: 105px;
    width: 210px !important;
  }

  .feature-stage,
  .details-grid,
  .premium-card,
  .faq-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .feature-phone {
    width: min(100%, 360px);
  }

  .details-section {
    padding-top: 350px;
  }

  .stats-preview {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .premium-card {
    gap: 42px;
  }

  .faq-grid {
    gap: 44px;
  }

  .legal-layout {
    gap: 34px;
  }

  .legal-toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
  }

  .legal-toc strong {
    width: 100%;
  }

  .legal-toc a {
    display: inline-block;
  }
}

@media (max-width: 580px) {
  :root {
    --shell: calc(100% - 26px);
  }

  .nav {
    min-height: 72px;
  }

  .brand span {
    font-size: 16px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .nav-support {
    padding: 7px 12px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding-top: 120px;
  }

  .app-lockup {
    text-align: left;
  }

  .app-lockup img {
    width: 64px;
    height: 64px;
    border-radius: 17px;
  }

  h1 {
    font-size: 49px;
  }

  h2 {
    font-size: 41px;
  }

  h3 {
    font-size: 22px;
  }

  .hero-lead,
  .section-heading > p:last-child,
  .details-copy p:not(.eyebrow) {
    font-size: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-list {
    gap: 10px 18px;
  }

  .hero-phones {
    min-height: 565px;
  }

  .hero-phones .phone {
    width: 230px;
    border-width: 6px;
    border-radius: 29px;
  }

  .phone-left,
  .phone-right {
    top: 84px;
    width: 172px !important;
  }

  .phone-left { left: -34px; }
  .phone-right { right: -34px; }

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

  .promise-grid p {
    min-height: 0;
    padding: 18px 12px;
    border-right: 0;
    text-align: center;
  }

  .promise-grid p:first-child {
    border-left: 0;
  }

  .section {
    padding: 92px 0;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .feature-phone {
    padding: 20px;
    border-radius: 42px;
  }

  .combo-card {
    right: -8px;
  }

  .feature-item {
    grid-template-columns: 44px 1fr;
    gap: 15px;
  }

  .feature-number {
    width: 42px;
    height: 42px;
  }

  .layout-names {
    margin-top: -16px;
  }

  .screenshot-ribbon {
    grid-template-columns: repeat(3, 72%);
    gap: 18px;
    width: calc(100vw - 13px);
    margin-left: 0;
    padding: 20px 18px 285px 2px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .screenshot-ribbon::-webkit-scrollbar {
    display: none;
  }

  .gallery-phone {
    scroll-snap-align: center;
  }

  .gallery-a,
  .gallery-b,
  .gallery-c {
    transform: none;
  }

  .details-section {
    padding-top: 92px;
  }

  .stats-preview {
    min-height: 570px;
  }

  .phone-stats {
    right: 0;
    width: 255px;
  }

  .stats-note {
    bottom: 1%;
    width: 260px;
    padding: 22px;
  }

  .premium-section {
    padding: 0 0 92px;
  }

  .premium-card {
    padding: 35px 25px;
    border-radius: 30px;
  }

  .closing-section {
    padding: 95px 0;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

  .legal-hero {
    padding: 78px 0 58px;
  }

  .legal-hero h1 {
    font-size: 47px;
  }

  .legal-layout {
    padding: 48px 0 80px;
  }

  .legal-summary {
    padding: 22px;
  }

  .legal-content h2 {
    font-size: 28px;
  }
}
