:root {
  --navy: #12333f;
  --navy-2: #0a252f;
  --sea: #83d6e4;
  --sky: #d9f7f7;
  --cream: #fff8df;
  --paper: #fffdf4;
  --gold: #ffc73b;
  --gold-2: #efa91f;
  --coral: #e97758;
  --wood: #9e412c;
  --wood-dark: #71301f;
  --ink: #1a2d35;
  --muted: #61737b;
  --line: rgba(18, 51, 63, 0.12);
  --white: #fff;
  --shadow: 0 24px 70px rgba(18, 51, 63, 0.18);
  --radius-lg: 34px;
  --radius-md: 24px;
  --font-display: "Baloo 2", "Noto Sans Arabic", system-ui, sans-serif;
  --font-body: "Baloo 2", "Noto Sans Arabic", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  overflow-x: hidden;
}
html[lang="ur"] body { font-family: "Noto Nastaliq Urdu", "Noto Sans Arabic", serif; line-height: 2; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 118px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; inset-inline-start: 18px; top: -100px; z-index: 1000;
  padding: 10px 18px; background: var(--gold); color: var(--navy); border-radius: 12px; font-weight: 800;
}
.skip-link:focus { top: 14px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  padding: 14px 0;
  background: rgba(10, 37, 47, 0.88);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; align-items: center; gap: 30px; min-height: 58px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 800; font-size: 1.08rem; white-space: nowrap; }
.brand img { width: 46px; height: 46px; border-radius: 13px; box-shadow: 0 7px 18px rgba(0,0,0,.24); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 26px; margin-inline: auto; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 700; }
.nav-links a { position: relative; padding: 8px 0; transition: color .2s ease; }
.nav-links a::after { content: ""; position: absolute; inset: auto 50% 3px; height: 2px; background: var(--gold); transition: inset .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { inset-inline: 0; }
.language-picker { position: relative; display: flex; align-items: center; gap: 8px; min-width: 128px; color: #fff; }
.language-picker svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; pointer-events: none; }
.language-picker select {
  width: 100%; min-height: 42px; padding: 7px 32px 7px 10px; color: #fff;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 13px;
  outline: none; cursor: pointer;
}
html[dir="rtl"] .language-picker select { padding: 7px 10px 7px 32px; }
.language-picker select:focus-visible { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,199,59,.2); }
.language-picker option { color: var(--ink); background: #fff; }

.hero {
  position: relative; min-height: 900px; padding: 170px 0 95px; overflow: hidden;
  color: #fff; background: var(--navy);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 78% 25%, rgba(255,199,59,.18), transparent 22%),
    radial-gradient(circle at 8% 82%, rgba(131,214,228,.17), transparent 26%),
    linear-gradient(125deg, var(--navy-2) 0%, #164b57 55%, #236978 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 120px;
  background: var(--paper); clip-path: polygon(0 74%, 9% 51%, 20% 66%, 31% 35%, 45% 61%, 57% 27%, 71% 57%, 84% 33%, 100% 55%, 100% 100%, 0 100%);
}
.hero-map {
  position: absolute; inset: 0; opacity: .1; pointer-events: none;
  background-image:
    linear-gradient(30deg, transparent 47%, rgba(255,255,255,.35) 49%, rgba(255,255,255,.35) 51%, transparent 53%),
    linear-gradient(-30deg, transparent 47%, rgba(255,255,255,.22) 49%, rgba(255,255,255,.22) 51%, transparent 53%);
  background-size: 82px 82px;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.hero-copy { padding-bottom: 54px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--wood); font-size: .86rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold); }
.eyebrow > span:first-child { width: 38px; height: 3px; border-radius: 99px; background: var(--gold); }
.hero-brand-row { display: flex; align-items: center; gap: 15px; margin: 18px 0 24px; }
.hero-icon { width: 72px; height: 72px; border-radius: 21px; box-shadow: 0 14px 36px rgba(0,0,0,.28); }
.hero-brand-row p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.2rem, 6.4vw, 6.5rem); line-height: .92; letter-spacing: -.045em; font-weight: 800; }
.hero-text { max-width: 650px; margin: 28px 0 30px; color: rgba(255,255,255,.82); font-size: 1.15rem; line-height: 1.65; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.store-button {
  display: inline-flex; align-items: center; justify-content: flex-start; gap: 11px;
  min-width: 190px; min-height: 62px; padding: 9px 17px; color: #fff; background: #050505;
  border: 1px solid rgba(255,255,255,.36); border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.2); transition: transform .2s ease, box-shadow .2s ease;
}
.store-button:hover, .store-button:focus-visible { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0,0,0,.3); }
.store-logo { flex: 0 0 39px; width: 39px; height: 39px; }
.store-logo.apple { width: 34px; height: 34px; fill: #fff; }
.store-button span { display: grid; line-height: 1.05; text-align: start; }
.store-button small { font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .02em; }
.store-button strong { margin-top: 3px; font-family: Arial, sans-serif; font-size: 20px; font-weight: 500; white-space: nowrap; }
.hero-stats { display: flex; gap: 34px; margin-top: 32px; }
.hero-stats div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; max-width: 135px; }
.hero-stats strong { color: var(--gold); font-size: 2rem; line-height: 1; }
.hero-stats span { color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.3; }

