:root {
  --navy: #242e9e;
  --ink: #171d52;
  --sub: #5c648f;
  --gold: #f5b92b;
  --gold-ink: #8a6200;
  --bg: #ffffff;
  --soft: #f6f7fc;
  --line: #e7e9f5;
  --green: #1fa971;
  --r-md: 14px;
  --r-lg: 20px;
}

* {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 0;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  background: var(--bg);
  color: var(--ink);
  font-family: "Tajawal", sans-serif;
  font-size: 17px;
  line-height: 1.9;
}

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

button {
  cursor: pointer;
  font-family: inherit;
}

a {
  color: inherit;
}

h1,
h2,
h3,
.display,
.plan .name,
.plan .price,
.wq,
.wsuccess .t,
.story .num {
  font-family: "Baloo Bhaijaan 2", "Tajawal", sans-serif;
}

[hidden] {
  display: none !important;
}

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.narrow-wrap {
  max-width: 640px;
}

section {
  padding: 96px 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 24px;
}

.logo-chip {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 5px 12px;
  border-radius: 12px;
  background: var(--navy);
}

.logo {
  width: auto;
  height: 42px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 26px;
  color: var(--sub);
  font-size: 15.5px;
  font-weight: 500;
}

.nav-links a,
.login,
.btn,
.footer a,
.plan .cta {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--navy);
}

.nav-end {
  display: flex;
  align-items: center;
  gap: 18px;
}

.login {
  color: var(--navy);
  font-size: 15.5px;
  font-weight: 700;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  white-space: nowrap;
}

.lang-switch:hover {
  transform: translateY(-2px);
  border-color: #d3d8f2;
  box-shadow: 0 10px 22px rgba(36, 46, 158, 0.1);
}

.lang-switch svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: var(--r-md);
  font-weight: 800;
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.btn-gold {
  padding: 12px 24px;
  background: var(--gold);
  color: var(--ink);
  font-size: 15.5px;
}

.btn-gold:hover {
  transform: translateY(-2px);
  background: #eaa912;
  box-shadow: 0 8px 20px rgba(245, 185, 43, 0.42);
}

.btn-plain {
  padding: 16px 26px;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 16.5px;
  font-weight: 700;
}

.btn-plain:hover {
  transform: translateY(-2px);
  border-color: var(--navy);
  color: var(--navy);
}

.btn-plain svg {
  width: 18px;
  height: 18px;
}

.hero {
  padding: 64px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f7fc 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 56px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 7px 18px;
  border: 1px solid #dde1f8;
  border-radius: 999px;
  background: #eef0fc;
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 700;
}

.hero h1 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.45;
}

.hero h1 em {
  position: relative;
  z-index: 0;
  color: var(--navy);
  font-style: normal;
  white-space: nowrap;
}

.hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  z-index: -1;
  height: 12px;
  border-radius: 4px;
  background: var(--gold);
  content: "";
  opacity: 0.35;
}

.hero .lead {
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--sub);
  font-size: clamp(16.5px, 1.6vw, 19px);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}

.btn-hero {
  padding: 16px 36px;
  font-size: 18px;
}

.hero-note {
  color: var(--sub);
  font-size: 14px;
}

.deck {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 64 / 46;
  margin: 0 auto;
}

.deck img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.7s cubic-bezier(0.22, 0.8, 0.3, 1), opacity 0.7s ease;
  will-change: transform;
}

.deck img.pos0 {
  z-index: 3;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg) scale(1);
}

.deck img.pos1 {
  z-index: 2;
  opacity: 0.45;
}

.deck img.pos2 {
  z-index: 1;
  opacity: 0.45;
}

.deck-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
}

.deck-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6daf0;
  transition: background 0.3s;
}

.deck-dots span.on {
  background: var(--navy);
}

.hero-trust {
  margin-top: 64px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.hero-trust .in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 28px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px;
  color: var(--sub);
  font-size: 14px;
}

