@font-face {
  font-family: "Baloo 2";
  src: url("/assets/Baloo2.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --cream: #fdf6ec;
  --cream-deep: #f3e9d9;
  --white: #fffefa;
  --ink: #2d3142;
  --muted: #777b8b;
  --violet: #5d45e8;
  --violet-deep: #4932d4;
  --violet-soft: #ece8ff;
  --coral: #ff6767;
  --blue: #4d96ff;
  --mint: #2ec4b6;
  --gold: #ffbd3b;
  --line: rgba(45, 49, 66, 0.12);
  --shadow: 0 24px 70px rgba(56, 43, 110, 0.16);
  --font-display: "Baloo 2", ui-rounded, "Arial Rounded MT Bold", sans-serif;
  --font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

a:focus-visible,
summary:focus-visible,
.gallery-track:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 12px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  font-weight: 700;
}

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

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 0;
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 11px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.brand img {
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(73, 50, 212, 0.22);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #5d6070;
  font-size: 14px;
  font-weight: 650;
}

.desktop-nav a,
.footer-links a {
  transition: color 160ms ease;
}

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

.nav-pill {
  justify-self: end;
  padding: 10px 17px;
  border: 1px solid rgba(93, 69, 232, 0.22);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--violet-deep);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 750;
}

.mobile-nav {
  display: none;
  justify-self: end;
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 146px 0 74px;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 12%, rgba(255, 103, 103, 0.08), transparent 24%),
    linear-gradient(180deg, #fffaf3 0%, var(--cream) 100%);
}

.hero::after {
  position: absolute;
  right: -12vw;
  bottom: -31vw;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  background: rgba(93, 69, 232, 0.045);
  content: "";
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-orb-one {
  top: 170px;
  right: 41%;
  width: 230px;
  height: 230px;
  border: 54px solid rgba(255, 189, 59, 0.06);
}

.hero-orb-two {
  bottom: 100px;
  left: -100px;
  width: 260px;
  height: 260px;
  background: rgba(255, 103, 103, 0.05);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 72px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--violet-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 24px;
  height: 2px;
  background: currentColor;
}

.hero h1,
.section h2,
.availability h2,
.legal-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 600px;
  font-size: clamp(59px, 6vw, 86px);
}

.hero h1 em {
  color: var(--violet);
  font-style: normal;
}

.hero-lede {
  max-width: 570px;
  margin: 27px 0 31px;
  color: #5f6372;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 22px;
  border-radius: 14px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 750;
  line-height: 1;
}

.button-primary {
  background: var(--violet);
  box-shadow: 0 12px 28px rgba(93, 69, 232, 0.24);
  color: white;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button-primary:hover {
  box-shadow: 0 16px 34px rgba(93, 69, 232, 0.29);
  transform: translateY(-2px);
}

.button-primary span {
  font-family: var(--font-body);
  font-size: 17px;
}

.button-muted {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
  color: #777887;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button-muted:hover {
  border-color: rgba(93, 69, 232, 0.34);
  color: var(--violet-deep);
  transform: translateY(-2px);
}

.apple-mark {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--ink);
  font-size: 18px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin: 25px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.02em;
  list-style: none;
}

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

.trust-row li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
  content: "";
}

.hero-stage {
  position: relative;
  min-height: 610px;
}

.hero-stage::before {
  position: absolute;
  top: 56px;
  right: 0;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: inset 0 0 0 58px rgba(255, 255, 255, 0.035);
  content: "";
}

.phone {
  position: relative;
  z-index: 2;
  width: 316px;
  padding: 9px;
  border: 2px solid #252631;
  border-radius: 48px;
  background: #191a21;
  box-shadow: 0 42px 78px rgba(34, 27, 73, 0.29);
}

.phone::before {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 50%;
  width: 88px;
  height: 25px;
  border-radius: 20px;
  background: #050505;
  content: "";
  transform: translateX(-50%);
}

.phone-screen {
  overflow: hidden;
  border-radius: 38px;
  background: #fff;
}

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

.phone-hero {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 318px;
  transform: translateX(-42%) rotate(2.5deg);
}

.float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 49, 66, 0.07);
  background: white;
  box-shadow: 0 18px 44px rgba(50, 39, 100, 0.18);
}