.hero-visual { position: relative; min-height: 670px; display: grid; place-items: center; }
.sun-disc { position: absolute; width: 520px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,199,59,.28) 0 48%, rgba(255,199,59,.07) 49% 67%, transparent 68%); }
.sun-disc::after { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(255,255,255,.25); border-radius: 50%; }
.phone {
  position: relative; overflow: hidden; background: #111; border: 7px solid #fff; border-radius: 38px;
  box-shadow: 0 35px 90px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.12);
}
.phone::before { content: ""; position: absolute; z-index: 2; top: 9px; left: 50%; translate: -50% 0; width: 34%; height: 20px; border-radius: 0 0 13px 13px; background: rgba(7,16,20,.85); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { z-index: 1; width: min(350px, 78vw); aspect-ratio: 460 / 996; transform: rotate(2.4deg); }
.floating-tile {
  position: absolute; z-index: 4; display: grid; place-items: center; width: 88px; aspect-ratio: 1;
  color: var(--wood-dark); background: #fffaf0; border: 5px solid #fff; border-radius: 19px;
  box-shadow: 0 18px 40px rgba(0,0,0,.28); font-size: 2.4rem; font-weight: 800;
}
.tile-crown { top: 15%; inset-inline-start: 1%; transform: rotate(-11deg); color: var(--gold-2); }
.tile-map { top: 44%; inset-inline-end: -2%; transform: rotate(12deg); color: var(--coral); }
.treasure-note {
  position: absolute; z-index: 5; inset: auto auto 9% -2%; display: grid; gap: 3px; min-width: 220px;
  padding: 17px 21px; color: var(--ink); background: var(--cream); border: 2px solid rgba(255,199,59,.65); border-radius: 18px;
  box-shadow: 0 18px 46px rgba(0,0,0,.26); transform: rotate(-2deg);
}
.treasure-note strong { font-size: .96rem; }
.treasure-note span { color: var(--muted); font-size: .8rem; }
.scroll-cue {
  position: absolute; z-index: 4; inset: auto 50% 45px auto; translate: 50% 0;
  display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: .78rem; font-weight: 800;
}
.scroll-cue svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2.2; }