.hero-trust b {
  color: var(--ink);
  font-weight: 700;
}

.hero-trust .sep {
  width: 1px;
  height: 22px;
  background: var(--line);
}

.paylogos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.paylogos .pay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}

.paylogos .pay img {
  width: auto;
  height: 18px;
}

.paylogos .pay.mada img {
  height: 26px;
}

.who {
  padding: 72px 0;
}

.who h2 {
  margin-bottom: 12px;
  text-align: center;
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 800;
}

.who .sub {
  margin-bottom: 44px;
  color: var(--sub);
  text-align: center;
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.who-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
  text-align: center;
}

.who-card .vis {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #eff0fa;
  aspect-ratio: 4 / 3;
}

.who-card .vis img,
.feature-hero .vis img,
.fcard .vis img,
.gift-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-card .body {
  padding: 20px 20px 24px;
}

.who-card h3 {
  margin-bottom: 4px;
  font-size: 18.5px;
  font-weight: 700;
}

.who-card p {
  color: var(--sub);
  font-size: 14px;
}

.sec-head {
  max-width: 680px;
  margin: 0 auto 56px;
  text-align: center;
}

.sec-head.compact {
  margin-bottom: 36px;
}

.sec-head h2 {
  margin-bottom: 12px;
  font-size: clamp(27px, 3.8vw, 40px);
  font-weight: 800;
  line-height: 1.5;
}

.sec-head p {
  color: var(--sub);
  font-size: 17.5px;
}

.sec-head .tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #fff4da;
  color: var(--gold-ink);
  font-size: 13.5px;
  font-weight: 800;
}

.feature-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
  margin-bottom: 24px;
}

.feature-hero .txt h2 {
  margin-bottom: 14px;
  font-size: clamp(25px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.55;
}

.feature-hero .txt p {
  margin-bottom: 22px;
  color: var(--sub);
  font-size: 17.5px;
}

.flist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
}

.flist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
}

.mini-check {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  border-radius: 999px;
  color: var(--green);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.feature-hero .vis {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #eff0fa;
  aspect-ratio: 4 / 3;
}

.features-lite {
  padding-top: 24px;
}

.fgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 56px;
}

.fcard {
  display: flex;
  flex: 1 1 300px;
  flex-direction: column;
  max-width: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
}

.fcard .vis {
  height: 220px;
  overflow: hidden;
  background: #eff0fa;
}

.fcard .body {
  padding: 22px 24px 26px;
}

.fcard h3 {
  margin-bottom: 6px;
  font-size: 19px;
  font-weight: 700;
}

.fcard p {
  color: var(--sub);
  font-size: 15px;
}

.how {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}

.timeline::before {
  position: absolute;
  top: 39px;
  z-index: 0;
  border-top: 2.5px dashed #c9ceec;
  content: "";
}

.tl-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.tl-node {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(36, 46, 158, 0.08);
}

.tl-glyph {
  color: var(--navy);
  font-family: "Baloo Bhaijaan 2", "Tajawal", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.tl-no {
  position: absolute;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 3px solid var(--soft);
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.tl-step h3 {
  margin-bottom: 6px;
  font-size: 19px;
  font-weight: 700;
}

.tl-step p {
  max-width: 260px;
  margin: 0 auto;
  color: var(--sub);
  font-size: 15px;
}

.gift {
  background: var(--navy);
  color: #fff;
}

.gift-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
}

.gift .tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 800;
}

.gift h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 800;
  line-height: 1.5;
}

.gift .lead {
  margin-bottom: 26px;
  color: #c6cbf2;
  font-size: 17px;
}

.gift .flist {
  color: #e7e9fb;
}

.gift .mini-check {
  color: var(--gold);
}

.gift-visual {
  max-width: 420px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-lg);
  background: #eff0fa;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.story {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
}

.story .num {
  color: var(--navy);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
}