.float-card-spanish {
  top: 118px;
  left: 0;
  width: 178px;
  height: 124px;
  flex-direction: column;
  border-radius: 24px;
  transform: rotate(-5deg);
}

.float-card-spanish small {
  position: absolute;
  top: 13px;
  left: 15px;
  padding: 3px 8px;
  border-radius: 10px;
  background: #ffe9e9;
  color: var(--coral);
  font-size: 9px;
  font-weight: 900;
}

.float-card-spanish strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
}

.float-card-picture {
  right: -10px;
  bottom: 52px;
  width: 150px;
  height: 150px;
  flex-direction: column;
  border: 4px solid var(--mint);
  border-radius: 26px;
  transform: rotate(6deg);
}

.float-card-picture span {
  font-size: 55px;
  line-height: 1;
}

.float-card-picture b {
  margin-top: 8px;
  color: var(--mint);
  font-family: var(--font-display);
  font-size: 14px;
}

.streak-chip {
  position: absolute;
  z-index: 5;
  right: 2px;
  top: 79px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 100px;
  background: var(--ink);
  box-shadow: 0 12px 25px rgba(45, 49, 66, 0.18);
  color: white;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 750;
  transform: rotate(3deg);
}

.streak-chip span {
  color: var(--gold);
}

.memory-strip {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.strip-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  min-height: 154px;
}

.strip-grid > * {
  margin: 0;
  padding: 29px 25px;
  border-right: 1px solid var(--line);
}

.strip-grid > *:first-child {
  padding-left: 0;
}

.strip-grid > *:last-child {
  border-right: 0;
  padding-right: 0;
}

.strip-grid > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.3;
}

.strip-grid > p strong {
  color: var(--ink);
  font-size: 23px;
}

.cue {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
}

.cue > span {
  color: #b4b2bb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.cue b {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cue i {
  overflow: hidden;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 19px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cue-picture i {
  font-size: 28px;
}

.cue-spanish i {
  color: var(--coral);
}

.cue-english i {
  color: var(--blue);
}

.cue-audio i {
  color: var(--violet);
  letter-spacing: -0.08em;
}

.section {
  padding: 132px 0;
}

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

.split-heading,
.gallery-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 90px;
}

.section h2 {
  font-size: clamp(43px, 5vw, 66px);
}

.split-heading > p,
.gallery-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.how-section {
  background: var(--cream);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.steps li {
  position: relative;
  min-height: 320px;
  padding: 36px 46px 18px 0;
  border-right: 1px solid var(--line);
}

.steps li + li {
  padding-left: 46px;
}

.steps li:last-child {
  border-right: 0;
}

.step-number,
.feature-index {
  color: #aaa9b3;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.step-icon {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 42px 0 25px;
  place-items: center;
  border-radius: 19px;
  background: var(--violet-soft);
  color: var(--violet);
  font-family: var(--font-display);
  font-size: 29px;
  font-weight: 800;
}

.step-icon-coral {
  background: #ffe8e8;
  color: var(--coral);
}

.step-icon-mint {
  background: #ddf7f4;
  color: var(--mint);
}

.steps h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 29px;
  line-height: 1.1;
}

.steps p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.feature-section {
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.feature-stack {
  display: flex;
  flex-direction: column;
  gap: 170px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 90px;
}

.feature-copy {
  max-width: 520px;
}

.feature-index {
  margin: 0 0 26px;
  color: #9d98bb;
}

.feature-copy h2 {
  font-size: clamp(45px, 4.5vw, 65px);
}

.feature-copy > p:not(.feature-index) {
  margin: 29px 0;
  color: #b9bac5;
  font-size: 17px;
  line-height: 1.78;
}

.tick-list {
  margin: 33px 0 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 12px 0;
  color: #e7e5ee;
  font-size: 14px;
  font-weight: 650;
}

.tick-list li::before {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(46, 196, 182, 0.16);
  color: var(--mint);
  content: "✓";
  font-size: 12px;
}

.feature-visual {
  position: relative;
  min-height: 620px;
}

.feature-visual::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(93, 69, 232, 0.18);
  content: "";
  transform: translate(-50%, -50%);
}

.collection-visual::before {
  background: rgba(255, 103, 103, 0.12);
}

.gameplay-visual::before {
  background: rgba(46, 196, 182, 0.11);
}

.phone-feature {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 282px;
}