.section-heading { max-width: 690px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .how-copy h2, .privacy-heading h2, .cta-card h2 {
  margin: 0; font-size: clamp(2.35rem, 4.6vw, 4.65rem); line-height: 1.02; letter-spacing: -.035em;
}
.section-heading p:last-child, .privacy-heading > p { margin: 20px 0 0; color: var(--muted); }
.game-section { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  position: relative; min-height: 360px; padding: 34px; overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 18px 50px rgba(18,51,63,.08);
}
.feature-card::after { content: ""; position: absolute; width: 150px; height: 150px; inset: auto -45px -55px auto; border: 24px solid rgba(131,214,228,.18); border-radius: 38px; transform: rotate(20deg); }
.feature-card.featured { color: #fff; background: var(--wood); border-color: transparent; transform: translateY(-18px); }
.feature-card.featured::after { border-color: rgba(255,255,255,.12); }
.feature-number { color: var(--coral); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.featured .feature-number { color: var(--gold); }
.feature-symbol { display: grid; place-items: center; width: 72px; height: 72px; margin: 42px 0 24px; color: var(--navy); background: var(--gold); border-radius: 20px; box-shadow: inset 0 -6px 0 rgba(166,104,12,.16); font-size: 1.65rem; font-weight: 800; }
.feature-card h3 { margin: 0 0 10px; font-size: 1.42rem; line-height: 1.15; }
.feature-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.feature-card.featured p { color: rgba(255,255,255,.75); }

.how-section { position: relative; background: var(--cream); overflow: hidden; }
.how-section::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(var(--gold) 1.2px, transparent 1.2px); background-size: 24px 24px; }
.how-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.how-visual { position: relative; display: grid; place-items: center; min-height: 690px; }
.how-visual::before { content: ""; position: absolute; width: 470px; aspect-ratio: 1; background: var(--sea); border-radius: 48% 52% 46% 54% / 58% 43% 57% 42%; transform: rotate(-8deg); }
.phone-level { width: min(330px, 76vw); aspect-ratio: 460 / 996; border-color: var(--navy); border-width: 8px; transform: rotate(-3deg); }
.level-badge { position: absolute; z-index: 4; inset: auto -5% 11% auto; max-width: 210px; padding: 14px 18px; color: var(--navy); background: var(--gold); border: 3px solid #fff; border-radius: 16px; box-shadow: var(--shadow); font-weight: 800; font-size: .84rem; line-height: 1.3; transform: rotate(3deg); }
.how-copy { position: relative; }
.step-list { display: grid; gap: 16px; margin: 38px 0 28px; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; padding: 20px 22px; background: rgba(255,255,255,.7); border: 1px solid rgba(158,65,44,.1); border-radius: 19px; }
.step > span { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; background: var(--navy); border-radius: 16px; font-weight: 800; }
.step h3 { margin: 0 0 4px; font-size: 1.12rem; line-height: 1.25; }
.step p { margin: 0; color: var(--muted); font-size: .92rem; }
.helper-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.helper-strip div { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; }
.helper-strip span { color: var(--coral); font-size: 1.1rem; }

.modes-section { color: #fff; background: var(--navy); }
.modes-section .section-heading p:last-child { color: rgba(255,255,255,.68); }
.kicker.light { color: var(--gold); }
.mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mode-card { display: grid; grid-template-columns: 1fr 210px; gap: 22px; align-items: center; min-height: 510px; padding: 36px 28px 0 36px; overflow: hidden; background: #1b5360; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-lg); }
.mode-card.reverse { background: var(--wood-dark); }
.mode-copy { align-self: center; padding-bottom: 36px; }
.mode-copy > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 25px; color: var(--navy); background: var(--gold); border-radius: 13px; font-weight: 800; }
.mode-card h3 { margin: 0 0 12px; font-size: 2rem; line-height: 1.05; }
.mode-card p { margin: 0; color: rgba(255,255,255,.72); font-size: .94rem; }
.mode-card img { align-self: end; width: 210px; max-height: 450px; object-fit: cover; object-position: top; border: 5px solid rgba(255,255,255,.9); border-bottom: 0; border-radius: 28px 28px 0 0; box-shadow: 0 20px 45px rgba(0,0,0,.25); }

.gallery-section { background: #f5fbf9; }
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: end; }
.gallery-item { position: relative; padding: 0; overflow: hidden; background: var(--navy); border: 0; border-radius: 24px; cursor: zoom-in; box-shadow: 0 18px 42px rgba(18,51,63,.13); transition: transform .22s ease, box-shadow .22s ease; }
.gallery-item:hover, .gallery-item:focus-visible { transform: translateY(-9px); box-shadow: 0 28px 58px rgba(18,51,63,.22); }
.gallery-item img { width: 100%; aspect-ratio: 460 / 850; object-fit: cover; object-position: top; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item span { position: absolute; inset: auto 8px 8px; padding: 10px 11px; color: #fff; background: rgba(10,37,47,.84); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; font-size: .75rem; font-weight: 800; backdrop-filter: blur(10px); }
.gallery-item:nth-child(2), .gallery-item:nth-child(4) { transform: translateY(-26px); }
.gallery-item:nth-child(2):hover, .gallery-item:nth-child(4):hover { transform: translateY(-35px); }

.privacy-section { padding-top: 95px; color: #fff; background: linear-gradient(155deg, var(--wood-dark), var(--wood)); }
.privacy-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; padding: 56px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(74,23,14,.25); }
.privacy-heading { position: sticky; top: 120px; }
.privacy-heading > p { color: rgba(255,255,255,.74); }
.privacy-heading > span { display: inline-block; margin-top: 22px; color: var(--gold); font-size: .78rem; font-weight: 800; }
.privacy-list { display: grid; gap: 12px; }
.privacy-list details { padding: 20px 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.privacy-list details[open] { background: rgba(255,255,255,.12); }
.privacy-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; color: var(--gold); font-weight: 800; }
.privacy-list summary::-webkit-details-marker { display: none; }
.privacy-list summary::after { content: "+"; font-size: 1.4rem; font-weight: 500; }
.privacy-list details[open] summary::after { content: "−"; }
.privacy-list p { margin: 13px 0 0; color: rgba(255,255,255,.76); font-size: .9rem; }

.final-cta { padding: 80px 0; background: var(--sky); }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 44px; padding: 52px 56px; background: #fff; border: 1px solid rgba(18,51,63,.1); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.cta-card > div:first-child { max-width: 670px; }
.cta-card h2 { font-size: clamp(2rem, 3.7vw, 3.7rem); }
.store-buttons.compact { flex: 0 0 auto; display: grid; }
.store-buttons.compact .store-button { min-width: 205px; }

.site-footer { padding: 34px 0; color: rgba(255,255,255,.72); background: var(--navy-2); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand img { width: 38px; height: 38px; border-radius: 11px; }
.footer-inner p { margin: 0; font-size: .78rem; }
.footer-links { display: flex; gap: 18px; font-size: .78rem; font-weight: 700; }
.footer-links a:hover { color: var(--gold); }

.lightbox { width: min(520px, calc(100% - 32px)); max-height: 92vh; padding: 0; overflow: visible; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(5,20,26,.88); backdrop-filter: blur(12px); }
.lightbox img { max-height: 88vh; margin: auto; border: 6px solid #fff; border-radius: 30px; box-shadow: 0 28px 80px rgba(0,0,0,.5); }
.lightbox-close { position: absolute; z-index: 3; inset: -17px -17px auto auto; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; color: var(--navy); background: var(--gold); border: 3px solid #fff; border-radius: 50%; font-size: 1.8rem; line-height: 1; cursor: pointer; }
html[dir="rtl"] .lightbox-close { inset: -17px auto auto -17px; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 1080px) {
  .nav-links { display: none; }
  .language-picker { margin-inline-start: auto; }
  .hero-grid { gap: 28px; }
  .hero h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
  .mode-card { grid-template-columns: 1fr 170px; padding-inline-start: 28px; }
  .mode-card img { width: 170px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-item:nth-child(2), .gallery-item:nth-child(4) { transform: none; }
  .gallery-item:nth-child(2):hover, .gallery-item:nth-child(4):hover { transform: translateY(-9px); }
}

@media (max-width: 820px) {
  .section { padding: 88px 0; }
  .hero { padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; padding-bottom: 0; }
  .eyebrow, .hero-brand-row, .store-buttons, .hero-stats { justify-content: center; }
  .hero-text { margin-inline: auto; }
  .hero-visual { min-height: 620px; }
  .scroll-cue { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; }
  .feature-card.featured { transform: none; }
  .feature-symbol { margin-top: 30px; }
  .how-grid { grid-template-columns: 1fr; gap: 60px; }
  .how-visual { min-height: 650px; }
  .how-copy { text-align: center; }
  .step { text-align: start; }
  .helper-strip { justify-content: center; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 470px; }
  .privacy-shell { grid-template-columns: 1fr; padding: 36px; }
  .privacy-heading { position: static; }
  .cta-card { display: grid; justify-items: center; text-align: center; padding: 42px 30px; }
  .store-buttons.compact { display: flex; justify-content: center; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 580px) {
  body { font-size: 16px; }
  .container { width: min(100% - 26px, 1180px); }
  .site-header { padding: 10px 0; }
  .brand span { display: none; }
  .brand img { width: 42px; height: 42px; }
  .language-picker { min-width: 120px; }
  .hero { min-height: auto; padding-top: 118px; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .hero h1 br { display: none; }
  .hero-text { font-size: 1rem; }
  .hero-brand-row { margin-top: 10px; }
  .hero-icon { width: 60px; height: 60px; border-radius: 17px; }
  .store-buttons { display: grid; grid-template-columns: 1fr; width: min(100%, 310px); margin-inline: auto; }
  .store-button { width: 100%; min-width: 0; }
  .hero-stats { gap: 10px; }
  .hero-stats div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
  .hero-stats strong { font-size: 1.65rem; }
  .hero-visual { min-height: 540px; }
  .phone-main { width: 275px; }
  .sun-disc { width: 390px; }
  .floating-tile { width: 68px; border-radius: 15px; font-size: 1.8rem; }
  .tile-crown { inset-inline-start: -2%; }
  .tile-map { inset-inline-end: -4%; }
  .treasure-note { inset-inline-start: 0; min-width: 195px; padding: 13px 16px; }
  .section-heading h2, .how-copy h2, .privacy-heading h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .feature-card { padding: 27px; }
  .how-visual { min-height: 560px; }
  .how-visual::before { width: 350px; }
  .phone-level { width: 270px; }
  .level-badge { inset-inline-end: 0; max-width: 172px; }
  .step { grid-template-columns: 43px 1fr; gap: 13px; padding: 17px; }
  .step > span { width: 43px; height: 43px; border-radius: 13px; }
  .mode-card { grid-template-columns: 1fr 132px; min-height: 420px; padding: 27px 18px 0 24px; }
  .mode-card img { width: 132px; max-height: 365px; border-width: 4px; }
  .mode-card h3 { font-size: 1.55rem; }
  .mode-card p { font-size: .82rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gallery-item.wide { grid-column: span 2; width: 50%; justify-self: center; }
  .gallery-item { border-radius: 19px; }
  .privacy-shell { padding: 26px 18px; }
  .privacy-list details { padding: 18px; }
  .privacy-list p { font-size: .86rem; }
  .cta-card { padding: 36px 20px; }
  .cta-card h2 { font-size: 2.2rem; }
  .store-buttons.compact { display: grid; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

html[dir="rtl"] .eyebrow { flex-direction: row-reverse; justify-content: flex-end; }
html[dir="rtl"] .hero-copy, html[dir="rtl"] .section-heading, html[dir="rtl"] .how-copy, html[dir="rtl"] .privacy-heading { text-align: right; }
html[dir="rtl"] .section-heading.centered { text-align: center; }
html[dir="rtl"] .phone-main { transform: rotate(-2.4deg); }
html[dir="rtl"] .phone-level { transform: rotate(3deg); }
html[dir="rtl"] .feature-card::after { inset: auto auto -55px -45px; }
html[dir="rtl"] .mode-copy, html[dir="rtl"] .step { text-align: right; }
@media (max-width: 820px) {
  html[dir="rtl"] .hero-copy, html[dir="rtl"] .how-copy { text-align: center; }
  html[dir="rtl"] .eyebrow { justify-content: center; }
  html[dir="rtl"] .step { text-align: right; }
}