.story .what {
  margin: 4px 0 14px;
  font-size: 15px;
  font-weight: 700;
}

.story .quote {
  color: var(--sub);
  font-size: 15px;
}

.story .sig {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.story .av {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eef0fc;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
}

.story .sig .who-n {
  font-size: 14.5px;
  font-weight: 700;
}

.story .sig .city {
  color: var(--sub);
  font-size: 12.5px;
}

.plans-sec {
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.toggle-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.toggle {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.toggle button {
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--sub);
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s;
}

.toggle button.on {
  background: var(--navy);
  color: #fff;
}

.plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
  max-width: 820px;
  margin: 0 auto;
}

.plan {
  position: relative;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
}

.plan.hot {
  border: 2px solid var(--navy);
  box-shadow: 0 20px 44px rgba(36, 46, 158, 0.12);
}

.plan .rec {
  position: absolute;
  top: -15px;
  padding: 5px 16px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
}

.plan .name {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 800;
}

.plan .tagline {
  margin-bottom: 20px;
  color: var(--sub);
  font-size: 14px;
}

.plan .price {
  color: var(--ink);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
}

.plan .per {
  color: var(--sub);
  font-size: 14.5px;
}

.plan .save {
  min-height: 20px;
  margin: 6px 0 20px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.plan .feat {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 10px;
  font-size: 15px;
}

.plan .feat .mini-check {
  width: 18px;
  height: 18px;
}

.plan .feat svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  color: var(--green);
}

.plan .cta {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 15px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--navy);
  font-size: 16.5px;
  font-weight: 800;
  text-align: center;
}

.plan .cta:hover {
  border-color: var(--navy);
}

.plan.hot .cta {
  border: none;
  background: var(--gold);
  color: var(--ink);
}

.plan.hot .cta:hover {
  background: #eaa912;
}

.plans-note {
  margin-top: 22px;
  color: var(--sub);
  font-size: 14px;
  text-align: center;
}

.plans-note a {
  color: var(--navy);
  font-weight: 700;
}

.wizard {
  max-width: 560px;
  margin: 0 auto;
  padding: 34px 30px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: 0 20px 50px rgba(23, 29, 82, 0.08);
}

.bar {
  height: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--soft);
}

.bar .fill {
  width: 25%;
  height: 100%;
  border-radius: 999px;
  background: var(--gold);
  transition: width 0.35s ease;
}

.counter {
  margin-bottom: 24px;
  color: var(--sub);
  font-size: 13px;
  font-weight: 700;
}

.wq {
  margin-bottom: 6px;
  font-size: 23px;
  font-weight: 800;
}

.whint {
  margin-bottom: 22px;
  color: var(--sub);
  font-size: 15px;
}

.winput {
  width: 100%;
  margin-bottom: 26px;
  padding: 16px 18px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  outline: none;
  background: #fff;
  color: var(--ink);
  font-family: "Tajawal", sans-serif;
  font-size: 17px;
}

.winput:focus {
  border-color: var(--navy);
}

.phone-input {
  direction: ltr;
  text-align: left;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.chip {
  padding: 12px 20px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.15s;
}

.chip.on {
  border-color: var(--navy);
  background: #eef0fc;
  color: var(--navy);
  font-weight: 700;
}

.captcha-wrap {
  margin-bottom: 24px;
}

.wnav {
  display: flex;
  gap: 10px;
}

.wnext {
  flex: 1;
  padding: 16px;
  border: none;
  border-radius: var(--r-md);
  background: var(--soft);
  color: #9aa3c9;
  cursor: not-allowed;
  font-size: 17px;
  font-weight: 800;
  transition: all 0.2s;
}

.wnext.ok {
  background: var(--gold);
  color: var(--ink);
  cursor: pointer;
}

.wnext.ok:hover {
  background: #eaa912;
}

.wback {
  padding: 16px 20px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--sub);
  font-size: 17px;
}