.phone-tilt-right {
  transform: translate(-50%, -50%) rotate(3deg);
}

.phone-tilt-left {
  transform: translate(-50%, -50%) rotate(-3deg);
}

.metric-card,
.word-badge,
.audio-bubble {
  position: absolute;
  z-index: 4;
  box-shadow: 0 18px 43px rgba(0, 0, 0, 0.25);
}

.metric-card {
  right: 4px;
  bottom: 72px;
  display: flex;
  width: 154px;
  height: 109px;
  flex-direction: column;
  justify-content: center;
  padding-left: 23px;
  border-radius: 20px;
  background: var(--gold);
  color: var(--ink);
  transform: rotate(-4deg);
}

.metric-card strong {
  font-family: var(--font-display);
  font-size: 39px;
  line-height: 0.9;
}

.metric-card span {
  margin-top: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.word-badge {
  padding: 10px 15px 9px;
  border-radius: 12px;
  background: white;
  color: var(--coral);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
}

.word-badge span {
  display: block;
  margin-top: -3px;
  color: var(--blue);
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.word-badge-one {
  top: 85px;
  left: 13px;
  transform: rotate(5deg);
}

.word-badge-two {
  right: 13px;
  bottom: 103px;
  transform: rotate(-6deg);
}

.progress-key {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
  color: #d5d3dc;
  font-size: 12px;
  font-weight: 700;
}

.progress-key span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.progress-key i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.progress-key .bronze { background: #cd7f32; }
.progress-key .silver { background: #aab1c2; }
.progress-key .gold { background: var(--gold); }

.quiet-promise {
  display: flex;
  max-width: 420px;
  align-items: center;
  gap: 17px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.quiet-promise > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(46, 196, 182, 0.13);
  color: var(--mint);
  font-size: 24px;
}

.quiet-promise p {
  margin: 0;
  color: #aaaab6;
  font-size: 13px;
  line-height: 1.5;
}

.quiet-promise strong {
  display: block;
  color: white;
  font-size: 14px;
}

.audio-bubble {
  right: 2px;
  top: 110px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 17px 12px 12px;
  border-radius: 100px;
  background: white;
  color: var(--ink);
  transform: rotate(-4deg);
}

.audio-bubble span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--violet);
  color: white;
  font-size: 10px;
}

.audio-bubble b {
  font-family: var(--font-display);
  font-size: 15px;
}

.gallery-section {
  padding-bottom: 96px;
  overflow: hidden;
  background: var(--white);
}

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

.gallery-track {
  display: flex;
  overflow-x: auto;
  gap: 26px;
  padding: 4px max(24px, calc((100vw - 1180px) / 2)) 34px;
  scroll-padding-inline: max(24px, calc((100vw - 1180px) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--violet) var(--cream-deep);
  scrollbar-width: thin;
}

.gallery-track figure {
  width: 254px;
  flex: 0 0 254px;
  margin: 0;
  scroll-snap-align: start;
}

.gallery-track figure:nth-child(even) {
  margin-top: 45px;
}

.gallery-track img {
  width: 100%;
  height: auto;
  aspect-ratio: 1320 / 2868;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 31px;
  box-shadow: 0 20px 45px rgba(54, 46, 85, 0.13);
}

.gallery-track figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 17px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
}

.gallery-track figcaption span {
  color: #aaa9b2;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.availability {
  position: relative;
  overflow: hidden;
  padding: 105px 0 110px;
  background: var(--violet);
  color: white;
}

.availability::after {
  position: absolute;
  right: -180px;
  bottom: -330px;
  width: 620px;
  height: 620px;
  border: 95px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  content: "";
}

.availability-orb {
  position: absolute;
  top: -100px;
  left: 40%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 189, 59, 0.09);
}

.availability-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 100px;
}

.availability-icon {
  margin-bottom: 37px;
  border-radius: 27px;
  box-shadow: 0 24px 50px rgba(33, 22, 112, 0.35);
}

.eyebrow-light {
  color: #d4ceff;
}

.availability h2 {
  font-size: clamp(49px, 5.4vw, 72px);
}

.availability-copy > p {
  margin: 0 0 29px;
  color: #d4d0f6;
  font-size: 17px;
  line-height: 1.75;
}

