:root {
  --ink: #18181b;
  --muted: #747185;
  --purple: #8174e8;
  --lav: #f2f1ff;
  --line: #e9e7f2;
  --white: #fff;
  --shadow: 0 22px 55px rgba(97, 84, 185, .17);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button, input, textarea {
  font: inherit;
}
.container {
  width: min(calc(100% - 40px), 1040px);
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 71px;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid #f0eff6;
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  font-size: 18px;
}
.brand img {
  width: 36px;
  height: 36px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border-radius: 999px;
  background: #f0edff;
}
.desktop-nav a {
  padding: 7px 20px;
  border-radius: 999px;
  font-size: 11px;
  transition: .2s;
}
.desktop-nav a:hover {
  background: #fff;
  color: #675bd0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 43px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(100deg, #8174e8, #9d8cf2);
  box-shadow: 0 10px 25px rgba(118, 102, 224, .23);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.button:hover {
  transform: translateY(-1px);
}
.button-small {
  justify-self: end;
  min-height: 34px;
  padding-inline: 20px;
  font-size: 10px;
}
.menu-toggle, .menu-close, .mobile-menu {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fff 62%, #f7f5ff 100%);
}
.hero-inner {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  padding: 78px 0 90px;
}
.hero-copy {
  padding-left: 0;
}
.eyebrow {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  color: #8174d8;
  background: #f0effe;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .055em;
}
.hero h1, .section-heading h2, .contact h2 {
  margin: 18px 0 17px;
  font-size: 46px;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.hero h1 em, h2 em {
  color: #8c7bea;
  font-style: normal;
}
.hero-copy>p {
  max-width: 465px;
  margin: 0 0 27px;
  color: var(--muted);
}
.apple-button span {
  font-size: 10px;
}
.stats {
  display: flex;
  gap: 38px;
  margin-top: 29px;
}
.stats div {
  display: grid;
}
.stats b {
  color: #8174e8;
  font-size: 17px;
}
.stats small {
  color: #9995aa;
  font-size: 9px;
}
.hero-phone {
  position: relative;
  display: grid;
  place-items: center;
  height: 510px;
}
.hero-phone img {
  position: relative;
  z-index: 2;
  width: 292px;
  max-height: 510px;
}
.glow {
  position: absolute;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155, 122, 247, .35), rgba(169, 140, 255, .12) 45%, transparent 70%);
  filter: blur(8px);
}
.section-tint {
  background: #faf9ff;
}
.benefits, .reviews {
  padding: 78px 0;
}
.section-heading {
  text-align: center;
}
.section-heading h2 {
  margin: 14px 0 12px;
  font-size: 36px;
}
.section-heading>p {
  max-width: 560px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 12px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 45px;
}
.benefit-grid article {
  min-height: 205px;
  padding: 25px 22px;
  border: 1px solid #f0edf7;
  border-radius: 16px;
  background: #fff;
}
.benefit-grid img {
  width: 42px;
  height: 42px;
  margin-bottom: 19px;
}
.benefit-grid h3 {
  margin: 0 0 8px;
  font-size: 12px;
}
.benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}
.features {
  padding: 78px 0 55px;
  background: linear-gradient(180deg, #faf9ff, #f4f3ff);
}
.feature-row {
  min-height: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 120px;
  padding: 42px 86px;
}
.feature-row.reverse .feature-copy {
  order: 2;
}
.feature-copy h3 {
  margin: 13px 0;
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: -.03em;
}
.feature-copy>p {
  margin: 0 0 19px;
  color: var(--muted);
  font-size: 11px;
}
.feature-copy ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-copy li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #8b8798;
  font-size: 9px;
}
.feature-copy li img {
  width: 30px;
  height: 30px;
}
.feature-copy li span {
  display: grid;
}
.feature-copy li b {
  color: #302e35;
  font-size: 10px;
}
.feature-phone {
  position: relative;
  display: grid;
  place-items: center;
}
.feature-phone:before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(171, 144, 255, .35), transparent 68%);
}
.feature-phone img {
  position: relative;
  z-index: 1;
  width: 170px;
  filter: drop-shadow(0 20px 25px rgba(68, 52, 145, .16));
}
.reviews {
  padding-bottom: 88px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.review-grid article {
  padding: 22px;
  border: 1px solid #eeecf5;
  border-radius: 16px;
  background: #fff;
}
.stars {
  color: #efa82d;
  letter-spacing: 2px;
}
.review-grid article>p {
  min-height: 86px;
  margin: 8px 0 14px;
  color: #34323a;
  font-size: 10px;
}
.review-grid article footer {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 12px;
  border-top: 1px solid #f0eef4;
}
.review-grid footer img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.review-grid footer span {
  display: grid;
}
.review-grid footer b {
  font-size: 10px;
}
.review-grid footer small {
  color: #8d8998;
  font-size: 8px;
}
.contact {
  padding: 76px 0;
  background: linear-gradient(135deg, #eef1ff, #f2edff);
}
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 74px;
}
.contact h2 {
  font-size: 40px;
}
.contact-copy>p {
  max-width: 430px;
  color: var(--muted);
}
.support-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.support-note img {
  width: 36px;
}
.support-note span {
  display: grid;
}
.support-note b {
  font-size: 11px;
}
.support-note small {
  color: var(--muted);
  font-size: 9px;
}
.contact form {
  padding: 34px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}
.contact form h3 {
  margin: 0 0 22px;
  font-size: 16px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.field {
  margin-bottom: 12px;
}
.field label {
  display: block;
  margin: 0 0 5px;
  color: #555160;
  font-size: 9px;
}
.field input, .field textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #e6e3eb;
  border-radius: 8px;
  outline: 0;
  font-size: 10px;
}
.field textarea {
  height: 92px;
  resize: vertical;
}
.field input:focus, .field textarea:focus {
  border-color: #8a7bea;
  box-shadow: 0 0 0 3px rgba(129, 116, 232, .1);
}
.field.invalid input, .field.invalid textarea {
  border-color: #d85d71;
}
.error {
  display: block;
  color: #bd4054;
  font-size: 8px;
}
.submit-button {
  width: 100%;
  margin-top: 4px;
}
.hidden {
  display: none!important;
}
.toast {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 32px;
  gap: 14px;
  align-items: center;
  width: min(420px, calc(100% - 32px));
  min-height: 92px;
  padding: 18px 18px 19px;
  overflow: hidden;
  border: 1px solid rgba(123, 144, 249, .2);
  border-radius: 20px;
  color: #232526;
  background: rgba(255, 255, 255, .96);
  box-shadow:
    0 24px 65px rgba(67, 53, 139, .2),
    0 4px 16px rgba(94, 78, 176, .08);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(18px) scale(.98);
  pointer-events: none;
  transition: opacity .28s ease, transform .35s cubic-bezier(.2, .8, .2, 1);
}

.toast::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70px;
  left: -55px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 144, 249, .2), transparent 68%);
}

