:root {
  --ink: #fff7ff;
  --muted: rgba(255, 247, 255, 0.72);
  --night: #110028;
  --night-2: #220047;
  --panel: rgba(24, 8, 48, 0.72);
  --panel-strong: rgba(36, 10, 72, 0.88);
  --line: rgba(255, 255, 255, 0.18);
  --line-hot: rgba(255, 47, 163, 0.38);
  --line-cyan: rgba(35, 232, 255, 0.38);
  --hot: #ff2fa3;
  --cyan: #23e8ff;
  --gold: #ffbf3d;
  --ph-blue: #1f5bff;
  --ph-red: #ff315c;
  --ph-sun: #ffd447;
  --lime: #8cff6a;
  --violet: #7a3cff;
  --coral: #ff7046;
  --white: #ffffff;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
  --max-width: 1180px;
}

/* Nepal 01 local preview */
body.design-nepal {
  --np-bg: #17090a;
  --np-panel: rgba(38, 17, 14, 0.82);
  --np-panel-strong: rgba(18, 10, 13, 0.94);
  --np-red: #d91f2f;
  --np-blue: #173b7a;
  --np-gold: #f7bf4f;
  --np-cream: #fff4dd;
  --np-muted: rgba(255, 239, 216, 0.76);
  --np-line: rgba(247, 191, 79, 0.26);
  color: var(--np-cream);
  background:
    radial-gradient(circle at 14% 12%, rgba(217, 31, 47, 0.26), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(23, 59, 122, 0.24), transparent 30%),
    linear-gradient(180deg, #110709 0%, #25100d 48%, #120708 100%);
}

body.design-nepal .site-header {
  background: rgba(16, 8, 10, 0.88);
  border-bottom-color: rgba(247, 191, 79, 0.24);
}

body.design-nepal .site-header::after {
  background: linear-gradient(90deg, transparent, var(--np-red), var(--np-gold), var(--np-blue), transparent);
}

body.design-nepal .nav-shell {
  grid-template-columns: auto auto 1fr auto;
  gap: 18px;
}

body.design-nepal .brand {
  display: inline-flex;
  gap: 12px;
  padding: 8px 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.design-nepal .brand-logo {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 1px solid rgba(247, 191, 79, 0.28);
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(217, 31, 47, 0.22);
}

body.design-nepal .brand-caption {
  color: var(--np-cream);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.05;
  text-transform: none;
}

.nepal-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 5px;
  color: rgba(255, 244, 221, 0.78);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(247, 191, 79, 0.28);
  border-radius: 10px;
}

.nepal-lang-switch button {
  min-height: 28px;
  padding: 4px 9px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.nepal-lang-switch button[aria-pressed="true"] {
  color: #fff;
  background: linear-gradient(180deg, rgba(217, 31, 47, 0.85), rgba(143, 17, 28, 0.85));
}

body.design-nepal .nav-links {
  gap: 22px;
  color: rgba(255, 244, 221, 0.76);
}

body.design-nepal .btn-primary,
body.design-nepal .btn-glow,
body.design-nepal .np-agent-cta {
  color: #fff;
  background: linear-gradient(180deg, #f1454e, #c41426);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 18px 42px rgba(217, 31, 47, 0.28);
}

body.design-nepal .btn-secondary,
body.design-nepal .btn-clear,
body.design-nepal .np-host-cta {
  color: var(--np-cream);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(247, 191, 79, 0.38);
  box-shadow: none;
}

.np-shell,
.np-section {
  width: min(100% - 40px, var(--max-width));
  margin: 0 auto;
}

.np-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  padding: 72px 0 74px;
  background:
    linear-gradient(90deg, rgba(23, 59, 122, 0.18), transparent 44%),
    radial-gradient(circle at 70% 22%, rgba(247, 191, 79, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(73, 24, 14, 0.94), rgba(20, 7, 8, 0.96));
}

.np-hero-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(0deg, rgba(247, 191, 79, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 191, 79, 0.16) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(255, 244, 221, 0.36), transparent 3px),
    radial-gradient(circle at 86% 25%, rgba(255, 244, 221, 0.28), transparent 3px);
  background-size: 74px 28px, 74px 28px, 120px 80px, 150px 90px;
  pointer-events: none;
}

.np-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.64fr) minmax(300px, 0.82fr);
  gap: 28px;
  align-items: center;
}

.np-copy {
  min-width: 0;
}

.np-region-pill {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 7px 13px;
  margin: 0;
  color: var(--np-gold);
  background: rgba(14, 8, 10, 0.62);
  border: 1px solid rgba(247, 191, 79, 0.36);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
}

.np-copy h1 {
  max-width: 680px;
  margin: 22px 0 16px;
  color: #fff;
  font-size: 58px;
  line-height: 1.04;
}

.np-lede {
  max-width: 600px;
  margin: 0;
  color: var(--np-muted);
  font-size: 21px;
  line-height: 1.52;
}

.np-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.np-actions .btn {
  min-height: 58px;
}

.np-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.np-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: rgba(255, 244, 221, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(247, 191, 79, 0.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.np-portrait-card,
.np-live-room,
.np-card-grid article,
.np-party-card,
.np-host-panel,
.np-steps article {
  background: var(--np-panel);
  border: 1px solid var(--np-line);
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

.np-portrait-card {
  position: relative;
  overflow: hidden;
  padding: 13px;
}

.np-portrait-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}

.np-location-badge,
.np-agent-badge {
  position: absolute;
  right: 24px;
  left: 24px;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  background: rgba(14, 8, 10, 0.82);
  border: 1px solid rgba(247, 191, 79, 0.32);
  border-radius: 10px;
  backdrop-filter: blur(14px);
}

.np-location-badge {
  top: 24px;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: var(--np-gold);
  font-size: 13px;
}

.np-agent-badge {
  bottom: 24px;
}

.np-agent-badge span {
  color: var(--np-gold);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.np-agent-badge strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
}

.np-live-room {
  padding: 18px;
  background:
    radial-gradient(circle at 82% 0%, rgba(217, 31, 47, 0.22), transparent 28%),
    rgba(14, 8, 10, 0.78);
}

.np-live-head,
.np-room-title,
.np-room-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.np-live-head span {
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.np-live-head span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background: var(--np-red);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(217, 31, 47, 0.7);
}

.np-live-head strong,
.np-party-strip span {
  padding: 7px 10px;
  color: #fff;
  background: var(--np-red);
  border-radius: 999px;
  font-size: 12px;
}

.np-room-title {
  align-items: end;
  margin: 18px 0 16px;
}

.np-room-title strong {
  display: block;
  color: #fff;
  font-size: 23px;
}

.np-room-title p {
  max-width: 190px;
  margin: 0;
  color: var(--np-muted);
  font-size: 13px;
  text-align: right;
}

.np-avatar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.np-avatar-grid span,
.np-mini-avatars i {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: #fff;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.58), transparent 12%),
    linear-gradient(145deg, var(--np-blue), var(--np-red));
  border: 2px solid rgba(247, 191, 79, 0.72);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.np-wave {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 6px;
  height: 76px;
  margin: 18px 0;
}

.np-wave i {
  width: 5px;
  min-height: 16px;
  background: linear-gradient(180deg, var(--np-gold), var(--np-red), var(--np-blue));
  border-radius: 999px;
}

.np-wave i:nth-child(2) { height: 38px; }
.np-wave i:nth-child(3) { height: 52px; }
.np-wave i:nth-child(4) { height: 30px; }
.np-wave i:nth-child(5) { height: 64px; }
.np-wave i:nth-child(6) { height: 42px; }
.np-wave i:nth-child(7) { height: 24px; }

.np-room-tools span {
  flex: 1;
  min-height: 40px;
  display: grid;
  place-items: center;
  color: rgba(255, 244, 221, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.np-section {
  padding: 76px 0;
}

.np-section-heading {
  max-width: 760px;
}

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

.np-section-heading h2,
.np-party-card h2,
.np-host-panel h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1.14;
}

.np-section-heading p,
.np-party-card p,
.np-host-panel p {
  color: var(--np-muted);
}

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

.np-card-grid article,
.np-steps article {
  min-width: 0;
  padding: 22px;
}

.np-card-grid article span,
.np-steps article span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--np-gold);
  font-size: 13px;
  font-weight: 950;
}

.np-card-grid article strong,
.np-steps article strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 19px;
  line-height: 1.24;
}

.np-card-grid article p {
  margin: 0;
  color: var(--np-muted);
}

.np-party-card,
.np-host-panel {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 26px;
  align-items: center;
  padding: 28px;
}

.np-party-strip {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(217, 31, 47, 0.3), rgba(23, 59, 122, 0.24)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(247, 191, 79, 0.28);
  border-radius: 12px;
}

.np-party-strip div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-size: 22px;
}

.np-mini-avatars {
  display: flex;
  gap: 10px;
}

.np-mini-avatars i {
  width: 54px;
}

.np-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.np-center-action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.np-host-panel {
  grid-template-columns: 1fr auto;
}

.np-final {
  background:
    radial-gradient(circle at 84% 20%, rgba(23, 59, 122, 0.28), transparent 26%),
    linear-gradient(135deg, rgba(217, 31, 47, 0.22), rgba(247, 191, 79, 0.12)),
    #1a0909;
}

.np-final p {
  color: var(--np-muted);
}

body.design-nepal details {
  background: rgba(38, 17, 14, 0.76);
  border-color: var(--np-line);
}

body.design-nepal details::before {
  background: linear-gradient(180deg, var(--np-red), var(--np-gold));
}

body.design-nepal .mobile-action-bar .accent {
  background: linear-gradient(180deg, #f1454e, #c41426);
}

body.design-nepal .mobile-action-bar a:not(.accent) {
  color: var(--np-cream);
  background: rgba(28, 12, 13, 0.96);
  border-color: rgba(247, 191, 79, 0.36);
}

@media (max-width: 1120px) {
  body.design-nepal .nav-shell {
    grid-template-columns: auto auto auto;
  }

  body.design-nepal .nav-links,
  body.design-nepal .nav-actions {
    display: none;
  }

  body.design-nepal .menu-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    justify-self: end;
  }

  body.design-nepal .nav-links.is-open {
    position: fixed;
    top: 76px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    padding: 14px;
    background: rgba(18, 10, 13, 0.98);
    border: 1px solid var(--np-line);
    border-radius: 10px;
  }

  .np-hero-grid {
    grid-template-columns: 1fr 0.82fr;
  }

  .np-live-room {
    grid-column: 1 / 3;
  }

  .np-card-grid,
  .np-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.design-nepal {
    padding-bottom: 78px;
  }

  body.design-nepal .nav-shell {
    width: min(100% - 20px, var(--max-width));
    min-height: 92px;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 0;
  }

  body.design-nepal .brand {
    padding: 0;
  }

  body.design-nepal .brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  body.design-nepal .brand-caption {
    max-width: 170px;
    font-size: 17px;
  }

  .nepal-lang-switch {
    grid-column: 1 / 3;
    grid-row: 2;
    justify-self: start;
    min-height: 34px;
  }

  body.design-nepal .menu-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  body.design-nepal .nav-links.is-open {
    top: 94px;
  }

  .np-shell,
  .np-section {
    width: min(100% - 24px, var(--max-width));
  }

  .np-hero {
    min-height: auto;
    padding: 28px 0 50px;
  }

  .np-hero-grid,
  .np-party-card,
  .np-host-panel {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .np-copy h1 {
    margin: 14px 0 10px;
    font-size: 40px;
    line-height: 1.08;
  }

  .np-lede {
    font-size: 16px;
  }

  .np-region-pill {
    min-height: 32px;
    font-size: 12px;
  }

  .np-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .np-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .np-proof {
    gap: 8px;
  }

  .np-proof span {
    min-height: 30px;
    font-size: 11px;
  }

  .np-portrait-card {
    max-width: 360px;
    margin: 0 auto;
  }

  .np-live-room {
    grid-column: auto;
    padding: 16px;
  }

  .np-room-title {
    display: grid;
  }

  .np-room-title p {
    max-width: none;
    text-align: left;
  }

  .np-section {
    padding: 52px 0;
  }

  .np-section-heading h2,
  .np-party-card h2,
  .np-host-panel h2 {
    font-size: 28px;
  }

  .np-card-grid,
  .np-steps {
    grid-template-columns: 1fr;
  }

  .np-party-card,
  .np-host-panel {
    padding: 20px;
  }

  .np-host-panel .btn {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 49, 92, 0.1), transparent 26%),
    linear-gradient(215deg, rgba(31, 91, 255, 0.11), transparent 32%),
    linear-gradient(165deg, transparent 0 62%, rgba(255, 212, 71, 0.06) 72%, transparent 86%),
    linear-gradient(180deg, #080014 0%, #170033 38%, #090017 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.sr-only,
.skip-link {
  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:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  color: #12001f;
  background: var(--cyan);
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(90deg, rgba(31, 91, 255, 0.12), transparent 24%, rgba(255, 49, 92, 0.09)),
    rgba(8, 0, 23, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(20px);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ph-blue), var(--ph-sun), var(--ph-red), transparent);
  opacity: 0.72;
}

.nav-shell {
  width: min(100% - 32px, var(--max-width));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.brand {
  min-width: 0;
  width: fit-content;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.035);
}

.brand-logo {
  width: 164px;
  height: auto;
  flex: 0 0 auto;
  filter:
    drop-shadow(0 0 14px rgba(255, 47, 163, 0.24))
    drop-shadow(0 0 18px rgba(35, 232, 255, 0.16));
}

.brand-caption {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 850;
}

.nav-links a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
  border-color: var(--cyan);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.menu-toggle svg,
.btn svg,
.card-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 950;
  line-height: 1.2;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.btn::after,
.card-link::after,
.path-card::after,
.market-card::after,
.runway-grid article::after,
.flow-grid div::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 54%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  opacity: 0;
  pointer-events: none;
}

.btn:hover::after,
.btn:focus-visible::after,
.card-link:hover::after,
.card-link:focus-visible::after {
  animation: shineSweep 760ms ease forwards;
}

.btn:hover,
.btn:focus-visible,
.card-link:hover,
.card-link:focus-visible {
  transform: translateY(-1px);
}

.btn-primary,
.btn-glow {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(135deg, var(--ph-red), var(--violet) 48%, var(--ph-blue));
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    0 0 24px rgba(255, 49, 92, 0.46),
    0 0 38px rgba(31, 91, 255, 0.24),
    0 16px 38px rgba(0, 0, 0, 0.32);
}

.btn-secondary {
  color: #1a0920;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent 30%),
    linear-gradient(135deg, var(--ph-sun), #ff7c42);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    0 0 22px rgba(255, 191, 61, 0.42),
    0 16px 38px rgba(0, 0, 0, 0.28);
}

.btn-clear {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(35, 232, 255, 0.05)),
    rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 148px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 72px 0 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hero::before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -1px;
  left: -10%;
  z-index: 2;
  height: 28%;
  background:
    linear-gradient(180deg, transparent 0%, rgba(8, 0, 23, 0.2) 34%, rgba(8, 0, 23, 0.92) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 76px);
  transform: perspective(600px) rotateX(63deg);
  transform-origin: bottom;
  opacity: 0.64;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  top: 9%;
  right: min(6vw, 92px);
  z-index: 1;
  width: min(28vw, 360px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(255, 212, 71, 0.26) 0 13%, transparent 14%),
    repeating-conic-gradient(from 0deg, rgba(255, 212, 71, 0.2) 0 7deg, transparent 7deg 18deg);
  filter: blur(1px);
  opacity: 0.55;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-bg,
.hero-overlay,
.hero-lines,
.stage-beams {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.22) contrast(1.08);
  transform: scale(1.03);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 0, 24, 0.97) 0%, rgba(15, 0, 35, 0.88) 34%, rgba(31, 0, 60, 0.34) 68%, rgba(8, 0, 24, 0.7) 100%),
    linear-gradient(180deg, rgba(8, 0, 24, 0.08) 0%, rgba(8, 0, 24, 0.56) 100%);
}

.hero-lines {
  z-index: 1;
  opacity: 0.34;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 82px);
  mask-image: linear-gradient(90deg, #000 0%, transparent 75%);
  animation: gridShift 16s linear infinite;
}

.stage-beams {
  z-index: 1;
  opacity: 0.62;
  background:
    linear-gradient(104deg, transparent 0 18%, rgba(255, 49, 92, 0.24) 23%, transparent 31%),
    linear-gradient(72deg, transparent 0 48%, rgba(31, 91, 255, 0.22) 55%, transparent 65%),
    linear-gradient(118deg, transparent 0 66%, rgba(255, 212, 71, 0.16) 72%, transparent 82%);
  background-size: 140% 100%, 150% 100%, 160% 100%;
  animation: beamSweep 9s ease-in-out infinite alternate;
  mix-blend-mode: screen;
  pointer-events: none;
}

.ph-fiesta-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.ph-fiesta-layer span {
  position: absolute;
  display: block;
}

.club-dotfield {
  inset: 10% 2% 12% auto;
  width: min(48vw, 680px);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 212, 71, 0.34) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(31, 91, 255, 0.34) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 49, 92, 0.32) 0 1px, transparent 2px);
  background-position: 0 0, 18px 24px, 34px 8px, 54px 32px;
  background-size: 68px 68px;
  opacity: 0.22;
  mask-image: radial-gradient(ellipse at 70% 38%, #000 0 46%, transparent 72%);
  animation: dotfieldDrift 13s linear infinite;
}

.warm-night-glow {
  top: 2%;
  right: 12%;
  width: min(38vw, 520px);
  aspect-ratio: 1.3;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 212, 71, 0.22), rgba(255, 49, 92, 0.12) 38%, transparent 70%);
  filter: blur(18px);
  opacity: 0.72;
  mix-blend-mode: screen;
}

.disco-ball {
  top: 13%;
  right: 8%;
  width: 132px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.96) 0 5%, transparent 6%),
    repeating-conic-gradient(from 8deg, rgba(255, 255, 255, 0.9) 0 6deg, rgba(31, 91, 255, 0.72) 6deg 12deg, rgba(255, 49, 92, 0.72) 12deg 18deg, rgba(255, 212, 71, 0.82) 18deg 24deg),
    radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(8, 0, 24, 0.86) 68%);
  box-shadow:
    0 0 34px rgba(255, 255, 255, 0.34),
    0 0 44px rgba(255, 212, 71, 0.22),
    0 0 70px rgba(31, 91, 255, 0.24);
  opacity: 0.5;
  mix-blend-mode: screen;
  animation: discoFloat 7s ease-in-out infinite;
}

.disco-ball::before,
.disco-ball::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.disco-ball::after {
  inset: -42%;
  background:
    conic-gradient(from 20deg, transparent 0 8%, rgba(255, 255, 255, 0.18) 9% 11%, transparent 12% 24%, rgba(255, 212, 71, 0.14) 25% 27%, transparent 28% 100%);
  border: 0;
  animation: discoSweep 6s linear infinite;
}

.barong-weave {
  left: 5%;
  bottom: 8%;
  width: min(22vw, 280px);
  height: min(30vw, 360px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 42%, rgba(255, 255, 255, 0.1) 43% 45%, transparent 46%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(0deg, rgba(255, 212, 71, 0.11) 0 1px, transparent 1px 22px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(31, 91, 255, 0.06));
  opacity: 0.2;
  transform: rotate(-8deg);
  mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 78%, transparent 100%);
}

.barong-weave::before,
.barong-weave::after {
  content: "";
  position: absolute;
  inset: 24px auto 24px 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.55), transparent);
}

.barong-weave::after {
  inset: 36px 22px auto;
  width: auto;
  height: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 10px);
}

.terno-fan {
  top: 18%;
  left: 43%;
  width: min(18vw, 230px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 212, 71, 0.28) 0 8%, transparent 9%),
    repeating-conic-gradient(from -16deg, rgba(255, 212, 71, 0.22) 0 7deg, transparent 7deg 17deg),
    conic-gradient(from 220deg, transparent 0 35%, rgba(255, 255, 255, 0.16), transparent 66% 100%);
  opacity: 0.28;
  mix-blend-mode: screen;
  animation: fanPulse 5.8s ease-in-out infinite;
}

.parol-star {
  top: 31%;
  right: 28%;
  width: 118px;
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.88) 0 8%, rgba(255, 212, 71, 0.72) 9% 17%, transparent 18%),
    conic-gradient(from 18deg, rgba(255, 212, 71, 0.72), rgba(255, 49, 92, 0.3), rgba(31, 91, 255, 0.36), rgba(255, 212, 71, 0.72));
  clip-path: polygon(50% 0%, 60% 35%, 96% 18%, 72% 50%, 100% 82%, 60% 65%, 50% 100%, 40% 65%, 0% 82%, 28% 50%, 4% 18%, 40% 35%);
  opacity: 0.24;
  filter: drop-shadow(0 0 18px rgba(255, 212, 71, 0.46));
  mix-blend-mode: screen;
  animation: parolGlow 4.8s ease-in-out infinite;
}

.jeepney-chrome {
  right: 4%;
  bottom: 16%;
  width: min(32vw, 430px);
  height: 88px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.32) 8% 9%, transparent 9% 16%, rgba(255, 212, 71, 0.36) 16% 26%, transparent 26% 32%, rgba(31, 91, 255, 0.36) 32% 50%, rgba(255, 49, 92, 0.34) 50% 68%, transparent 68% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 3px, transparent 3px 16px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.18;
  transform: skewX(-14deg);
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 82%, transparent);
}

.festival-ribbon {
  width: min(44vw, 620px);
  height: 8px;
  border-radius: 999px;
  filter: blur(0.3px);
  opacity: 0.34;
  mix-blend-mode: screen;
}

.ribbon-blue {
  top: 19%;
  left: -12%;
  background: linear-gradient(90deg, transparent, var(--ph-blue), transparent);
  transform: rotate(-14deg);
}

.ribbon-red {
  right: -14%;
  bottom: 29%;
  background: linear-gradient(90deg, transparent, var(--ph-red), transparent);
  transform: rotate(16deg);
}

.ribbon-gold {
  top: 52%;
  left: 16%;
  background: linear-gradient(90deg, transparent, var(--ph-sun), transparent);
  transform: rotate(9deg);
}

.island-glow {
  right: 12%;
  bottom: 5%;
  width: min(28vw, 380px);
  height: 74px;
  background:
    radial-gradient(ellipse at 18% 100%, rgba(255, 212, 71, 0.26) 0 20%, transparent 21%),
    radial-gradient(ellipse at 42% 100%, rgba(31, 91, 255, 0.24) 0 28%, transparent 29%),
    radial-gradient(ellipse at 72% 100%, rgba(255, 49, 92, 0.22) 0 22%, transparent 23%);
  opacity: 0.34;
  filter: blur(6px);
}

.reaction-stream {
  position: absolute;
  inset: 110px 24px 70px auto;
  z-index: 2;
  width: min(34vw, 420px);
  pointer-events: none;
}

.reaction-stream span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow:
    0 0 18px rgba(255, 47, 163, 0.26),
    0 14px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  animation: reactionFloat 7s ease-in-out infinite;
}

.reaction-stream span:nth-child(1) {
  top: 8%;
  right: 22%;
  color: #15011f;
  background: var(--gold);
}

.reaction-stream span:nth-child(2) {
  top: 29%;
  right: 4%;
  animation-delay: 900ms;
}

.reaction-stream span:nth-child(3) {
  top: 49%;
  right: 30%;
  background: rgba(35, 232, 255, 0.22);
  animation-delay: 1.8s;
}

