:root {
  color-scheme: dark;
  --black: #070706;
  --ink: #0d0d0b;
  --ink-soft: #151510;
  --gold: #d9aa55;
  --gold-light: #f2d294;
  --gold-dark: #8d6124;
  --emerald: #0f4b3a;
  --paper: #f7f2e8;
  --muted: #a8a393;
  --line: rgba(217, 170, 85, 0.24);
  --display: "Archivo Black", "Arial Black", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --urdu: "Noto Nastaliq Urdu", "Geeza Pro", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body[dir="rtl"] {
  font-family: var(--urdu);
}

body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] p,
body[dir="rtl"] a,
body[dir="rtl"] button,
body[dir="rtl"] summary,
body[dir="rtl"] li,
body[dir="rtl"] small,
body[dir="rtl"] span {
  letter-spacing: 0;
}

body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] .hero-kicker,
body[dir="rtl"] .eyebrow {
  font-family: var(--urdu);
  line-height: 1.75;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.page-shell {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  padding-inline: clamp(32px, 4.2vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(5, 5, 4, 0.7);
  backdrop-filter: blur(20px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 300px;
}

.brand-lockup img {
  display: block;
  width: 132px;
  height: auto;
}

.brand-divider {
  width: 1px;
  height: 32px;
  background: var(--line);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1;
}

.brand-copy strong {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.13em;
}

.brand-copy small {
  color: #777469;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 40px);
  margin-inline: auto;
}

.desktop-nav a {
  position: relative;
  color: #bcb7aa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--gold-light);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
}

.language-option {
  min-width: 42px;
  min-height: 30px;
  padding: 4px 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #817d72;
  cursor: pointer;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.language-option.is-active {
  background: var(--gold);
  color: #171208;
}

.coin-button {
  position: relative;
  min-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(217, 170, 85, 0.72);
  border-radius: 2px;
  background: rgba(66, 43, 11, 0.55);
  color: var(--gold-light);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  transition: background 160ms ease, color 160ms ease;
  box-shadow: inset 0 0 20px rgba(217, 170, 85, 0.08), 0 0 22px rgba(217, 170, 85, 0.08);
}

.coin-button-art {
  display: block;
  flex: 0 0 auto;
  width: 58px;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.46));
}

.coin-button:hover,
.coin-button:focus-visible {
  background: var(--gold);
  color: #151006;
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: #080806;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background-image: url("assets/azhar-midnight-darbar-background.png");
  background-size: cover;
  background-position: center top;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 4, 0.3) 0%, rgba(5, 5, 4, 0.12) 46%, rgba(5, 5, 4, 0.04) 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 782px;
  padding-top: 132px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.88fr);
  align-items: center;
  gap: 62px;
}

.hero-copy {
  max-width: 610px;
  padding-bottom: 34px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 1px;
  background: var(--gold);
}

.hero h1 {
  margin: 0;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(92px, 8.5vw, 132px);
  line-height: 0.82;
  letter-spacing: -0.065em;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

.hero-kicker {
  margin: 22px 0 0;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(19px, 2.15vw, 30px);
  letter-spacing: 0.035em;
}

.hero-description {
  max-width: 590px;
  margin: 18px 0 0;
  color: #bbb6aa;
  font-size: 15px;
  line-height: 1.8;
}

.agency-id {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 25px;
  padding: 10px 15px;
  border-inline-start: 3px solid var(--gold);
  background: rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 0 0 1px rgba(217, 170, 85, 0.12);
}

.agency-id span {
  color: #8c887d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.agency-id strong {
  direction: ltr;
  unicode-bidi: isolate;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0.08em;
}

.ltr-id {
  direction: ltr;
  unicode-bidi: isolate;
}

.primary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 540px;
  margin-top: 27px;
}

.primary-cta {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease;
}

.primary-cta:hover,
.primary-cta:focus-visible {
  transform: translateY(-2px);
}

.primary-cta--gold {
  background: var(--gold);
  color: #171107;
  box-shadow: 0 12px 40px rgba(171, 117, 35, 0.16);
}

.primary-cta--dark {
  background: rgba(9, 9, 7, 0.8);
  color: var(--gold-light);
}