.store-card {
  display: inline-flex;
  min-width: 205px;
  flex-direction: column;
  padding: 11px 20px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  background: #171821;
  color: white;
  line-height: 1;
  transition: background 160ms ease, transform 160ms ease;
}

.store-card:hover {
  background: #0c0d13;
  transform: translateY(-2px);
}

.store-card small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.store-card strong {
  margin-top: 5px;
  font-family: var(--font-display);
  font-size: 22px;
}

.site-footer {
  padding: 75px 0 30px;
  background: #202331;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding-bottom: 62px;
}

.footer-brand {
  color: white;
}

.footer-grid > div:first-child > p {
  margin: 16px 0 0;
  color: #9b9eaa;
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links strong {
  margin-bottom: 7px;
  color: white;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a {
  color: #aeb0ba;
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #898c98;
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

/* Contact and privacy pages */
.subpage .site-header {
  position: relative;
  background: #fffaf3;
}

.legal-main {
  min-height: 70vh;
  background: var(--white);
}

.legal-hero {
  padding: 92px 0 82px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 20%, rgba(93, 69, 232, 0.1), transparent 24%),
    var(--cream);
}

.legal-hero h1 {
  max-width: 820px;
  font-size: clamp(52px, 6vw, 82px);
}

.legal-hero .legal-intro {
  max-width: 690px;
  margin: 26px 0 0;
  color: #646775;
  font-size: 18px;
  line-height: 1.75;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 720px);
  justify-content: space-between;
  gap: 90px;
  padding-top: 86px;
  padding-bottom: 110px;
}

.legal-aside {
  align-self: start;
  padding-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.legal-aside strong {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-aside p {
  margin: 0 0 26px;
}

.legal-content h2 {
  margin: 52px 0 13px;
  font-family: var(--font-display);
  font-size: 31px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

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

.legal-content h3 {
  margin: 28px 0 8px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.3;
}

.legal-content p,
.legal-content li {
  color: #5f626f;
  font-size: 15px;
  line-height: 1.8;
}

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

.legal-content a,
.contact-form a {
  color: var(--violet-deep);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(93, 69, 232, 0.3);
  text-underline-offset: 3px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
  align-items: start;
  gap: 72px;
  padding-top: 92px;
  padding-bottom: 120px;
}

.contact-card {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
}

.form-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.form-heading > span {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding-top: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.form-heading > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
}

.contact-card h2,
.contact-details h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.2;
}

.contact-card p,
.contact-details p {
  margin: 0 0 23px;
  color: var(--muted);
  font-size: 15px;
}

.contact-form {
  position: relative;
}

.honeypot {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 21px;
}

.form-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.form-field label span {
  color: var(--coral);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(45, 49, 66, 0.16);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form-field input,
.form-field select {
  min-height: 51px;
  padding: 0 14px;
}

.form-field textarea {
  min-height: 158px;
  padding: 13px 14px;
  line-height: 1.55;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #a5a6ae;
  opacity: 1;
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: rgba(93, 69, 232, 0.32);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--violet);
  background: white;
  box-shadow: 0 0 0 4px rgba(93, 69, 232, 0.11);
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 26px;
}

.form-footer p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.form-submit {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
}

.contact-details {
  padding-top: 10px;
}

.contact-details ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.contact-details li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  margin: 18px 0;
  color: #606371;
  font-size: 14px;
}

.contact-details li span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 8px;
  background: var(--violet-soft);
  color: var(--violet);
  font-size: 12px;
  font-weight: 850;
}

.not-found-eyebrow {
  margin-top: 64px;
}

.success-main {
  display: grid;
  min-height: 690px;
  place-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 73% 28%, rgba(93, 69, 232, 0.11), transparent 24%),
    radial-gradient(circle at 18% 82%, rgba(255, 103, 103, 0.08), transparent 22%),
    var(--cream);
}

.success-wrap {
  padding-top: 90px;
  padding-bottom: 100px;
  text-align: center;
}

.success-mark {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 28px;
  place-items: center;
  border-radius: 22px;
  background: var(--mint);
  box-shadow: 0 18px 38px rgba(46, 196, 182, 0.24);
  color: white;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  transform: rotate(-4deg);
}

.success-wrap .eyebrow {
  justify-content: center;
}