.toast::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #7b90f9, #9682ef);
  transform: scaleX(0);
  transform-origin: left;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.toast.visible::after {
  animation: toast-progress 5.5s linear forwards;
}

.toast.error-state {
  border-color: rgba(217, 91, 111, .2);
  background: rgba(255, 250, 251, .97);
  box-shadow:
    0 24px 65px rgba(135, 55, 76, .17),
    0 4px 16px rgba(135, 55, 76, .07);
}

.toast.error-state::before {
  background: radial-gradient(circle, rgba(232, 112, 133, .17), transparent 68%);
}

.toast.error-state::after {
  background: linear-gradient(90deg, #e87085, #c94f6a);
}

.toast-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #7b90f9, #9682ef);
  box-shadow: 0 10px 24px rgba(118, 110, 226, .27);
  font-size: 20px;
  font-weight: 700;
}

.toast.error-state .toast-icon {
  background: linear-gradient(135deg, #e87085, #c94f6a);
  box-shadow: 0 10px 24px rgba(201, 79, 106, .2);
}

.toast-title {
  display: block;
  margin-bottom: 3px;
  color: #232526;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.toast p {
  margin: 0;
  color: #747486;
  font-size: 12px;
  line-height: 1.55;
}

.toast button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: #817f90;
  background: #f2f0fb;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s, background .2s;
}