.coin-button--hero {
  width: min(100%, 540px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  margin-top: 12px;
  padding: 0 24px;
  border: 1px solid rgba(242, 210, 148, 0.82);
  background: rgba(77, 49, 10, 0.58);
  color: #ffe6ad;
  font-size: 11px;
  box-shadow: inset 0 0 28px rgba(217, 170, 85, 0.1), 0 0 28px rgba(217, 170, 85, 0.12);
}

.coin-button--hero .coin-button-art {
  width: 118px;
  margin-block: -7px;
}

.portrait-zone {
  position: relative;
  align-self: end;
  justify-self: center;
  width: min(100%, 452px);
  height: 650px;
}

.portrait-arch {
  position: absolute;
  inset: 12px 12px 0;
  overflow: hidden;
  clip-path: polygon(50% 0, 87% 14%, 100% 35%, 100% 100%, 0 100%, 0 35%, 13% 14%);
  background: #080806;
  filter: drop-shadow(0 20px 38px rgba(0, 0, 0, 0.45));
}

.portrait-arch::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(242, 210, 148, 0.72);
  clip-path: inherit;
  pointer-events: none;
}

.portrait-arch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(0.88) contrast(1.05);
}

.portrait-caption {
  position: absolute;
  right: -26px;
  bottom: 52px;
  z-index: 2;
  min-width: 208px;
  padding: 12px 16px;
  border-inline-start: 3px solid var(--gold);
  background: rgba(7, 7, 6, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

body[dir="rtl"] .portrait-caption {
  right: auto;
  left: -26px;
}

.portrait-caption span,
.portrait-caption small {
  display: block;
}

.portrait-caption span {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.12em;
}

.portrait-caption small {
  margin-top: 5px;
  color: #757166;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hero-rail {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 118px;
  padding-inline: max(32px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(217, 170, 85, 0.3);
  background: rgba(7, 7, 5, 0.94);
  backdrop-filter: blur(18px);
}

.hero-rail > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-inline: 24px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-rail > div:first-child {
  padding-inline-start: 0;
}

.hero-rail > div:last-child {
  border-inline-end: 0;
}

.hero-rail span {
  color: var(--gold-dark);
  font-family: var(--display);
  font-size: 20px;
}

.hero-rail p {
  margin: 0;
  color: #b8b2a5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.paths-section,
.steps-section,
.faq-section {
  padding-top: 118px;
  padding-bottom: 118px;
}

.section-heading {
  max-width: 680px;
}

.section-heading h2,
.support-intro h2,
.apply-layout h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child,
.support-intro > p:last-child {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.business-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.business-card {
  position: relative;
  min-height: 630px;
  padding: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold-dark);
  background: #0a0a08;
}

.business-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/azhar-midnight-darbar-background.png");
  background-position: center;
  background-size: auto 100%;
  opacity: 0.09;
  pointer-events: none;
}

.business-card--agency::before {
  background-position: 12% center;
}

.business-card--host::before {
  background-position: 52% center;
}

.business-card--coin::before {
  background-position: 92% center;
}

.business-card > * {
  position: relative;
  z-index: 1;
}

.business-card__copy {
  min-height: 245px;
  padding: 12px 10px 0;
}

.business-card__index {
  display: block;
  color: var(--gold);
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.business-card h3 {
  margin: 20px 0 22px;
  font-family: var(--display);
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.06;
  letter-spacing: 0;
}

.business-card__benefits {
  border-top: 1px solid rgba(217, 170, 85, 0.25);
}

.business-card__benefits p {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #d9d2c2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.business-card__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: auto 0 18px;
  overflow: hidden;
  border: 1px solid rgba(217, 170, 85, 0.3);
  background: #050504;
}

.business-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.business-card__visual--coins img {
  object-position: center 64%;
  filter: saturate(0.92) contrast(1.08);
}

.business-card__cta {
  min-height: 52px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #171107;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  transition: background-color 180ms ease, color 180ms ease;
}

.business-card__cta:hover,
.business-card__cta:focus-visible {
  background: var(--gold-light);
}

.business-card__cta--secondary {
  background: rgba(217, 170, 85, 0.08);
  color: var(--gold-light);
}

.business-card__cta--secondary:hover,
.business-card__cta--secondary:focus-visible {
  background: var(--gold);
  color: #171107;
}

.support-section {
  padding: 120px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #0c0c09;
}

.support-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
}

.support-list {
  border-top: 1px solid var(--line);
}

.support-list article {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.support-list article > span {
  color: var(--gold-dark);
  font-family: var(--display);
  font-size: 17px;
}

.support-list h3 {
  margin: 0;
  font-size: 17px;
}

.support-list p {
  margin: 7px 0 0;
  color: #8f8a7e;
  font-size: 13px;
  line-height: 1.65;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 70px;
  background: var(--line);
}

.steps-grid article {
  min-height: 265px;
  padding: 34px;
  background: var(--black);
}

.steps-grid strong {
  color: var(--gold);
  font-family: var(--display);
  font-size: 32px;
}

.steps-grid h3 {
  margin: 60px 0 11px;
  font-size: 18px;
}

.steps-grid p {
  margin: 0;
  color: #8c887d;
  font-size: 13px;
  line-height: 1.65;
}

.apply-section {
  padding: 92px 0;
  background: var(--gold);
  color: #171107;
}

.apply-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.apply-layout .eyebrow {
  color: #4c3515;
}

.apply-layout .eyebrow::before {
  background: #4c3515;
}

.apply-layout h2 {
  max-width: 500px;
  font-size: clamp(38px, 4.3vw, 62px);
}

.apply-layout ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: before-apply;
}

.apply-layout li {
  position: relative;
  padding: 18px 0 18px 48px;
  border-bottom: 1px solid rgba(23, 17, 7, 0.24);
  counter-increment: before-apply;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

body[dir="rtl"] .apply-layout li {
  padding: 18px 48px 18px 0;
}

.apply-layout li::before {
  content: counter(before-apply, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: #513815;
  font-family: var(--display);
  font-size: 14px;
}

body[dir="rtl"] .apply-layout li::before {
  right: 0;
  left: auto;
}

.faq-list {
  margin-top: 46px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 56px 25px 0;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

body[dir="rtl"] .faq-list summary {
  padding: 25px 0 25px 56px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 21px;
  color: var(--gold);
  font-family: var(--body);
  font-size: 24px;
  font-weight: 400;
}

body[dir="rtl"] .faq-list summary::after {
  right: auto;
  left: 8px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 940px;
  margin: 0;
  padding: 0 56px 26px 0;
  color: #969185;
  font-size: 13px;
  line-height: 1.75;
}

body[dir="rtl"] .faq-list details p {
  padding: 0 0 26px 56px;
}

.final-cta {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background-color: #0a0a08;
  background-image: url("assets/azhar-midnight-darbar-background.png");
  background-size: cover;
  background-position: center 60%;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 6, 5, 0.75);
}

.final-cta-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 70px;
  align-items: center;
}

.final-cta h2 {
  max-width: 720px;
}

.final-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.final-actions .coin-button {
  grid-column: 1 / -1;
}

.site-footer {
  padding: 58px 0 24px;
  background: #050504;
}

.footer-main,
.footer-note {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer-main strong {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: 0.1em;
}

.footer-main p,
.footer-note p {
  color: #77736a;
  font-size: 11px;
  line-height: 1.65;
}

.footer-id {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

body[dir="rtl"] .footer-id {
  align-items: flex-start;
}

.footer-id span {
  color: #6d695f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.footer-id strong {
  direction: ltr;
  unicode-bidi: isolate;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.footer-note {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-note p {
  margin: 0;
}

.toast {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 28px;
  min-width: 210px;
  padding: 14px 20px;
  border: 1px solid var(--gold);
  background: #10100d;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1050px) {
  .desktop-nav,
  .coin-button--header {
    display: none;
  }

  .brand-lockup {
    min-width: 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.8fr);
    gap: 24px;
  }

  .portrait-zone {
    width: 390px;
  }

  .business-card {
    min-height: 590px;
    padding: 14px;
  }

  .business-card__copy {
    min-height: 230px;
    padding-inline: 7px;
  }

  .business-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 40px), 560px);
  }

  .site-header {
    height: 70px;
    padding-inline: 20px;
    gap: 14px;
  }

  .brand-lockup {
    gap: 10px;
  }

  .brand-lockup img {
    width: 104px;
  }

  .brand-divider {
    height: 27px;
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .brand-copy small {
    display: none;
  }

  .language-option {
    min-width: 36px;
    min-height: 28px;
    padding: 3px 8px;
    font-size: 9px;
  }

  .hero {
    min-height: 844px;
  }

  .hero-backdrop {
    background-size: auto 100%;
    background-position: 54% top;
  }

  .hero-backdrop::after {
    background: linear-gradient(180deg, rgba(5, 5, 4, 0.16) 0%, rgba(5, 5, 4, 0.56) 50%, rgba(5, 5, 4, 0.92) 100%);
  }

  .hero-grid {
    min-height: 764px;
    padding-top: 92px;
    display: block;
  }

  .hero-copy {
    position: relative;
    z-index: 4;
    max-width: none;
    padding-bottom: 0;
    text-align: center;
  }

  .hero-copy .eyebrow {
    justify-content: center;
    margin-bottom: 10px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: clamp(60px, 20vw, 78px);
    line-height: 0.9;
  }

  .hero-kicker {
    margin-top: 13px;
    font-size: 15px;
  }

  .hero-description {
    max-width: 338px;
    margin: 10px auto 0;
    font-size: 11px;
    line-height: 1.55;
  }

  .agency-id {
    gap: 10px;
    margin-top: 13px;
    padding: 7px 10px;
  }

  .agency-id span {
    font-size: 7px;
  }

  .agency-id strong {
    font-size: 14px;
  }

  .primary-actions {
    gap: 8px;
    width: 100%;
    max-width: 350px;
    margin: 13px auto 0;
  }

  .primary-cta {
    min-height: 43px;
    padding: 0 10px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .coin-button--hero {
    width: 100%;
    max-width: 350px;
    min-height: 54px;
    margin: 8px auto 0;
    padding-inline: 14px;
    gap: 12px;
    font-size: 9px;
  }

  .coin-button--hero .coin-button-art {
    width: 96px;
    margin-block: -4px;
  }

  .portrait-zone {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -18px;
    width: 268px;
    height: 348px;
    transform: translateX(-50%);
  }

  .portrait-arch {
    inset: 8px 8px 0;
  }

  .portrait-arch img {
    object-position: center 32%;
  }

  .portrait-caption {
    right: -30px;
    bottom: 24px;
    min-width: 174px;
    padding: 9px 11px;
  }

  body[dir="rtl"] .portrait-caption {
    right: auto;
    left: -30px;
  }

  .portrait-caption span {
    font-size: 12px;
  }

  .portrait-caption small {
    font-size: 6px;
  }

  .hero-rail {
    height: 64px;
    padding-inline: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-rail > div {
    justify-content: center;
    padding-inline: 4px;
  }

  .hero-rail span {
    font-size: 12px;
  }

  .hero-rail p {
    display: none;
  }

  .paths-section,
  .steps-section,
  .faq-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section-heading h2,
  .support-intro h2,
  .apply-layout h2,
  .final-cta h2 {
    font-size: 38px;
  }

  .business-paths,
  .support-layout,
  .steps-grid,
  .apply-layout,
  .final-cta-layout {
    grid-template-columns: 1fr;
  }

  .business-paths {
    gap: 18px;
    margin-top: 38px;
  }

  .business-card {
    min-height: 0;
    padding: 18px;
  }

  .business-card__copy {
    min-height: 0;
    padding: 10px 8px 0;
  }

  .business-card h3 {
    font-size: 32px;
  }

  .business-card__visual {
    margin-top: 22px;
  }

  .support-section {
    padding: 78px 0;
  }

  .support-layout {
    gap: 42px;
  }

  .steps-grid {
    gap: 1px;
  }

  .steps-grid article {
    min-height: 210px;
  }

  .steps-grid h3 {
    margin-top: 34px;
  }

  .apply-section,
  .final-cta {
    padding: 72px 0;
  }

  .apply-layout,
  .final-cta-layout {
    gap: 42px;
  }

  .final-actions {
    grid-template-columns: 1fr;
  }

  .final-actions .coin-button {
    grid-column: 1;
  }

  .footer-main,
  .footer-note {
    flex-direction: column;
  }

  .footer-id {
    align-items: flex-start;
  }
}

@media (max-width: 380px) {
  .brand-lockup img {
    width: 94px;
  }

  .brand-copy {
    display: none;
  }

  .hero-description {
    max-width: 300px;
  }
}

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