:root {
  color-scheme: light;
  --paper: #fbf7f0;
  --ink: #211c1d;
  --muted: #655c58;
  --maroon: #8a1538;
  --deep: #68102a;
  --line: #d9cec2;
  --wash: #f0e8dd;
  --white: #fffdfa;
  --sage: #365f4d;
  --correct: #edf3ed;
  --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 1rem/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--maroon);
  outline-offset: 5px;
  border-radius: 3px;
}
img { display: block; max-width: 100%; height: auto; }
svg { display: block; flex: none; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 500;
  text-wrap: balance;
}
h1 { font-size: clamp(2.65rem, 5.3vw, 4.6rem); line-height: 1.06; letter-spacing: -.045em; }
h2 { font-size: clamp(2.15rem, 3.6vw, 3.25rem); line-height: 1.12; letter-spacing: -.035em; }
h3 { font-size: 1.125rem; line-height: 1.4; font-weight: 600; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.muted, .meta { color: var(--muted); }
.meta { font-size: .875rem; }
.eyebrow { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
[lang="ar"] { font-family: "Noto Sans Arabic", var(--sans); }
[lang="hi"] { font-family: "Noto Sans Devanagari", var(--sans); }
[lang="ml"] { font-family: "Noto Sans Malayalam", var(--sans); }

.skip {
  position: absolute;
  z-index: 30;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 12px 18px;
  background: var(--ink);
  color: white;
}
.skip:focus {
  left: 16px;
  top: 12px;
  width: auto;
  height: auto;
  overflow: visible;
}
.masthead {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.brand-mark { width: 36px; height: 36px; color: var(--maroon); }
.nav { display: flex; align-items: center; gap: 28px; font-size: .875rem; }
.nav a { text-decoration: none; min-height: 44px; display: flex; align-items: center; }
.nav a:hover { color: var(--maroon); text-decoration: underline; }
.beta-label {
  color: var(--maroon);
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.beta-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.hero { display: grid; gap: 40px; padding-block: 46px 42px; align-items: center; }
.hero .eyebrow { margin-bottom: 22px; color: var(--maroon); }
.hero h1 { margin-bottom: 0; }
.hero h1 em { color: var(--maroon); font-weight: 500; }
.hero-copy > p:not(.eyebrow) { margin-top: 22px; max-width: 40ch; font-size: 1.0625rem; color: var(--muted); }
.languages { margin-top: 27px; }
.languages > p { color: var(--muted); font-size: .875rem; margin-bottom: 0; }
.language-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 19px;
}
.actions { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 16px 22px; }
.primary-action { display: flex; flex-direction: column; gap: 8px; }
.button, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid var(--maroon);
  border-radius: 6px;
  background: var(--maroon);
  color: var(--white);
  font: 600 1rem/1.35 var(--sans);
  text-decoration: none;
  cursor: pointer;
  transition: background .18s, transform .18s;
}
.button:hover, .btn:hover { background: var(--deep); transform: translateY(-1px); }
.button .arrow { font-size: 1.35rem; font-weight: 400; line-height: 1; }
.action-note { font-size: .8125rem; color: var(--muted); }
.secondary { padding-block: 15px; min-height: 54px; font-weight: 500; color: var(--maroon); }
.product-stage {
  position: relative;
  background: var(--wash);
  border-radius: 140px 140px 16px 16px;
  padding: 30px 19px 20px;
  isolation: isolate;
}
.stage-label { text-align: center; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.hero-shots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; align-items: start; }
.hero-shots figure:nth-child(2) { margin-top: 42px; }
.screen { background: var(--white); padding: 6px; border: 1px solid #cbbdb0; border-radius: 20px; box-shadow: 0 12px 26px #37232110; }
.screen img { width: 100%; border-radius: 14px; background: var(--white); }
.hero-shots figcaption { color: var(--muted); font-size: .8125rem; text-align: center; margin-top: 10px; }
.stage-foot { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .8125rem; color: var(--muted); margin: 22px 0 0; }
.stage-foot svg { width: 15px; height: 15px; }

.trust { border-block: 1px solid var(--line); display: grid; padding-block: 24px; gap: 20px; }
.trust p { margin: 0; font-size: .9375rem; line-height: 1.55; color: var(--muted); }
.trust strong { display: block; color: var(--ink); font-weight: 600; margin-bottom: 3px; }
.facts { padding-block: 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
.fact-number { font-family: var(--serif); color: var(--maroon); font-size: 3rem; line-height: 1; font-variant-numeric: lining-nums tabular-nums; }
.facts p { color: var(--muted); font-size: .875rem; margin: 8px 0 0; max-width: 19ch; }
.section { padding-block: 56px; }
.section-heading { margin-bottom: 30px; }
.section-heading .eyebrow { color: var(--maroon); margin-bottom: 13px; }
.section-heading > p:last-child { color: var(--muted); margin-top: 13px; max-width: 44ch; }
.path { border-top: 1px solid var(--line); }
.steps { display: grid; gap: 36px; }
.step { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 14px; align-content: start; }
.step-number { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--maroon); border-radius: 50%; font-size: .875rem; color: var(--maroon); background: var(--paper); }
.step h3 { margin: 3px 0 9px; }
.step p { color: var(--muted); font-size: .9375rem; }
.step-visual {
  grid-column: 2;
  position: relative;
  margin-top: 20px;
  max-width: 220px;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: var(--wash);
  padding: 15px;
  border-radius: 10px;
}
.step-visual img { width: 100%; border-radius: 8px; border: 1px solid var(--line); background: var(--white); }
.step-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(to bottom, transparent, var(--wash));
  pointer-events: none;
}
.readiness { grid-column: 2; display: flex; flex-wrap: wrap; gap: 5px 10px; margin-top: 12px; font-size: .75rem; color: var(--muted); }
.readiness span:last-child { color: var(--maroon); font-weight: 700; }
.obstacles { background: var(--wash); }
.obstacles-inner { padding-block: 52px; }
.obstacles-grid { display: grid; gap: 30px; }
.obstacle { border-top: 1px solid #cbbdaf; padding-top: 22px; }
.obstacle-art { height: 64px; display: flex; align-items: center; gap: 14px; margin-bottom: 19px; }
.obstacle-art svg { width: 62px; height: 62px; }
.obstacle p { color: var(--muted); margin-top: 10px; font-size: 1rem; }
.correct-example { display: flex; gap: 9px; align-items: center; background: var(--correct); color: var(--sage); border: 1px solid #a5baa9; border-radius: 5px; padding: 9px 12px; font-size: .875rem; margin-top: 15px; }
.correct-example svg { width: 17px; height: 17px; }
.reference { display: inline-block; margin-top: 13px; font-size: .8125rem; color: var(--muted); }
.word-pair { font: 500 1.3rem/1.5 var(--serif); display: flex; gap: 16px; align-items: center; }
.word-pair [lang="ar"] { color: var(--maroon); font-size: 1.125rem; }
.guides-layout { display: grid; gap: 28px; }
.guides-intro .eyebrow { color: var(--maroon); margin-bottom: 12px; }
.guides-intro > p:last-child { color: var(--muted); margin-top: 13px; max-width: 26ch; }
.guide-list { border-top: 1px solid var(--line); }
.guide-link { display: grid; grid-template-columns: 24px minmax(0, 1fr) 20px; gap: 12px; padding: 18px 0; align-items: baseline; border-bottom: 1px solid var(--line); text-decoration: none; }
.guide-link:hover { color: var(--maroon); }
.guide-link:hover .guide-title { text-decoration: underline; }
.guide-num { color: var(--muted); font-size: .75rem; }
.guide-link .arrow { color: var(--maroon); text-align: right; }
.guide-title { font-size: 1rem; }
.closing { padding-block: 16px 64px; }
.closing-panel { background: var(--maroon); color: var(--paper); padding: 34px 24px; border-radius: 12px; position: relative; }
.closing-panel .eyebrow { color: #ebcbd4; margin-bottom: 20px; }
.closing-panel h2 { max-width: 22ch; }
.closing-copy { margin-top: 18px; max-width: 47ch; color: #f2dce3; }
.closing-panel .button { background: var(--paper); color: var(--maroon); border-color: var(--paper); }
.closing-panel .button:hover { background: white; }
.closing-panel .secondary, .closing-panel .action-note { color: var(--paper); }
.closing-panel a:focus-visible { outline-color: var(--paper); }
.offer { border-top: 1px solid #ba6a80; margin-top: 30px; padding-top: 22px; display: grid; gap: 18px; }
.offer-label { color: #edcbd5; font-size: .8125rem; }
.offer strong { display: block; font-size: 1.0625rem; font-weight: 500; }
.offer .price { font-family: var(--serif); font-size: 2rem; line-height: 1.3; }

body > article { width: min(800px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 72px; }
body > article h1 { margin-bottom: 24px; }
body > article h2 { margin-top: 46px; color: var(--maroon); }
body > article h3 { margin-top: 30px; }
body > article p, body > article li { color: var(--muted); }
body > article strong { color: var(--ink); }
body > article table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; font-size: .9375rem; margin: 20px 0; }
body > article th, body > article td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
body > article th { background: var(--white); color: var(--ink); }
.crumbs { font-size: .875rem; color: var(--muted); margin-bottom: 20px; }
.crumbs a { color: var(--muted); }
.note { background: #f6e3e9; border-left: 4px solid var(--maroon); padding: 12px 16px; border-radius: 8px; margin: 20px 0; }
.cta { background: var(--maroon); color: white; border-radius: 12px; padding: 30px; margin: 46px 0 0; }
.cta h2, .cta p { color: white; margin-top: 0; }
.cta .btn { background: var(--paper); color: var(--maroon); border-color: var(--paper); }
.article-facts, body > article .facts { padding-block: 14px; }
.fact { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 16px; text-align: center; }
.fact b { display: block; font-family: var(--serif); font-size: 2.2rem; color: var(--maroon); }
.fact span { color: var(--muted); font-size: .875rem; }
.quiz { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 22px; margin: 28px 0; }
.quiz-progress { color: var(--muted); font-size: .875rem; margin-bottom: 12px; }
.quiz-q { color: var(--ink); font-size: 1.25rem; font-weight: 700; margin-bottom: 16px; }
.quiz-sign { width: 160px; height: 160px; object-fit: contain; background: white; border: 1px solid var(--line); border-radius: 10px; margin-bottom: 16px; padding: 8px; }
.quiz-opt { display: block; width: 100%; text-align: left; margin-bottom: 10px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 8px; background: white; color: var(--ink); font: inherit; cursor: pointer; }
.quiz-opt:hover { border-color: var(--maroon); }
.quiz-opt.is-correct { border-color: var(--sage); background: var(--correct); }
.quiz-opt.is-wrong { border-color: #b42318; background: #fdecea; }
.quiz-opt:disabled { cursor: default; }
.quiz-expl { margin: 12px 0 0; padding: 12px; background: #f6e3e9; border-radius: 8px; }
.quiz-actions { margin-top: 16px; }

footer { border-top: 1px solid var(--line); padding-block: 28px 38px; }
.footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 22px; margin-bottom: 16px; }
footer p { font-size: .8125rem; color: var(--muted); max-width: 88ch; line-height: 1.75; }
.footer-links, .footer-guides { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: .875rem; }
.footer-links a, .footer-guides a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); }
.footer-guides { padding-block: 12px 20px; border-top: 1px solid var(--line); }

@media (min-width: 650px) {
  .wrap { width: min(1120px, calc(100% - 64px)); }
  .trust { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .trust p + p { padding-left: 26px; border-left: 1px solid var(--line); }
  .facts { grid-template-columns: repeat(4, minmax(0, 1fr)); padding-block: 38px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 30px; }
  .section { padding-block: 72px; }
  .obstacles-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
  .offer { grid-template-columns: 1.5fr 1fr; align-items: end; }
  .closing-panel { padding: 44px; }
}

@media (min-width: 1000px) {
  .hero { grid-template-columns: 1.13fr 1fr; gap: 64px; padding-block: 64px 58px; }
  .product-stage { padding: 34px 24px 24px; }
  .hero-shots { gap: 16px; }
  .hero-shots figure:nth-child(2) { margin-top: 60px; }
  .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
  .step { display: flex; flex-direction: column; position: relative; }
  .step-number { margin-bottom: 17px; }
  .step:not(:last-child)::after { content: ""; position: absolute; height: 1px; left: 47px; right: -11px; top: 17px; background: var(--line); }
  .step h3 { min-height: 50px; }
  .step > div p { min-height: 76px; }
  .step-visual { margin-top: 22px; max-width: none; width: 100%; }
  .readiness { font-size: .75rem; }
  .guides-layout { grid-template-columns: 1fr 1.55fr; gap: 72px; }
  .closing-panel { display: grid; grid-template-columns: 1.55fr 1fr; gap: 24px 56px; padding: 56px; }
  .closing-panel .offer { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; border-top: 0; border-left: 1px solid #ba6a80; padding: 0 0 0 38px; margin: 0; gap: 25px; }
}

@media (max-width: 760px) {
  .masthead { min-height: 73px; gap: 14px; }
  .nav { display: none; }
  .hero-copy .actions, .closing .actions { display: block; }
  .hero-copy .button, .closing .button { width: 100%; }
  .hero-copy .action-note, .closing .action-note { display: block; text-align: center; }
  .hero-copy .secondary, .closing .secondary { display: block; text-align: center; margin-top: 5px; }
  .product-stage { max-width: 420px; width: 100%; margin-inline: auto; }
  body > article { padding-top: 38px; }
}

@media (max-width: 480px) {
  body > article .practice-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .practice-facts .fact { padding: 12px 6px; }
  .practice-facts .fact b { font-size: 1.8rem; }
  .practice-facts .fact span { font-size: .75rem; line-height: 1.45; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none; }
  .button:hover, .btn:hover { transform: none; }
}

@media print {
  .nav, .actions, .skip, .beta-label { display: none; }
  .hero, .steps { display: block; }
  .step { break-inside: avoid; margin-bottom: 24px; }
  .step-visual { max-width: 120px; }
  .closing-panel { color: var(--ink); background: transparent; border: 1px solid var(--line); }
  .closing-panel p, .closing-panel .eyebrow, .offer-label { color: var(--ink); }
}