.wsuccess {
  display: none;
  padding: 36px 12px;
  text-align: center;
}

.wsuccess .check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #e8f7f0;
  color: var(--green);
}

.wsuccess .check svg {
  width: 32px;
  height: 32px;
}

.wsuccess .t {
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 800;
}

.wsuccess .d {
  color: var(--sub);
  font-size: 15.5px;
}

.wsuccess .d b {
  color: var(--ink);
}

.video-sec {
  border-top: 1px solid var(--line);
  background: var(--navy);
}

.video-sec .sec-head h2 {
  color: #fff;
}

.video-sec .sec-head p {
  color: #c6cbf2;
}

.video-sec .tag {
  background: rgba(245, 185, 43, 0.18);
  color: var(--gold);
}

.video-box {
  max-width: 320px;
  overflow: hidden;
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: #000;
  aspect-ratio: 9 / 16;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  padding: 44px 24px;
  background: var(--ink);
  color: #aeb4de;
  text-align: center;
}

footer .logo-f {
  width: auto;
  height: 52px;
  margin: 0 auto 14px;
  object-fit: contain;
}

footer .tag {
  font-size: 14px;
}

footer .links {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 18px;
  font-size: 14px;
}

footer .links a:hover {
  color: #fff;
}

.anim .hero .eyebrow,
.anim .hero h1,
.anim .hero .lead,
.anim .hero-ctas,
.anim .hero-note,
.anim .hero-vis,
.anim .hero-trust,
.anim .sec-head,
.anim .who-card,
.anim .fcard,
.anim .tl-step,
.anim .story,
.anim .plan,
.anim .gift-grid > div,
.anim .feature-hero > div,
.anim .video-box,
.anim .wizard {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.16, 0.84, 0.44, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: opacity, transform;
}

.anim .in {
  opacity: 1 !important;
  transform: none !important;
}

.who-card,
.fcard,
.story {
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.who-card:hover,
.fcard:hover,
.story:hover {
  border-color: #d3d8f2;
  box-shadow: 0 18px 40px rgba(36, 46, 158, 0.13);
}

.plan:not(.hot):hover {
  box-shadow: 0 18px 40px rgba(36, 46, 158, 0.13);
}

@media (max-width: 900px) {
  .hero {
    padding: 44px 0 0;
  }

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

  .hero-trust .sep {
    display: none;
  }
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
  }

  .feature-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .feature-hero .vis {
    min-height: 280px;
    order: -1;
  }

  .gift-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  section {
    padding: 64px 0;
  }
}

@media (max-width: 640px) {
  .timeline {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 420px;
  }

  .timeline::before {
    top: 20px;
    bottom: 60px;
    border-top: none;
  }

  .tl-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: start;
    gap: 16px;
    padding-bottom: 34px;
  }

  .tl-node {
    margin: 0;
  }

  .tl-step h3 {
    margin-top: 6px;
  }

  .tl-step p {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .nav {
    gap: 12px;
  }

  .logo {
    height: 36px;
  }

  .btn-gold {
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
  }

  .login {
    font-size: 14px;
    white-space: nowrap;
  }

  .lang-switch {
    width: 40px;
    padding: 0;
  }

  .lang-switch span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .btn-hero,
  .btn-plain {
    width: 100%;
  }

  .wizard {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .anim .hero .eyebrow,
  .anim .hero h1,
  .anim .hero .lead,
  .anim .hero-ctas,
  .anim .hero-note,
  .anim .hero-vis,
  .anim .hero-trust,
  .anim .sec-head,
  .anim .who-card,
  .anim .fcard,
  .anim .tl-step,
  .anim .story,
  .anim .plan,
  .anim .gift-grid > div,
  .anim .feature-hero > div,
  .anim .video-box,
  .anim .wizard {
    transform: none;
    transition: opacity 0.6s ease;
  }
}