.reaction-stream span:nth-child(4) {
  top: 66%;
  right: 8%;
  background: rgba(255, 47, 163, 0.2);
  animation-delay: 2.7s;
}

.reaction-stream span:nth-child(5) {
  top: 82%;
  right: 34%;
  background: rgba(140, 255, 106, 0.16);
  animation-delay: 3.6s;
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: 46px;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.live-kicker,
.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 7px 12px;
  color: var(--white);
  background: rgba(255, 47, 163, 0.22);
  border: 1px solid rgba(255, 47, 163, 0.48);
  border-radius: 8px;
  box-shadow: 0 0 22px rgba(255, 47, 163, 0.25);
}

.live-dot {
  width: 9px;
  height: 9px;
  background: #ff1b68;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 27, 104, 0.18);
  animation: livePulse 1.35s ease-in-out infinite;
}

.hero-signal {
  display: inline-flex;
  align-items: end;
  gap: 5px;
  height: 30px;
  margin: 4px 0 14px;
}

.hero-signal i {
  width: 6px;
  height: 11px;
  display: block;
  background: var(--cyan);
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(35, 232, 255, 0.8);
  animation: signalBounce 1.1s ease-in-out infinite;
}

.hero-signal i:nth-child(2) {
  animation-delay: 120ms;
}

.hero-signal i:nth-child(3) {
  animation-delay: 240ms;
}

.hero-signal i:nth-child(4) {
  animation-delay: 360ms;
}

.hero-signal i:nth-child(5) {
  animation-delay: 480ms;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--white);
  font-size: 78px;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow:
    0 0 26px rgba(255, 47, 163, 0.34),
    0 12px 34px rgba(0, 0, 0, 0.45);
}

h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 23px;
  line-height: 1.22;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 690px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions .btn,
.final-actions .btn {
  min-width: 188px;
}

.hero-pulse {
  max-width: 720px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.hero-pulse span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.broadcast-deck {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  min-height: 472px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    linear-gradient(145deg, rgba(31, 91, 255, 0.2), rgba(255, 49, 92, 0.16), rgba(255, 212, 71, 0.08)),
    rgba(16, 0, 37, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 50px rgba(31, 91, 255, 0.2),
    0 30px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.broadcast-deck::before,
.broadcast-deck::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.broadcast-deck::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent 82%);
  opacity: 0.34;
}

.broadcast-deck::after {
  inset: auto 24px 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ph-blue), var(--ph-sun), var(--ph-red), transparent);
  opacity: 0.9;
}

.deck-header,
.deck-metrics,
.deck-wave {
  position: relative;
  z-index: 1;
}

.deck-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.deck-header span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  color: #15011f;
  background: var(--ph-sun);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 191, 61, 0.42);
}

.deck-header strong {
  max-width: 190px;
  color: var(--white);
  font-size: 28px;
  line-height: 1.04;
  text-align: right;
}

.deck-orbit {
  position: relative;
  z-index: 1;
  width: min(72%, 260px);
  aspect-ratio: 1;
  margin: 28px auto 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    conic-gradient(from 90deg, var(--ph-blue), var(--ph-sun), var(--ph-red), var(--ph-blue));
  box-shadow:
    0 0 34px rgba(255, 49, 92, 0.24),
    0 0 42px rgba(31, 91, 255, 0.24);
  animation: orbitSpin 14s linear infinite;
}

.deck-orbit::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background:
    linear-gradient(145deg, rgba(16, 0, 37, 0.92), rgba(40, 4, 76, 0.92));
}

.deck-orbit span {
  position: relative;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--ph-sun) 0 22%, transparent 24%),
    repeating-conic-gradient(from 0deg, var(--ph-sun) 0 8deg, var(--ph-blue) 8deg 20deg, var(--ph-red) 20deg 32deg);
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.06),
    0 0 32px rgba(255, 212, 71, 0.58);
}

.deck-metrics {
  display: grid;
  gap: 10px;
}

.deck-metrics div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 56px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.deck-metrics span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.deck-metrics strong {
  color: var(--white);
  font-size: 15px;
  text-align: right;
}

.deck-wave {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 6px;
  height: 52px;
  margin-top: 18px;
}

.deck-wave i {
  width: 100%;
  min-width: 8px;
  height: 18px;
  display: block;
  background: linear-gradient(180deg, var(--ph-sun), var(--ph-blue) 48%, var(--ph-red));
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(31, 91, 255, 0.42);
  animation: deckWave 1.55s ease-in-out infinite;
}

.deck-wave i:nth-child(2) {
  animation-delay: 120ms;
}

.deck-wave i:nth-child(3) {
  animation-delay: 240ms;
}

.deck-wave i:nth-child(4) {
  animation-delay: 360ms;
}

.deck-wave i:nth-child(5) {
  animation-delay: 480ms;
}

.deck-wave i:nth-child(6) {
  animation-delay: 600ms;
}

.deck-wave i:nth-child(7) {
  animation-delay: 720ms;
}

.deck-wave i:nth-child(8) {
  animation-delay: 840ms;
}

.live-console {
  position: relative;
  z-index: 4;
  width: min(100% - 32px, var(--max-width));
  margin: -28px auto 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.live-console div {
  position: relative;
  overflow: hidden;
  min-height: 84px;
  padding: 16px 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(14, 0, 31, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.live-console div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ph-blue), var(--ph-sun), var(--ph-red));
}

.live-console div:nth-child(2)::before {
  background: linear-gradient(90deg, var(--ph-red), var(--ph-sun));
}

.live-console div:nth-child(3)::before {
  background: linear-gradient(90deg, var(--ph-blue), var(--lime));
}

.live-console strong,
.live-console span {
  display: block;
}

.live-console strong {
  color: var(--gold);
  font-size: 15px;
  text-transform: uppercase;
}

.live-console span {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 750;
}

.ticker-band {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(31, 91, 255, 0.2), rgba(255, 212, 71, 0.15), rgba(255, 49, 92, 0.16)),
    rgba(9, 0, 23, 0.88);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.ticker-track {
  width: max-content;
  min-width: 100%;
  display: flex;
  gap: 32px;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  animation: tickerMove 24s linear infinite;
}

.ticker-track span {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(35, 232, 255, 0.42);
}

.section {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
  padding: 92px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

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

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

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

.path-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(255, 47, 163, 0.28), rgba(122, 60, 255, 0.2)),
    var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform:
    perspective(900px)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg))
    translateY(0);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.path-card:hover,
.path-card:focus-within {
  border-color: rgba(35, 232, 255, 0.44);
  box-shadow:
    0 0 30px rgba(255, 47, 163, 0.2),
    0 28px 80px rgba(0, 0, 0, 0.4);
}

.path-card:hover::after,
.market-card:hover::after,
.runway-grid article:hover::after,
.flow-grid div:hover::after {
  animation: shineSweep 900ms ease forwards;
}

.path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background:
    linear-gradient(90deg, var(--line-hot), transparent 30%, var(--line-cyan) 70%, transparent),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 28px);
  background-size: 100% 3px, auto;
  background-repeat: no-repeat, repeat;
  pointer-events: none;
}

.host-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(255, 191, 61, 0.28), rgba(35, 232, 255, 0.14)),
    var(--panel);
}

.card-top,
.card-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tag,
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.equalizer {
  display: inline-flex;
  align-items: end;
  gap: 4px;
  height: 32px;
}

.equalizer i {
  width: 5px;
  height: 12px;
  display: block;
  background: var(--cyan);
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(35, 232, 255, 0.8);
  animation: barBounce 1.2s ease-in-out infinite;
}

.equalizer i:nth-child(2) {
  animation-delay: 140ms;
}

.equalizer i:nth-child(3) {
  animation-delay: 280ms;
}

.equalizer i:nth-child(4) {
  animation-delay: 420ms;
}

.equalizer.warm i {
  background: var(--gold);
  box-shadow: 0 0 14px rgba(255, 191, 61, 0.8);
}

.path-card h3,
.path-card p {
  position: relative;
  z-index: 1;
}

.path-card h3 {
  max-width: 520px;
  margin-top: auto;
  font-size: 38px;
}

.path-card p {
  max-width: 560px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
}

.card-link {
  overflow: hidden;
  width: fit-content;
  min-height: 48px;
  padding: 12px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  font-weight: 950;
}

.stage-markets {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max-width)) / 2));
  background:
    linear-gradient(135deg, rgba(31, 91, 255, 0.11), transparent 38%),
    linear-gradient(225deg, rgba(255, 49, 92, 0.1), transparent 34%),
    linear-gradient(165deg, transparent 0 58%, rgba(255, 212, 71, 0.07) 72%, transparent 88%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.market-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 24px;
  color: var(--white);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  transform:
    perspective(900px)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.market-card::before,
.runway-grid article::before,
.flow-grid div::before,
details::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--hot), var(--cyan));
  opacity: 0.86;
}

.market-card:hover,
.market-card:focus-within {
  border-color: rgba(255, 191, 61, 0.42);
  box-shadow:
    0 0 28px rgba(255, 191, 61, 0.12),
    0 22px 58px rgba(0, 0, 0, 0.3);
}

.market-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  margin-bottom: 68px;
  color: #15011f;
  background: var(--gold);
  border-radius: 8px;
  font-weight: 950;
}

.market-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.middle-east {
  background: linear-gradient(160deg, rgba(31, 91, 255, 0.3), rgba(24, 8, 48, 0.76));
}

.latin {
  background: linear-gradient(160deg, rgba(255, 212, 71, 0.27), rgba(24, 8, 48, 0.76));
}

.south-asia {
  background: linear-gradient(160deg, rgba(255, 49, 92, 0.27), rgba(24, 8, 48, 0.76));
}

.southeast-asia {
  background: linear-gradient(160deg, rgba(35, 232, 255, 0.2), rgba(31, 91, 255, 0.12), rgba(24, 8, 48, 0.76));
}

.agent-show {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: center;
}

.show-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.show-copy .btn {
  margin-top: 8px;
}

.show-steps {
  display: grid;
  gap: 12px;
}

.show-steps div {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.show-steps div::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 36px);
  opacity: 0.12;
  pointer-events: none;
}

.show-steps span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: #13001f;
  background: var(--cyan);
  border-radius: 8px;
  font-weight: 950;
  text-transform: uppercase;
}

.show-steps div:nth-child(2) span {
  background: var(--hot);
  color: var(--white);
}

.show-steps div:nth-child(3) span {
  background: var(--gold);
}

.show-steps div:nth-child(4) span {
  background: var(--lime);
}

.show-steps strong {
  position: relative;
  z-index: 1;
  color: var(--white);
  font-size: 21px;
}

.host-runway {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max-width)) / 2));
  background:
    linear-gradient(115deg, rgba(255, 47, 163, 0.13), rgba(35, 232, 255, 0.08) 54%, rgba(255, 191, 61, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.runway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.runway-grid article,
.flow-grid div,
details {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.runway-grid article,
.flow-grid div {
  transform:
    perspective(900px)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.runway-grid article:hover,
.flow-grid div:hover {
  border-color: rgba(35, 232, 255, 0.34);
  box-shadow:
    0 0 28px rgba(35, 232, 255, 0.12),
    0 22px 58px rgba(0, 0, 0, 0.28);
}

.runway-grid article {
  min-height: 260px;
  padding: 26px;
}

.runway-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.badge {
  margin-bottom: 54px;
  color: #15011f;
  background: var(--gold);
}

.runway-grid article:nth-child(2) .badge {
  color: var(--white);
  background: var(--hot);
}

.runway-grid article:nth-child(3) .badge {
  background: var(--cyan);
}

.official-flow {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
}

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

.flow-grid div {
  min-height: 170px;
  padding: 22px;
}

.flow-grid strong {
  display: block;
  margin-bottom: 38px;
  color: var(--cyan);
  font-size: 34px;
  line-height: 1;
}

.flow-grid span {
  color: var(--white);
  font-size: 19px;
  font-weight: 900;
}

.faq-list {
  display: grid;
  max-width: 860px;
  margin: 0 auto;
  gap: 12px;
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--white);
  font-weight: 950;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: rgba(255, 255, 255, 0.72);
}

.final-cta {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto 74px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 38%, rgba(35, 232, 255, 0.12)),
    linear-gradient(135deg, rgba(255, 47, 163, 0.44), rgba(122, 60, 255, 0.32), rgba(35, 232, 255, 0.3)),
    var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 54px);
  opacity: 0.12;
  pointer-events: none;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 700px;
  margin-bottom: 0;
}

.site-footer {
  padding: 28px 16px 98px;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer p {
  margin: 0;
}

.site-footer p + p {
  margin-top: 6px;
}

.mobile-action-bar {
  display: none;
}

.reveal-target {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes livePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.72;
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.2%, 1%, 0);
  }
}

@keyframes gridShift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 184px 0, 0 164px;
  }
}

@keyframes beamSweep {
  from {
    background-position: -18% 0, 118% 0, 72% 0;
  }

  to {
    background-position: 42% 0, 34% 0, 110% 0;
  }
}

@keyframes reactionFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  40% {
    transform: translate3d(-10px, -22px, 0) scale(1.04);
  }

  72% {
    transform: translate3d(8px, -8px, 0) scale(0.98);
  }
}

@keyframes discoFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  45% {
    transform: translate3d(-8px, 12px, 0) rotate(18deg);
  }

  72% {
    transform: translate3d(10px, -6px, 0) rotate(34deg);
  }
}

@keyframes dotfieldDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-34px, 28px, 0);
  }
}

@keyframes discoSweep {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fanPulse {
  0%,
  100% {
    transform: scale(1) rotate(-8deg);
    opacity: 0.24;
  }

  50% {
    transform: scale(1.08) rotate(4deg);
    opacity: 0.38;
  }
}

@keyframes parolGlow {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.2;
  }

  50% {
    transform: scale(1.08) rotate(9deg);
    opacity: 0.34;
  }
}

@keyframes signalBounce {
  0%,
  100% {
    height: 9px;
    background: var(--cyan);
  }

  50% {
    height: 30px;
    background: var(--hot);
  }
}