.toast button:hover {
  color: #4e4b5a;
  background: #e9e6f7;
}

.toast-icon:before {
  content: "✓";
}

.toast.error-state .toast-icon:before {
  content: "!";
}

@keyframes toast-progress {
  to {
    transform: scaleX(1);
  }
}

@media(max-width:760px) {
  .toast {
    right: 16px;
    bottom: 16px;
    left: 16px;
    grid-template-columns: 44px minmax(0, 1fr) 30px;
    width: auto;
    min-height: 86px;
    padding: 15px 14px 17px;
    border-radius: 18px;
  }

  .toast-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .toast-title {
    font-size: 14px;
  }
}
@media(max-width:760px) {
  .container {
    width: min(calc(100% - 32px), 420px);
  }
  .site-header {
    height: 85px;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
  }
  .desktop-nav, .desktop-download {
    display: none;
  }
  .menu-toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: 0;
    border-radius: 10px;
    background: #f2efff;
  }
  .menu-toggle span {
    display: block;
    height: 2px;
    margin: 4px;
    background: #28242e;
  }
  .mobile-menu {
    position: fixed;
    z-index: 50;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: 14px 16px 30px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: .25s;
  }
  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-close {
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: #f2efff;
    font-size: 24px;
  }
  .mobile-menu nav {
    display: grid;
    margin: 55px 0 30px;
  }
  .mobile-menu nav a {
    padding: 17px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 18px;
  }
  .mobile-menu>.button {
    margin-top: auto;
  }
  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 62px 0 0;
    text-align: center;
  }
  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero-copy>p {
    font-size: 12px;
  }
  .stats {
    justify-content: center;
    gap: 30px;
    order: 5;
  }
  .hero-phone {
    height: 430px;
    order: 2;
  }
  .hero-phone img {
    width: 245px;
    max-height: 430px;
  }
  .glow {
    width: 440px;
    height: 440px;
  }
  .benefits, .reviews {
    padding: 58px 0;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 32px;
  }
  .benefit-grid article {
    min-height: 190px;
    padding: 20px 17px;
  }
  .features {
    padding-top: 58px;
  }
  .feature-row, .feature-row.reverse {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: auto;
    padding: 62px 10px;
    text-align: left;
  }
  .feature-row .feature-copy, .feature-row.reverse .feature-copy {
    order: 1;
  }
  .feature-row .feature-phone, .feature-row.reverse .feature-phone {
    order: 2;
  }
  .feature-copy h3 {
    font-size: 24px;
  }
  .feature-copy>p {
    font-size: 11px;
  }
  .feature-copy li {
    font-size: 9px;
  }
  .feature-phone {
    min-height: 370px;
  }
  .feature-phone img {
    width: 177px;
  }
  .review-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }
  .review-grid article>p {
    min-height: 0;
  }
  .contact {
    padding: 58px 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact h2 {
    font-size: 36px;
  }
  .contact form {
    padding: 24px 19px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
.apple-button img {
  width: 21px;
  height: 21px;
  flex: 0 0 16px;
}
@media(max-width:390px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 35px;
  }
  .stats {
    gap: 22px;
  }
}
/* Typography and color tokens matched to the Figma source */
:root {
  --ink: #232526;
  --muted: #747486;
  --purple: #7b90f9;
  --accent: #9682ef;
}
body {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
}
.brand {
  color: #677ce3;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
.desktop-nav a {
  font-size: 12px;
  font-weight: 500;
}
.button {
  background: linear-gradient(100deg, #7b90f9, #9682ef);
  font-size: 15px;
}
.button-small {
  font-size: 11px;
}
.eyebrow {
  color: #7b90f9;
  font-size: 10px;
}
.hero h1 {
  color: #232526;
  font-size: 60px;
  font-weight: 800;
  line-height: 66px;
  letter-spacing: 0;
}
.hero h1 em, h2 em {
  background: linear-gradient(90deg, #677ce3, #9b86ef);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
}
.hero-copy>p {
  color: #747486;
  font-size: 14px;
  line-height: 1.65;
}
.stats b {
  color: #677ce3;
  font-size: 18px;
  line-height: 1.25;
}
.stats small {
  color: #9291a0;
  font-size: 10px;
}
.section-heading h2 {
  color: #232526;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}
.section-heading>p {
  color: #747486;
  font-size: 14px;
  line-height: 1.6;
}
.benefit-grid h3 {
  color: #232526;
  font-size: 14px;
  line-height: 1.35;
}
.benefit-grid p {
  color: #747486;
  font-size: 12px;
  line-height: 1.55;
}
.feature-copy h3 {
  color: #232526;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
.feature-copy>p {
  color: #747486;
  font-size: 13px;
  line-height: 1.6;
}
.feature-copy li {
  color: #858394;
  font-size: 11px;
  line-height: 1.45;
}
.feature-copy li b {
  color: #232526;
  font-size: 12px;
}
.review-grid article>p {
  color: #343536;
  font-size: 12px;
  line-height: 1.55;
}
.review-grid footer b {
  color: #232526;
  font-size: 14px;
}
.review-grid footer small {
  color: #858394;
  font-size: 10px;
}
.contact h2 {
  color: #232526;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}
.contact-copy>p {
  color: #747486;
  font-size: 14px;
  line-height: 1.65;
}
.support-note b {
  color: #232526;
  font-size: 12px;
}
.support-note small {
  color: #747486;
  font-size: 10px;
}
.contact form h3 {
  color: #232526;
  font-size: 18px;
}
.field label {
  color: #555765;
  font-size: 10px;
  font-weight: 500;
}
.field input, .field textarea {
  color: #232526;
  font-size: 12px;
}
@media(max-width:760px) {
  body {
    font-size: 14px;
  }
  .brand {
    font-size: 20px;
  }
  .hero h1 {
    font-size: 50px;
    line-height: 44px;
  }
  .hero-copy>p {
    font-size: 14px;
    line-height: 1.6;
  }
  .section-heading h2 {
    font-size: 35px;
    line-height: 1.25;
  }
  .section-heading>p {
    font-size: 14px;
  }
  .benefit-grid h3 {
    font-size: 15px;
  }
  .benefit-grid p {
    font-size: 13px;
  }
  .feature-copy h3 {
    font-size: 26px;
  }
  .feature-copy>p {
    font-size: 14px;
  }
  .feature-copy li {
    font-size: 12px;
  }
  .feature-copy li b {
    font-size: 14px;
  }
  .review-grid article>p {
    font-size: 14px;
  }
  .contact h2 {
    font-size: 38px;
    line-height: 1.2;
  }
  .contact-copy>p {
    font-size: 13px;
  }
  .field input, .field textarea {
    font-size: 12px;
  }
}
@media(max-width:390px) {
  .hero h1 {
    font-size: 38px;
    line-height: 42px;
  }
}
/* Legal pages */
.desktop-nav a.active {
  background: #fff;
  color: #677ce3;
  box-shadow: 0 4px 12px rgba(103, 124, 227, .08);
}

.legal-page {
  min-height: 70vh;
  background: #fff;
}

.legal-hero {
  padding: 94px 0 76px;
  border-bottom: 1px solid #ebe9f5;
  background:
    radial-gradient(circle at 78% 32%, rgba(155, 134, 239, .18), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f6f4ff 100%);
}

.legal-container {
  max-width: 1040px;
}

.legal-eyebrow {
  display: inline-flex;
  padding: 6px 13px;
  border-radius: 999px;
  background: #eeedff;
  color: #677ce3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 20px 0 18px;
  color: #232526;
  font-size: clamp(44px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.legal-intro {
  max-width: 760px;
  margin: 0 0 17px;
  color: #676679;
  font-size: 18px;
  line-height: 1.7;
}

.legal-updated {
  margin: 0;
  color: #9290a2;
  font-size: 12px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  justify-content: center;
  gap: 76px;
  padding-top: 76px;
  padding-bottom: 110px;
}

.legal-toc {
  position: sticky;
  top: 104px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 21px;
  border: 1px solid #e8e5f2;
  border-radius: 16px;
  background: rgba(250, 249, 255, .94);
  box-shadow: 0 14px 40px rgba(78, 64, 145, .06);
}

.legal-toc strong {
  margin-bottom: 7px;
  color: #232526;
  font-size: 13px;
}

.legal-toc a {
  color: #777587;
  font-size: 12px;
  line-height: 1.35;
  transition: color .2s;
}

.legal-toc a:hover {
  color: #677ce3;
}

.legal-content section {
  scroll-margin-top: 100px;
  margin-bottom: 58px;
}

.legal-content h2 {
  margin: 0 0 20px;
  color: #232526;
  font-size: 29px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.legal-content h3 {
  margin: 31px 0 11px;
  color: #302f36;
  font-size: 18px;
  line-height: 1.4;
}

.legal-content p {
  margin: 0 0 18px;
  color: #575563;
  font-size: 15px;
  line-height: 1.85;
}

.legal-content a {
  color: #677ce3;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-contact-card {
  padding: 33px;
  border: 1px solid rgba(103, 124, 227, .2);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f0edff);
  box-shadow: 0 18px 45px rgba(84, 68, 155, .08);
}

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

@media(max-width:900px) {
  .legal-layout {
    grid-template-columns: minmax(0, 760px);
    gap: 0;
  }

  .legal-toc {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 58px;
  }

  .legal-toc strong {
    grid-column: 1 / -1;
  }
}

@media(max-width:760px) {
  .legal-hero {
    padding: 68px 0 54px;
  }

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

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

  .legal-layout {
    padding-top: 48px;
    padding-bottom: 74px;
  }

  .legal-toc {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .legal-content section {
    margin-bottom: 47px;
  }

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

  .legal-content h3 {
    font-size: 17px;
  }

  .legal-content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .legal-contact-card {
    padding: 25px 21px;
  }
}

/* Footer — exact desktop structure from Figma */
.site-footer {
  height: 119px;
  min-height: 119px;
  padding: 0;
  background: #18103a;
  color: #677ce3;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
}
.footer-layout {
  position: relative;
  width: 100%;
  height: 119px;
}
.site-footer .footer-brand {
  position: absolute;
  top: 20px;
  left: max(40px, calc((100% - 1200px)/2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #677ce3;
  line-height: 1;
  text-decoration: none;
}
.site-footer .footer-brand strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.site-footer .footer-brand small {
  color: #525a83;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  white-space: nowrap;
}
.footer-center {
  width: 480px;
  margin: 0 auto;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.site-footer nav {
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: #677ce3;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}
.site-footer nav a {
  color: #677ce3;
  transition: opacity .2s;
}
.site-footer nav a:hover {
  opacity: .78;
}
.site-footer p {
  width: 156px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #525a83;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
@media(max-width:760px) {
  .site-footer {
    height: auto;
    min-height: 0;
    padding: 28px 20px;
  }
  .footer-layout {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .site-footer .footer-brand {
    position: static;
    align-items: center;
    gap: 7px;
  }
  .footer-center {
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 22px;
  }
  .site-footer nav {
    width: min(100%, 360px);
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
    font-size: 11px;
  }
  .site-footer p {
    width: auto;
  }
}
