@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("assets/rw-coin-seller-inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/rw-coin-seller-plus-jakarta-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Nastaliq Urdu";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("assets/rw-coin-seller-noto-nastaliq-urdu.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("assets/rw-coin-seller-fontawesome-solid.woff2") format("woff2");
}

.fa-solid {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-star::before { content: "\f005"; }
.fa-people-group::before { content: "\e533"; }
.fa-video::before { content: "\f03d"; }
.fa-coins::before { content: "\f51e"; }
.fa-arrow-up-right-from-square::before { content: "\f08e"; }
.fa-shuffle::before { content: "\f074"; }
.fa-gift::before { content: "\f06b"; }
.fa-trophy::before { content: "\f091"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-circle::before { content: "\f111"; }
.fa-heart::before { content: "\f004"; }
.fa-user-group::before { content: "\f500"; }
.fa-signs-post::before { content: "\f277"; }
.fa-compass::before { content: "\f14e"; }
.fa-mobile-screen-button::before { content: "\f3cd"; }
.fa-language::before { content: "\f1ab"; }
.fa-shield-heart::before { content: "\e574"; }
.fa-hand-pointer::before { content: "\f25a"; }
.fa-circle-check::before { content: "\f058"; }

:root {
  color-scheme: dark;
  --ink: #020b08;
  --ink-2: #06130e;
  --panel: #081a13;
  --panel-2: #0b241a;
  --green: #16d681;
  --green-deep: #047a48;
  --ivory: #f6f3e8;
  --muted: #a8b8af;
  --gold: #f5c65c;
  --gold-2: #ffdf8e;
  --magenta: #ee4db8;
  --line: rgba(255, 255, 255, 0.12);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1320px;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--ivory);
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(150deg, #020b08 0%, #06160f 38%, #020906 100%);
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--ivory);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-2);
  outline-offset: 3px;
}

.site-header {
  height: 76px;
  padding: 0 max(32px, calc((100vw - var(--container)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 11, 8, 0.93);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand { display: flex; align-items: center; gap: 15px; min-width: 0; }
.brand > img { width: 148px; height: auto; }
.brand-rule { width: 1px; height: 30px; background: rgba(255, 255, 255, 0.22); }
.brand-copy { display: grid; gap: 3px; min-width: 0; }
.brand-copy strong { font-family: "Inter", sans-serif; font-size: 15px; font-weight: 800; line-height: 1; letter-spacing: 0; white-space: nowrap; }
.brand-copy small { color: #80a992; font-size: 7.5px; font-weight: 800; letter-spacing: 0.2em; white-space: nowrap; }

.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-inline-start: auto; }
.desktop-nav a { position: relative; color: #afbeb5; font-size: 10px; font-weight: 800; letter-spacing: 0.14em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--green); transition: right 180ms ease; }
.desktop-nav a:hover { color: var(--ivory); }
.desktop-nav a:hover::after { right: 0; }

.language-toggle {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.06);
  height: 38px;
  min-width: 78px;
  border-radius: 999px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font: 700 12px/1 "Plus Jakarta Sans", sans-serif;
  cursor: pointer;
}
.language-toggle:hover { border-color: rgba(22, 214, 129, 0.65); }
.language-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 15px var(--green); }

.hero {
  width: min(calc(100% - 48px), var(--container));
  min-height: 638px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 0.91fr 1.09fr;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(10, 31, 23, 0.98), rgba(2, 11, 8, 0.96));
  box-shadow: var(--shadow);
  position: relative;
}

.hero::after {
  display: none;
}

.hero-copy {
  padding: 56px 38px 40px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.eyebrow, .section-label {
  margin: 0;
  color: var(--green);
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow i { font-size: 8px; color: var(--gold); }
.hero-brand { margin: 18px 0 8px; color: rgba(246, 243, 232, 0.76); font: 800 15px/1 "Inter", sans-serif; letter-spacing: 0; }

.hero h1 {
  margin: 0;
  max-width: 570px;
  font-family: "Inter", sans-serif;
  font-size: 59px;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-body { margin: 22px 0 21px; max-width: 550px; color: #c0cec6; font-size: 14px; line-height: 1.7; }

.id-panel {
  width: 100%;
  min-height: 57px;
  padding: 10px 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(245, 198, 92, 0.38);
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, rgba(245, 198, 92, 0.1), rgba(22, 214, 129, 0.06));
}
.id-panel span { color: #d5cda9; font-size: 8.5px; font-weight: 800; letter-spacing: 0.17em; }
.id-panel strong { color: var(--gold-2); font: 900 25px/1 "Inter", sans-serif; letter-spacing: 0.025em; }
.id-panel i { color: var(--green); font-size: 16px; }

.cta-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.hero-actions { margin-top: 18px; }
.cta {
  height: 55px;
  min-width: 0;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.cta:hover { transform: translateY(-2px); }
.cta > i:first-child { font-size: 13px; }
.cta-arrow { font-size: 8px; opacity: 0.65; }
.cta-agency { color: #001f12; background: linear-gradient(135deg, #28ed93, #16c977); box-shadow: 0 10px 28px rgba(22, 214, 129, 0.16); }
.cta-host { color: #07110d; background: var(--ivory); border-color: rgba(255, 255, 255, 0.85); box-shadow: 0 10px 28px rgba(255, 255, 255, 0.08); }
.cta-coins { color: #251700; background: linear-gradient(135deg, #ffe29b, #e7a72b); border-color: rgba(255, 226, 155, 0.8); box-shadow: 0 10px 28px rgba(245, 198, 92, 0.17); }
.destination-note { margin: 12px 0 0; display: flex; align-items: center; gap: 8px; color: #7f9589; font-size: 9px; line-height: 1.4; }
.destination-note i { color: var(--magenta); }

.hero-visual { min-height: 638px; position: relative; isolation: isolate; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #06130e 0%, rgba(6, 19, 14, 0.5) 13%, transparent 43%), linear-gradient(0deg, rgba(2, 11, 8, 0.75) 0%, transparent 32%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; position: absolute; inset: 0; }
.live-badge { position: absolute; z-index: 2; top: 24px; right: 24px; height: 34px; padding: 0 12px; display: flex; align-items: center; gap: 7px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.23); background: rgba(2, 11, 8, 0.68); backdrop-filter: blur(10px); }
.live-badge span { width: 7px; height: 7px; border-radius: 50%; background: #ff375f; box-shadow: 0 0 14px #ff375f; }
.live-badge b { font-size: 9px; letter-spacing: 0.1em; }
.live-badge small { color: #b8c7be; font-size: 7px; letter-spacing: 0.12em; }
.visual-caption { position: absolute; z-index: 2; left: 35px; bottom: 32px; max-width: 390px; display: grid; gap: 8px; }
.visual-caption small { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: 0.18em; }
.visual-caption strong { font: 800 24px/1.2 "Inter", sans-serif; letter-spacing: 0; }
.floating-gift, .floating-trophy { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.17); background: rgba(4, 19, 13, 0.66); backdrop-filter: blur(8px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28); }
.floating-gift { width: 46px; height: 46px; border-radius: 14px; right: 32px; bottom: 119px; color: var(--magenta); transform: rotate(7deg); }
.floating-trophy { width: 39px; height: 39px; border-radius: 50%; left: 27px; top: 97px; color: var(--gold); }

.route-ribbon {
  width: min(calc(100% - 80px), 1250px);
  min-height: 110px;
  margin: -22px auto 0;
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(5, 20, 14, 0.96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}
.route-item { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 15px; padding: 22px 25px; border-inline-end: 1px solid var(--line); }
.route-item:last-child { border-inline-end: 0; }
.route-number { align-self: start; color: rgba(255, 255, 255, 0.22); font: 900 11px/1 "Inter", sans-serif; }
.route-item > i { color: var(--gold); font-size: 19px; }
.route-item > span:last-child { display: grid; gap: 6px; }
.route-item b { font: 800 12px/1 "Inter", sans-serif; }
.route-item small { color: #82958a; font-size: 9px; line-height: 1.35; }

.section { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 40px; }
.section-heading h2, .community h2, .before h2, .final-copy h2 { margin: 10px 0 0; font: 900 48px/1.04 "Inter", sans-serif; letter-spacing: 0; }
.section-heading > p { margin: 0; max-width: 440px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.section-heading.centered { display: grid; justify-content: center; text-align: center; }

.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.path-card { height: 520px; border-radius: 25px; overflow: hidden; position: relative; border: 1px solid var(--line); background: var(--panel); }
.path-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 380ms ease; }
.path-card:hover > img { transform: scale(1.035); }
.path-agency > img { object-position: 69% center; }
.path-host > img { object-position: 49% center; }
.path-coins > img { object-position: center; }
.path-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(1, 9, 6, 0.98) 5%, rgba(2, 11, 8, 0.72) 50%, rgba(2, 11, 8, 0.05) 83%); }
.path-content { position: absolute; inset: auto 26px 26px; display: flex; flex-direction: column; align-items: flex-start; }
.path-icon { width: 46px; height: 46px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 14px; color: var(--gold); background: rgba(7, 30, 20, 0.82); border: 1px solid rgba(245, 198, 92, 0.35); backdrop-filter: blur(10px); }
.path-content small { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: 0.18em; }
.path-content h3 { margin: 8px 0 10px; font: 800 26px/1 "Inter", sans-serif; letter-spacing: 0; }
.path-content p { min-height: 58px; margin: 0 0 21px; color: #aebeb5; font-size: 12px; line-height: 1.65; }
.path-content > a { width: 100%; height: 46px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 12px; font-size: 9px; font-weight: 800; letter-spacing: 0.1em; }
.path-content > a:hover { background: var(--ivory); color: var(--ink); }

.community { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 80px; align-items: center; }
.community-visual { height: 560px; position: relative; border-radius: 28px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.15); box-shadow: var(--shadow); }
.community-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.community-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2, 11, 8, 0.68), transparent 45%); }
.stream-overlay { position: absolute; z-index: 2; top: 22px; left: 22px; right: 22px; display: flex; justify-content: space-between; }
.stream-overlay > span { height: 31px; padding: 0 11px; border-radius: 999px; display: flex; align-items: center; gap: 7px; background: rgba(2, 11, 8, 0.68); backdrop-filter: blur(8px); font-size: 8px; font-weight: 800; letter-spacing: 0.13em; }
.stream-overlay > span i { color: #ff375f; font-size: 7px; }
.stream-overlay > div { display: flex; gap: 7px; }
.stream-overlay > div i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: rgba(2, 11, 8, 0.68); backdrop-filter: blur(8px); color: var(--green); font-size: 11px; }
.stream-overlay > div i:nth-child(2) { color: var(--magenta); }
.stream-overlay > div i:nth-child(3) { color: var(--gold); }
.community-stamp { position: absolute; z-index: 3; left: 25px; bottom: 25px; min-width: 195px; padding: 15px 18px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(245, 198, 92, 0.38); border-radius: 14px; background: rgba(2, 11, 8, 0.78); backdrop-filter: blur(10px); }
.community-stamp i { color: var(--gold); font-size: 21px; }
.community-stamp span { font-size: 8px; font-weight: 800; line-height: 1.5; letter-spacing: 0.15em; }
.section-lede { margin: 22px 0 34px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.feature-list { display: grid; gap: 9px; }
.feature-list > div { min-height: 77px; padding: 14px 16px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.025); }
.feature-list > div > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--green); background: rgba(22, 214, 129, 0.09); }
.feature-list span { display: grid; gap: 5px; }
.feature-list b { font-size: 12px; }
.feature-list small { color: #82958a; font-size: 9.5px; line-height: 1.5; }

.support { border-top: 1px solid var(--line); }
.support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.support-grid article { min-height: 270px; padding: 24px; position: relative; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg, rgba(14, 42, 29, 0.72), rgba(5, 17, 12, 0.7)); }
.support-grid article > span { position: absolute; top: 20px; right: 21px; color: rgba(255, 255, 255, 0.18); font: 800 12px/1 "Inter", sans-serif; }
.support-grid i { width: 52px; height: 52px; margin-bottom: 42px; display: grid; place-items: center; border-radius: 16px; color: var(--gold); border: 1px solid rgba(245, 198, 92, 0.26); background: rgba(245, 198, 92, 0.06); font-size: 20px; }
.support-grid h3 { margin: 0 0 12px; font: 800 18px/1.1 "Inter", sans-serif; letter-spacing: 0; }
.support-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.steps { border-top: 1px solid var(--line); }
.steps-track { display: grid; grid-template-columns: 1fr 86px 1fr 86px 1fr; align-items: center; }
.steps-track article { min-height: 255px; padding: 28px; position: relative; text-align: center; border: 1px solid var(--line); border-radius: 21px; background: var(--panel); }
.steps-track article > span { position: absolute; top: 18px; left: 18px; color: rgba(255, 255, 255, 0.2); font: 800 11px/1 "Inter", sans-serif; }
.steps-track i { width: 64px; height: 64px; margin: 6px auto 24px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: rgba(22, 214, 129, 0.08); border: 1px solid rgba(22, 214, 129, 0.25); font-size: 21px; }
.steps-track h3 { margin: 0 0 11px; font: 800 17px/1.2 "Inter", sans-serif; letter-spacing: 0; }
.steps-track p { margin: 0; color: var(--muted); font-size: 10.5px; line-height: 1.65; }
.step-line { height: 1px; background: linear-gradient(90deg, rgba(245, 198, 92, 0.18), var(--gold), rgba(245, 198, 92, 0.18)); position: relative; }
.step-line::after { content: ""; position: absolute; top: -3px; left: calc(50% - 3px); width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }

.before { display: grid; grid-template-columns: 0.84fr 1.16fr; gap: 90px; align-items: center; border-top: 1px solid var(--line); }
.before-copy > p:last-child { margin: 23px 0 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.destination-table { border: 1px solid var(--line); border-radius: 21px; overflow: hidden; background: rgba(255, 255, 255, 0.025); }
.destination-table > div { min-height: 93px; padding: 17px 20px; display: grid; grid-template-columns: 42px 155px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.destination-table > div:last-child { border-bottom: 0; }
.destination-table i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--gold); background: rgba(245, 198, 92, 0.08); }
.destination-table b { font-size: 12px; }
.destination-table span { color: var(--muted); font-size: 10px; line-height: 1.5; }

.faq { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.faq-grid details { border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.025); overflow: hidden; }
.faq-grid summary { min-height: 62px; padding: 20px 48px 20px 20px; display: flex; align-items: center; position: relative; list-style: none; cursor: pointer; font-size: 11px; font-weight: 700; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: "+"; position: absolute; right: 18px; color: var(--green); font-size: 18px; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 10px; line-height: 1.7; }

.final-cta { width: min(calc(100% - 48px), var(--container)); min-height: 430px; margin: 20px auto 110px; padding: 55px 55px 55px 50%; position: relative; display: flex; align-items: center; border-radius: 30px; border: 1px solid rgba(245, 198, 92, 0.35); overflow: hidden; background: linear-gradient(135deg, #0b3023, #020a07); }
.final-cta > img { position: absolute; left: -2%; bottom: -40%; width: 54%; filter: saturate(1.05); }
.final-copy { position: relative; z-index: 2; width: 100%; }
.final-copy > p:not(.section-label) { color: var(--muted); font-size: 12px; line-height: 1.7; }
.final-copy .cta-row { margin-top: 28px; }

footer { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: 42px 0 50px; display: grid; grid-template-columns: 1.3fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 120px; }
.footer-brand div { display: grid; gap: 5px; }
.footer-brand strong { font: 800 13px/1 "Inter", sans-serif; }
.footer-brand span { color: #768b7f; font-size: 8px; }
.footer-data { padding: 11px 18px; display: grid; gap: 4px; border-inline: 1px solid var(--line); }
.footer-data span { color: #7d9185; font-size: 7px; font-weight: 800; letter-spacing: 0.17em; }
.footer-data b { color: var(--gold); font: 800 18px/1 "Inter", sans-serif; }
.footer-domains { display: grid; gap: 6px; justify-items: end; }
.footer-domains a { color: #879a8f; font-size: 8px; }
footer > p { grid-column: 1 / -1; margin: 0; color: #63756b; font-size: 8px; text-align: center; }

html[dir="rtl"] body { font-family: "Noto Nastaliq Urdu", serif; }
html[dir="rtl"] .hero-copy, html[dir="rtl"] .community-copy, html[dir="rtl"] .before-copy, html[dir="rtl"] .path-content { text-align: right; }
html[dir="rtl"] .hero h1, html[dir="rtl"] .section-heading h2, html[dir="rtl"] .community h2, html[dir="rtl"] .before h2, html[dir="rtl"] .final-copy h2 { font-family: "Noto Nastaliq Urdu", serif; line-height: 1.45; letter-spacing: 0; }
html[dir="rtl"] .hero h1 { font-size: 58px; }
html[dir="rtl"] .brand-copy strong, html[dir="rtl"] .hero-brand, html[dir="rtl"] .id-panel strong, html[dir="rtl"] .route-number, html[dir="rtl"] .footer-brand strong, html[dir="rtl"] .footer-data b { font-family: "Inter", sans-serif; }
html[dir="rtl"] .brand-copy small, html[dir="rtl"] .eyebrow, html[dir="rtl"] .section-label, html[dir="rtl"] .desktop-nav a, html[dir="rtl"] .cta, html[dir="rtl"] .path-content small, html[dir="rtl"] .visual-caption small, html[dir="rtl"] .live-badge, html[dir="rtl"] .route-item { letter-spacing: 0; }
html[dir="rtl"] .desktop-nav { margin-inline-start: auto; }
html[dir="rtl"] .hero-copy { padding: 48px 52px 40px 38px; }
html[dir="rtl"] .eyebrow { justify-content: flex-start; }
html[dir="rtl"] .path-content { align-items: flex-start; }
html[dir="rtl"] .path-content > a { flex-direction: row-reverse; }
html[dir="rtl"] .faq-grid summary { padding: 20px 20px 20px 48px; }
html[dir="rtl"] .faq-grid summary::after { right: auto; left: 18px; }
html[dir="rtl"] .support-grid article > span { right: auto; left: 21px; }
html[dir="rtl"] .steps-track article > span { left: auto; right: 18px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr 0.95fr; }
  .hero-copy { padding-inline: 34px; }
  .hero h1 { font-size: 53px; }
  .cta { font-size: 8.5px; }
  .community { gap: 45px; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  :root { --radius-lg: 22px; }
  .site-header { position: relative; height: 62px; padding: 0 15px; gap: 12px; }
  .brand { gap: 9px; }
  .brand > img { width: 106px; }
  .brand-rule { height: 25px; }
  .brand-copy strong { font-size: 10px; }
  .brand-copy small { display: none; }
  .language-toggle { min-width: 64px; height: 34px; padding: 0 11px; font-size: 10px; }

  .hero { width: calc(100% - 20px); min-height: 690px; margin-top: 10px; display: flex; flex-direction: column; border-radius: 22px; overflow: hidden; }
  .hero-copy { display: contents; }
  .eyebrow { order: 1; margin: 20px 18px 0; font-size: 7.5px; }
  .hero-brand { order: 2; margin: 11px 18px 3px; font-size: 11px; }
  .hero h1 { order: 3; margin: 0 18px; font-size: 35px; line-height: 0.92; }
  .id-panel { order: 4; width: calc(100% - 36px); min-height: 42px; margin: 13px 18px 0; padding: 6px 11px; gap: 9px; }
  .id-panel span { font-size: 7px; }
  .id-panel strong { font-size: 19px; }

  .hero-visual { order: 5; min-height: 270px; margin-top: 13px; overflow: hidden; }
  .hero-visual::before { background: linear-gradient(0deg, #06130e 0%, transparent 28%), linear-gradient(90deg, rgba(2, 11, 8, 0.15), transparent 40%); }
  .hero-visual img { object-position: 65% center; }
  .live-badge { top: 10px; right: 12px; height: 28px; padding: 0 9px; }
  .live-badge small { display: none; }
  .visual-caption { left: 17px; bottom: 16px; max-width: 250px; gap: 4px; }
  .visual-caption small { font-size: 6.5px; }
  .visual-caption strong { font-size: 15px; }
  .floating-gift { right: 13px; bottom: 48px; width: 35px; height: 35px; border-radius: 10px; font-size: 11px; }
  .floating-trophy { display: none; }

  .hero-body { order: 6; margin: 9px 18px 11px; font-size: 10px; line-height: 1.5; }
  .hero-actions { order: 7; margin: 0 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .hero-actions .cta { height: 49px; border-radius: 11px; display: grid; grid-template-columns: auto 1fr; padding: 0 7px; gap: 5px; font-size: 7.3px; letter-spacing: 0.01em; }
  .hero-actions .cta > i:first-child { font-size: 11px; }
  .hero-actions .cta-arrow { display: none; }
  .destination-note { order: 8; margin: 9px 18px 15px; font-size: 7.2px; }

  .route-ribbon { width: calc(100% - 20px); min-height: 83px; margin-top: 10px; border-radius: 16px; }
  .route-item { min-width: 0; grid-template-columns: 1fr; gap: 5px; padding: 12px 9px; text-align: center; justify-items: center; }
  .route-number { display: none; }
  .route-item > i { font-size: 14px; }
  .route-item > span:last-child { gap: 3px; }
  .route-item b { font-size: 7.3px; }
  .route-item small { display: none; }

  .section { width: calc(100% - 30px); padding: 72px 0; }
  .section-heading { display: grid; gap: 14px; margin-bottom: 27px; }
  .section-heading h2, .community h2, .before h2, .final-copy h2 { font-size: 31px; }
  .section-heading > p { font-size: 11px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { height: 430px; }
  .path-content p { min-height: 0; }

  .community { grid-template-columns: 1fr; gap: 35px; }
  .community-visual { height: 430px; }
  .community-copy { order: -1; }
  .section-lede { font-size: 12px; }
  .support-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .support-grid article { min-height: 230px; padding: 18px; }
  .support-grid i { margin-bottom: 28px; }
  .support-grid h3 { font-size: 15px; }

  .steps-track { grid-template-columns: 1fr; gap: 10px; }
  .steps-track article { min-height: 225px; }
  .step-line { width: 1px; height: 25px; margin: 0 auto; background: linear-gradient(0deg, rgba(245, 198, 92, 0.18), var(--gold), rgba(245, 198, 92, 0.18)); }
  .before { grid-template-columns: 1fr; gap: 30px; }
  .destination-table > div { grid-template-columns: 38px 105px 1fr; gap: 10px; padding-inline: 13px; }
  .destination-table i { width: 38px; height: 38px; }
  .destination-table b { font-size: 10px; }
  .destination-table span { font-size: 8px; }
  .faq-grid { grid-template-columns: 1fr; }

  .final-cta { width: calc(100% - 30px); min-height: 560px; margin-bottom: 75px; padding: 50px 20px 26px; align-items: flex-end; }
  .final-cta > img { width: 100%; left: 0; top: -14%; bottom: auto; }
  .final-cta::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(0deg, #05150f 55%, transparent); }
  .final-copy .cta-row { grid-template-columns: 1fr; }
  .final-copy .cta { height: 50px; }

  footer { width: calc(100% - 30px); grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 22px; }
  .footer-data { border-inline: 0; border-block: 1px solid var(--line); }
  .footer-domains { justify-items: center; }

  html[dir="rtl"] .hero-copy { padding: 0; }
  html[dir="rtl"] .hero h1 { font-size: 34px; line-height: 1.35; }
  html[dir="rtl"] .hero-actions .cta { font-size: 8px; }
}

@media (max-width: 360px) {
  .brand-copy { display: none; }
  .brand-rule { display: none; }
  .hero h1 { font-size: 34px; }
  .hero-actions .cta { font-size: 6.6px; }
}

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