@keyframes shineSweep {
  from {
    left: -70%;
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  to {
    left: 125%;
    opacity: 0;
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes barBounce {
  0%,
  100% {
    height: 10px;
  }

  50% {
    height: 30px;
  }
}

@keyframes orbitSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes deckWave {
  0%,
  100% {
    height: 14px;
  }

  42% {
    height: 48px;
  }

  72% {
    height: 28px;
  }
}

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

  .reveal-target {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .nav-shell {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    justify-self: end;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .nav-links.is-open {
    position: fixed;
    inset: 76px 16px auto;
    display: grid;
    gap: 8px;
    padding: 16px;
    background: rgba(15, 0, 34, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open a {
    padding: 13px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 40px;
  }

  .hero {
    min-height: calc(100svh - 130px);
    padding-top: 54px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 0, 24, 0.96) 0%, rgba(14, 0, 31, 0.82) 48%, rgba(8, 0, 24, 0.56) 100%),
      linear-gradient(180deg, rgba(8, 0, 24, 0.2), rgba(8, 0, 24, 0.5));
  }

  .reaction-stream {
    display: none;
  }

  .barong-weave,
  .terno-fan,
  .parol-star,
  .jeepney-chrome,
  .island-glow {
    display: none;
  }

  .disco-ball {
    top: 12%;
    right: 8%;
    width: 108px;
    opacity: 0.34;
  }

  .festival-ribbon {
    opacity: 0.22;
  }

  .club-dotfield {
    right: -18%;
    width: 76vw;
    opacity: 0.16;
  }

  .warm-night-glow {
    top: 2%;
    right: -16%;
    width: 62vw;
    opacity: 0.46;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .broadcast-deck {
    display: none;
  }

  .live-console,
  .path-grid,
  .agent-show,
  .official-flow {
    grid-template-columns: 1fr;
  }

  .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .runway-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .final-actions {
    width: 100%;
  }

  .final-actions .btn {
    flex: 1 1 220px;
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .nav-shell,
  .hero-inner,
  .live-console,
  .section,
  .final-cta {
    width: min(100% - 24px, var(--max-width));
  }

  .nav-shell {
    min-height: 66px;
  }

  .brand {
    gap: 10px;
    padding: 7px 9px;
  }

  .brand-logo {
    width: 138px;
  }

  .brand-caption {
    display: none;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .nav-links.is-open {
    inset: 66px 12px auto;
    gap: 10px;
    padding: 12px;
    justify-items: stretch;
  }

  .nav-links.is-open a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero {
    min-height: calc(100svh - 122px);
    padding: 34px 0 22px;
  }

  .hero-bg {
    object-position: 66% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 0, 22, 0.82) 0%, rgba(12, 0, 28, 0.9) 48%, rgba(7, 0, 20, 0.96) 100%);
  }

  .hero::after {
    top: 9%;
    right: -12%;
    width: 220px;
    opacity: 0.38;
  }

  .disco-ball {
    top: 15%;
    right: 5%;
    width: 82px;
    opacity: 0.28;
  }

  .ribbon-blue,
  .ribbon-red,
  .ribbon-gold {
    width: 86vw;
  }

  .club-dotfield {
    right: -28%;
    width: 92vw;
    opacity: 0.14;
  }

  .warm-night-glow {
    right: -20%;
    width: 78vw;
    opacity: 0.38;
  }

  .live-kicker,
  .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.06em;
  }

  h1 {
    margin-bottom: 14px;
    font-size: 39px;
    line-height: 1.06;
  }

  h2 {
    font-size: 31px;
    line-height: 1.14;
  }

  h3 {
    font-size: 20px;
  }

  .hero-lede,
  .section-heading p:not(.eyebrow),
  .show-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.72;
  }

  .hero-lede {
    margin-bottom: 20px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn,
  .final-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }

  .hero-pulse {
    gap: 7px;
    margin-top: 18px;
  }

  .hero-pulse span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 12px;
  }

  .live-console {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: -28px;
    margin-bottom: 18px;
  }

  .live-console div {
    min-height: 0;
    padding: 10px;
  }

  .live-console strong {
    font-size: 11px;
  }

  .live-console span {
    font-size: 11px;
    line-height: 1.32;
  }

  .ticker-track {
    min-height: 48px;
    gap: 24px;
  }

  .ticker-track span {
    font-size: 13px;
  }

  .section,
  .stage-markets,
  .host-runway {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .path-grid,
  .market-grid,
  .show-steps,
  .flow-grid,
  .faq-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .path-card,
  .market-card,
  .runway-grid article,
  .flow-grid div,
  .final-cta {
    min-height: 0;
    padding: 20px;
  }

  .path-card h3 {
    margin-top: 80px;
    font-size: 28px;
  }

  .path-card p {
    font-size: 16px;
  }

  .market-card span,
  .badge,
  .flow-grid strong {
    margin-bottom: 26px;
  }

  .show-steps div {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 10px;
    padding: 16px;
  }

  .show-steps span {
    justify-content: flex-start;
    width: fit-content;
    padding: 8px 12px;
  }

  .show-steps strong,
  .flow-grid span {
    font-size: 18px;
  }

  summary {
    padding: 18px;
  }

  details p {
    padding: 0 18px 18px;
  }

  .final-cta {
    margin-bottom: 48px;
  }

  .site-footer {
    padding-bottom: 104px;
    font-size: 14px;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 60;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    background: rgba(11, 0, 27, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
    backdrop-filter: blur(18px);
  }

  .mobile-action-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-action-bar a {
    display: grid;
    place-items: center;
    min-height: 46px;
    padding: 10px 8px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 950;
    text-align: center;
  }

  .mobile-action-bar a.accent {
    background: linear-gradient(135deg, var(--hot), var(--violet));
  }
}

@media (max-width: 700px) {
  .barong-weave,
  .terno-fan,
  .parol-star,
  .jeepney-chrome,
  .island-glow {
    display: none !important;
  }
}

body.design-benin,
body.design-india,
body.design-brazil {
  --country-shell: min(100% - 32px, var(--max-width));
}

body.design-benin .country-hero,
body.design-india .country-hero,
body.design-pakistan .country-hero,
body.design-brazil .country-hero {
  min-height: auto;
  padding: 74px 0 56px;
  overflow: hidden;
  border-bottom: 0;
}

body.design-benin .country-hero::before,
body.design-benin .country-hero::after,
body.design-india .country-hero::before,
body.design-india .country-hero::after,
body.design-pakistan .country-hero::before,
body.design-pakistan .country-hero::after,
body.design-brazil .country-hero::before,
body.design-brazil .country-hero::after {
  content: none;
}

.country-shell {
  width: var(--country-shell);
  margin: 0 auto;
}

.country-copy,
.dash-copy,
.clean-copy,
.brazil-copy {
  position: relative;
  z-index: 2;
}

.country-kicker,
.brazil-pill {
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.country-copy h1,
.dash-copy h1,
.clean-copy h1,
.brazil-copy h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

.country-copy p:not(.country-kicker),
.dash-copy p:not(.country-kicker),
.clean-copy p:not(.country-kicker),
.brazil-copy p:not(.brazil-pill),
.country-final p:not(.eyebrow) {
  max-width: 690px;
  color: currentColor;
  opacity: 0.78;
  font-size: 18px;
}

.country-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.country-actions .btn {
  min-width: 198px;
}

.choice-strip {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
}

.choice-strip a {
  color: inherit;
}

.country-flow,
.country-faq,
.country-final {
  position: relative;
}

.country-final p:not(.eyebrow) {
  margin: 10px 0 0;
}

body.design-benin {
  --benin-green: #024a34;
  --benin-gold: #f0b236;
  --benin-red: #dc3d2e;
  --benin-ink: #fff9ec;
  --benin-deep: #07180f;
  color: var(--benin-ink);
  background:
    linear-gradient(135deg, rgba(220, 61, 46, 0.16), transparent 30%),
    linear-gradient(210deg, rgba(240, 178, 54, 0.12), transparent 38%),
    linear-gradient(180deg, #06120d 0%, #082617 42%, #06110c 100%);
}

body.design-benin .site-header {
  background: rgba(5, 25, 15, 0.9);
}

body.design-benin .site-header::after {
  background: linear-gradient(90deg, transparent, var(--benin-green), var(--benin-gold), var(--benin-red), transparent);
}

body.design-benin .btn-primary {
  color: #05140c;
  background: linear-gradient(135deg, #ffe69a, var(--benin-gold));
  box-shadow: 0 18px 42px rgba(240, 178, 54, 0.28);
}

body.design-benin .btn-glow,
body.design-benin .mobile-action-bar a.accent {
  color: #05140c;
  background: linear-gradient(135deg, #ffe69a, var(--benin-gold));
  box-shadow: 0 18px 42px rgba(240, 178, 54, 0.24);
}

body.design-benin .btn-secondary {
  color: #fffaf0;
  background: linear-gradient(135deg, var(--benin-green), #0a7552);
  box-shadow: 0 18px 42px rgba(2, 74, 52, 0.35);
}

body.design-benin .btn-clear,
body.design-benin .mobile-action-bar a:not(.accent) {
  color: #fffaf0;
  background: rgba(255, 248, 232, 0.1);
  border-color: rgba(255, 248, 232, 0.2);
}

.benin-hero {
  background:
    radial-gradient(ellipse at 18% 20%, rgba(240, 178, 54, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(220, 61, 46, 0.16), transparent 34%),
    linear-gradient(180deg, #06130d, #08341f);
}

.benin-hero::selection {
  background: var(--benin-gold);
  color: #07140d;
}

.benin-hero-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1fr) minmax(230px, 0.58fr);
  gap: 26px;
  align-items: center;
}

.feed-stage {
  position: relative;
  min-height: 610px;
}

.feed-phone {
  position: sticky;
  top: 112px;
  overflow: hidden;
  min-height: 560px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 26%),
    #0d1e14;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.48);
}

.feed-phone::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px),
    linear-gradient(160deg, rgba(240, 178, 54, 0.16), rgba(220, 61, 46, 0.1), transparent 58%);
  opacity: 0.55;
}

.feed-topline,
.feed-video,
.feed-chat {
  position: relative;
  z-index: 1;
}

.feed-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: #fffaf0;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.feed-topline span {
  padding: 6px 10px;
  color: #1b0f04;
  background: var(--benin-gold);
  border-radius: 8px;
}

.feed-video {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: end;
  min-height: 184px;
  margin-bottom: 12px;
  padding: 16px;
  background:
    linear-gradient(160deg, rgba(240, 178, 54, 0.24), rgba(2, 74, 52, 0.36)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.feed-video.active {
  min-height: 238px;
  background:
    linear-gradient(160deg, rgba(220, 61, 46, 0.24), rgba(240, 178, 54, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
}

.feed-avatar,
.clean-avatar,
.orbit-avatar {
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.18)),
    linear-gradient(135deg, var(--benin-gold), var(--benin-red));
}

.feed-avatar {
  width: 54px;
  height: 54px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.09);
}

.feed-avatar.two {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.16)),
    linear-gradient(135deg, var(--benin-green), #24a675);
}

.feed-video strong,
.feed-video span {
  display: block;
}

.feed-video strong {
  color: #fffdf6;
  font-size: 18px;
}

.feed-video span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.feed-chat {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.feed-chat span {
  height: 11px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.feed-chat span:nth-child(2) {
  width: 72%;
}

.feed-chat span:nth-child(3) {
  width: 48%;
}

.feed-mini-card {
  position: absolute;
  right: -18px;
  bottom: 36px;
  z-index: 2;
  width: 220px;
  padding: 16px;
  color: #fff8e8;
  background: rgba(3, 43, 29, 0.88);
  border: 1px solid rgba(240, 178, 54, 0.36);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.feed-mini-card strong,
.feed-mini-card span {
  display: block;
}

.feed-mini-card span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.benin-hero .country-kicker {
  color: #fff8e8;
  background: rgba(220, 61, 46, 0.24);
  border: 1px solid rgba(240, 178, 54, 0.28);
}

.benin-proof-stack {
  display: grid;
  gap: 14px;
}

.benin-proof-stack article,
.quick-fit-list article,
.lane-steps article,
.language-wall,
.benin-strip a {
  background: rgba(255, 248, 232, 0.08);
  border: 1px solid rgba(255, 248, 232, 0.16);
  border-radius: 8px;
}

.benin-proof-stack article {
  min-height: 210px;
  padding: 20px;
}

.benin-proof-stack span,
.lane-steps span {
  color: var(--benin-gold);
  font-weight: 950;
}

.benin-proof-stack strong {
  display: block;
  margin: 38px 0 8px;
  font-size: 22px;
  line-height: 1.15;
}

.benin-proof-stack p,
.quick-fit-list p,
.lane-steps p {
  margin: 0;
  color: rgba(255, 249, 236, 0.72);
}

.benin-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
  margin-top: -26px;
}

.benin-strip a {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 18px;
  backdrop-filter: blur(14px);
}

.benin-strip span {
  color: var(--benin-gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.benin-strip strong {
  font-size: 19px;
}

.quick-fit-list {
  display: grid;
  gap: 12px;
}

.quick-fit-list article {
  min-height: 116px;
  padding: 22px 24px;
  border-left: 6px solid var(--benin-gold);
}

.quick-fit-list strong {
  display: block;
  color: #fffdf7;
  font-size: 23px;
}

.benin-agent-lane {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max-width)) / 2));
  background:
    linear-gradient(90deg, rgba(240, 178, 54, 0.12), rgba(220, 61, 46, 0.1), rgba(2, 74, 52, 0.12));
}

.lane-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lane-steps article {
  min-height: 190px;
  padding: 20px;
}

.lane-steps span {
  display: inline-flex;
  margin-bottom: 58px;
  padding: 8px 10px;
  color: #06140c;
  background: var(--benin-gold);
  border-radius: 8px;
}

.benin-community {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
}

.language-wall {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px;
}

.language-wall span {
  padding: 10px 12px;
  color: #06140c;
  background: #fff3cf;
  border-radius: 8px;
  font-weight: 950;
}

body.design-india {
  --india-ink: #fffaf4;
  --india-orange: #f28a28;
  --india-green: #0a6a4d;
  --india-magenta: #d63685;
  --india-blue: #132640;
  color: var(--india-ink);
  background:
    linear-gradient(135deg, rgba(242, 138, 40, 0.13), transparent 32%),
    linear-gradient(225deg, rgba(214, 54, 133, 0.12), transparent 36%),
    linear-gradient(180deg, #07111d 0%, #10233a 44%, #07101c 100%);
}

body.design-india .site-header {
  background: rgba(6, 16, 28, 0.9);
}

body.design-india .site-header::after {
  background: linear-gradient(90deg, transparent, var(--india-orange), #ffffff, var(--india-green), transparent);
}

body.design-india .btn-primary {
  color: #07111d;
  background: linear-gradient(135deg, #ffcf7a, var(--india-orange));
  box-shadow: 0 18px 44px rgba(242, 138, 40, 0.32);
}

body.design-india .btn-glow,
body.design-india .mobile-action-bar a.accent {
  color: #07111d;
  background: linear-gradient(135deg, #ffcf7a, var(--india-orange));
  box-shadow: 0 18px 44px rgba(242, 138, 40, 0.26);
}

body.design-india .btn-secondary {
  color: #fffaf4;
  background: linear-gradient(135deg, var(--india-green), #119d75);
  box-shadow: 0 18px 44px rgba(10, 106, 77, 0.36);
}

body.design-india .btn-clear,
body.design-india .mobile-action-bar a:not(.accent) {
  color: #fffaf4;
  background: rgba(255, 250, 244, 0.1);
  border-color: rgba(255, 250, 244, 0.2);
}

.india-hero {
  background:
    linear-gradient(90deg, rgba(242, 138, 40, 0.15), transparent 28%, rgba(10, 106, 77, 0.16)),
    linear-gradient(180deg, #07111d, #132640);
}

.india-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 28px;
  align-items: stretch;
}

.india-hero .country-kicker {
  color: #fff9ee;
  background: rgba(242, 138, 40, 0.18);
  border: 1px solid rgba(242, 138, 40, 0.32);
}

.agent-console {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    #081a2b;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
}

.agent-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.32;
}

.console-header,
.lead-board,
.dash-bars,
.task-list {
  position: relative;
  z-index: 1;
}

.console-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.console-header span {
  padding: 8px 12px;
  color: #07111d;
  background: #fff5df;
  border-radius: 8px;
  font-weight: 950;
}

.console-header strong {
  color: var(--india-orange);
  font-size: 32px;
}

.lead-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.lead-board article,
.task-list div,
.operator-cards article,
.language-dashboard article,
.host-checklist div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.lead-board article {
  min-height: 136px;
  padding: 16px;
}

.lead-board span,
.task-list span {
  color: rgba(255, 250, 244, 0.66);
  font-size: 13px;
  font-weight: 850;
}

.lead-board strong {
  display: block;
  margin-top: 52px;
  font-size: 22px;
}

.dash-bars {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 0.62fr;
  gap: 10px;
  align-items: end;
  height: 150px;
  margin-bottom: 22px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.dash-bars span {
  display: block;
  min-height: 40px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--india-orange), var(--india-magenta));
}

.dash-bars span:nth-child(2) {
  height: 92px;
  background: linear-gradient(180deg, #ffffff, var(--india-green));
}

.dash-bars span:nth-child(3) {
  height: 126px;
}

.dash-bars span:nth-child(4) {
  height: 72px;
  background: linear-gradient(180deg, var(--india-green), #30d3a4);
}

.task-list {
  display: grid;
  gap: 10px;
}

.task-list div {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 12px;
}

.task-list i {
  width: 16px;
  height: 16px;
  display: block;
  background: var(--india-orange);
  border-radius: 50%;
}

.india-role-switch {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 12px;
  margin-top: -28px;
}

.india-role-switch a {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 20px;
  background: rgba(8, 26, 43, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.india-role-switch span {
  color: var(--india-orange);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.india-role-switch strong {
  font-size: 22px;
}

.operator-cards,
.language-dashboard,
.agency-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.operator-cards article,
.language-dashboard article {
  min-height: 220px;
  padding: 22px;
  transform:
    perspective(900px)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
}

.operator-cards strong,
.language-dashboard strong {
  display: block;
  margin-bottom: 72px;
  color: #fffaf4;
  font-size: 24px;
}

.operator-cards p,
.language-dashboard p {
  margin: 0;
  color: rgba(255, 250, 244, 0.72);
}

.india-host-path {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max-width)) / 2));
  background: linear-gradient(90deg, rgba(242, 138, 40, 0.12), rgba(10, 106, 77, 0.1));
}

.host-checklist {
  display: grid;
  gap: 12px;
}

.host-checklist div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 16px;
}

.host-checklist span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #07111d;
  background: #fff0c8;
  border-radius: 50%;
  font-weight: 950;
}

.host-checklist strong {
  color: #fffaf4;
  font-size: 22px;
}

.language-dashboard article span {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 8px 10px;
  color: #07111d;
  background: var(--india-orange);
  border-radius: 8px;
  font-weight: 950;
}

body.design-pakistan {
  --pk-green: #0b5b43;
  --pk-gold: #c99a3b;
  --pk-cyan: #2bbec0;
  --pk-ink: #17231f;
  color: var(--pk-ink);
  background: #f7faf7;
}

body.design-pakistan .site-header {
  color: var(--pk-ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(11, 91, 67, 0.16);
}

body.design-pakistan .site-header::after {
  background: linear-gradient(90deg, transparent, var(--pk-green), var(--pk-gold), var(--pk-cyan), transparent);
}

body.design-pakistan .brand {
  background: rgba(11, 91, 67, 0.05);
  border-color: rgba(11, 91, 67, 0.14);
}

body.design-pakistan .brand-caption,
body.design-pakistan .nav-links {
  color: rgba(23, 35, 31, 0.72);
}

body.design-pakistan .nav-links a:hover,
body.design-pakistan .nav-links a:focus-visible {
  color: var(--pk-green);
}

body.design-pakistan .menu-toggle {
  color: var(--pk-green);
  background: rgba(11, 91, 67, 0.06);
  border-color: rgba(11, 91, 67, 0.18);
}

body.design-pakistan .btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--pk-green), #128461);
  box-shadow: 0 16px 36px rgba(11, 91, 67, 0.24);
}

body.design-pakistan .btn-glow,
body.design-pakistan .mobile-action-bar a.accent {
  color: #ffffff;
  background: linear-gradient(135deg, var(--pk-green), #128461);
  box-shadow: 0 16px 36px rgba(11, 91, 67, 0.22);
}

body.design-pakistan .btn-secondary {
  color: #102019;
  background: linear-gradient(135deg, #f4d58a, var(--pk-gold));
  box-shadow: 0 16px 36px rgba(201, 154, 59, 0.24);
}

body.design-pakistan .btn-clear,
body.design-pakistan .mobile-action-bar a:not(.accent) {
  color: var(--pk-ink);
  background: rgba(11, 91, 67, 0.06);
  border-color: rgba(11, 91, 67, 0.18);
  text-shadow: none;
}

body.design-pakistan h1,
body.design-pakistan h2,
body.design-pakistan h3 {
  color: var(--pk-ink);
  text-shadow: none;
}

body.design-pakistan .eyebrow {
  color: var(--pk-green);
}

body.design-pakistan .section-heading p:not(.eyebrow) {
  color: rgba(23, 35, 31, 0.68);
}

.pakistan-hero {
  color: var(--pk-ink);
  background:
    linear-gradient(180deg, #ffffff, #f4f8f4),
    linear-gradient(135deg, rgba(43, 190, 192, 0.08), transparent);
}

.clean-hero-shell {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  display: grid;
  gap: 28px;
  justify-items: center;
  text-align: center;
}

.clean-phone {
  position: relative;
  width: min(100%, 360px);
  min-height: 510px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(11, 91, 67, 0.15);
  border-radius: 28px;
  box-shadow:
    0 30px 80px rgba(11, 91, 67, 0.18),
    inset 0 0 0 8px #f4f8f4;
}

.clean-phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 88px;
  height: 6px;
  background: rgba(23, 35, 31, 0.14);
  border-radius: 999px;
  transform: translateX(-50%);
}

.clean-phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 16px;
  padding: 12px;
  color: #ffffff;
  background: var(--pk-green);
  border-radius: 8px;
}

.clean-phone-top span {
  width: 30px;
  height: 30px;
  display: block;
  background: linear-gradient(135deg, var(--pk-gold), var(--pk-cyan));
  border-radius: 50%;
}

.clean-visual {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-height: 270px;
  padding: 32px 20px;
  background:
    linear-gradient(160deg, rgba(11, 91, 67, 0.08), rgba(43, 190, 192, 0.09)),
    #f7faf7;
  border: 1px solid rgba(11, 91, 67, 0.12);
  border-radius: 8px;
}

.clean-avatar {
  width: 118px;
  height: 118px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.1)),
    linear-gradient(135deg, var(--pk-green), var(--pk-cyan));
}

.clean-card-line {
  width: 58%;
  height: 12px;
  background: rgba(23, 35, 31, 0.16);
  border-radius: 999px;
}

.clean-card-line.long {
  width: 78%;
}

.clean-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.clean-actions span {
  display: grid;
  place-items: center;
  min-height: 46px;
  color: #ffffff;
  background: var(--pk-green);
  border-radius: 8px;
  font-weight: 950;
}

.clean-actions span:nth-child(2) {
  color: #102019;
  background: var(--pk-gold);
}

.pakistan-hero .country-kicker {
  color: var(--pk-green);
  background: rgba(11, 91, 67, 0.08);
  border: 1px solid rgba(11, 91, 67, 0.14);
}

.country-actions.stacked {
  width: min(100%, 520px);
  margin-right: auto;
  margin-left: auto;
}

.country-actions.stacked .btn {
  flex: 1 1 230px;
}

.pakistan-role-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: -22px;
}

.pakistan-role-panel a,
.mobile-flow-cards article,
.agent-check-card,
.host-card-row article {
  background: #ffffff;
  border: 1px solid rgba(11, 91, 67, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(11, 91, 67, 0.1);
}

.pakistan-role-panel a {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 88px;
  padding: 18px;
}

.pakistan-role-panel span {
  color: var(--pk-green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pakistan-role-panel strong {
  color: var(--pk-ink);
  font-size: 20px;
}

.pakistan-flow {
  padding-top: 72px;
}

.mobile-flow-cards,
.host-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mobile-flow-cards article,
.host-card-row article {
  min-height: 210px;
  padding: 22px;
}

.mobile-flow-cards span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 54px;
  color: #ffffff;
  background: var(--pk-green);
  border-radius: 50%;
  font-weight: 950;
}

.mobile-flow-cards p,
.host-card-row p {
  color: rgba(23, 35, 31, 0.68);
}

.pakistan-agent-check {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 920px) / 2));
  background: linear-gradient(180deg, #eef7f3, #f8faf8);
}

.agent-check-card {
  padding: 34px;
}

.check-rows {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.check-rows div {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 12px;
  background: #f7faf7;
  border: 1px solid rgba(11, 91, 67, 0.1);
  border-radius: 8px;
}

.check-rows i {
  width: 20px;
  height: 20px;
  display: block;
  background:
    linear-gradient(135deg, var(--pk-green), var(--pk-cyan));
  border-radius: 50%;
}

body.design-pakistan details,
body.design-pakistan .final-cta {
  color: var(--pk-ink);
  background: #ffffff;
  border-color: rgba(11, 91, 67, 0.14);
  box-shadow: 0 16px 42px rgba(11, 91, 67, 0.1);
}

body.design-pakistan details::before {
  background: linear-gradient(90deg, var(--pk-green), var(--pk-gold));
}

body.design-pakistan summary {
  color: var(--pk-ink);
}

body.design-pakistan details p,
body.design-pakistan .final-cta p {
  color: rgba(23, 35, 31, 0.66);
}

body.design-pakistan .site-footer {
  color: rgba(23, 35, 31, 0.68);
  background: #ffffff;
  border-top-color: rgba(11, 91, 67, 0.14);
}

body.design-brazil {
  --brazil-purple: #5a18d8;
  --brazil-pink: #e533ff;
  --brazil-green: #08b55a;
  --brazil-yellow: #ffda45;
  --brazil-blue: #1db7ff;
  color: #fff7ff;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(229, 51, 255, 0.24), transparent 46%),
    linear-gradient(180deg, #15005a 0%, #2b0a82 42%, #21005f 100%);
}

body.design-brazil .site-header {
  background: rgba(17, 0, 70, 0.88);
}

body.design-brazil .site-header::after {
  background: linear-gradient(90deg, transparent, var(--brazil-green), var(--brazil-yellow), var(--brazil-blue), var(--brazil-pink), transparent);
}

body.design-brazil .btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brazil-pink), var(--brazil-purple));
  box-shadow: 0 18px 46px rgba(229, 51, 255, 0.38);
}

body.design-brazil .btn-glow,
body.design-brazil .mobile-action-bar a.accent {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brazil-pink), var(--brazil-purple));
  box-shadow: 0 18px 46px rgba(229, 51, 255, 0.32);
}

body.design-brazil .btn-secondary {
  color: #14002d;
  background: linear-gradient(135deg, var(--brazil-yellow), #ff9a3d);
  box-shadow: 0 18px 46px rgba(255, 218, 69, 0.3);
}

body.design-brazil .btn-clear,
body.design-brazil .mobile-action-bar a:not(.accent) {
  color: #fff7ff;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.2);
}

.brazil-hero {
  display: block;
  padding-top: 46px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 12%, rgba(229, 51, 255, 0.28), transparent 40%),
    linear-gradient(180deg, #170063 0%, #3210a0 56%, #21005f 100%);
}

.brazil-orbits {
  position: absolute;
  inset: 60px 0 auto;
  height: 520px;
  overflow: hidden;
  pointer-events: none;
}

.brazil-orbits span {
  position: absolute;
  left: 50%;
  top: 44%;
  width: min(92vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(12deg);
}

.brazil-orbits span:nth-child(2) {
  width: min(72vw, 760px);
  transform: translate(-50%, -50%) rotate(-16deg);
}

.brazil-orbits span:nth-child(3) {
  width: min(54vw, 560px);
  border-color: rgba(255, 218, 69, 0.2);
  transform: translate(-50%, -50%) rotate(28deg);
}

.brazil-stage {
  position: relative;
  width: min(100% - 32px, 720px);
  min-height: 560px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
}

.brazil-phone {
  position: relative;
  z-index: 2;
  width: min(76vw, 300px);
  min-height: 480px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 24%),
    #21054d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.06),
    0 34px 88px rgba(0, 0, 0, 0.46),
    0 0 58px rgba(229, 51, 255, 0.32);
}

.phone-live-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 950;
}

.phone-live-top span {
  color: #ffffff;
  background: #ff2d6f;
  border-radius: 8px;
  padding: 5px 8px;
}

.phone-live-window {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  margin: 16px 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(160deg, rgba(8, 181, 90, 0.26), transparent 36%),
    linear-gradient(35deg, rgba(255, 218, 69, 0.24), transparent 42%),
    radial-gradient(circle at 50% 42%, rgba(229, 51, 255, 0.34), transparent 52%),
    #3a126b;
  border-radius: 8px;
}

.spark {
  width: 92px;
  height: 92px;
  background:
    radial-gradient(circle, #ffffff 0 8%, transparent 9%),
    conic-gradient(from 20deg, var(--brazil-yellow), var(--brazil-pink), var(--brazil-blue), var(--brazil-green), var(--brazil-yellow));
  clip-path: polygon(50% 0%, 62% 34%, 98% 36%, 69% 56%, 80% 92%, 50% 70%, 20% 92%, 31% 56%, 2% 36%, 38% 34%);
  filter: drop-shadow(0 0 24px rgba(255, 218, 69, 0.62));
}

.gift-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gift-grid i {
  aspect-ratio: 1;
  display: block;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent),
    linear-gradient(135deg, var(--brazil-pink), var(--brazil-blue));
  border-radius: 8px;
}

.gift-grid i:nth-child(2),
.gift-grid i:nth-child(5) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent),
    linear-gradient(135deg, var(--brazil-yellow), var(--brazil-green));
}

.orbit-avatar {
  position: absolute;
  z-index: 2;
  width: 88px;
  height: 88px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.1)),
    linear-gradient(135deg, var(--brazil-yellow), var(--brazil-pink));
  border: 4px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 36px rgba(229, 51, 255, 0.42);
}

.orbit-avatar.a {
  left: 2%;
  top: 25%;
}

.orbit-avatar.b {
  right: 4%;
  top: 18%;
}

.orbit-avatar.c {
  right: 12%;
  bottom: 16%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.1)),
    linear-gradient(135deg, var(--brazil-green), var(--brazil-blue));
}

.brazil-copy {
  width: min(100% - 32px, 900px);
  margin: -34px auto 0;
  text-align: left;
}

.brazil-pill {
  margin-inline: auto;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.brazil-copy h1 {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.brazil-copy .country-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brazil-copy .btn {
  min-height: 58px;
}

.brazil-trust-card {
  width: min(100% - 32px, 940px);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.brazil-trust-card article {
  min-height: 118px;
  padding: 20px;
  background: rgba(95, 23, 216, 0.42);
}

.brazil-trust-card strong,
.brazil-trust-card span {
  display: block;
}

.brazil-trust-card strong {
  color: #ffffff;
  font-size: 22px;
}

.brazil-trust-card span {
  margin-top: 6px;
  color: rgba(255, 247, 255, 0.72);
}

.country-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.country-chip-row span {
  display: grid;
  place-items: center;
  min-width: 92px;
  min-height: 46px;
  padding: 10px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-weight: 950;
}

.country-chip-row span:nth-child(5) {
  color: #13002f;
  background: linear-gradient(135deg, var(--brazil-yellow), var(--brazil-green));
}

.brazil-role-selector {
  width: min(100% - 32px, 980px);
  padding: 0 0 92px;
}

.role-tabs {
  width: fit-content;
  display: flex;
  gap: 6px;
  margin-bottom: -1px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px 8px 0 0;
}

.role-tabs span {
  padding: 10px 24px;
  color: rgba(255, 247, 255, 0.72);
  border-radius: 8px;
  font-weight: 950;
}

.role-tabs .active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brazil-pink), var(--brazil-purple));
}

.planner-panel {
  padding: 34px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0 8px 8px 8px;
}

.activity-slider {
  height: 14px;
  margin: 30px 0;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.activity-slider span {
  display: block;
  width: 38%;
  height: 100%;
  background: linear-gradient(90deg, var(--brazil-pink), var(--brazil-yellow), var(--brazil-green));
  border-radius: inherit;
}

.planner-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.planner-cards article,
.agency-flow-grid article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.agency-flow-grid article {
  min-height: 156px;
}

.agency-flow-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 44px;
  color: #180042;
  background: var(--brazil-yellow);
  border-radius: 50%;
  font-weight: 950;
}