.success-wrap h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(52px, 6vw, 78px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.success-wrap > p:not(.eyebrow) {
  max-width: 520px;
  margin: 27px auto 32px;
  color: var(--muted);
  font-size: 17px;
}

.success-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 1020px) {
  .hero-grid {
    grid-template-columns: 1fr 0.85fr;
    gap: 30px;
  }

  .hero-stage {
    transform: scale(0.88);
    transform-origin: center;
  }

  .feature-row {
    gap: 35px;
  }

  .float-card-spanish {
    left: -30px;
  }
}

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

  .site-header {
    padding: 17px 0;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .nav-pill {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .mobile-nav summary {
    display: flex;
    width: 45px;
    height: 45px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.7);
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--ink);
  }

  .mobile-nav nav {
    position: absolute;
    top: 54px;
    right: 0;
    display: flex;
    width: 210px;
    flex-direction: column;
    gap: 5px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    box-shadow: var(--shadow);
  }

  .mobile-nav nav a {
    padding: 9px 11px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-nav nav a:hover {
    background: var(--violet-soft);
    color: var(--violet);
  }

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

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

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

  .hero h1 {
    font-size: clamp(55px, 13vw, 76px);
  }

  .hero-stage {
    width: min(100%, 570px);
    height: 650px;
    margin: -30px auto -20px;
    transform: scale(0.9);
  }

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

  .strip-grid > * {
    padding: 24px;
    border-bottom: 1px solid var(--line);
  }

  .strip-grid > *:first-child {
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .strip-grid > *:nth-child(odd) {
    border-right: 0;
  }

  .split-heading,
  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .steps li,
  .steps li + li {
    display: grid;
    min-height: auto;
    grid-template-columns: 40px 68px 1fr;
    align-items: center;
    gap: 16px;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .step-icon {
    margin: 0;
  }

  .steps p {
    grid-column: 3;
  }

  .feature-stack {
    gap: 100px;
  }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-row .feature-visual {
    order: 2;
  }

  .feature-collect .feature-copy {
    order: 1;
  }

  .feature-collect .feature-visual {
    order: 2;
  }

  .feature-copy {
    max-width: 590px;
  }

  .feature-visual {
    width: min(100%, 570px);
    margin-inline: auto;
  }

  .availability-grid,
  .footer-grid,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .availability-grid {
    align-items: start;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .legal-aside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line);
  }

  .contact-details {
    padding-top: 0;
  }
}

@media (max-width: 540px) {
  .shell {
    width: min(100% - 28px, 480px);
  }

  .brand {
    font-size: 22px;
  }

  .brand img {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }

  .hero {
    padding-top: 112px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 65px);
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-row {
    justify-content: center;
  }

  .hero-stage {
    height: 590px;
    margin: -46px auto -55px;
    transform: scale(0.76);
  }

  .hero-stage::before {
    right: -35px;
  }

  .float-card-spanish {
    left: -13px;
  }

  .float-card-picture {
    right: -13px;
  }

  .section {
    padding: 92px 0;
  }

  .section h2,
  .feature-copy h2,
  .availability h2 {
    font-size: 43px;
  }

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

  .steps li,
  .steps li + li {
    grid-template-columns: 28px 56px 1fr;
    gap: 11px;
  }

  .step-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    font-size: 23px;
  }

  .steps h3 {
    font-size: 25px;
  }

  .feature-section {
    padding-top: 100px;
  }

  .feature-visual {
    min-height: 570px;
    transform: scale(0.9);
  }

  .feature-visual::before {
    width: 410px;
    height: 410px;
  }

  .phone-feature {
    width: 265px;
  }

  .gallery-track figure {
    width: 222px;
    flex-basis: 222px;
  }

  .gallery-track {
    gap: 17px;
  }

  .availability {
    padding: 80px 0;
  }

  .footer-links {
    gap: 25px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .legal-hero {
    padding: 67px 0 60px;
  }

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

  .legal-hero .legal-intro {
    font-size: 16px;
  }

  .legal-layout,
  .contact-layout {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .legal-aside {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-card {
    padding: 27px;
  }

  .form-heading,
  .form-footer,
  .success-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-heading > span {
    padding-top: 0;
  }

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

  .form-field-full {
    grid-column: auto;
  }

  .form-footer p {
    max-width: none;
  }

  .form-submit,
  .success-actions .button {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