@media (max-width: 1080px) {
  .benin-hero-grid,
  .india-dashboard,
  .benin-community,
  .india-host-path {
    grid-template-columns: 1fr;
  }

  .feed-stage {
    min-height: 0;
  }

  .feed-phone {
    position: relative;
    top: auto;
    min-height: 460px;
  }

  .benin-proof-stack,
  .operator-cards,
  .language-dashboard,
  .agency-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brazil-trust-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.design-benin,
  body.design-india,
  body.design-brazil {
    --country-shell: min(100% - 24px, var(--max-width));
  }

  body.design-benin .country-hero,
  body.design-india .country-hero,
  body.design-pakistan .country-hero,
  body.design-brazil .country-hero {
    padding: 34px 0 36px;
  }

  .country-copy h1,
  .dash-copy h1,
  .clean-copy h1,
  .brazil-copy h1 {
    font-size: 38px;
    line-height: 1.06;
  }

  .country-copy p:not(.country-kicker),
  .dash-copy p:not(.country-kicker),
  .clean-copy p:not(.country-kicker),
  .brazil-copy p:not(.brazil-pill) {
    font-size: 16px;
  }

  .country-actions,
  .brazil-copy .country-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .country-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .benin-hero-grid {
    gap: 20px;
  }

  .feed-stage {
    order: -1;
  }

  .feed-phone,
  .clean-phone,
  .brazil-phone {
    width: min(100%, 330px);
    margin: 0 auto;
  }

  .feed-mini-card {
    right: 8px;
    bottom: 18px;
    width: min(70%, 210px);
  }

  .benin-strip,
  .india-role-switch,
  .pakistan-role-panel {
    grid-template-columns: 1fr;
    width: min(100% - 24px, var(--max-width));
  }

  .benin-strip a,
  .india-role-switch a,
  .pakistan-role-panel a {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .benin-strip a span,
  .india-role-switch a span,
  .pakistan-role-panel a span {
    grid-column: 1 / -1;
  }

  .lane-steps,
  .lead-board,
  .operator-cards,
  .language-dashboard,
  .mobile-flow-cards,
  .host-card-row,
  .brazil-trust-card,
  .planner-cards,
  .agency-flow-grid {
    grid-template-columns: 1fr;
  }

  .quick-fit-list article,
  .lane-steps article,
  .operator-cards article,
  .language-dashboard article,
  .mobile-flow-cards article,
  .host-card-row article,
  .planner-panel,
  .agent-check-card {
    min-height: 0;
    padding: 20px;
  }

  .lane-steps span,
  .operator-cards strong,
  .language-dashboard strong,
  .mobile-flow-cards span,
  .agency-flow-grid span {
    margin-bottom: 24px;
  }

  .agent-console {
    min-height: 0;
    padding: 18px;
  }

  .dash-bars {
    height: 110px;
  }

  .host-checklist div {
    grid-template-columns: 52px 1fr;
  }

  body.design-pakistan .nav-links.is-open {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(11, 91, 67, 0.14);
  }

  body.design-pakistan .mobile-action-bar {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(11, 91, 67, 0.14);
  }

  body.design-pakistan .mobile-action-bar a {
    color: var(--pk-ink);
    background: rgba(11, 91, 67, 0.08);
    border-color: rgba(11, 91, 67, 0.14);
  }

  body.design-pakistan .mobile-action-bar a.accent {
    color: #ffffff;
    background: var(--pk-green);
  }

  .brazil-stage {
    min-height: 500px;
  }

  .brazil-orbits {
    height: 420px;
  }

  .orbit-avatar {
    width: 66px;
    height: 66px;
  }

  .orbit-avatar.a {
    left: 0;
    top: 30%;
  }

  .orbit-avatar.b {
    right: 0;
    top: 22%;
  }

  .orbit-avatar.c {
    right: 5%;
    bottom: 13%;
  }

  .brazil-copy {
    margin-top: -20px;
  }

  .brazil-trust-card article {
    min-height: 0;
  }
}

/* Brazil green/yellow visual revision */
body.design-brazil {
  --brazil-deep: #043f1c;
  --brazil-forest: #006b2b;
  --brazil-green: #009739;
  --brazil-lime: #6fcf18;
  --brazil-yellow: #ffdf00;
  --brazil-yellow-soft: #fff27a;
  --brazil-blue: #002776;
  --brazil-cream: #fffbe8;
  --brazil-purple: #045423;
  --brazil-pink: #ffdf00;
  color: var(--brazil-cream);
  background:
    radial-gradient(ellipse at 50% 4%, rgba(255, 223, 0, 0.24), transparent 42%),
    radial-gradient(ellipse at 12% 20%, rgba(111, 207, 24, 0.18), transparent 34%),
    linear-gradient(180deg, #036126 0%, #008b37 35%, #055425 74%, #033718 100%);
}

body.design-brazil .site-header {
  background:
    linear-gradient(90deg, rgba(255, 223, 0, 0.08), transparent 40%, rgba(255, 223, 0, 0.06)),
    rgba(2, 59, 25, 0.9);
}

body.design-brazil .brand {
  background: rgba(255, 223, 0, 0.08);
  border-color: rgba(255, 223, 0, 0.26);
}

body.design-brazil .btn-primary,
body.design-brazil .btn-glow,
body.design-brazil .mobile-action-bar a.accent {
  color: #063515;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(135deg, var(--brazil-yellow), #f6c300);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 18px 44px rgba(255, 223, 0, 0.28);
  text-shadow: none;
}

body.design-brazil .btn-secondary {
  color: var(--brazil-cream);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #007a31, #034f20);
  box-shadow:
    0 0 0 1px rgba(255, 223, 0, 0.16) inset,
    0 18px 44px rgba(0, 90, 36, 0.34);
}

body.design-brazil .btn-clear,
body.design-brazil .mobile-action-bar a:not(.accent) {
  color: var(--brazil-cream);
  background: rgba(255, 223, 0, 0.08);
  border-color: rgba(255, 223, 0, 0.24);
}

.brazil-hero {
  background:
    radial-gradient(ellipse at 50% 10%, rgba(255, 223, 0, 0.32), transparent 38%),
    radial-gradient(ellipse at 50% 64%, rgba(111, 207, 24, 0.16), transparent 48%),
    linear-gradient(180deg, #00792f 0%, #009739 45%, #056127 78%, #033f1b 100%);
}

.brazil-hero::selection {
  color: #053515;
  background: var(--brazil-yellow);
}

.brazil-geometric-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.brazil-geometric-layer span {
  position: absolute;
  display: block;
}

.brazil-geo {
  width: min(32vw, 330px);
  aspect-ratio: 1;
  background:
    linear-gradient(135deg, rgba(255, 223, 0, 0.96) 0 24%, transparent 24% 100%),
    linear-gradient(45deg, transparent 0 52%, rgba(0, 39, 118, 0.78) 52% 64%, transparent 64%),
    linear-gradient(135deg, rgba(111, 207, 24, 0.9), rgba(0, 116, 46, 0.95));
  border-radius: 8px;
  opacity: 0.46;
  filter: drop-shadow(0 18px 34px rgba(0, 52, 22, 0.3));
}

.geo-left-one {
  top: 17%;
  left: -9%;
  transform: rotate(45deg);
}

.geo-left-two {
  bottom: 7%;
  left: 12%;
  width: min(20vw, 190px);
  opacity: 0.36;
  transform: rotate(18deg);
}

.geo-right-one {
  top: 17%;
  right: -9%;
  transform: rotate(-45deg);
}

.geo-right-two {
  right: 11%;
  bottom: 10%;
  width: min(20vw, 190px);
  opacity: 0.34;
  transform: rotate(-18deg);
}

.brazil-arc {
  width: min(34vw, 340px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 45%, rgba(255, 223, 0, 0.98) 46% 60%, transparent 61%),
    conic-gradient(from 0deg, rgba(0, 39, 118, 0.72) 0 72deg, rgba(111, 207, 24, 0.76) 72deg 152deg, transparent 152deg 360deg);
  opacity: 0.38;
}

.arc-left {
  left: -7%;
  bottom: 13%;
}

.arc-right {
  right: -7%;
  bottom: 13%;
  transform: scaleX(-1);
}

.brazil-mini-flag {
  width: 128px;
  height: 82px;
  background:
    radial-gradient(circle at 50% 50%, var(--brazil-blue) 0 23%, transparent 24%),
    linear-gradient(135deg, transparent 0 26%, var(--brazil-yellow) 27% 50%, transparent 51%),
    linear-gradient(45deg, transparent 0 26%, var(--brazil-yellow) 27% 50%, transparent 51%),
    #0a9f3e;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 52, 22, 0.32);
  opacity: 0.72;
}

.brazil-mini-flag::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 8px;
  width: 8px;
  height: 112px;
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.66));
  border-radius: 999px;
  transform: rotate(-17deg);
}

.brazil-mini-flag::after {
  content: "";
  position: absolute;
  inset: 36px 37px auto;
  height: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  transform: rotate(16deg);
}

.flag-left {
  top: 17%;
  left: 9%;
  transform: rotate(-16deg);
}

.flag-right {
  top: 18%;
  right: 9%;
  transform: rotate(16deg);
}

.flag-bottom-left {
  bottom: 7%;
  left: 32%;
  transform: rotate(18deg) scale(0.86);
}

.flag-bottom-right {
  right: 32%;
  bottom: 7%;
  transform: rotate(-18deg) scale(0.86);
}

.brazil-balloon {
  width: 72px;
  aspect-ratio: 0.82;
  border-radius: 50% 50% 46% 46%;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.72), transparent 16%),
    linear-gradient(135deg, var(--brazil-yellow), #f0b800);
  box-shadow: 0 14px 30px rgba(0, 52, 22, 0.22);
  opacity: 0.82;
  animation: brazilFloat 5.8s ease-in-out infinite;
}

.brazil-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.46);
}

.balloon-green {
  top: 24%;
  left: 24%;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.72), transparent 16%),
    linear-gradient(135deg, #42d46b, #078d39);
}

.balloon-yellow {
  top: 15%;
  right: 30%;
  animation-delay: 1s;
}

.balloon-blue {
  right: 22%;
  bottom: 28%;
  width: 58px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.7), transparent 16%),
    linear-gradient(135deg, #1641a7, var(--brazil-blue));
  animation-delay: 1.8s;
}

.brazil-orbits {
  z-index: 1;
  opacity: 0.38;
}

.brazil-orbits span {
  border-color: rgba(255, 223, 0, 0.24);
}

.brazil-stage {
  z-index: 2;
}

.brazil-phone {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #064f22, #033818);
  border-color: rgba(255, 223, 0, 0.34);
  box-shadow:
    0 0 0 7px rgba(255, 223, 0, 0.12),
    0 34px 88px rgba(0, 52, 22, 0.48),
    0 0 58px rgba(255, 223, 0, 0.18);
}

.phone-live-top span {
  color: #053515;
  background: var(--brazil-yellow);
}

.phone-live-window {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 223, 0, 0.34), transparent 38%),
    linear-gradient(160deg, rgba(0, 151, 57, 0.92), rgba(5, 68, 28, 0.94)),
    #064f22;
  border: 1px solid rgba(255, 223, 0, 0.18);
}

.spark {
  background:
    radial-gradient(circle, #ffffff 0 8%, transparent 9%),
    conic-gradient(from 20deg, var(--brazil-yellow), #fff27a, var(--brazil-green), var(--brazil-blue), var(--brazil-yellow));
}

.gift-grid i {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent),
    linear-gradient(135deg, var(--brazil-yellow), var(--brazil-green));
}

.gift-grid i:nth-child(2),
.gift-grid i:nth-child(5) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent),
    linear-gradient(135deg, #0aa143, #064f22);
}

.brazil-carnival-card {
  position: absolute;
  left: 8%;
  bottom: 18%;
  z-index: 3;
  width: 156px;
  min-height: 180px;
  display: grid;
  align-content: end;
  justify-items: center;
  padding: 18px;
  color: #073817;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 242, 122, 0.88)),
    var(--brazil-yellow);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 22px 44px rgba(0, 52, 22, 0.34);
  transform: rotate(-7deg);
}

.brazil-carnival-card span {
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.carnival-headpiece {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 88px;
  height: 86px;
  background:
    radial-gradient(circle at 50% 78%, #f7c15c 0 18%, transparent 19%),
    radial-gradient(ellipse at 50% 88%, #ffe8a8 0 26%, transparent 27%),
    conic-gradient(from 210deg, var(--brazil-blue), var(--brazil-green), var(--brazil-yellow), var(--brazil-green), var(--brazil-blue));
  border-radius: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 0%, 62% 30%, 94% 6%, 78% 45%, 100% 74%, 64% 64%, 50% 100%, 36% 64%, 0% 74%, 22% 45%, 6% 6%, 38% 30%);
}

.orbit-avatar {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.1)),
    linear-gradient(135deg, var(--brazil-yellow), var(--brazil-green));
  border-color: rgba(255, 223, 0, 0.42);
  box-shadow: 0 0 36px rgba(255, 223, 0, 0.28);
}

.orbit-avatar.c {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.1)),
    linear-gradient(135deg, #087b34, var(--brazil-yellow));
}

.brazil-copy {
  z-index: 3;
}

.brazil-pill {
  color: #063515;
  background: rgba(255, 223, 0, 0.86);
  border-color: rgba(255, 255, 255, 0.48);
}

.brazil-copy h1 {
  text-shadow:
    0 4px 0 rgba(2, 67, 28, 0.34),
    0 18px 34px rgba(0, 52, 22, 0.34);
}

.brazil-trust-card {
  background: rgba(255, 223, 0, 0.32);
  border-color: rgba(255, 223, 0, 0.28);
}

.brazil-trust-card article {
  background:
    linear-gradient(160deg, rgba(255, 223, 0, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(3, 79, 32, 0.86);
}

.country-chip-row span {
  color: var(--brazil-cream);
  background: rgba(255, 223, 0, 0.1);
  border-color: rgba(255, 223, 0, 0.24);
}

.country-chip-row span:nth-child(5) {
  color: #063515;
  background: linear-gradient(135deg, var(--brazil-yellow), #fff27a);
}

.role-tabs,
.planner-panel,
.planner-cards article,
.agency-flow-grid article,
body.design-brazil details,
body.design-brazil .final-cta {
  background: rgba(3, 79, 32, 0.72);
  border-color: rgba(255, 223, 0, 0.22);
}

.role-tabs .active {
  color: #063515;
  background: linear-gradient(135deg, var(--brazil-yellow), #fff27a);
}

.activity-slider {
  background: rgba(255, 255, 255, 0.16);
}

.activity-slider span {
  background: linear-gradient(90deg, var(--brazil-yellow), #fff27a, var(--brazil-green));
}

.agency-flow-grid span {
  color: #063515;
  background: var(--brazil-yellow);
}

body.design-brazil details::before {
  background: linear-gradient(90deg, var(--brazil-yellow), var(--brazil-green));
}

@keyframes brazilFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }

  50% {
    transform: translate3d(8px, -18px, 0) rotate(4deg);
  }
}

@media (max-width: 1080px) {
  .brazil-carnival-card {
    left: 2%;
    bottom: 13%;
  }

  .flag-left,
  .flag-right {
    opacity: 0.46;
  }
}

@media (max-width: 700px) {
  .brazil-geometric-layer {
    opacity: 0.82;
  }

  .brazil-geo {
    width: 190px;
  }

  .geo-left-one {
    top: 15%;
    left: -96px;
  }

  .geo-right-one {
    top: 15%;
    right: -96px;
  }

  .geo-left-two,
  .geo-right-two,
  .flag-bottom-left,
  .flag-bottom-right,
  .brazil-carnival-card {
    display: none;
  }

  .flag-left,
  .flag-right {
    width: 82px;
    height: 52px;
    opacity: 0.58;
  }

  .flag-left {
    left: 6%;
    top: 12%;
  }

  .flag-right {
    right: 6%;
    top: 12%;
  }

  .brazil-balloon {
    width: 48px;
  }

  .balloon-green {
    left: 10%;
    top: 33%;
  }

  .balloon-yellow {
    top: 22%;
    right: 16%;
  }

  .balloon-blue {
    right: 10%;
    bottom: 34%;
    width: 44px;
  }
}

/* Brazil01 CTA First Live Room rework */
body.design-brazil {
  --brazil-deep: #032915;
  --brazil-forest: #06491f;
  --brazil-green: #009739;
  --brazil-leaf: #20c45a;
  --brazil-yellow: #ffdf00;
  --brazil-yellow-soft: #fff27a;
  --brazil-blue: #0b5bb5;
  --brazil-cream: #fffbe8;
  color: var(--brazil-cream);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 223, 0, 0.18), transparent 42%),
    linear-gradient(180deg, #063818 0%, #087b34 42%, #043216 100%);
}

body.design-brazil .site-header {
  background:
    linear-gradient(90deg, rgba(255, 223, 0, 0.09), transparent 42%, rgba(255, 223, 0, 0.07)),
    rgba(3, 42, 19, 0.92);
}

body.design-brazil .site-header::after {
  background: linear-gradient(90deg, transparent, var(--brazil-yellow), var(--brazil-leaf), transparent);
}

body.design-brazil .nav-shell.has-brazil-language {
  grid-template-columns: auto 1fr auto auto;
  gap: 16px;
}

body.design-brazil .nav-shell.has-brazil-language .brand {
  grid-column: 1;
}

body.design-brazil .nav-shell.has-brazil-language .nav-links {
  grid-column: 2;
}

body.design-brazil .nav-shell.has-brazil-language .brazil-lang-switch {
  grid-column: 3;
}

body.design-brazil .nav-shell.has-brazil-language .nav-actions {
  grid-column: 4;
}

.brazil-lang-switch {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 4px 7px;
  color: rgba(255, 251, 232, 0.72);
  background: rgba(255, 223, 0, 0.09);
  border: 1px solid rgba(255, 223, 0, 0.22);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 950;
}

.brazil-lang-switch button {
  min-width: 34px;
  min-height: 28px;
  padding: 4px 8px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 7px;
  font: inherit;
  cursor: pointer;
}

.brazil-lang-switch button.is-active {
  color: #063515;
  background: var(--brazil-yellow);
}

body.design-brazil .btn-primary,
body.design-brazil .btn-glow,
body.design-brazil .mobile-action-bar a.accent {
  color: #063515;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent 28%),
    linear-gradient(135deg, var(--brazil-yellow), #f5c400);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 18px 38px rgba(255, 223, 0, 0.25);
  text-shadow: none;
}

body.design-brazil .btn-secondary,
body.design-brazil .btn-clear,
body.design-brazil .mobile-action-bar a:not(.accent) {
  color: var(--brazil-cream);
  background: rgba(255, 251, 232, 0.08);
  border-color: rgba(255, 223, 0, 0.3);
  box-shadow:
    0 0 0 1px rgba(255, 223, 0, 0.06) inset,
    0 16px 34px rgba(0, 58, 24, 0.28);
}

.brazil-live-hero {
  min-height: auto;
  padding: clamp(42px, 6vw, 78px) 0 44px;
  text-align: left;
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 223, 0, 0.22), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(32, 196, 90, 0.16), transparent 30%),
    linear-gradient(160deg, #03451e 0%, #009739 48%, #043316 100%);
}

.brazil-live-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 223, 0, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 223, 0, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 78%);
  pointer-events: none;
}

.brazil-live-shell {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
}

.brazil-live-copy {
  width: auto;
  margin: 0;
}

.brazil-pill {
  color: #063515;
  background: rgba(255, 223, 0, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.46);
}

.brazil-live-copy h1 {
  max-width: 640px;
  margin-bottom: 14px;
  font-size: clamp(44px, 6vw, 70px);
  line-height: 0.98;
  text-align: left;
  text-shadow: 0 16px 30px rgba(0, 54, 22, 0.3);
}

.brazil-hero-subtitle,
.brazil-live-copy p:not(.brazil-pill) {
  max-width: 590px;
  color: rgba(255, 251, 232, 0.84);
  font-size: 18px;
  line-height: 1.62;
}

.brazil-primary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 12px;
  margin-top: 22px;
}

.brazil-primary-actions .btn {
  min-width: 0;
  min-height: 54px;
}

.brazil-live-hero .brazil-stage {
  width: 100%;
  min-height: 0;
  margin: 0;
  display: grid;
  place-items: center;
}

.brazil-live-hero .brazil-phone {
  width: min(100%, 326px);
  min-height: 520px;
  padding: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(180deg, #075625, #032514);
  border: 1px solid rgba(255, 223, 0, 0.35);
  border-radius: 30px;
  box-shadow:
    0 0 0 7px rgba(255, 223, 0, 0.11),
    0 34px 74px rgba(0, 43, 18, 0.5);
}

.phone-live-top {
  align-items: center;
}

.phone-live-top span {
  color: #063515;
  background: var(--brazil-yellow);
}

.phone-live-window {
  min-height: 286px;
  margin: 14px 0 12px;
  display: block;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 242, 122, 0.2), transparent 36%),
    linear-gradient(160deg, rgba(0, 151, 57, 0.92), rgba(4, 49, 22, 0.96));
  border: 1px solid rgba(255, 223, 0, 0.2);
  border-radius: 12px;
}

.phone-viewer-pill {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  padding: 5px 8px;
  color: rgba(255, 251, 232, 0.92);
  background: rgba(3, 41, 21, 0.72);
  border: 1px solid rgba(255, 223, 0, 0.18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.creator-scene {
  position: absolute;
  inset: 36px 76px 42px 22px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 223, 0, 0.08), transparent 62%),
    rgba(255, 251, 232, 0.06);
  border: 1px solid rgba(255, 223, 0, 0.14);
}

.creator-head,
.creator-body,
.creator-mic,
.creator-screen {
  position: absolute;
  display: block;
}

.creator-head {
  left: 52%;
  top: 32px;
  width: 48px;
  height: 48px;
  background:
    radial-gradient(circle at 36% 32%, rgba(255, 255, 255, 0.55), transparent 12%),
    linear-gradient(135deg, #ffe2b6, #c97d45);
  border-radius: 50%;
  transform: translateX(-50%);
}

.creator-body {
  left: 50%;
  bottom: 28px;
  width: 96px;
  height: 102px;
  background:
    linear-gradient(135deg, rgba(255, 223, 0, 0.95), #0b8f3d 58%, #075b2a);
  border-radius: 48px 48px 18px 18px;
  transform: translateX(-50%);
  box-shadow: 0 16px 28px rgba(0, 40, 18, 0.34);
}

.creator-mic {
  right: 16px;
  bottom: 34px;
  width: 12px;
  height: 52px;
  background: #fffbe8;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(255, 251, 232, 0.08);
}

.creator-screen {
  left: 10px;
  bottom: 18px;
  width: 48px;
  height: 36px;
  background: rgba(3, 41, 21, 0.78);
  border: 1px solid rgba(255, 223, 0, 0.22);
  border-radius: 8px;
}

.cohost-window {
  position: absolute;
  right: 10px;
  top: 42px;
  z-index: 4;
  width: 66px;
  min-height: 76px;
  padding: 8px 6px;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: rgba(255, 251, 232, 0.9);
  background: rgba(2, 47, 22, 0.82);
  border: 1px solid rgba(255, 223, 0, 0.24);
  border-radius: 12px;
  font-size: 10px;
}

.mini-person {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--brazil-yellow), #28c460);
  border-radius: 50%;
}

.reaction-hearts {
  position: absolute;
  right: 18px;
  bottom: 72px;
  display: grid;
  gap: 6px;
  color: #fff27a;
  font-size: 20px;
  text-shadow: 0 0 16px rgba(255, 223, 0, 0.45);
}

.reaction-hearts span {
  animation: brazilFloat 3.5s ease-in-out infinite;
}

.reaction-hearts span:nth-child(2) {
  animation-delay: 0.5s;
}

.reaction-hearts span:nth-child(3) {
  animation-delay: 1s;
}

.chat-stack {
  position: absolute;
  left: 10px;
  right: 82px;
  bottom: 12px;
  z-index: 4;
  display: grid;
  gap: 6px;
}

.chat-stack span {
  width: fit-content;
  max-width: 100%;
  padding: 6px 8px;
  color: rgba(255, 251, 232, 0.92);
  background: rgba(3, 41, 21, 0.72);
  border: 1px solid rgba(255, 223, 0, 0.12);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
}

.audience-row {
  position: absolute;
  left: 12px;
  top: 36px;
  display: flex;
}

.audience-row i {
  width: 24px;
  height: 24px;
  margin-left: -5px;
  background: linear-gradient(135deg, var(--brazil-yellow), var(--brazil-leaf));
  border: 2px solid #075625;
  border-radius: 50%;
}

.audience-row i:first-child {
  margin-left: 0;
}

.audience-row i:nth-child(2) {
  background: linear-gradient(135deg, #fffbe8, var(--brazil-yellow));
}

.audience-row i:nth-child(3) {
  background: linear-gradient(135deg, var(--brazil-leaf), #0b5bb5);
}

.phone-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.phone-badges span,
.onboarding-note {
  margin: 0;
  padding: 8px;
  color: rgba(255, 251, 232, 0.92);
  background: rgba(255, 251, 232, 0.08);
  border: 1px solid rgba(255, 223, 0, 0.18);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
}

.brazil-live-hero .gift-grid {
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.brazil-live-hero .gift-grid i {
  display: grid;
  place-items: center;
  min-height: 38px;
  color: #063515;
  font-style: normal;
  font-weight: 950;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent),
    linear-gradient(135deg, var(--brazil-yellow), var(--brazil-leaf));
}

.brazil-live-hero .gift-grid strong {
  color: rgba(255, 251, 232, 0.78);
  font-size: 11px;
}

.onboarding-note {
  margin-top: 10px;
  color: #063515;
  background: rgba(255, 223, 0, 0.9);
}

.brazil-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.brazil-path-grid .planner-panel {
  display: grid;
  align-content: start;
  gap: 14px;
}

.brazil-path-grid .planner-panel .btn {
  width: fit-content;
  min-width: 210px;
}

body.design-brazil .brazil-keyword-row span:nth-child(5) {
  color: inherit;
  background: rgba(255, 223, 0, 0.1);
}

@media (max-width: 1080px) {
  body.design-brazil .nav-shell.has-brazil-language {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  body.design-brazil .nav-shell.has-brazil-language .brand {
    grid-column: 1;
  }

  body.design-brazil .nav-shell.has-brazil-language .brazil-lang-switch {
    grid-column: 2;
  }

  body.design-brazil .nav-shell.has-brazil-language .menu-toggle {
    grid-column: 3;
  }

  body.design-brazil .nav-shell.has-brazil-language .nav-links.is-open {
    background: rgba(3, 42, 19, 0.97);
    border-color: rgba(255, 223, 0, 0.24);
  }

  .brazil-live-shell {
    grid-template-columns: 1fr;
  }

  .brazil-live-hero .brazil-stage {
    order: 2;
  }
}

@media (max-width: 700px) {
  body.design-brazil {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  body.design-brazil .nav-shell {
    width: min(100% - 20px, var(--max-width));
    min-height: 66px;
  }

  body.design-brazil .brand {
    padding: 5px 7px;
  }

  body.design-brazil .brand-logo {
    width: 126px;
  }

  .brazil-lang-switch {
    gap: 4px;
    min-height: 34px;
    padding: 3px 5px;
    font-size: 11px;
  }

  .brazil-lang-switch button {
    min-width: 30px;
    min-height: 26px;
    padding: 3px 6px;
  }

  .brazil-live-hero {
    padding: 12px 0 26px;
  }

  .brazil-live-shell {
    width: min(100% - 24px, var(--max-width));
    gap: 14px;
  }

  .brazil-pill {
    margin-bottom: 8px;
    padding: 6px 9px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .brazil-live-copy h1 {
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 1.02;
  }

  .brazil-hero-subtitle,
  .brazil-live-copy p:not(.brazil-pill) {
    font-size: 14px;
    line-height: 1.42;
  }

  .brazil-primary-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .brazil-primary-actions .btn {
    min-height: 46px;
    padding: 10px 8px;
    font-size: 13px;
    line-height: 1.1;
  }

  .brazil-live-hero .brazil-phone {
    width: min(100%, 286px);
    min-height: 326px;
    padding: 11px;
    border-radius: 24px;
  }

  .phone-live-top {
    font-size: 10px;
  }

  .phone-live-top span {
    padding: 4px 7px;
  }

  .phone-live-window {
    min-height: 170px;
    margin: 9px 0;
    border-radius: 10px;
  }

  .phone-viewer-pill {
    top: 7px;
    left: 7px;
    padding: 4px 6px;
    font-size: 9px;
  }

  .creator-scene {
    inset: 30px 72px 30px 16px;
  }

  .creator-head {
    top: 18px;
    width: 34px;
    height: 34px;
  }

  .creator-body {
    bottom: 16px;
    width: 66px;
    height: 68px;
  }

  .creator-mic {
    right: 11px;
    bottom: 24px;
    width: 8px;
    height: 36px;
  }

  .creator-screen {
    left: 7px;
    bottom: 10px;
    width: 34px;
    height: 24px;
  }

  .cohost-window {
    right: 7px;
    top: 34px;
    width: 56px;
    min-height: 58px;
    padding: 6px 5px;
    font-size: 9px;
  }

  .mini-person {
    width: 26px;
    height: 26px;
  }

  .reaction-hearts {
    right: 14px;
    bottom: 48px;
    gap: 3px;
    font-size: 15px;
  }

  .chat-stack {
    left: 7px;
    right: 70px;
    bottom: 8px;
    gap: 4px;
  }

  .chat-stack span {
    padding: 4px 6px;
    font-size: 8px;
  }

  .audience-row {
    left: 8px;
    top: 30px;
  }

  .audience-row i {
    width: 18px;
    height: 18px;
  }

  .phone-badges {
    gap: 6px;
  }

  .phone-badges span,
  .onboarding-note {
    padding: 6px;
    font-size: 9px;
  }

  .brazil-live-hero .gift-grid {
    gap: 5px;
    margin-top: 7px;
  }

  .brazil-live-hero .gift-grid i {
    min-height: 28px;
    border-radius: 7px;
    font-size: 11px;
  }

  .brazil-live-hero .gift-grid strong {
    font-size: 9px;
  }

  .onboarding-note {
    margin-top: 7px;
  }

  .brazil-trust-card,
  .brazil-path-grid {
    grid-template-columns: 1fr;
  }

  .brazil-path-grid .planner-panel .btn {
    width: 100%;
    min-width: 0;
  }
}

/* Brazil01 Option 1 visual-faithful rebuild */
body.design-brazil {
  --brazil-deep: #010805;
  --brazil-black: #020503;
  --brazil-forest: #033819;
  --brazil-forest-2: #00672a;
  --brazil-green: #009739;
  --brazil-leaf: #20c45a;
  --brazil-yellow: #ffdf00;
  --brazil-yellow-2: #ffd226;
  --brazil-cream: #fffdf0;
  --brazil-muted: rgba(255, 253, 240, 0.78);
  color: var(--brazil-cream);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 223, 0, 0.18), transparent 28%),
    radial-gradient(circle at 12% 18%, rgba(0, 151, 57, 0.32), transparent 26%),
    linear-gradient(180deg, #010805 0%, #033718 48%, #010805 100%);
}

body.design-brazil .site-header {
  background:
    linear-gradient(180deg, rgba(1, 8, 5, 0.98), rgba(1, 8, 5, 0.94)),
    #010805;
  border-bottom-color: rgba(0, 151, 57, 0.42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

body.design-brazil .site-header::after {
  background: linear-gradient(90deg, transparent, rgba(0, 151, 57, 0.9), rgba(255, 223, 0, 0.75), transparent);
}

body.design-brazil .nav-shell.has-brazil-language {
  width: min(100% - 32px, 820px);
  grid-template-columns: auto 1fr auto;
  gap: 14px;
}

body.design-brazil .nav-shell.has-brazil-language .brand {
  grid-column: 1;
}

body.design-brazil .nav-shell.has-brazil-language .brazil-lang-switch {
  grid-column: 2;
  justify-self: end;
}

body.design-brazil .nav-shell.has-brazil-language .menu-toggle {
  grid-column: 3;
  display: grid;
  place-items: center;
}

body.design-brazil .nav-shell.has-brazil-language .nav-links {
  display: none;
}

body.design-brazil .nav-shell.has-brazil-language .nav-links.is-open {
  position: fixed;
  top: 78px;
  right: max(12px, calc((100vw - 820px) / 2));
  left: auto;
  z-index: 70;
  width: min(260px, calc(100vw - 24px));
  display: grid;
  gap: 8px;
  padding: 12px;
  background: rgba(1, 8, 5, 0.96);
  border: 1px solid rgba(255, 223, 0, 0.28);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

body.design-brazil .nav-shell.has-brazil-language .nav-links.is-open a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brazil-cream);
  border: 1px solid rgba(255, 223, 0, 0.12);
  border-radius: 8px;
}

body.design-brazil .nav-shell.has-brazil-language .nav-actions {
  display: none;
}

body.design-brazil .brand {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.design-brazil .brand-logo {
  width: clamp(142px, 20vw, 218px);
  filter: drop-shadow(0 0 22px rgba(255, 223, 0, 0.14));
}

body.design-brazil .brand-caption {
  color: var(--brazil-yellow);
}

body.design-brazil .menu-toggle {
  color: var(--brazil-cream);
  background: rgba(0, 151, 57, 0.16);
  border: 1px solid rgba(0, 151, 57, 0.64);
  border-radius: 18px;
}

body.design-brazil .brazil-lang-switch {
  color: rgba(255, 253, 240, 0.72);
  background: rgba(0, 151, 57, 0.11);
  border-color: rgba(255, 223, 0, 0.24);
}

body.design-brazil .brazil-lang-switch button.is-active {
  color: #042514;
  background: var(--brazil-yellow);
}

.brazil-option1-hero {
  min-height: calc(100svh - 78px);
  padding: clamp(34px, 5vw, 58px) 0 82px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 223, 0, 0.2), transparent 28%),
    radial-gradient(ellipse at 50% 58%, rgba(0, 151, 57, 0.48), transparent 46%),
    linear-gradient(180deg, rgba(1, 8, 5, 0.36), rgba(3, 56, 25, 0.9) 28%, rgba(0, 103, 42, 0.92) 56%, #010805 100%);
}

.brazil-option1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 26% 10%, rgba(255, 223, 0, 0.32) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 16%, rgba(255, 223, 0, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 34%, rgba(255, 223, 0, 0.26) 0 1px, transparent 2px);
  background-size: 160px 190px;
  opacity: 0.56;
  pointer-events: none;
}

.brazil-option1-leaves {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.brazil-option1-leaves span {
  position: absolute;
  display: block;
  width: clamp(170px, 34vw, 360px);
  height: clamp(340px, 56vw, 620px);
  opacity: 0.36;
  filter: blur(0.2px);
  transform-origin: center;
  background:
    repeating-linear-gradient(96deg, transparent 0 18px, rgba(255, 223, 0, 0.42) 19px 25px, transparent 26px 42px),
    linear-gradient(130deg, rgba(255, 223, 0, 0.18), rgba(0, 151, 57, 0.1) 45%, transparent 68%);
  border-radius: 90% 10% 92% 8%;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 74%, transparent);
}

.brazil-option1-leaves span:nth-child(1) {
  top: -18%;
  left: -11%;
  transform: rotate(34deg);
}

.brazil-option1-leaves span:nth-child(2) {
  top: 2%;
  right: -15%;
  opacity: 0.3;
  transform: rotate(-28deg) scaleX(-1);
}

.brazil-option1-leaves span:nth-child(3) {
  right: -18%;
  bottom: 8%;
  opacity: 0.24;
  transform: rotate(22deg);
}

.brazil-option1-shell {
  position: relative;
  z-index: 2;
  width: min(100% - 28px, 760px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
}

.brazil-option1-copy {
  width: min(100%, 690px);
  margin: 0 auto;
  text-align: center;
}

.brazil-option1-copy .brazil-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 auto 18px;
  padding: 7px 12px;
  color: #042514;
  background: rgba(255, 223, 0, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brazil-option1-copy h1 {
  max-width: 720px;
  margin: 0 auto 16px;
  color: var(--brazil-cream);
  font-size: clamp(54px, 9.5vw, 100px);
  line-height: 0.94;
  font-weight: 1000;
  text-align: center;
  text-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.brazil-option1-copy h1 span,
.brazil-option1-copy h1 em {
  display: block;
  font-style: normal;
}

.brazil-option1-copy h1 em {
  color: var(--brazil-yellow);
}

.brazil-option1-copy .brazil-hero-subtitle {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(255, 253, 240, 0.9);
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: 1.34;
  text-align: center;
}

.brazil-option1-actions {
  width: min(100%, 660px);
  margin: clamp(24px, 4vw, 34px) auto 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 14px;
}

body.design-brazil .brazil-option1-copy .brazil-option1-actions {
  display: grid;
  grid-template-columns: 1fr;
}

.brazil-option1-actions .btn {
  width: 100%;
  min-width: 0;
  min-height: clamp(66px, 8vw, 82px);
  justify-content: space-between;
  padding: 16px clamp(18px, 5vw, 34px);
  border-radius: 18px;
  font-size: clamp(19px, 3vw, 30px);
  line-height: 1.12;
  text-shadow: none;
}

.brazil-option1-actions .btn span {
  flex: 1 1 auto;
  text-align: center;
}

.brazil-option1-actions .btn svg {
  width: clamp(24px, 4.5vw, 34px);
  height: clamp(24px, 4.5vw, 34px);
  flex-basis: clamp(24px, 4.5vw, 34px);
}

body.design-brazil .brazil-option1-actions .brazil-host-cta,
body.design-brazil .btn-primary,
body.design-brazil .btn-glow,
body.design-brazil .mobile-action-bar a.accent {
  color: #042514;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, #fff15a, var(--brazil-yellow) 46%, #f1bf00);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.32) inset,
    0 22px 44px rgba(255, 223, 0, 0.28);
}

body.design-brazil .brazil-option1-actions .brazil-agent-cta,
body.design-brazil .btn-secondary,
body.design-brazil .btn-clear,
body.design-brazil .mobile-action-bar a:not(.accent) {
  color: var(--brazil-cream);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(1, 8, 5, 0.44);
  border-color: rgba(255, 223, 0, 0.82);
  box-shadow:
    0 0 0 1px rgba(255, 223, 0, 0.16) inset,
    0 18px 36px rgba(0, 0, 0, 0.28);
}

.brazil-option1-stage {
  width: 100%;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.brazil-option1-phone {
  position: relative;
  width: min(100%, 690px);
  min-height: 0;
  padding: clamp(12px, 2vw, 18px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 12%),
    linear-gradient(180deg, #11110f, #020503);
  border: 2px solid rgba(255, 253, 240, 0.22);
  border-radius: clamp(30px, 6vw, 52px);
  box-shadow:
    0 0 0 clamp(4px, 1vw, 9px) rgba(255, 253, 240, 0.12),
    0 34px 90px rgba(0, 0, 0, 0.55);
}

.phone-camera {
  position: absolute;
  z-index: 7;
  top: clamp(16px, 2.6vw, 24px);
  left: 50%;
  width: clamp(12px, 2.2vw, 19px);
  height: clamp(12px, 2.2vw, 19px);
  background: #000;
  border: 2px solid rgba(255, 253, 240, 0.08);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.24);
}

.brazil-option1-phone .phone-live-window {
  position: relative;
  min-height: 0;
  height: auto;
  aspect-ratio: 9 / 12.6;
  margin: 0;
  overflow: hidden;
  background: #05140a;
  border: 1px solid rgba(255, 253, 240, 0.16);
  border-radius: clamp(22px, 4vw, 38px);
}

.phone-live-photo,
.phone-live-shade {
  position: absolute;
  inset: 0;
}

.phone-live-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.phone-live-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(1, 8, 5, 0.54), transparent 24%, rgba(1, 8, 5, 0.1) 52%, rgba(1, 8, 5, 0.78) 100%),
    radial-gradient(circle at 20% 20%, rgba(0, 151, 57, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(1, 8, 5, 0.34), transparent 42%, rgba(1, 8, 5, 0.24));
  pointer-events: none;
}

.phone-creator-bar {
  position: absolute;
  z-index: 4;
  top: clamp(20px, 4vw, 42px);
  left: clamp(12px, 3vw, 30px);
  max-width: calc(100% - clamp(132px, 25vw, 206px));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  color: var(--brazil-cream);
}

.phone-creator-bar div {
  min-width: 0;
}

.creator-avatar,
.chat-avatar,
.audience-row i {
  display: block;
  flex: 0 0 auto;
  background-image: url("assets/brazil01-live-room-creator.png");
  background-size: cover;
  background-position: center top;
  border-radius: 50%;
}

.creator-avatar {
  width: clamp(42px, 7vw, 64px);
  height: clamp(42px, 7vw, 64px);
  border: 2px solid rgba(255, 223, 0, 0.62);
}

.phone-creator-bar strong,
.phone-creator-bar span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-creator-bar strong {
  font-size: clamp(14px, 2.4vw, 22px);
  line-height: 1.1;
}

.phone-creator-bar span {
  color: rgba(255, 253, 240, 0.82);
  font-size: clamp(10px, 1.7vw, 14px);
  font-weight: 760;
}

.phone-creator-bar b {
  padding: 7px 10px;
  color: #042514;
  background: var(--brazil-yellow);
  border-radius: 999px;
  font-size: clamp(10px, 1.8vw, 15px);
  line-height: 1;
  white-space: nowrap;
}

.brazil-option1-phone .phone-live-top {
  position: absolute;
  z-index: 5;
  top: clamp(22px, 4.2vw, 44px);
  right: clamp(12px, 3vw, 28px);
  display: flex;
  align-items: center;
  gap: 8px;
}

.brazil-option1-phone .phone-live-top span,
.brazil-option1-phone .phone-live-top strong {
  display: inline-flex;
  align-items: center;
  min-height: clamp(28px, 4.6vw, 42px);
  padding: 7px 10px;
  color: #ffffff;
  background: rgba(1, 8, 5, 0.58);
  border-radius: 10px;
  font-size: clamp(10px, 1.9vw, 16px);
  line-height: 1;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}

.brazil-option1-phone .phone-live-top span {
  background: #ff2c72;
}

.brazil-option1-phone .cohost-window {
  position: absolute;
  z-index: 4;
  top: clamp(98px, 17vw, 168px);
  right: clamp(12px, 3vw, 30px);
  width: clamp(70px, 16vw, 122px);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: var(--brazil-cream);
  background: rgba(1, 8, 5, 0.62);
  border: 1px solid rgba(255, 223, 0, 0.55);
  border-radius: 16px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.32);
}

.cohost-window img {
  width: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
  object-position: center top;
}

.cohost-window strong {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 5px;
  background: linear-gradient(180deg, transparent, rgba(0, 151, 57, 0.88));
  font-size: clamp(10px, 1.9vw, 15px);
  line-height: 1;
  text-align: center;
}

.brazil-option1-phone .chat-stack {
  position: absolute;
  z-index: 4;
  left: clamp(12px, 3vw, 28px);
  right: auto;
  bottom: clamp(92px, 15vw, 138px);
  display: grid;
  width: min(60%, 310px);
  gap: 8px;
}

.brazil-chat-bubble {
  width: fit-content;
  max-width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 7px 10px 7px 7px;
  color: var(--brazil-cream);
  background: rgba(31, 20, 11, 0.62);
  border: 1px solid rgba(255, 253, 240, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.brazil-chat-bubble p {
  margin: 0;
  min-width: 0;
  text-align: left;
}

.brazil-chat-bubble strong,
.brazil-chat-bubble span:not(.chat-avatar) {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brazil-chat-bubble strong {
  font-size: clamp(10px, 2vw, 15px);
  line-height: 1.08;
}

.brazil-chat-bubble span:not(.chat-avatar) {
  color: rgba(255, 253, 240, 0.86);
  font-size: clamp(10px, 1.8vw, 14px);
  line-height: 1.18;
}

.chat-avatar {
  width: clamp(24px, 5vw, 40px);
  height: clamp(24px, 5vw, 40px);
  border: 1px solid rgba(255, 223, 0, 0.52);
}

.chat-avatar.two {
  background-image: url("assets/brazil01-cohost.png");
}

.chat-avatar.three {
  background-position: 45% 12%;
}

.chat-avatar.four {
  background-image: url("assets/brazil01-cohost.png");
  background-position: 40% 10%;
}

.brazil-option1-phone .reaction-hearts {
  position: absolute;
  z-index: 4;
  right: clamp(18px, 5vw, 44px);
  bottom: clamp(120px, 24vw, 228px);
  display: grid;
  gap: clamp(8px, 2vw, 16px);
  color: #28d05c;
  font-size: clamp(24px, 6vw, 46px);
  line-height: 1;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.brazil-option1-phone .reaction-hearts span:nth-child(2n) {
  color: var(--brazil-yellow);
}

.brazil-option1-phone .gift-grid {
  position: absolute;
  z-index: 4;
  right: clamp(64px, 16vw, 142px);
  bottom: clamp(66px, 11vw, 104px);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.brazil-option1-phone .gift-grid i {
  width: clamp(32px, 7vw, 54px);
  height: clamp(32px, 7vw, 54px);
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #ff2c72, #ffce26);
  border-radius: 12px;
  font-style: normal;
  font-size: clamp(17px, 3.8vw, 28px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
}

.brazil-option1-phone .gift-grid i:nth-child(2) {
  background: linear-gradient(135deg, #ffdf00, #1fc85a);
}

.brazil-option1-phone .gift-grid strong {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brazil-option1-phone .audience-row {
  position: absolute;
  z-index: 4;
  right: clamp(12px, 3vw, 28px);
  top: auto;
  bottom: clamp(4px, 1.1vw, 12px);
  left: clamp(12px, 3vw, 28px);
  display: flex;
  align-items: center;
  gap: 7px;
  height: auto;
  min-width: 0;
}

.audience-row strong {
  flex: 0 0 auto;
  padding: 8px 10px;
  color: var(--brazil-yellow);
  background: rgba(1, 8, 5, 0.58);
  border-radius: 999px;
  font-size: clamp(11px, 2vw, 16px);
  line-height: 1;
}

.audience-row i {
  width: clamp(25px, 5.6vw, 44px);
  height: clamp(25px, 5.6vw, 44px);
  margin: 0 0 0 -4px;
  border: 2px solid rgba(32, 196, 90, 0.92);
}

.audience-row i:nth-of-type(2n) {
  background-image: url("assets/brazil01-cohost.png");
}

.audience-row span {
  width: clamp(30px, 6.4vw, 50px);
  height: clamp(30px, 6.4vw, 50px);
  display: grid;
  place-items: center;
  color: var(--brazil-cream);
  background: rgba(255, 253, 240, 0.16);
  border-radius: 50%;
  font-size: clamp(18px, 4vw, 30px);
  line-height: 1;
}

.brazil-option1-phone .phone-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(14px, 2vw, 20px);
  overflow: hidden;
  background: rgba(0, 103, 42, 0.28);
  border: 1px solid rgba(0, 151, 57, 0.62);
  border-radius: clamp(18px, 3vw, 28px);
}

.brazil-option1-phone .phone-badges article {
  min-width: 0;
  padding: clamp(12px, 2.5vw, 22px) clamp(8px, 2vw, 18px);
  color: var(--brazil-cream);
  background: transparent;
  border-right: 1px solid rgba(255, 253, 240, 0.24);
}

.brazil-option1-phone .phone-badges article:last-child {
  border-right: 0;
}

.phone-badges article > span {
  display: block;
  min-height: 26px;
  margin-bottom: 8px;
  color: var(--brazil-yellow);
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1;
}

.phone-badges article:nth-child(1) > span,
.phone-badges article:nth-child(3) > span {
  color: #20c45a;
}

.phone-badges strong,
.phone-badges p {
  display: block;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: left;
}

.phone-badges strong {
  color: var(--brazil-cream);
  font-size: clamp(13px, 2.4vw, 22px);
  line-height: 1.14;
}

.phone-badges p {
  margin-top: 7px;
  color: rgba(255, 253, 240, 0.76);
  font-size: clamp(11px, 1.9vw, 18px);
  line-height: 1.32;
  font-weight: 650;
}

.brazil-option1-phone .onboarding-note {
  margin: clamp(14px, 2vw, 22px) auto 0;
  padding: clamp(13px, 2.2vw, 20px) clamp(16px, 4vw, 34px);
  color: var(--brazil-yellow);
  background:
    linear-gradient(180deg, rgba(32, 196, 90, 0.18), rgba(0, 151, 57, 0.1)),
    rgba(0, 103, 42, 0.46);
  border: 1px solid rgba(32, 196, 90, 0.42);
  border-radius: 999px;
  font-size: clamp(15px, 2.7vw, 24px);
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
}

@media (min-width: 900px) {
  .brazil-option1-hero {
    padding-top: 44px;
  }

  .brazil-option1-shell {
    width: min(100% - 40px, 820px);
  }
}

@media (max-width: 700px) {
  body.design-brazil {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  body.design-brazil .nav-shell.has-brazil-language {
    width: min(100% - 20px, var(--max-width));
    min-height: 66px;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }

  body.design-brazil .brand {
    padding: 0;
  }

  body.design-brazil .brand-logo {
    width: min(42vw, 148px);
  }

  body.design-brazil .brand-caption {
    display: none;
  }

  body.design-brazil .menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  body.design-brazil .nav-shell.has-brazil-language .nav-links.is-open {
    top: 66px;
    right: 10px;
    left: 10px;
    width: auto;
  }

  body.design-brazil .brazil-lang-switch {
    min-height: 30px;
    padding: 3px 5px;
    font-size: 10px;
  }

  body.design-brazil .brazil-lang-switch button {
    min-width: 28px;
    min-height: 24px;
    padding: 2px 6px;
  }

  .brazil-option1-hero {
    min-height: calc(100svh - 66px);
    padding: 18px 0 34px;
  }

  .brazil-option1-shell {
    width: min(100% - 20px, 390px);
    gap: 14px;
  }

  .brazil-option1-copy .brazil-pill {
    min-height: 24px;
    margin-bottom: 9px;
    padding: 5px 8px;
    font-size: 9px;
    border-radius: 7px;
  }

  .brazil-option1-copy h1 {
    margin-bottom: 8px;
    font-size: clamp(44px, 14.2vw, 56px);
    line-height: 0.95;
  }

  .brazil-option1-copy .brazil-hero-subtitle {
    width: min(100%, 330px);
    font-size: 14px;
    line-height: 1.38;
  }

  .brazil-option1-actions {
    gap: 8px;
    margin-top: 14px;
  }

  .brazil-option1-actions .btn {
    min-height: 52px;
    padding: 10px 16px;
    border-radius: 13px;
    font-size: 16px;
  }

  .brazil-option1-actions .btn svg {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .brazil-option1-phone {
    width: min(100%, 358px);
    padding: 9px;
    border-radius: 28px;
  }

  .brazil-option1-phone .phone-live-window {
    aspect-ratio: 9 / 11.45;
    border-radius: 22px;
  }

  .phone-creator-bar {
    top: 22px;
    left: 13px;
    max-width: calc(100% - 106px);
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 7px;
  }

  .creator-avatar {
    width: 34px;
    height: 34px;
  }

  .phone-creator-bar b {
    display: none;
  }

  .brazil-option1-phone .phone-live-top {
    top: 23px;
    right: 12px;
    gap: 5px;
  }

  .brazil-option1-phone .phone-live-top span,
  .brazil-option1-phone .phone-live-top strong {
    min-height: 27px;
    padding: 6px 7px;
    border-radius: 8px;
    font-size: 9px;
  }

  .brazil-option1-phone .cohost-window {
    top: 82px;
    right: 12px;
    width: 70px;
    border-radius: 12px;
  }

  .cohost-window strong {
    padding: 5px 3px;
    font-size: 9px;
  }

  .brazil-option1-phone .chat-stack {
    left: 11px;
    bottom: 112px;
    width: min(64%, 216px);
    gap: 5px;
  }

  .brazil-chat-bubble {
    gap: 6px;
    padding: 5px 7px 5px 5px;
  }

  .brazil-chat-bubble.compact {
    display: none;
  }

  .brazil-chat-bubble:nth-child(3) {
    display: none;
  }

  .chat-avatar {
    width: 24px;
    height: 24px;
  }

  .brazil-chat-bubble strong {
    font-size: 10px;
  }

  .brazil-chat-bubble span:not(.chat-avatar) {
    font-size: 9px;
  }

  .brazil-option1-phone .reaction-hearts {
    right: 17px;
    bottom: 118px;
    gap: 9px;
    font-size: 23px;
  }

  .brazil-option1-phone .gift-grid {
    right: 70px;
    bottom: 56px;
    gap: 6px;
  }

  .brazil-option1-phone .gift-grid i {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 17px;
  }

  .brazil-option1-phone .audience-row {
    right: 11px;
    top: auto;
    bottom: 0;
    left: 11px;
    gap: 4px;
    height: auto;
  }

  .audience-row strong {
    padding: 7px 9px;
    font-size: 10px;
  }

  .audience-row i {
    width: 25px;
    height: 25px;
    margin-left: -6px;
  }

  .audience-row span {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .brazil-option1-phone .phone-badges {
    margin-top: 9px;
    border-radius: 18px;
  }

  .brazil-option1-phone .phone-badges article {
    padding: 10px 8px;
  }

  .phone-badges article > span {
    min-height: 18px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .phone-badges strong {
    font-size: 11px;
    line-height: 1.12;
  }

  .phone-badges p {
    margin-top: 5px;
    font-size: 9px;
    line-height: 1.24;
  }

  .brazil-option1-phone .onboarding-note {
    margin-top: 9px;
    padding: 11px 14px;
    font-size: 13px;
    border-radius: 22px;
  }
}

@media (min-width: 701px) {
  .brazil-live-hero .brazil-option1-stage {
    width: min(100%, 460px);
    margin: 0 auto;
  }

  .brazil-live-hero .brazil-option1-phone {
    width: min(100%, 430px);
    min-height: 0;
    padding: 14px;
    border-radius: 36px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-live-window {
    aspect-ratio: 9 / 12.35;
    border-radius: 28px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-creator-bar {
    top: 26px;
    left: 22px;
    max-width: 224px;
    gap: 8px;
  }

  .brazil-live-hero .brazil-option1-phone .creator-avatar {
    width: 40px;
    height: 40px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-creator-bar strong {
    font-size: 13px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-creator-bar span {
    font-size: 10px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-creator-bar b {
    padding: 6px 8px;
    font-size: 10px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-live-top {
    top: 28px;
    right: 22px;
    gap: 6px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-live-top span,
  .brazil-live-hero .brazil-option1-phone .phone-live-top strong {
    min-height: 30px;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 12px;
  }

  .brazil-live-hero .brazil-option1-phone .cohost-window {
    top: 142px;
    right: 22px;
    width: 100px;
  }

  .brazil-live-hero .brazil-option1-phone .chat-stack {
    left: 22px;
    bottom: 126px;
    width: 220px;
    gap: 6px;
  }

  .brazil-live-hero .brazil-option1-phone .brazil-chat-bubble {
    gap: 7px;
    padding: 6px 9px 6px 6px;
  }

  .brazil-live-hero .brazil-option1-phone .chat-avatar {
    width: 30px;
    height: 30px;
  }

  .brazil-live-hero .brazil-option1-phone .brazil-chat-bubble strong {
    font-size: 12px;
  }

  .brazil-live-hero .brazil-option1-phone .brazil-chat-bubble span:not(.chat-avatar) {
    font-size: 10px;
  }

  .brazil-live-hero .brazil-option1-phone .reaction-hearts {
    right: 30px;
    bottom: 144px;
    gap: 12px;
    font-size: 30px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-badges {
    grid-template-columns: repeat(3, minmax(118px, 1fr));
    margin-top: 12px;
    border-radius: 22px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-badges article {
    padding: 12px 10px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-badges article > span {
    min-height: 22px;
    margin-bottom: 7px;
    font-size: 24px;
  }

  .brazil-live-hero .brazil-option1-phone .phone-badges strong,
  .brazil-live-hero .brazil-option1-phone .phone-badges p {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .brazil-live-hero .brazil-option1-phone .phone-badges strong {
    font-size: 13px;
    line-height: 1.18;
    text-wrap: balance;
  }

  .brazil-live-hero .brazil-option1-phone .phone-badges p {
    margin-top: 6px;
    font-size: 10.5px;
    line-height: 1.3;
  }

  .brazil-live-hero .brazil-option1-phone .onboarding-note {
    margin-top: 12px;
    padding: 13px 18px;
    font-size: 14px;
    border-radius: 26px;
  }
}

/* US01 Crush Live broadcaster growth site */
body.design-us01 {
  --us01-ink: #fff8f2;
  --us01-muted: rgba(255, 248, 242, 0.68);
  --us01-soft: rgba(255, 248, 242, 0.46);
  --us01-bg: #040404;
  --us01-panel: #101010;
  --us01-panel-2: #17110f;
  --us01-line: rgba(255, 255, 255, 0.16);
  --us01-pink: #ff2f9a;
  --us01-pink-2: #ff4db2;
  --us01-amber: #ffb23f;
  --us01-orange: #ff6a22;
  color: var(--us01-ink);
  background: #040404;
}

body.design-us01 .site-header {
  background: rgba(0, 0, 0, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
}

body.design-us01 .site-header::after {
  background: linear-gradient(90deg, transparent, rgba(255, 47, 154, 0.68), rgba(255, 178, 63, 0.44), transparent);
  opacity: 0.55;
}

body.design-us01 .brand {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.design-us01 .brand-logo {
  width: 178px;
  filter: drop-shadow(0 0 18px rgba(255, 47, 154, 0.28));
}

body.design-us01 .brand-caption {
  display: none;
}

body.design-us01 .nav-links {
  color: rgba(255, 248, 242, 0.86);
}

body.design-us01 .nav-links a:hover,
body.design-us01 .nav-links a:focus-visible {
  border-color: var(--us01-pink);
}

body.design-us01 .btn-primary,
body.design-us01 .btn-glow,
body.design-us01 .mobile-action-bar a.accent {
  color: #ffffff;
  background: linear-gradient(135deg, #ff1f93, #ff4db2);
  border-color: rgba(255, 96, 187, 0.6);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 20px 40px rgba(255, 47, 154, 0.28);
}

body.design-us01 .btn-secondary,
body.design-us01 .btn-clear,
body.design-us01 .mobile-action-bar a:not(.accent) {
  color: #fff8f2;
  background: rgba(0, 0, 0, 0.22);
  border-color: rgba(255, 178, 63, 0.64);
  box-shadow:
    0 0 0 1px rgba(255, 178, 63, 0.08) inset,
    0 16px 32px rgba(0, 0, 0, 0.22);
}

body.design-us01 .btn-secondary:hover,
body.design-us01 .btn-clear:hover {
  border-color: rgba(255, 178, 63, 0.95);
}

.us01-shell {
  width: min(100% - 40px, var(--max-width));
  margin: 0 auto;
}

.us01-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #040404;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.us01-hero-photo,
.us01-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.us01-hero-photo {
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.05) contrast(1.04);
}

.us01-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.78) 28%, rgba(0, 0, 0, 0.22) 62%, rgba(0, 0, 0, 0.32) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, transparent 58%, rgba(0, 0, 0, 0.78) 100%);
}

.us01-hero-content {
  position: relative;
  z-index: 1;
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(500px, 0.58fr) minmax(320px, 1fr);
  align-items: center;
  gap: 30px;
  padding: 36px 0 26px;
}

.us01-copy {
  max-width: 620px;
}

.us01-kicker {
  margin: 0 0 16px;
  color: rgba(255, 248, 242, 0.78);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.us01-kicker span {
  color: var(--us01-pink);
}

.us01-copy h1 {
  max-width: 650px;
  margin: 0 0 14px;
  color: #fffaf6;
  font-size: clamp(48px, 5.25vw, 72px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
}

.us01-copy h1 span {
  display: inline-block;
  color: var(--us01-pink-2);
}

.us01-copy > p:not(.us01-kicker) {
  max-width: 570px;
  margin: 0;
  color: var(--us01-muted);
  font-size: 17px;
  line-height: 1.55;
}

.us01-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.us01-actions .btn {
  min-width: 220px;
  min-height: 52px;
}

.us01-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 570px;
  margin-top: 22px;
}

.us01-trust-row article {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  padding: 0 12px 0 0;
}

.us01-trust-row span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: rgba(255, 47, 154, 0.15);
  border: 1px solid rgba(255, 47, 154, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(255, 47, 154, 0.22);
  font-size: 12px;
  font-weight: 950;
}

.us01-trust-row article:nth-child(2) span {
  color: #ffdca3;
  background: rgba(255, 178, 63, 0.13);
  border-color: rgba(255, 178, 63, 0.34);
  box-shadow: 0 0 22px rgba(255, 178, 63, 0.22);
}

.us01-trust-row strong,
.us01-trust-row small {
  display: block;
}

.us01-trust-row strong {
  color: #fff8f2;
  font-size: 13px;
  line-height: 1.15;
}

.us01-trust-row small {
  color: var(--us01-soft);
  font-size: 12px;
  line-height: 1.2;
}

.us01-live-card {
  align-self: end;
  justify-self: end;
  width: min(100%, 315px);
  margin-bottom: 28px;
  padding: 18px;
  color: #fff8f2;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.48),
    0 0 30px rgba(255, 47, 154, 0.13);
  backdrop-filter: blur(16px);
}

.us01-live-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.us01-live-card span {
  padding: 6px 9px;
  color: #ffffff;
  background: var(--us01-pink);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 950;
}

.us01-live-card strong {
  font-size: 15px;
}

.us01-live-card p {
  margin: 0;
  color: var(--us01-muted);
  font-size: 14px;
  line-height: 1.45;
}

.us01-agency-mark {
  position: absolute;
  top: 58px;
  right: 0;
  z-index: 2;
  width: clamp(138px, 13vw, 184px);
  padding: 8px;
  color: #fff8f2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.68)),
    rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(255, 178, 63, 0.4);
  border-radius: 12px;
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(255, 47, 154, 0.15);
  backdrop-filter: blur(14px);
}

.us01-agency-mark img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 9px;
}

.us01-agency-mark span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 220, 163, 0.92);
  font-size: 10px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.us01-event-strip {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(210px, 1fr)) minmax(210px, 0.9fr);
  gap: 0;
  align-items: stretch;
  padding: 14px max(20px, calc((100% - var(--max-width)) / 2));
  color: #fff8f2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), transparent),
    #111111;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.us01-event-strip > article,
.us01-event-intro,
.us01-event-help {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.us01-event-strip > :last-child {
  border-right: 0;
}

.us01-event-intro,
.us01-event-help {
  display: grid;
  align-content: center;
  gap: 3px;
}

.us01-event-strip strong {
  display: block;
  color: #fff8f2;
  font-size: 15px;
  line-height: 1.18;
}

.us01-event-strip span {
  display: block;
  color: var(--us01-muted);
  font-size: 13px;
  line-height: 1.25;
}

.us01-event-strip a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  color: var(--us01-pink-2);
  font-size: 13px;
  font-weight: 950;
}

.us01-event-strip svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.us01-event-thumb {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  background-image: url("assets/us01-event-strip.png");
  background-repeat: no-repeat;
  background-size: 300% 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.us01-event-thumb.thumb-one {
  background-position: left center;
}

.us01-event-thumb.thumb-two {
  background-position: center center;
}

.us01-event-thumb.thumb-three {
  background-position: right center;
}

.us01-steps-section {
  padding: 42px 0 42px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #080706;
  background-size: auto, 160px 48px, 80px 48px, auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.us01-steps-section .section-heading {
  margin-bottom: 28px;
}

.us01-steps-section .section-heading h2 {
  max-width: 780px;
  margin-inline: auto;
  color: #fff8f2;
  font-size: clamp(30px, 3vw, 40px);
}

.us01-step-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.us01-step-line article {
  position: relative;
  min-height: 150px;
  padding: 22px 28px 22px 82px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.us01-step-line article:last-child {
  border-right: 0;
}

.us01-step-line span {
  position: absolute;
  left: 26px;
  top: 14px;
  color: var(--us01-pink-2);
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 0 24px rgba(255, 47, 154, 0.5);
}

.us01-step-line article:nth-child(2) span {
  color: var(--us01-amber);
  text-shadow: 0 0 24px rgba(255, 178, 63, 0.48);
}

.us01-step-line h3 {
  margin: 0 0 8px;
  color: #fff8f2;
  font-size: 22px;
  line-height: 1.1;
}

.us01-step-line p {
  margin: 0;
  color: var(--us01-muted);
  font-size: 16px;
}

.us01-powered {
  width: fit-content;
  margin: 34px auto 0;
  color: rgba(255, 248, 242, 0.66);
  font-size: 14px;
}

.us01-about {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  background:
    radial-gradient(ellipse at 15% 10%, rgba(255, 47, 154, 0.12), transparent 32%),
    #050505;
}

.us01-about-body {
  padding: 28px;
  background: #111111;
  border: 1px solid var(--us01-line);
  border-radius: 8px;
}

.us01-about-body p {
  color: var(--us01-muted);
  font-size: 18px;
}

.us01-brand-balance {
  margin-top: 22px;
  padding: 18px;
  background: rgba(255, 47, 154, 0.08);
  border: 1px solid rgba(255, 47, 154, 0.22);
  border-radius: 8px;
}

.us01-brand-balance strong,
.us01-brand-balance span {
  display: block;
}

.us01-brand-balance strong {
  color: #fff8f2;
}

.us01-brand-balance span {
  margin-top: 4px;
  color: var(--us01-muted);
}

.us01-stats {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max-width)) / 2));
  background:
    linear-gradient(90deg, rgba(255, 47, 154, 0.1), rgba(255, 178, 63, 0.08)),
    #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.us01-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.us01-stat-grid article,
.us01-card-grid article {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.us01-stat-grid article {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 20px;
  text-align: center;
}

.us01-stat-grid strong {
  color: #fff8f2;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.us01-stat-grid span {
  color: var(--us01-muted);
  font-weight: 900;
}

.us01-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.us01-card-grid article {
  position: relative;
  min-height: 260px;
  padding: 24px;
}

.us01-card-grid article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--us01-pink), var(--us01-amber));
  border-radius: 8px 0 0 8px;
}

.us01-card-grid span {
  display: inline-flex;
  margin-bottom: 52px;
  color: var(--us01-amber);
  font-size: 13px;
  font-weight: 950;
}

.us01-card-grid p {
  color: var(--us01-muted);
}

body.design-us01 details {
  background: #111111;
  border-color: rgba(255, 255, 255, 0.14);
}

body.design-us01 details::before,
body.design-us01 .final-cta::before {
  background: linear-gradient(90deg, var(--us01-pink), var(--us01-amber));
}

.us01-final {
  background:
    radial-gradient(ellipse at 78% 24%, rgba(255, 178, 63, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(255, 47, 154, 0.2), rgba(255, 106, 34, 0.12)),
    #101010;
}

@media (max-width: 1080px) {
  body.design-us01 .nav-shell {
    grid-template-columns: auto auto;
  }

  .us01-hero-content {
    grid-template-columns: 1fr;
  }

  .us01-live-card {
    justify-self: start;
    margin: 12px 0 0;
  }

  .us01-agency-mark {
    top: 22px;
    right: 0;
    width: 132px;
  }

  .us01-event-strip {
    grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(240px, 1fr)) minmax(220px, 0.9fr);
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .us01-about {
    grid-template-columns: 1fr;
  }

  .us01-stat-grid,
  .us01-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .us01-step-line {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .us01-step-line article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .us01-step-line article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  body.design-us01 .brand-logo {
    width: 154px;
  }

  body.design-us01 .nav-links.is-open {
    background: rgba(0, 0, 0, 0.98);
  }

  .us01-shell {
    width: min(100% - 24px, var(--max-width));
  }

  .us01-hero {
    min-height: auto;
  }

  .us01-hero-photo {
    height: 390px;
    object-position: 60% top;
  }

  .us01-hero-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.52) 42%, #040404 70%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.24));
  }

  .us01-hero-content {
    min-height: 0;
    padding: 292px 0 34px;
  }

  .us01-agency-mark {
    top: 20px;
    right: auto;
    left: 0;
    width: 86px;
    padding: 4px;
    border-radius: 10px;
    border-color: rgba(255, 178, 63, 0.34);
    box-shadow:
      0 16px 38px rgba(0, 0, 0, 0.46),
      0 0 22px rgba(255, 47, 154, 0.18);
  }

  .us01-agency-mark img {
    border-radius: 8px;
  }

  .us01-agency-mark span {
    margin-top: 4px;
    font-size: 7px;
    line-height: 1.15;
    letter-spacing: 0.04em;
  }

  .us01-kicker {
    font-size: 11px;
    line-height: 1.5;
  }

  .us01-copy h1 {
    font-size: 44px;
    line-height: 1.02;
  }

  .us01-copy > p:not(.us01-kicker),
  .us01-about-body p {
    font-size: 16px;
  }

  .us01-actions {
    display: grid;
  }

  .us01-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .us01-trust-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .us01-live-card {
    display: none;
  }

  .us01-event-strip {
    display: flex;
    padding: 12px;
  }

  .us01-event-strip > article,
  .us01-event-intro,
  .us01-event-help {
    flex: 0 0 248px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .us01-steps-section {
    padding: 42px 0 34px;
  }

  .us01-step-line article {
    min-height: 0;
    padding: 18px 0 22px 58px;
  }

  .us01-step-line span {
    left: 0;
    top: 14px;
    font-size: 36px;
  }

  .us01-stat-grid,
  .us01-card-grid {
    grid-template-columns: 1fr;
  }

  .us01-about-body,
  .us01-card-grid article {
    min-height: 0;
    padding: 20px;
  }

  .us01-card-grid span {
    margin-bottom: 30px;
  }
}

/* Middle East 01 */
body.design-middleeast {
  --me-bg: #080305;
  --me-panel: rgba(35, 14, 20, 0.78);
  --me-panel-strong: rgba(20, 10, 13, 0.96);
  --me-red: #ff284f;
  --me-red-deep: #b2072b;
  --me-gold: #f7c85a;
  --me-ink: #fff8f2;
  --me-muted: rgba(255, 235, 226, 0.74);
  --me-line: rgba(255, 255, 255, 0.14);
  color: var(--me-ink);
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 40, 79, 0.22), transparent 32%),
    radial-gradient(circle at 18% 26%, rgba(247, 200, 90, 0.1), transparent 28%),
    linear-gradient(180deg, #070204 0%, #160508 44%, #080305 100%);
}

body.design-middleeast .site-header {
  background: rgba(8, 3, 5, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

body.design-middleeast .site-header::after {
  background: linear-gradient(90deg, transparent, var(--me-red), var(--me-gold), transparent);
}

body.design-middleeast .nav-shell {
  grid-template-columns: auto auto 1fr auto;
  gap: 18px;
}

body.design-middleeast .brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  padding: 7px 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.design-middleeast .brand-logo {
  width: 44px;
  height: 44px;
  grid-row: span 2;
  padding: 0;
  object-fit: cover;
  background: transparent;
  border: 1px solid rgba(247, 200, 90, 0.24);
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(250, 28, 84, 0.24);
}

body.design-middleeast .brand-caption {
  align-self: end;
  color: var(--me-ink);
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}

.me-brand-sub {
  align-self: start;
  color: var(--me-gold);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.me-lang-switch {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 6px;
  min-height: 40px;
  padding: 5px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.me-lang-switch button {
  min-height: 28px;
  padding: 4px 8px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.me-lang-switch button[aria-pressed="true"] {
  color: var(--me-ink);
  background: rgba(255, 255, 255, 0.12);
}

body.design-middleeast .nav-links {
  gap: 22px;
  color: rgba(255, 245, 240, 0.72);
}

body.design-middleeast .nav-links a:hover,
body.design-middleeast .nav-links a:focus-visible {
  border-color: var(--me-gold);
}

body.design-middleeast .btn-primary,
body.design-middleeast .me-agent-cta {
  color: #fff;
  background: linear-gradient(180deg, #ff345d, #c4082f);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 18px 42px rgba(255, 40, 79, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

body.design-middleeast .btn-secondary,
body.design-middleeast .me-host-cta,
body.design-middleeast .btn-clear {
  color: var(--me-ink);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(247, 200, 90, 0.36);
  box-shadow: none;
}

body.design-middleeast .btn-glow {
  color: #fff;
  background: linear-gradient(180deg, #ff345d, #c4082f);
  border-color: rgba(255, 255, 255, 0.14);
}

.me-shell,
.me-section {
  width: min(100% - 40px, var(--max-width));
  margin: 0 auto;
}

.me-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  padding: 74px 0 88px;
  background:
    linear-gradient(135deg, rgba(255, 40, 79, 0.22), transparent 42%),
    radial-gradient(circle at 78% 28%, rgba(247, 200, 90, 0.14), transparent 31%),
    linear-gradient(180deg, #160508 0%, #2a080f 54%, #080305 100%);
}

.me-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(45deg, transparent 47%, rgba(247, 200, 90, 0.28) 49%, transparent 51%),
    linear-gradient(-45deg, transparent 47%, rgba(255, 40, 79, 0.24) 49%, transparent 51%);
  background-size: 86px 86px;
  pointer-events: none;
}

.me-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.86fr);
  gap: 72px;
  align-items: center;
}

.me-copy {
  max-width: 640px;
}

.me-kicker,
body.design-middleeast .eyebrow {
  color: var(--me-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.me-copy h1 {
  max-width: 620px;
  margin: 22px 0 18px;
  color: #fff;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.98;
  letter-spacing: 0;
}

.me-lede {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 244, 238, 0.84);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.48;
}

.me-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.me-actions .btn {
  min-width: 188px;
  min-height: 58px;
}

.me-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.me-proof span,
.me-ready-grid span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  color: rgba(255, 238, 231, 0.82);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}

.me-visual {
  justify-self: end;
  width: min(100%, 494px);
}

.me-stage-card {
  position: relative;
  overflow: hidden;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(8, 3, 5, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 36px 95px rgba(0, 0, 0, 0.44);
}

.me-stage-card img {
  width: 100%;
  aspect-ratio: 0.74;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.me-live-panel,
.me-agent-card,
.me-agency-signature,
.me-sound-wave {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}

.me-live-panel {
  top: 28px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(8, 3, 5, 0.82);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
}

.me-live-panel span {
  padding: 6px 9px;
  background: var(--me-red);
  border-radius: 7px;
  font-size: 11px;
}

.me-agent-card {
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 18px;
  background: rgba(8, 3, 5, 0.9);
  border-color: rgba(247, 200, 90, 0.32);
  border-radius: 8px;
}

.me-agent-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--me-gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.me-agent-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.2;
}

.me-agency-signature {
  left: 28px;
  bottom: 132px;
  z-index: 2;
  width: min(178px, calc(100% - 56px));
  padding: 12px 13px;
  direction: ltr;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(255, 40, 79, 0.1), rgba(8, 3, 5, 0.88)),
    rgba(8, 3, 5, 0.86);
  border-color: rgba(247, 200, 90, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.me-agency-signature span {
  display: block;
  margin-bottom: 7px;
  color: rgba(247, 200, 90, 0.86);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.me-agency-signature strong {
  display: block;
  color: rgba(255, 248, 242, 0.94);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
}

.me-agency-signature p {
  margin: 8px 0 0;
  color: rgba(255, 235, 226, 0.7);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  unicode-bidi: plaintext;
}

.me-sound-wave {
  right: 28px;
  bottom: 132px;
  display: flex;
  align-items: end;
  gap: 5px;
  height: 58px;
  padding: 10px;
  background: rgba(8, 3, 5, 0.36);
  border: 0;
}

.me-sound-wave i {
  width: 5px;
  min-height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2d9bff, var(--me-red));
}

.me-sound-wave i:nth-child(2) { height: 32px; }
.me-sound-wave i:nth-child(3) { height: 24px; }
.me-sound-wave i:nth-child(4) { height: 44px; }
.me-sound-wave i:nth-child(5) { height: 52px; }

.me-section {
  padding: 86px 0;
}

.me-feature-grid,
.me-role-list,
.me-agent-steps,
.me-process-line,
.me-trust-strip {
  display: grid;
  gap: 16px;
}

.me-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.me-feature-grid article,
.me-role-list article,
.me-agent-steps article,
.me-process-line article,
.me-trust-strip article {
  position: relative;
  min-width: 0;
  padding: 22px;
  background: var(--me-panel);
  border: 1px solid var(--me-line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 180ms ease, border-color 180ms ease;
}

.me-feature-grid article:hover,
.me-role-list article:hover,
.me-agent-steps article:hover {
  border-color: rgba(247, 200, 90, 0.38);
}

.me-feature-grid span,
.me-agent-steps span,
.me-process-line span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--me-gold);
  font-size: 13px;
  font-weight: 950;
}

.me-feature-grid h3,
.me-feature-grid p,
.me-role-list strong,
.me-role-list span,
.me-agent-steps strong,
.me-process-line strong,
.me-process-line p,
.me-trust-strip strong,
.me-trust-strip span {
  overflow-wrap: anywhere;
}

.me-feature-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.24;
}

.me-feature-grid p,
.me-role-list span,
.me-process-line p,
.me-trust-strip span {
  margin: 0;
  color: var(--me-muted);
}

.me-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.me-role-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.me-role-list article {
  min-height: 128px;
}

.me-role-list strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
}

.me-agent-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
}

.me-agent-steps article {
  min-height: 158px;
}

.me-center-action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.me-ready-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 90% 12%, rgba(247, 200, 90, 0.14), transparent 32%),
    rgba(255, 255, 255, 0.045);
  border: 1px solid var(--me-line);
  border-radius: 8px;
}

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

.me-process-line {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.me-trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.me-trust-strip article {
  min-height: 126px;
}

.me-trust-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

body.design-middleeast details {
  background: rgba(35, 14, 20, 0.74);
  border-color: var(--me-line);
}

body.design-middleeast details::before {
  background: linear-gradient(180deg, var(--me-red), var(--me-gold));
}

.me-final {
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 40, 79, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 40, 79, 0.18), rgba(247, 200, 90, 0.08)),
    #130609;
}

.me-final p {
  color: var(--me-muted);
}

body.design-middleeast .mobile-action-bar .accent {
  background: linear-gradient(180deg, #ff345d, #c4082f);
}

body.design-middleeast .site-footer {
  background: #070304;
  border-top-color: rgba(255, 255, 255, 0.12);
}

html[dir="rtl"] body.design-middleeast {
  direction: rtl;
}

html[dir="rtl"] body.design-middleeast .nav-shell {
  direction: rtl;
}

html[dir="rtl"] body.design-middleeast .brand {
  justify-self: end;
}

html[dir="rtl"] body.design-middleeast .nav-actions,
html[dir="rtl"] body.design-middleeast .me-actions,
html[dir="rtl"] body.design-middleeast .me-proof {
  direction: rtl;
}

html[dir="rtl"] body.design-middleeast .me-copy,
html[dir="rtl"] body.design-middleeast .section-heading,
html[dir="rtl"] body.design-middleeast .me-feature-grid article,
html[dir="rtl"] body.design-middleeast .me-role-list article,
html[dir="rtl"] body.design-middleeast .me-agent-steps article,
html[dir="rtl"] body.design-middleeast .me-process-line article,
html[dir="rtl"] body.design-middleeast .me-trust-strip article {
  text-align: right;
}

html[dir="rtl"] body.design-middleeast .me-copy {
  grid-column: 1;
  justify-self: end;
}

html[dir="rtl"] body.design-middleeast .me-visual {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

html[dir="rtl"] body.design-middleeast .me-live-panel {
  right: 28px;
  left: auto;
}

html[dir="rtl"] body.design-middleeast .me-sound-wave {
  right: auto;
  left: 28px;
}

html[dir="rtl"] body.design-middleeast .me-agency-signature {
  right: 28px;
  left: auto;
  direction: ltr;
  text-align: left;
}

@media (max-width: 1080px) {
  body.design-middleeast .nav-shell {
    grid-template-columns: auto auto auto;
  }

  body.design-middleeast .nav-links,
  body.design-middleeast .nav-actions {
    display: none;
  }

  body.design-middleeast .menu-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    justify-self: end;
  }

  body.design-middleeast .nav-links.is-open {
    position: fixed;
    top: 76px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    padding: 14px;
    background: rgba(8, 3, 5, 0.98);
    border: 1px solid var(--me-line);
    border-radius: 8px;
  }

  .me-hero-shell,
  .me-split,
  .me-ready-panel {
    grid-template-columns: 1fr;
  }

  .me-visual {
    justify-self: center;
  }

  .me-agent-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .me-feature-grid,
  .me-process-line,
  .me-trust-strip {
    grid-template-columns: 1fr;
  }

  html[dir="rtl"] body.design-middleeast .me-copy,
  html[dir="rtl"] body.design-middleeast .me-visual {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 700px) {
  body.design-middleeast {
    padding-bottom: 72px;
  }

  body.design-middleeast .nav-shell {
    width: min(100% - 20px, var(--max-width));
    min-height: 90px;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 0;
  }

  body.design-middleeast .brand {
    grid-template-columns: 42px minmax(0, 180px);
    gap: 8px;
    align-items: center;
    padding: 0;
  }

  body.design-middleeast .brand-logo {
    width: 42px;
    height: 42px;
    grid-row: auto;
    padding: 0;
  }

  body.design-middleeast .brand-caption {
    display: block;
    max-width: 190px;
    align-self: center;
    font-size: 16px;
    line-height: 1.08;
  }

  .me-brand-sub {
    display: none;
  }

  .me-lang-switch {
    grid-column: 1 / 3;
    grid-row: 2;
    justify-self: start;
    min-height: 34px;
  }

  body.design-middleeast .menu-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  body.design-middleeast .nav-links.is-open {
    top: 92px;
  }

  .me-shell,
  .me-section {
    width: min(100% - 24px, var(--max-width));
  }

  .me-hero {
    min-height: auto;
    padding: 30px 0 52px;
  }

  .me-hero-shell {
    gap: 20px;
  }

  .me-copy h1 {
    margin: 14px 0 10px;
    font-size: 44px;
    line-height: 1.02;
  }

  .me-lede {
    font-size: 16px;
    line-height: 1.45;
  }

  .me-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .me-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  .me-proof {
    gap: 8px;
    margin-top: 16px;
  }

  .me-proof span {
    min-height: 32px;
    font-size: 11px;
  }

  .me-visual {
    width: 100%;
  }

  .me-stage-card {
    padding: 10px;
  }

  .me-stage-card img {
    max-height: 510px;
  }

  .me-live-panel {
    top: 20px;
    left: 20px;
    padding: 8px;
  }

  .me-agent-card {
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 14px;
  }

  .me-agent-card strong {
    font-size: 18px;
  }

  .me-agency-signature {
    left: 20px;
    bottom: 112px;
    width: min(166px, calc(100% - 40px));
    padding: 10px 11px;
  }

  .me-agency-signature strong {
    font-size: 15px;
  }

  .me-agency-signature p {
    font-size: 9px;
  }

  .me-sound-wave {
    right: 18px;
    bottom: 112px;
  }

  .me-section {
    padding: 52px 0;
  }

  .me-feature-grid,
  .me-role-list,
  .me-agent-steps,
  .me-process-line,
  .me-trust-strip,
  .me-ready-grid {
    grid-template-columns: 1fr;
  }

  .me-feature-grid article,
  .me-role-list article,
  .me-agent-steps article,
  .me-process-line article,
  .me-trust-strip article {
    min-height: 0;
    padding: 18px;
  }

  .me-ready-panel {
    padding: 20px;
  }

  html[dir="rtl"] body.design-middleeast .me-live-panel {
    right: 20px;
  }

  html[dir="rtl"] body.design-middleeast .me-sound-wave {
    left: 18px;
  }

html[dir="rtl"] body.design-middleeast .me-agency-signature {
    right: 20px;
  }
}

/* Nepal 01 reference-faithful rebuild */
body.design-nepal {
  --np-ref-red: #e32631;
  --np-ref-gold: #ffc64d;
  --np-ref-gold-deep: #a66b18;
  --np-ref-ink: #fff8ee;
  --np-ref-muted: rgba(255, 244, 226, 0.8);
  --np-ref-card: rgba(12, 15, 13, 0.78);
  --np-ref-line: rgba(255, 199, 78, 0.55);
  color: var(--np-ref-ink);
  background: #070b0c;
}

body.design-nepal .site-header {
  background: rgba(5, 7, 7, 0.72);
  border-bottom: 1px solid rgba(255, 199, 78, 0.3);
  backdrop-filter: blur(18px);
}

body.design-nepal .site-header::after {
  display: none;
}

body.design-nepal .nav-shell {
  width: min(100% - 72px, 1440px);
  min-height: 78px;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
}

body.design-nepal .brand {
  gap: 14px;
}

body.design-nepal .brand-caption {
  color: #fff;
  font-size: 0;
  line-height: 1;
}

body.design-nepal .brand-caption::before {
  content: "Crush Live";
  color: #fff;
  font-size: 25px;
}

body.design-nepal .brand-caption::after {
  content: " Nepal";
  color: #ff3039;
  font-size: 25px;
}

body.design-nepal .brand-logo {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  box-shadow: 0 0 34px rgba(205, 31, 255, 0.5);
}

body.design-nepal .nepal-lang-switch {
  grid-column: 3;
  grid-row: 1;
  min-height: 44px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(255, 199, 78, 0.7);
  background: rgba(4, 6, 7, 0.5);
  border-radius: 10px;
}

body.design-nepal .nepal-lang-switch button {
  min-width: 82px;
  min-height: 42px;
  border-radius: 0;
  font-size: 15px;
}

body.design-nepal .nepal-lang-switch button[aria-pressed="true"] {
  background: rgba(162, 19, 27, 0.72);
}

body.design-nepal .nav-links {
  justify-self: center;
  gap: 38px;
  font-size: 16px;
  font-weight: 900;
}

body.design-nepal .nav-links a {
  color: rgba(255, 244, 226, 0.86);
}

body.design-nepal .nav-links a:first-child {
  color: #fff;
  border-bottom: 2px solid var(--np-ref-red);
}

body.design-nepal .nav-actions {
  display: none;
}

body.design-nepal .np-reference-hero {
  min-height: 640px;
  padding: 54px 0 18px;
  background:
    linear-gradient(90deg, rgba(5, 8, 8, 0.78) 0%, rgba(5, 8, 8, 0.24) 48%, rgba(5, 8, 8, 0.68) 100%),
    linear-gradient(180deg, rgba(5, 7, 7, 0.02) 0%, rgba(5, 7, 7, 0.12) 70%, rgba(5, 7, 7, 0.92) 100%),
    url("assets/nepal01-kathmandu-full-bg.jpg") center center / cover no-repeat;
}

body.design-nepal .np-hero-backdrop {
  display: none;
}

body.design-nepal .np-shell {
  width: min(100% - 72px, 1424px);
}

body.design-nepal .np-stage {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(260px, 0.68fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: 28px;
}

body.design-nepal .np-copy h1 {
  margin: 18px 0 16px;
  max-width: 590px;
  color: #fff;
  font-size: 58px;
  line-height: 1.06;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

body.design-nepal .np-copy h1 span {
  display: block;
}

body.design-nepal .np-copy h1 .np-gold-line {
  color: var(--np-ref-gold);
}

body.design-nepal .np-region-pill {
  min-height: 40px;
  padding: 8px 18px;
  color: var(--np-ref-gold);
  background: rgba(5, 7, 7, 0.72);
  border: 1px solid var(--np-ref-line);
  border-radius: 999px;
  font-size: 15px;
}

body.design-nepal .np-lede {
  max-width: 580px;
  color: rgba(255, 248, 238, 0.88);
  font-size: 23px;
  line-height: 1.55;
}

body.design-nepal .np-actions {
  gap: 14px;
  margin-top: 24px;
}

body.design-nepal .np-actions .btn {
  min-height: 58px;
  padding: 0 26px;
  border-radius: 12px;
  font-size: 17px;
}

body.design-nepal .btn-primary,
body.design-nepal .btn-glow,
body.design-nepal .np-agent-cta,
body.design-nepal .mobile-action-bar a.accent {
  color: #fff;
  background: linear-gradient(180deg, #f53c42, #d81f27);
  border-color: rgba(255, 199, 78, 0.48);
  box-shadow: 0 18px 38px rgba(216, 31, 39, 0.36);
}

body.design-nepal .btn-secondary,
body.design-nepal .btn-clear,
body.design-nepal .np-host-cta,
body.design-nepal .mobile-action-bar a:not(.accent) {
  color: var(--np-ref-ink);
  background: rgba(8, 10, 11, 0.62);
  border-color: rgba(255, 199, 78, 0.68);
}

body.design-nepal .np-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 640px;
  margin-top: 16px;
  padding: 8px 0;
  border: 1px solid rgba(255, 199, 78, 0.4);
  border-radius: 10px;
  background: rgba(4, 6, 7, 0.52);
}

body.design-nepal .np-proof span {
  min-height: 46px;
  justify-content: center;
  padding: 5px 14px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 199, 78, 0.32);
  border-radius: 0;
  color: rgba(255, 244, 226, 0.9);
  font-size: 12px;
}

body.design-nepal .np-proof span:last-child {
  border-right: 0;
}

body.design-nepal .np-creator-frame {
  position: relative;
  width: min(100%, 360px);
  justify-self: center;
  overflow: visible;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.design-nepal .np-creator-frame::before {
  display: none;
}

body.design-nepal .np-portrait-ring {
  position: relative;
  z-index: 1;
  width: clamp(270px, 21vw, 324px);
  height: clamp(270px, 21vw, 324px);
  margin: 0 auto 42px;
  overflow: hidden;
  border: 5px solid rgba(255, 199, 78, 0.96);
  border-radius: 999px;
  box-shadow: 0 0 0 12px rgba(94, 43, 6, 0.62), 0 28px 80px rgba(0, 0, 0, 0.55);
}

body.design-nepal .np-portrait-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.design-nepal .np-location-badge {
  position: relative;
  top: auto;
  z-index: 2;
  right: auto;
  left: auto;
  bottom: auto;
  width: min(300px, 100%);
  margin: -18px auto 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  color: var(--np-ref-gold);
  background: rgba(7, 10, 10, 0.86);
  border: 1px solid var(--np-ref-line);
  border-radius: 12px;
}

body.design-nepal .np-agent-badge {
  display: none;
}

body.design-nepal .np-live-panel {
  width: min(100%, 438px);
  justify-self: end;
  padding: 18px;
  background: rgba(6, 9, 9, 0.82);
  border: 1px solid rgba(255, 199, 78, 0.62);
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

body.design-nepal .np-live-head span {
  font-size: 18px;
}

body.design-nepal .np-live-head strong {
  min-width: 58px;
  text-align: center;
  background: linear-gradient(180deg, #ff3b43, #d71924);
}

body.design-nepal .np-room-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  align-items: start;
  gap: 12px;
  margin: 16px 0 18px;
}

body.design-nepal .np-room-title strong {
  max-width: 220px;
  font-size: 25px;
  line-height: 1.2;
}

body.design-nepal .np-room-title p {
  margin: 4px 0 0;
  color: rgba(255, 244, 226, 0.82);
  text-align: right;
  font-size: 13px;
  line-height: 1.45;
}

body.design-nepal .np-real-avatar-grid {
  grid-template-columns: repeat(3, 82px);
  justify-content: space-between;
  gap: 14px 18px;
  padding: 0 4px;
}

body.design-nepal .np-real-avatar-grid span {
  display: grid;
  grid-template-rows: 78px 18px auto;
  place-items: center;
  width: 82px;
  min-width: 0;
  aspect-ratio: auto;
  gap: 3px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 13px;
}

body.design-nepal .np-real-avatar-grid img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  display: block;
  border: 2px solid var(--np-ref-gold);
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(160, 26, 40, 0.46);
}

body.design-nepal .np-real-avatar-grid small {
  display: inline-grid;
  min-height: 17px;
  align-items: center;
  padding: 1px 7px;
  color: #fff;
  background: rgba(229, 35, 49, 0.82);
  border-radius: 999px;
  font-size: 10px;
}

body.design-nepal .np-wave {
  width: min(92%, 300px);
  height: 60px;
  gap: 4px;
  margin: 16px auto;
}

body.design-nepal .np-wave i {
  width: 4px;
  background: linear-gradient(180deg, #ffdd61, #ff315c, #8b37ff);
}

body.design-nepal .np-wave i:nth-child(1) { height: 10px; }
body.design-nepal .np-wave i:nth-child(2) { height: 13px; }
body.design-nepal .np-wave i:nth-child(3) { height: 17px; }
body.design-nepal .np-wave i:nth-child(4) { height: 23px; }
body.design-nepal .np-wave i:nth-child(5) { height: 30px; }
body.design-nepal .np-wave i:nth-child(6) { height: 38px; }
body.design-nepal .np-wave i:nth-child(7) { height: 48px; }
body.design-nepal .np-wave i:nth-child(8) { height: 58px; }
body.design-nepal .np-wave i:nth-child(9) { height: 70px; }
body.design-nepal .np-wave i:nth-child(10) { height: 54px; }
body.design-nepal .np-wave i:nth-child(11) { height: 42px; }
body.design-nepal .np-wave i:nth-child(12) { height: 56px; }
body.design-nepal .np-wave i:nth-child(13) { height: 74px; }
body.design-nepal .np-wave i:nth-child(14) { height: 84px; }
body.design-nepal .np-wave i:nth-child(15) { height: 66px; }
body.design-nepal .np-wave i:nth-child(16) { height: 52px; }
body.design-nepal .np-wave i:nth-child(17) { height: 41px; }
body.design-nepal .np-wave i:nth-child(18) { height: 34px; }
body.design-nepal .np-wave i:nth-child(19) { height: 28px; }
body.design-nepal .np-wave i:nth-child(20) { height: 23px; }
body.design-nepal .np-wave i:nth-child(21) { height: 20px; }
body.design-nepal .np-wave i:nth-child(22) { height: 25px; }
body.design-nepal .np-wave i:nth-child(23) { height: 21px; }
body.design-nepal .np-wave i:nth-child(24) { height: 18px; }
body.design-nepal .np-wave i:nth-child(25) { height: 16px; }
body.design-nepal .np-wave i:nth-child(26) { height: 14px; }
body.design-nepal .np-wave i:nth-child(27) { height: 12px; }
body.design-nepal .np-wave i:nth-child(28) { height: 10px; }

body.design-nepal .np-room-tools span {
  min-height: 42px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  font-size: 12px;
}

body.design-nepal .np-trust-row {
  display: none;
}

body.design-nepal .np-reference-why,
body.design-nepal .np-reference-floor,
body.design-nepal .np-reference-agent {
  width: min(100% - 72px, 1424px);
  margin: 0 auto;
  padding: 18px 0 0;
}

body.design-nepal .np-reference-why {
  margin-top: -8px;
}

body.design-nepal .np-section-heading.center {
  margin-bottom: 8px;
}

body.design-nepal .np-section-heading h2 {
  color: var(--np-ref-gold);
  font-size: 28px;
}

body.design-nepal .np-reference-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

body.design-nepal .np-reference-card-grid article,
body.design-nepal .np-steps article,
body.design-nepal .np-event-card,
body.design-nepal .np-live-mini-card {
  min-height: 82px;
  padding: 16px 18px;
  background: rgba(8, 13, 12, 0.74);
  border: 1px solid rgba(255, 199, 78, 0.5);
  border-radius: 12px;
}

body.design-nepal .np-reference-card-grid article strong {
  color: #fff;
  font-size: 16px;
}

body.design-nepal .np-reference-card-grid article p {
  margin: 5px 0 0;
  color: var(--np-ref-muted);
  font-size: 12px;
  line-height: 1.4;
}

body.design-nepal .np-reference-floor {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 12px;
}

body.design-nepal .np-event-card {
  min-height: 178px;
  display: grid;
  align-items: end;
  padding: 20px;
  background:
    linear-gradient(90deg, rgba(8, 10, 10, 0.82), rgba(8, 10, 10, 0.34)),
    url("assets/nepal01-party-preview.jpg") center / cover no-repeat;
  border-color: rgba(255, 49, 59, 0.85);
}

body.design-nepal .np-event-card .btn {
  width: fit-content;
  margin-top: 10px;
}

body.design-nepal .np-live-mini-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.82fr) minmax(316px, 1fr);
  align-items: start;
  gap: 16px;
  min-height: 178px;
}

body.design-nepal .np-live-mini-card h2,
body.design-nepal .np-event-card h2 {
  margin: 4px 0 8px;
  color: #fff;
  font-size: 24px;
}

body.design-nepal .np-live-mini-card p,
body.design-nepal .np-event-card p {
  color: var(--np-ref-muted);
}

body.design-nepal .np-mini-rooms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}

body.design-nepal .np-mini-rooms span {
  position: relative;
  aspect-ratio: 296 / 308;
  min-height: 0;
  overflow: hidden;
  background: rgba(3, 6, 7, 0.92);
  border: 1px solid rgba(255, 199, 78, 0.55);
  border-radius: 10px;
}

body.design-nepal .np-mini-rooms img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.design-nepal .np-mini-rooms b {
  display: none;
}

body.design-nepal .np-reference-agent {
  padding-bottom: 28px;
}

body.design-nepal .np-reference-agent .np-section-heading h2 {
  color: #fff;
}

body.design-nepal .np-steps {
  margin-top: 14px;
}

body.design-nepal .np-final {
  width: min(100% - 72px, 1424px);
  margin: 0 auto 28px;
  border: 1px solid rgba(255, 199, 78, 0.44);
}

@media (max-width: 1180px) {
  body.design-nepal .nav-shell {
    width: min(100% - 32px, 1120px);
    grid-template-columns: auto auto auto;
  }

  body.design-nepal .nav-links {
    display: none;
  }

  body.design-nepal .menu-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  body.design-nepal .np-shell,
  body.design-nepal .np-reference-why,
  body.design-nepal .np-reference-floor,
  body.design-nepal .np-reference-agent,
  body.design-nepal .np-final {
    width: min(100% - 32px, 1040px);
  }

  body.design-nepal .np-stage {
    grid-template-columns: minmax(280px, 0.92fr) minmax(230px, 0.68fr) minmax(300px, 0.8fr);
    gap: 18px;
  }

  body.design-nepal .np-live-panel {
    grid-column: auto;
    width: min(100%, 330px);
    padding: 16px;
  }

  body.design-nepal .np-copy h1 {
    font-size: 44px;
  }

  body.design-nepal .np-lede {
    font-size: 18px;
  }

  body.design-nepal .np-portrait-ring {
    width: clamp(238px, 25vw, 270px);
    height: clamp(238px, 25vw, 270px);
  }

  body.design-nepal .np-room-title {
    grid-template-columns: minmax(0, 1fr) 90px;
    gap: 8px;
  }

  body.design-nepal .np-room-title strong {
    font-size: 21px;
  }

  body.design-nepal .np-room-title p {
    font-size: 11px;
  }

  body.design-nepal .np-real-avatar-grid {
    grid-template-columns: repeat(3, 66px);
    gap: 12px 10px;
    padding: 0;
  }

  body.design-nepal .np-real-avatar-grid span {
    grid-template-rows: 62px 18px auto;
    width: 66px;
  }

  body.design-nepal .np-real-avatar-grid img {
    width: 58px;
    height: 58px;
  }

  body.design-nepal .np-room-tools span {
    min-height: 38px;
    font-size: 11px;
  }

  body.design-nepal .np-reference-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.design-nepal {
    padding-bottom: 78px;
  }

  body.design-nepal .site-header {
    background: rgba(5, 7, 7, 0.88);
  }

  body.design-nepal .nav-shell {
    width: min(100% - 20px, 420px);
    min-height: 92px;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  body.design-nepal .brand-caption {
    display: none;
  }

  body.design-nepal .brand-logo {
    width: 52px;
    height: 52px;
  }

  body.design-nepal .nepal-lang-switch {
    grid-column: 1 / 3;
    grid-row: 2;
    justify-self: start;
    min-height: 40px;
  }

  body.design-nepal .nepal-lang-switch button {
    min-width: 72px;
    min-height: 38px;
    font-size: 13px;
  }

  body.design-nepal .np-reference-hero {
    min-height: auto;
    padding: 28px 0 24px;
    background-position: center top;
  }

  body.design-nepal .np-shell,
  body.design-nepal .np-reference-why,
  body.design-nepal .np-reference-floor,
  body.design-nepal .np-reference-agent,
  body.design-nepal .np-final {
    width: min(100% - 24px, 430px);
  }

  body.design-nepal .np-stage,
  body.design-nepal .np-reference-floor,
  body.design-nepal .np-live-mini-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.design-nepal .np-copy h1 {
    max-width: 360px;
    margin: 14px 0 10px;
    font-size: 38px;
    line-height: 1.09;
  }

  body.design-nepal .np-region-pill {
    min-height: 34px;
    padding: 7px 13px;
    font-size: 12px;
  }

  body.design-nepal .np-lede {
    font-size: 16px;
    line-height: 1.45;
  }

  body.design-nepal .np-actions {
    display: grid;
    margin-top: 14px;
  }

  body.design-nepal .np-actions .btn {
    width: 100%;
    min-height: 54px;
    padding: 0 14px;
    font-size: 15px;
  }

  body.design-nepal .np-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.design-nepal .np-proof span:nth-child(2) {
    border-right: 0;
  }

  body.design-nepal .np-creator-frame {
    width: min(100%, 350px);
  }

  body.design-nepal .np-creator-frame::before {
    inset: -18px -10px -44px;
  }

  body.design-nepal .np-portrait-ring {
    width: 246px;
    height: 246px;
    margin-bottom: 34px;
  }

  body.design-nepal .np-live-panel {
    grid-column: auto;
  }

  body.design-nepal .np-real-avatar-grid {
    grid-template-columns: repeat(3, 74px);
    justify-content: space-between;
    gap: 12px 10px;
    padding: 0;
  }

  body.design-nepal .np-real-avatar-grid span {
    grid-template-rows: 68px 18px auto;
    width: 74px;
  }

  body.design-nepal .np-real-avatar-grid img {
    width: 64px;
    height: 64px;
  }

  body.design-nepal .np-reference-card-grid,
  body.design-nepal .np-steps {
    grid-template-columns: 1fr;
  }

  body.design-nepal .np-mini-rooms {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.design-nepal .np-reference-why,
  body.design-nepal .np-reference-floor,
  body.design-nepal .np-reference-agent {
    padding-top: 16px;
  }

  body.design-nepal .np-event-card,
  body.design-nepal .np-live-mini-card {
    min-height: 210px;
  }
}

body.design-benin {
  --b01-black: #030403;
  --b01-green-950: #031108;
  --b01-green-900: #041e0d;
  --b01-yellow: #ffd800;
  --b01-red: #ff214b;
  --b01-coral: #ff5344;
  --b01-pink: #f73397;
  --b01-teal: #01c38a;
  --b01-muted: #dce7dc;
  --b01-soft: rgba(255, 255, 255, 0.72);
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(5, 77, 30, 0.78) 0%, rgba(6, 38, 17, 0.94) 51%, rgba(92, 18, 20, 0.82) 100%),
    #041608;
}

body.design-benin .site-header {
  background: transparent;
  padding: 28px 46px 16px;
}

body.design-benin .nav-shell {
  display: flex;
  align-items: center;
  min-height: 74px;
  gap: 17px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 38px;
  background: #010101;
  padding: 8px 34px 8px 25px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.35);
}

body.design-benin .brand {
  width: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

body.design-benin .brand-logo {
  width: 185px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

body.design-benin .brand-caption {
  display: none;
}

body.design-benin .nav-links {
  gap: 42px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
}

body.design-benin .nav-links a:hover,
body.design-benin .nav-links a:focus-visible {
  color: var(--b01-yellow);
  border-color: var(--b01-yellow);
}

.b01-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.b01-lang-switch button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
  padding: 8px 0;
}

.b01-lang-switch button[aria-pressed="true"] {
  color: var(--b01-yellow);
}

.b01-lang-switch span {
  color: rgba(255, 255, 255, 0.46);
}

body.design-benin .btn-primary,
body.design-benin .btn-glow,
body.design-benin .mobile-action-bar a.accent {
  color: #ffffff;
  background: var(--b01-coral);
  border-color: transparent;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
}

body.design-benin .btn-secondary,
body.design-benin .btn-clear,
body.design-benin .mobile-action-bar a:not(.accent) {
  color: #ffffff;
  background: #030303;
  border: 3px solid var(--b01-yellow);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
}

body.design-benin .mobile-action-bar {
  border-color: rgba(255, 216, 0, 0.42);
  background: rgba(0, 0, 0, 0.92);
}

.b01-hero {
  width: min(100% - 92px, 1450px);
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(320px, 0.72fr) minmax(350px, 0.82fr);
  align-items: center;
  gap: 48px;
  margin: 0 auto;
  padding: 26px 0 34px;
  scroll-margin-top: 120px;
}

.b01-copy {
  align-self: center;
}

.b01-locale-card {
  width: min(100%, 500px);
  min-height: 98px;
  display: grid;
  grid-template-columns: 82px 78px 1fr;
  align-items: center;
  gap: 18px;
  border: 3px solid var(--b01-yellow);
  border-radius: 28px;
  background: #030303;
  padding: 17px 24px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.b01-locale-card img {
  width: 78px;
  height: 64px;
  object-fit: contain;
}

.b01-flag {
  width: 82px;
  height: 59px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #00a86b 0%, #00a86b 43%, transparent 43%, transparent 100%),
    linear-gradient(180deg, #ffd800 0%, #ffd800 50%, #ff214b 50%, #ff214b 100%);
}

.b01-locale-card strong,
.b01-locale-card span {
  display: block;
}

.b01-locale-card strong {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
}

.b01-locale-card div > span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.b01-bars {
  display: flex;
  gap: 7px;
  margin-top: 9px;
  font-style: normal;
}

.b01-bars b {
  width: 32px;
  height: 9px;
  display: block;
  border-radius: 8px;
}

.b01-bars b:nth-child(1) {
  background: var(--b01-teal);
}

.b01-bars b:nth-child(2) {
  background: var(--b01-yellow);
}

.b01-bars b:nth-child(3) {
  background: var(--b01-red);
}

.b01-copy h1 {
  margin: 68px 0 23px;
  color: #ffffff;
  font-size: clamp(42px, 4.9vw, 70px);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 950;
}

.b01-lede {
  max-width: 560px;
  margin: 0 0 36px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.52;
}

.b01-lede strong {
  display: block;
  font-size: 23px;
  line-height: 1.45;
  font-weight: 900;
}

.b01-lede span {
  display: block;
  color: var(--b01-muted);
}

.b01-actions {
  display: grid;
  gap: 18px;
  width: min(100%, 350px);
}

.b01-actions .btn {
  min-height: 64px;
  justify-content: space-between;
  border-radius: 31px;
  padding: 0 23px;
  font-size: 18px;
}

.b01-stage {
  position: relative;
  justify-self: center;
  width: 395px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
}

.b01-stage img {
  width: 370px;
  height: auto;
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.42));
}

.b01-mic {
  position: absolute;
  z-index: 2;
  width: 58px;
  height: 58px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.b01-mic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 13px;
  width: 16px;
  height: 24px;
  transform: translateX(-50%);
  border: 3px solid #ffffff;
  border-radius: 12px;
}

.b01-mic::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 28px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: #ffffff;
}

.b01-pink {
  top: 178px;
  left: -34px;
  background: var(--b01-pink);
}

.b01-yellow {
  top: 220px;
  right: -30px;
  background: #ffd100;
}

.b01-green {
  left: -34px;
  bottom: 195px;
  background: #009d69;
}

.b01-red {
  right: -30px;
  bottom: 190px;
  background: #e82142;
}

.b01-partner {
  width: min(100%, 430px);
  justify-self: end;
}

.b01-partner-photo {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center top;
  border: 3px solid var(--b01-yellow);
  border-radius: 26px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
}

.b01-partner-card {
  width: calc(100% - 34px);
  margin: 14px auto 0;
  border: 3px solid var(--b01-yellow);
  border-radius: 25px;
  background: #030303;
  padding: 30px 30px 28px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.36);
}

.b01-partner-card h2 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 950;
}

.b01-partner-card > strong {
  display: block;
  color: var(--b01-yellow);
  font-size: 15px;
}

.b01-partner-card p {
  margin: 24px 0 0;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.52;
}

.b01-wave {
  max-width: 1100px;
  margin: 0 auto 42px;
  border-top: 1px solid rgba(255, 216, 0, 0.18);
  border-bottom: 1px solid rgba(255, 216, 0, 0.18);
  padding: 16px 0;
}

.b01-wave img {
  width: 100%;
  height: 74px;
  object-fit: cover;
  object-position: center;
}

.b01-proof,
.b01-content {
  width: min(100% - 92px, 1240px);
  margin: 0 auto;
}

.b01-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.b01-proof article,
.b01-room-card,
.b01-schedule,
.b01-info-list article,
.b01-role-card,
.b01-steps article,
body.design-benin .faq-list details {
  border: 1px solid rgba(255, 216, 0, 0.35);
  border-radius: 8px;
  background: rgba(2, 11, 5, 0.82);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
}

.b01-proof article {
  min-height: 170px;
  padding: 24px;
}

.b01-proof span,
.b01-info-list span,
.b01-role-card > span {
  color: var(--b01-yellow);
  font-weight: 950;
}

.b01-proof h2,
.b01-info-list h3,
.b01-role-card h3,
.b01-schedule h3 {
  margin: 16px 0 10px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.12;
}

.b01-proof p,
.b01-room-card p,
.b01-schedule p,
.b01-info-list p,
.b01-role-card p,
body.design-benin .faq-list p {
  margin: 0;
  color: var(--b01-muted);
  font-size: 15px;
  line-height: 1.55;
}

.b01-content {
  border-top: 1px solid rgba(255, 216, 0, 0.18);
  padding: 88px 0 82px;
  scroll-margin-top: 120px;
}

.b01-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.b01-heading p {
  margin: 0 0 14px;
  color: var(--b01-yellow);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.b01-heading h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
}

.b01-heading span {
  display: block;
  color: var(--b01-muted);
  font-size: 20px;
  line-height: 1.55;
}

.b01-rooms-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.b01-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.b01-room-card {
  min-height: 235px;
  padding: 22px;
}

.b01-room-card.yellow {
  border-color: var(--b01-yellow);
}

.b01-room-card.pink {
  border-color: var(--b01-pink);
}

.b01-room-card.teal {
  border-color: var(--b01-teal);
}

.b01-room-card.red {
  border-color: var(--b01-red);
}

.b01-room-card > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.b01-room-card i {
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.b01-room-card i:nth-child(1) {
  background: var(--b01-yellow);
}

.b01-room-card i:nth-child(2) {
  background: var(--b01-teal);
}

.b01-room-card i:nth-child(3) {
  background: var(--b01-red);
}

.b01-room-card strong {
  margin-left: auto;
  min-width: 46px;
  border-radius: 18px;
  background: var(--b01-red);
  color: #ffffff;
  font-size: 10px;
  font-weight: 950;
  line-height: 22px;
  text-align: center;
}

.b01-room-card h3 {
  margin: 42px 0 5px;
  font-size: 26px;
  line-height: 1.1;
}

.b01-room-card small {
  display: block;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 14px;
}

.b01-schedule {
  padding: 26px;
}

.b01-schedule h3 {
  margin-top: 0;
}

.b01-schedule div {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 18px 0;
}

.b01-schedule strong {
  color: var(--b01-yellow);
  font-size: 15px;
}

.b01-schedule span {
  display: block;
  margin: 5px 0;
  color: #ffffff;
  font-weight: 900;
}

.b01-community-layout {
  display: grid;
  grid-template-columns: minmax(320px, 470px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.b01-community-layout > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
  border: 3px solid var(--b01-yellow);
  border-radius: 26px;
}

.b01-info-list {
  display: grid;
  gap: 18px;
}

.b01-info-list article {
  padding: 24px;
}

.b01-support-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.b01-role-card {
  padding: 30px;
}

.b01-role-card.agency {
  border-color: rgba(247, 51, 151, 0.7);
}

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

.b01-role-card p {
  margin-bottom: 24px;
  color: var(--b01-yellow);
  font-weight: 850;
}

.b01-role-card .btn {
  min-width: min(100%, 300px);
}

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

.b01-steps article {
  min-height: 112px;
  padding: 24px;
}

.b01-steps strong {
  display: block;
  color: var(--b01-yellow);
  font-size: 22px;
  font-weight: 950;
}

.b01-steps span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-weight: 850;
}

body.design-benin .faq-list {
  max-width: 900px;
}

body.design-benin .faq-list summary {
  color: #ffffff;
  font-size: 20px;
}

.b01-final {
  width: min(100% - 92px, 1240px);
}

body.design-benin .site-footer {
  width: min(100% - 92px, 1240px);
  margin: 0 auto;
  color: var(--b01-soft);
}

@media (max-width: 1320px) {
  body.design-benin .site-header {
    padding-inline: 24px;
  }

  body.design-benin .nav-shell {
    padding-right: 18px;
    gap: 12px;
  }

  body.design-benin .brand-logo {
    width: 166px;
  }

  body.design-benin .nav-links {
    gap: 26px;
  }

  .b01-hero {
    width: min(100% - 52px, 1220px);
    grid-template-columns: minmax(310px, 0.95fr) minmax(286px, 0.72fr) minmax(300px, 0.78fr);
    gap: 30px;
  }

  .b01-locale-card {
    grid-template-columns: 72px 70px 1fr;
    gap: 14px;
  }

  .b01-flag {
    width: 72px;
    height: 52px;
  }

  .b01-stage {
    width: 340px;
  }

  .b01-stage img {
    width: 330px;
  }

  .b01-partner-photo {
    height: 450px;
  }
}

@media (max-width: 1040px) {
  body.design-benin .site-header {
    padding: 14px;
  }

  body.design-benin .nav-shell {
    min-height: 66px;
    border-radius: 30px;
    padding: 8px 10px 8px 18px;
  }

  body.design-benin .brand-logo {
    width: 158px;
    height: 52px;
  }

  body.design-benin .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .b01-lang-switch {
    gap: 5px;
    margin-left: auto;
    font-size: 13px;
  }

  body.design-benin .nav-links {
    position: absolute;
    top: calc(100% + 9px);
    left: 14px;
    right: 14px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.94);
    padding: 12px;
  }

  body.design-benin .nav-links.is-open {
    display: grid;
  }

  body.design-benin .nav-links a {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    padding: 12px;
    text-align: center;
  }

  body.design-benin .nav-actions {
    display: none;
  }

  .b01-hero,
  .b01-community-layout,
  .b01-rooms-layout,
  .b01-support-layout {
    grid-template-columns: 1fr;
  }

  .b01-hero {
    width: min(100% - 28px, 760px);
    min-height: 0;
    padding-top: 22px;
  }

  .b01-copy {
    order: 1;
  }

  .b01-stage {
    order: 2;
    width: 360px;
  }

  .b01-partner {
    order: 3;
    justify-self: center;
  }

  .b01-copy h1 {
    margin-top: 36px;
  }

  .b01-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .b01-proof,
  .b01-content,
  .b01-final,
  body.design-benin .site-footer {
    width: min(100% - 28px, 760px);
  }

  .b01-proof,
  .b01-room-grid,
  .b01-steps {
    grid-template-columns: 1fr;
  }

  .b01-wave {
    width: min(100% - 28px, 760px);
  }
}

@media (max-width: 620px) {
  body.design-benin .brand-caption {
    display: none;
  }

  .b01-lang-switch {
    width: 104px;
    min-width: 104px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2px;
    font-size: 10.5px;
  }

  .b01-lang-switch button {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.design-benin .brand-logo {
    width: 136px;
  }

  .b01-locale-card {
    min-height: 82px;
    grid-template-columns: 58px 58px 1fr;
    border-radius: 22px;
    padding: 12px 14px;
  }

  .b01-locale-card img {
    width: 58px;
  }

  .b01-flag {
    width: 58px;
    height: 43px;
  }

  .b01-copy h1 {
    font-size: 44px;
  }

  .b01-lede {
    font-size: 17px;
  }

  .b01-lede strong {
    font-size: 19px;
  }

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

  .b01-stage {
    width: 300px;
  }

  .b01-stage img {
    width: 286px;
  }

  .b01-mic {
    width: 48px;
    height: 48px;
  }

  .b01-pink,
  .b01-green {
    left: -12px;
  }

  .b01-yellow,
  .b01-red {
    right: -12px;
  }

  .b01-partner-photo {
    height: 390px;
  }

  .b01-partner-card {
    width: 100%;
    padding: 24px;
  }

  .b01-heading h2 {
    font-size: 40px;
  }
}
