
.translate-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  width: min(calc(100% - 2rem), var(--max));
  margin: 1rem auto 0;
  padding: .75rem 1rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: rgba(9, 9, 11, .82);
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.translate-strip a {
  color: var(--lime);
}

.market-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  width: min(calc(100% - 2rem), var(--max));
  min-height: 640px;
  margin: 1rem auto 0;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.market-hero--compact {
  min-height: 500px;
}

.market-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .72) 45%, rgba(0, 0, 0, .36)),
    url("lvlup-hero.png?v=20260709-4") center right / cover no-repeat;
}

.market-hero__copy,
.market-radar {
  position: relative;
  z-index: 1;
}

.market-hero__copy {
  align-self: center;
  display: grid;
  gap: 1rem;
}

.market-hero__copy h1 {
  max-width: 780px;
  font-size: clamp(3rem, 5.5vw, 5.2rem);
}

.market-hero__copy p:not(.eyebrow) {
  max-width: 62ch;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
}

.market-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.market-radar {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}

.market-radar span {
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215, 255, 53, .24);
  border-radius: 8px;
  background: rgba(3, 3, 4, .72);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.market-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  width: min(calc(100% - 2rem), var(--max));
  margin: 1rem auto 0;
}

.market-proof article {
  display: grid;
  gap: .45rem;
  min-height: 128px;
  padding: 1.1rem;
  border: 1px solid rgba(215, 255, 53, .22);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 19, 22, .96), rgba(6, 6, 7, .96));
}

.market-proof strong {
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.market-proof span {
  color: var(--muted);
  font-size: .9rem;
}

.market-section,
.market-country-section,
.market-note {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.market-section {
  padding: clamp(3rem, 6vw, 5rem) 0 0;
}

.market-section__intro {
  max-width: 760px;
  margin-bottom: 1rem;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: .8rem;
}

.market-grid--live {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.market-card {
  display: grid;
  align-content: start;
  gap: .65rem;
  min-height: 300px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, var(--panel), #080809);
  transition: transform .18s ease, border-color .18s ease;
}

.market-card:hover {
  border-color: rgba(215, 255, 53, .62);
  transform: translateY(-2px);
}

.market-card.is-live {
  border-color: rgba(215, 255, 53, .32);
}

.market-card__status {
  justify-self: start;
  padding: .28rem .5rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: var(--lime);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.market-card strong {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: .9;
}

.market-card h3 {
  font-size: 1.05rem;
  line-height: 1.1;
}

.market-card p {
  font-size: .86rem;
}

.market-card__countries,
.country-cloud {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: .4rem;
}

.market-card__countries span,
.country-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .32rem .5rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}

.market-card__countries small {
  align-self: center;
  color: var(--muted);
  font-weight: 900;
}

.market-card em {
  align-self: end;
  color: var(--lime);
  font-size: .74rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.market-country-section {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.market-country-list {
  display: grid;
  gap: .8rem;
}

.market-country-list article,
.market-note {
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, var(--panel), #080809);
}

.market-country-list h3,
.market-note h2 {
  margin-bottom: .55rem;
  color: var(--lime);
  font-size: 1rem;
}

.market-note {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

@media (max-width: 960px) {
  .market-hero,
  .market-country-section,
  .market-proof,
  .market-grid,
  .market-grid--live {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .market-hero,
  .market-section,
  .market-country-section,
  .market-proof,
  .market-note {
    width: min(calc(100% - 1rem), var(--max));
  }

  .market-hero {
    min-height: auto;
    padding: 1.2rem;
  }

  .market-hero__copy h1 {
    font-size: clamp(2.25rem, 10vw, 2.95rem);
  }

  .market-radar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }

  .market-radar span {
    min-height: 46px;
    font-size: .72rem;
  }

  .market-card {
    min-height: auto;
  }
}

.agency-home {
  --agency-max: 1240px;
  overflow-x: hidden;
}

.agency-home:before {
  background:
    linear-gradient(120deg, rgba(0, 229, 255, .12), transparent 32%),
    linear-gradient(245deg, rgba(181, 84, 255, .16), transparent 44%),
    linear-gradient(180deg, #030304 0%, #050506 56%, #030304 100%);
}

.agency-home .site-header {
  min-height: 58px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding-top: .55rem;
  padding-bottom: .55rem;
}

.agency-home .brand img {
  width: clamp(98px, 7.4vw, 128px);
  min-width: 98px;
}

.agency-home .nav {
  gap: clamp(.75rem, 1.5vw, 1.35rem);
  justify-content: center;
  min-width: 0;
}

.agency-home .nav a,
.agency-home .header-action {
  font-size: .68rem;
}

.agency-home .header-tools {
  gap: .45rem;
}

.agency-home .header-action {
  min-height: 31px;
  padding-inline: .82rem;
  white-space: nowrap;
}

.agency-home .social-links {
  gap: .32rem;
}

.agency-home .social-links a {
  width: 28px;
  height: 28px;
}

.agency-home .social-links img {
  width: 15px;
  height: 15px;
}

.agency-home .header-action--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--lime), #8ffcff 52%, #b554ff);
  color: #030304;
}

.agency-home .header-action--secondary {
  background: rgba(255, 255, 255, .04);
  color: #fff;
}

.agency-home .button {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

@media (min-width: 1280px) {
  .agency-home .site-header {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: clamp(.8rem, 1.8vw, 2rem);
  }

  .agency-home .brand {
    justify-self: start;
  }

  .agency-home .nav {
    grid-column: 2;
    justify-self: center;
  }

  .agency-home .header-tools {
    grid-column: 3;
    justify-self: end;
  }
}

@media (min-width: 981px) and (max-width: 1279px) {
  .agency-home .site-header {
    grid-template-columns: 1fr auto;
    row-gap: .45rem;
  }

  .agency-home .nav {
    grid-column: 1 / -1;
    order: 3;
    justify-self: center;
  }

  .agency-home .header-tools {
    justify-self: end;
  }
}

.recruiter-page:before {
  background:
    radial-gradient(circle at 20% 18%, rgba(215, 255, 53, .12), transparent 34%),
    radial-gradient(circle at 78% 12%, rgba(181, 84, 255, .16), transparent 35%),
    linear-gradient(180deg, #030304 0%, #060608 58%, #030304 100%);
}

.recruiter-main {
  padding-top: clamp(1.2rem, 3vw, 2rem);
}

.recruiter-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: stretch;
  min-height: clamp(500px, 48vw, 650px);
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, .98), rgba(3, 3, 4, .76) 48%, rgba(3, 3, 4, .3)),
    url("brand-creator-panel.png?v=20260709-4") center right / cover no-repeat;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .48);
  overflow: hidden;
}

.recruiter-hero__copy {
  align-self: center;
  display: grid;
  gap: 1rem;
  max-width: 720px;
}

.recruiter-hero h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 6.8vw, 6.4rem);
  line-height: .88;
}

.recruiter-hero-card {
  align-self: end;
  display: grid;
  gap: .8rem;
  padding: clamp(1rem, 2.5vw, 1.6rem);
  border: 1px solid rgba(215, 255, 53, .34);
  border-radius: 8px;
  background: rgba(8, 9, 12, .76);
  backdrop-filter: blur(16px);
}

.recruiter-hero-card span,
.recruiter-market-grid span {
  color: var(--lime);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.recruiter-hero-card strong {
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.06;
}

.recruiter-benefits,
.recruiter-split,
.recruiter-cta-band {
  margin-top: clamp(1rem, 3vw, 2rem);
}

.recruiter-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.recruiter-benefits article,
.recruiter-market-panel,
.recruiter-cta-band,
.recruiter-checks p,
.recruiter-market-grid article {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(19, 20, 25, .94), rgba(7, 8, 10, .96));
}

.recruiter-benefits article {
  display: grid;
  align-content: start;
  gap: .75rem;
  min-height: 210px;
  padding: 1rem;
}

.recruiter-benefits h2,
.recruiter-split h2,
.recruiter-cta-band h2 {
  color: #fff;
}

.recruiter-benefits h2 {
  font-size: clamp(1.05rem, 1.7vw, 1.4rem);
}

.recruiter-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.recruiter-split > div:first-child {
  padding: clamp(1rem, 3vw, 2rem) 0;
}

.recruiter-split h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: .96;
}

.recruiter-checks {
  display: grid;
  gap: .7rem;
  margin-top: 1.2rem;
}

.recruiter-checks p {
  padding: .9rem 1rem;
  color: #edf0f7;
  font-weight: 800;
}

.recruiter-market-panel {
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.recruiter-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin-top: 1rem;
}

.recruiter-market-grid article {
  display: grid;
  gap: .35rem;
  padding: .9rem;
}

.recruiter-market-grid strong {
  color: #fff;
}

.recruiter-market-grid p {
  font-size: .82rem;
}

.recruiter-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-color: rgba(215, 255, 53, .35);
}

.recruiter-application {
  margin-top: clamp(1.2rem, 3vw, 2.2rem);
}

.agency-home .button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--lime), #8ffcff 48%, #b554ff);
  color: #030304;
  box-shadow: 0 16px 42px rgba(181, 84, 255, .22);
}

.agency-home .button-secondary,
.agency-home .button-tertiary {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(5, 5, 7, .72);
  color: #fff;
}

.agency-home .button-tertiary {
  border-color: rgba(181, 84, 255, .55);
}

.agency-home .button:hover,
.agency-home .agency-link-button:hover,
.agency-home .agency-text-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 229, 255, .12);
}

.agency-main {
  width: min(calc(100% - clamp(2rem, 10vw, 7.5rem)), var(--agency-max));
  margin: 0 auto;
}

.agency-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(292px, .62fr);
  gap: clamp(1.15rem, 3vw, 2.7rem);
  align-items: center;
  min-height: 305px;
  padding: clamp(.55rem, 1.45vw, 1.25rem) 0 clamp(.55rem, 1.1vw, 1rem);
}

.agency-hero:before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background:
    radial-gradient(circle at 74% 18%, rgba(181, 84, 255, .3), transparent 28%),
    radial-gradient(circle at 62% 35%, rgba(215, 255, 53, .24), transparent 26%),
    linear-gradient(90deg, rgba(3, 3, 4, .99) 0%, rgba(3, 3, 4, .82) 42%, rgba(3, 3, 4, .22) 100%),
    url("lvlup-hero-latam-global.png?v=20260709-4") center right / cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.agency-hero__copy {
  display: grid;
  gap: .54rem;
  max-width: 590px;
}

.agency-home h1 {
  max-width: 18ch;
  font-size: clamp(2.18rem, 4.1vw, 3.35rem);
  line-height: .94;
}

.agency-gradient-text {
  display: inline;
  background: linear-gradient(100deg, var(--lime), #8ffcff 48%, #b554ff 82%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.agency-lede {
  max-width: 50ch;
  color: #e1e4ea;
  font-size: clamp(.82rem, 1vw, .93rem);
  line-height: 1.45;
}

.agency-hero__actions,
.agency-final-actions,
.agency-callout-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .72rem;
}

.agency-hero__actions .button,
.agency-final-actions .button {
  min-width: 172px;
  min-height: 38px;
}

.agency-text-link,
.agency-text-button {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--lime);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.agency-text-link:after,
.agency-text-button:after {
  content: ">";
}

.market-finder-card {
  display: grid;
  gap: .48rem;
  max-width: 306px;
  justify-self: end;
  padding: clamp(.95rem, 1.6vw, 1.12rem);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(21, 22, 28, .94), rgba(8, 8, 12, .92)),
    rgba(10, 10, 14, .9);
  box-shadow: var(--shadow);
}

.market-finder-card > .eyebrow {
  display: none;
}

.market-finder-card h2 {
  max-width: 100%;
  font-size: clamp(1.18rem, 1.55vw, 1.38rem);
}

.market-finder-card p {
  font-size: .76rem;
  line-height: 1.5;
}

.market-finder-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  gap: .45rem;
}

.market-finder-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.market-search-row {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: .55rem;
}

.market-search-row input {
  min-height: 34px;
  background: rgba(255, 255, 255, .08);
  font-size: .78rem;
}

.market-search-row button {
  min-height: 34px;
  width: 34px;
  border: 1px solid rgba(0, 229, 255, .48);
  border-radius: 8px;
  background: rgba(0, 229, 255, .12);
  color: #fff;
  padding: 0;
  font-size: 0;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.market-search-row button:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  border: 2px solid currentColor;
  border-radius: 999px;
  box-shadow: 7px 7px 0 -5px currentColor;
}

.market-finder-result {
  min-height: 0;
  font-size: .9rem;
  font-weight: 800;
}

.market-finder-result:empty {
  display: none;
}

.market-pill-label {
  color: #dfe3ea;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.market-finder-result.is-success {
  color: var(--lime);
}

.market-finder-result.is-error,
.market-finder-result.is-error a {
  color: #ffb4e6;
}

.market-pill-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
}

.market-pill-row a {
  display: grid;
  place-items: center;
  min-height: 34px;
  border: 1px solid rgba(215, 255, 53, .44);
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
}

.market-pill-row a:nth-child(2) {
  border-color: rgba(0, 229, 255, .52);
}

.market-pill-row a:nth-child(3) {
  border-color: rgba(181, 84, 255, .6);
}

.market-drawer-toggle {
  display: none;
  justify-self: start;
  min-height: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--lime);
  padding: 0;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.market-finder-note {
  font-size: .78rem;
}

.agency-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .62rem;
  margin-top: .5rem;
  position: relative;
  isolation: isolate;
}

.agency-stats article,
.agency-path-card,
.agency-active-card,
.agency-feature-grid article,
.agency-brand-callout,
.agency-final-cta,
.agency-market-drawer {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 19, 24, .96), rgba(6, 6, 8, .96));
}

.agency-stats article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .28rem .65rem;
  align-items: center;
  min-height: 72px;
  padding: .58rem .7rem;
}

.agency-visual-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(215, 255, 53, .48);
  border-radius: 999px;
  color: var(--lime);
  font-weight: 900;
  background: rgba(215, 255, 53, .06);
  box-shadow: inset 0 0 28px rgba(215, 255, 53, .08);
}

.agency-visual-icon:before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  background: currentColor;
  opacity: .08;
  filter: blur(8px);
}

.agency-visual-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.95;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.agency-stat-card--cyan .agency-visual-icon,
.agency-path-card--brand .agency-visual-icon,
.agency-feature-grid article:nth-child(2) .agency-visual-icon,
.agency-feature-grid article:nth-child(4) .agency-visual-icon {
  border-color: rgba(0, 229, 255, .58);
  color: var(--cyan);
  background: rgba(0, 229, 255, .07);
}

.agency-stat-card--purple .agency-visual-icon,
.agency-path-card--recruiter .agency-visual-icon,
.agency-feature-grid article:nth-child(3) .agency-visual-icon {
  border-color: rgba(181, 84, 255, .64);
  color: #c668ff;
  background: rgba(181, 84, 255, .1);
}

.agency-stat-card--green .agency-visual-icon {
  border-color: rgba(0, 255, 148, .48);
  color: #00ff94;
  background: rgba(0, 255, 148, .07);
}

.agency-stats span {
  display: block;
  color: #dfe3ea;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.agency-stats strong {
  color: #fff;
  display: block;
  font-size: clamp(1.05rem, 1.8vw, 1.38rem);
  line-height: .98;
  font-weight: 900;
  text-transform: uppercase;
}

.agency-stats p {
  color: #f0f2f6;
  font-size: .62rem;
  line-height: 1.22;
}

.agency-stats + .agency-paths {
  padding-top: clamp(1.35rem, 3vw, 2.75rem);
}

.agency-paths,
.agency-market-section,
.agency-features,
.agency-market-drawer {
  padding-top: clamp(1rem, 2.15vw, 2rem);
}

.agency-section-heading {
  display: grid;
  gap: .22rem;
  max-width: 760px;
  margin-bottom: .68rem;
}

.agency-section-heading--center {
  max-width: 100%;
  justify-items: center;
  text-align: center;
}

.agency-section-heading--row {
  max-width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.agency-section-heading--row h2 {
  max-width: none;
}

.agency-section-heading--row p {
  font-size: .72rem;
  line-height: 1.28;
}

#expansion-markets .agency-section-heading {
  margin-bottom: .45rem;
}

#expansion-markets .agency-section-heading h2 {
  font-size: clamp(1.08rem, 1.75vw, 1.45rem);
}

#expansion-markets .agency-section-heading p {
  font-size: .66rem;
}

.agency-section-heading h2 {
  max-width: 20ch;
  font-size: clamp(1.34rem, 2.32vw, 1.95rem);
}

.agency-section-heading--center h2 {
  max-width: 100%;
}

.agency-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .72rem;
}

.agency-path-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .56rem .72rem;
  align-items: start;
  min-height: 118px;
  padding: clamp(.72rem, 1.35vw, .95rem);
}

.agency-path-card h3 {
  font-size: clamp(1.06rem, 1.7vw, 1.34rem);
  line-height: 1;
  margin-bottom: .32rem;
}

.agency-path-card p {
  font-size: .68rem;
  line-height: 1.34;
}

.agency-path-card .agency-link-button {
  grid-column: 2;
}

.agency-path-card--creator h3 {
  color: var(--lime);
}

.agency-path-card--brand h3 {
  color: var(--cyan);
}

.agency-path-card--recruiter h3 {
  color: #b554ff;
}

.agency-link-button {
  align-self: end;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(215, 255, 53, .48);
  border-radius: 8px;
  color: var(--lime);
  padding: 0 .75rem;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.agency-market-drawer {
  padding: clamp(1rem, 3vw, 1.4rem);
  margin-top: clamp(2rem, 5vw, 4rem);
}

.agency-drawer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.agency-drawer-card {
  display: grid;
  gap: .35rem;
  min-height: 108px;
  padding: .9rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.agency-drawer-card span,
.agency-expansion-card span {
  color: var(--cyan);
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  font-weight: 900;
  line-height: 1;
}

.agency-expansion-card span {
  font-size: clamp(.82rem, 1.28vw, 1.02rem);
}

.agency-drawer-card strong,
.agency-expansion-card strong {
  color: #fff;
  font-size: .48rem;
  line-height: 1.08;
}

.agency-drawer-card em,
.agency-expansion-card em,
.agency-card-status {
  color: var(--lime);
  font-size: .5rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.agency-active-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .72rem;
}

.agency-active-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  gap: .58rem;
  min-height: 150px;
  padding: clamp(.7rem, 1.35vw, .92rem);
}

.agency-active-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, .94), rgba(3, 3, 4, .76) 52%, rgba(3, 3, 4, .28)),
    var(--market-card-image, url("lvlup-hero-latam-global.png?v=20260709-4")) center right / cover no-repeat;
  opacity: .78;
}

.agency-active-card:nth-child(1) {
  --market-card-image: url("us-market-visual.png?v=20260709-4");
  border-color: rgba(215, 255, 53, .46);
}

.agency-active-card:nth-child(2) {
  --market-card-image: url("latam-market-visual-v2.png?v=20260709-4");
  border-color: rgba(181, 84, 255, .44);
}

.agency-active-card:nth-child(3) {
  --market-card-image: url("uk-market-visual.png?v=20260709-4");
  border-color: rgba(0, 174, 255, .44);
}

.agency-active-card > * {
  position: relative;
  z-index: 1;
}

.agency-active-card strong {
  display: block;
  margin-top: .22rem;
  color: var(--lime);
  font-size: clamp(1.62rem, 2.65vw, 2.35rem);
  line-height: .9;
}

.agency-active-card h3 {
  margin-top: .16rem;
  font-size: .72rem;
}

.agency-active-card p {
  max-width: 26ch;
  color: #e7eaf0;
  font-size: .66rem;
  line-height: 1.22;
}

.agency-sample-countries {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .34rem;
}

.agency-sample-countries span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 17px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

.agency-sample-countries img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agency-sample-countries .agency-more-pill {
  width: auto;
  min-width: 38px;
  height: 17px;
  padding: 0 .45rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, .34);
  color: #fff;
  font-size: .58rem;
  font-weight: 800;
}

.agency-expansion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: .42rem;
}

.agency-expansion-card {
  display: grid;
  gap: .12rem;
  min-height: 48px;
  align-content: center;
  padding: .3rem .32rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.agency-expansion-card:hover {
  border-color: rgba(0, 229, 255, .58);
  box-shadow: 0 16px 38px rgba(0, 229, 255, .1);
  transform: translateY(-2px);
}

.agency-expansion-card small {
  align-self: end;
  color: var(--lime);
  font-size: .5rem;
  font-weight: 900;
  text-transform: uppercase;
}

.agency-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .55rem;
}

.agency-feature-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .52rem;
  align-items: center;
  min-height: 54px;
  padding: .38rem .46rem;
}

.agency-feature-grid h3 {
  font-size: .62rem;
  line-height: 1.12;
}

.agency-feature-grid p {
  font-size: .52rem;
  line-height: 1.22;
}

.agency-feature-grid .agency-visual-icon {
  width: 32px;
  height: 32px;
}

.agency-feature-grid .agency-visual-icon svg {
  width: 18px;
  height: 18px;
}

.agency-brand-callout {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr .9fr auto;
  align-items: center;
  gap: clamp(.7rem, 1.8vw, 1.25rem);
  margin-top: clamp(.75rem, 1.7vw, 1.2rem);
  min-height: 68px;
  padding: clamp(.5rem, 1.05vw, .72rem);
  border-color: rgba(215, 255, 53, .42);
}

.agency-brand-callout:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, .94), rgba(3, 3, 4, .70) 56%, rgba(3, 3, 4, .12)),
    url("brand-creator-panel.png?v=20260709-4") center right / cover no-repeat;
  opacity: .72;
}

.agency-brand-callout > * {
  position: relative;
  z-index: 1;
}

.agency-brand-callout h2 {
  max-width: 15ch;
  font-size: clamp(.9rem, 1.45vw, 1.18rem);
}

.agency-brand-callout p {
  font-size: .55rem;
  line-height: 1.18;
}

.agency-callout-actions .button {
  min-height: 27px;
  min-width: 170px;
  font-size: .52rem;
}

.agency-final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: .28rem;
  margin: clamp(.6rem, 1.45vw, 1rem) auto .2rem;
  padding: clamp(.55rem, 1.25vw, .82rem);
  background:
    linear-gradient(125deg, rgba(215, 255, 53, .16), transparent 24%),
    linear-gradient(255deg, rgba(181, 84, 255, .22), transparent 28%),
    rgba(8, 8, 10, .92);
}

.agency-final-cta:before,
.agency-final-cta:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -34%;
  width: min(46vw, 470px);
  height: 120%;
  pointer-events: none;
  opacity: .72;
  filter: saturate(1.3);
}

.agency-final-cta:before {
  left: -7%;
  background:
    linear-gradient(118deg, transparent 0 35%, rgba(0, 229, 255, .72) 36%, transparent 38%),
    linear-gradient(121deg, transparent 0 43%, rgba(215, 255, 53, .88) 44%, transparent 46%),
    linear-gradient(126deg, transparent 0 51%, rgba(42, 255, 178, .46) 52%, transparent 54%),
    linear-gradient(132deg, transparent 0 60%, rgba(0, 229, 255, .36) 61%, transparent 63%);
}

.agency-final-cta:after {
  right: -7%;
  background:
    linear-gradient(62deg, transparent 0 35%, rgba(181, 84, 255, .86) 36%, transparent 38%),
    linear-gradient(58deg, transparent 0 43%, rgba(0, 229, 255, .62) 44%, transparent 46%),
    linear-gradient(54deg, transparent 0 51%, rgba(215, 255, 53, .48) 52%, transparent 54%),
    linear-gradient(50deg, transparent 0 60%, rgba(181, 84, 255, .42) 61%, transparent 63%);
}

.agency-final-cta > * {
  position: relative;
  z-index: 1;
}

.agency-final-cta h2 {
  max-width: 100%;
  font-size: clamp(1rem, 1.7vw, 1.38rem);
}

.agency-final-cta p:not(.eyebrow) {
  font-size: .58rem;
}

.agency-final-actions .button {
  min-height: 28px;
  font-size: .54rem;
}

.agency-final-cta .eyebrow {
  display: none;
}

.agency-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(4, minmax(120px, .7fr));
  gap: clamp(.9rem, 2vw, 1.4rem);
  width: min(calc(100% - clamp(2rem, 10vw, 8rem)), var(--agency-max));
  margin: 0 auto;
  padding: .65rem 0 .9rem;
  border-top: 1px solid var(--line);
}

.agency-footer:before {
  content: "";
  position: absolute;
  inset: -34px calc(50% - 50vw) auto;
  height: 76px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 50%, rgba(215, 255, 53, .15), transparent 38%),
    radial-gradient(ellipse at 82% 42%, rgba(181, 84, 255, .18), transparent 42%),
    linear-gradient(96deg, transparent 0 11%, rgba(0, 229, 255, .35) 12%, transparent 13% 100%),
    linear-gradient(84deg, transparent 0 83%, rgba(181, 84, 255, .38) 84%, transparent 85% 100%);
}

.agency-footer img {
  width: 98px;
}

.agency-footer__brand,
.agency-footer nav,
.agency-footer__social {
  display: grid;
  align-content: start;
  gap: .24rem;
}

.agency-footer strong {
  color: #fff;
  font-size: .58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.agency-footer a,
.agency-footer small,
.agency-footer p {
  color: var(--muted);
  font-size: .58rem;
  line-height: 1.18;
}

.agency-footer a:hover {
  color: var(--lime);
}

.agency-footer .social-links {
  flex-wrap: wrap;
}

.agency-home {
  scroll-behavior: smooth;
}

.agency-main section,
.agency-market-drawer,
.agency-final-cta {
  scroll-margin-top: 96px;
}

.agency-home .button {
  position: relative;
  overflow: hidden;
}

.agency-home .button:after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 34%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
  opacity: 0;
}

.agency-home .button:hover:after {
  animation: agency-shimmer .75s ease;
}

.agency-hero {
  min-height: clamp(500px, 44vw, 620px);
  padding-block: clamp(3rem, 6vw, 5rem) clamp(2.25rem, 4vw, 3.5rem);
}

.agency-hero__copy {
  gap: 1rem;
  max-width: 650px;
}

.agency-home h1 {
  font-size: clamp(3rem, 5.4vw, 5.25rem);
  line-height: .92;
}

.agency-lede {
  max-width: 58ch;
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.58;
}

.market-finder-card {
  max-width: 380px;
  gap: .82rem;
  padding: clamp(1.15rem, 2vw, 1.5rem);
  backdrop-filter: blur(18px);
}

.market-finder-card h2 {
  font-size: clamp(1.55rem, 2vw, 1.95rem);
}

.market-finder-card p,
.market-finder-note {
  font-size: .95rem;
}

.market-search-row input,
.market-search-row button,
.market-pill-row a {
  min-height: 46px;
}

.market-search-row {
  grid-template-columns: 1fr 48px;
}

.market-search-row button {
  width: 48px;
}

.agency-stats {
  gap: .72rem;
  margin-top: clamp(.7rem, 1.4vw, 1rem);
  padding: .58rem;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background:
    radial-gradient(circle at 12% 20%, rgba(215, 255, 53, .12), transparent 28%),
    radial-gradient(circle at 82% 30%, rgba(181, 84, 255, .13), transparent 30%),
    linear-gradient(135deg, rgba(16, 18, 23, .82), rgba(5, 5, 8, .94));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.agency-stats:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(215, 255, 53, .12), transparent 22%, transparent 78%, rgba(0, 229, 255, .1)),
    linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 42%);
  opacity: .7;
}

.agency-stats article {
  position: relative;
  z-index: 1;
  min-height: 90px;
  gap: .45rem .78rem;
  padding: .82rem .86rem;
  border-color: rgba(255, 255, 255, .1);
  background:
    linear-gradient(145deg, rgba(13, 14, 18, .72), rgba(7, 7, 10, .68));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.agency-stats span {
  font-size: .68rem;
  line-height: 1;
}

.agency-stats strong {
  margin-top: .08rem;
  font-size: clamp(1.28rem, 1.8vw, 1.68rem);
  line-height: 1;
}

.agency-stats p {
  margin-top: .14rem;
  font-size: .78rem;
  line-height: 1.28;
}

.agency-visual-icon {
  width: 50px;
  height: 50px;
}

.agency-visual-icon svg {
  width: 28px;
  height: 28px;
}

.agency-paths,
.agency-market-section,
.agency-features,
.agency-market-drawer {
  padding-top: clamp(2.25rem, 4.8vw, 4.25rem);
}

.agency-stats + .agency-paths {
  padding-top: clamp(1.35rem, 3vw, 2.75rem);
}

.agency-section-heading {
  gap: .45rem;
  margin-bottom: 1.25rem;
}

.agency-section-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.agency-section-heading--row p {
  font-size: 1rem;
  line-height: 1.5;
}

.agency-path-grid {
  gap: 1rem;
}

.agency-path-card {
  min-height: 190px;
  gap: .9rem 1rem;
  padding: clamp(1.15rem, 2vw, 1.5rem);
}

.agency-path-card h3 {
  font-size: clamp(1.55rem, 2.3vw, 2.05rem);
}

.agency-path-card p {
  font-size: .95rem;
  line-height: 1.48;
}

.agency-link-button {
  min-height: 42px;
  padding-inline: 1rem;
  font-size: .78rem;
}

.agency-active-grid {
  gap: 1rem;
}

.agency-active-card {
  min-height: clamp(250px, 20vw, 310px);
  gap: 1rem;
  padding: clamp(1.05rem, 2.1vw, 1.5rem);
}

.agency-active-card:before {
  opacity: .88;
  transition: transform .7s ease, opacity .3s ease;
}

.agency-active-card strong {
  font-size: clamp(2.75rem, 4.5vw, 4rem);
}

.agency-active-card h3 {
  font-size: 1rem;
}

.agency-active-card p {
  max-width: 34ch;
  font-size: .94rem;
  line-height: 1.35;
}

.agency-sample-countries span {
  width: 32px;
  height: 23px;
}

.agency-sample-countries .agency-more-pill {
  min-width: 54px;
  height: 23px;
  font-size: .72rem;
}

#expansion-markets .agency-section-heading {
  margin-bottom: 1rem;
}

#expansion-markets .agency-section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

#expansion-markets .agency-section-heading p {
  font-size: .95rem;
}

.agency-expansion-grid {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: .75rem;
}

.agency-expansion-card {
  min-height: 108px;
  gap: .35rem;
  padding: .9rem;
}

.agency-expansion-card span {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.agency-expansion-card strong {
  font-size: .84rem;
}

.agency-expansion-card em {
  font-size: .72rem;
}

.agency-expansion-card small {
  font-size: .8rem;
}

.agency-feature-grid {
  gap: 1rem;
}

.agency-feature-grid article {
  min-height: 132px;
  gap: .9rem;
  padding: 1rem;
}

.agency-feature-grid h3 {
  font-size: 1rem;
}

.agency-feature-grid p {
  font-size: .86rem;
  line-height: 1.4;
}

.agency-feature-grid .agency-visual-icon {
  width: 52px;
  height: 52px;
}

.agency-feature-grid .agency-visual-icon svg {
  width: 29px;
  height: 29px;
}

.agency-brand-callout {
  min-height: 172px;
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: clamp(2.25rem, 5vw, 4rem);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.agency-brand-callout h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.agency-brand-callout p {
  font-size: .98rem;
  line-height: 1.5;
}

.agency-callout-actions .button {
  min-height: 46px;
  min-width: 220px;
  font-size: .78rem;
}

.agency-final-cta {
  min-height: clamp(230px, 24vw, 320px);
  gap: .65rem;
  margin: clamp(2.5rem, 6vw, 4.8rem) auto 0;
  padding: clamp(2rem, 5vw, 3rem);
  background:
    linear-gradient(180deg, rgba(3, 3, 4, .16), rgba(3, 3, 4, .62)),
    linear-gradient(90deg, rgba(3, 3, 4, .78), rgba(3, 3, 4, .16) 50%, rgba(3, 3, 4, .78)),
    url("footer-light-rails.png?v=20260709-4") center / cover no-repeat;
}

.agency-final-cta:before,
.agency-final-cta:after {
  display: none;
}

.agency-final-cta h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
}

.agency-final-cta p:not(.eyebrow) {
  font-size: 1rem;
}

.agency-final-actions .button {
  min-height: 46px;
  min-width: 220px;
  font-size: .8rem;
}

.agency-footer {
  min-height: 190px;
  padding: clamp(1.6rem, 3vw, 2.4rem) 0 clamp(2rem, 4vw, 3rem);
  background:
    linear-gradient(180deg, rgba(3, 3, 4, .76), rgba(3, 3, 4, .96)),
    radial-gradient(ellipse at 24% 0%, rgba(215, 255, 53, .09), transparent 32%),
    radial-gradient(ellipse at 78% 0%, rgba(181, 84, 255, .1), transparent 34%);
}

.agency-footer:before {
  background:
    linear-gradient(180deg, rgba(3, 3, 4, 0), rgba(3, 3, 4, .88)),
    url("footer-light-rails.png?v=20260709-4") center top / cover no-repeat;
  height: 120px;
  opacity: .42;
}

.agency-footer img {
  width: 136px;
}

.agency-footer__brand,
.agency-footer nav,
.agency-footer__social {
  gap: .55rem;
}

.agency-footer strong {
  font-size: .82rem;
}

.agency-footer a,
.agency-footer small,
.agency-footer p {
  font-size: .88rem;
  line-height: 1.4;
}

@media (prefers-reduced-motion: no-preference) {
  .agency-hero:before {
    animation: agency-hero-drift 22s ease-in-out infinite alternate;
  }

  .agency-stats article,
  .agency-path-card,
  .agency-active-card,
  .agency-expansion-card,
  .agency-feature-grid article,
  .agency-brand-callout,
  .agency-final-cta {
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
  }

  .agency-stats article:hover,
  .agency-path-card:hover,
  .agency-feature-grid article:hover,
  .agency-brand-callout:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 229, 255, .38);
    box-shadow: 0 22px 50px rgba(0, 229, 255, .08), 0 0 42px rgba(181, 84, 255, .06);
  }

  .agency-active-card:hover:before {
    transform: scale(1.06);
    opacity: .98;
  }

  .agency-expansion-card:hover {
    transform: translateY(-5px);
  }
}

@keyframes agency-hero-drift {
  from { background-position: center right; }
  to { background-position: center calc(100% + 22px); }
}

@keyframes agency-shimmer {
  0% { left: -45%; opacity: 0; }
  30% { opacity: .9; }
  100% { left: 120%; opacity: 0; }
}

.brand-modal[hidden] {
  display: none;
}

.has-open-modal {
  overflow: hidden;
}

.brand-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.brand-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(16px);
}

.brand-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(940px, 100%);
  max-height: min(90vh, 900px);
  overflow: auto;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(215, 255, 53, .32);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(18, 19, 24, .98), rgba(6, 6, 8, .98)),
    #08080a;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
}

.brand-modal__intro {
  max-width: 680px;
}

.brand-modal__intro h2 {
  max-width: 16ch;
}

.brand-modal__close {
  justify-self: end;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  padding: 0 .85rem;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.brand-modal form {
  background: rgba(25, 26, 29, .88);
}

@media (max-width: 1120px) {
  .agency-drawer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .agency-home .site-header {
    grid-template-columns: 1fr auto;
  }

  .agency-home .nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .agency-home .header-tools {
    justify-self: end;
  }
}

@media (max-width: 900px) {
  .agency-hero,
  .recruiter-hero,
  .recruiter-split,
  .recruiter-cta-band,
  .agency-path-grid,
  .agency-active-grid,
  .agency-brand-callout,
  .agency-section-heading--row {
    grid-template-columns: 1fr;
  }

  .market-finder-card {
    justify-self: stretch;
    max-width: none;
  }

  .agency-brand-callout h2 {
    max-width: 100%;
  }

  .agency-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agency-stats,
  .agency-feature-grid,
  .recruiter-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recruiter-hero {
    min-height: auto;
  }

  .recruiter-hero-card {
    align-self: stretch;
  }
}

@media (max-width: 640px) {
  .agency-main,
  .agency-footer {
    width: min(calc(100% - 1rem), var(--agency-max));
  }

  .agency-home .site-header {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .agency-home .brand {
    justify-self: center;
  }

  .agency-home .nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: .55rem 1rem;
    width: 100%;
    padding-bottom: 0;
  }

  .agency-home .header-tools {
    display: none;
  }

  .agency-hero {
    min-height: auto;
    gap: 1.1rem;
    padding-top: 1.35rem;
    padding-bottom: 1.4rem;
  }

  .recruiter-hero {
    padding: 1.2rem;
    background:
      linear-gradient(180deg, rgba(3, 3, 4, .96), rgba(3, 3, 4, .82) 52%, rgba(3, 3, 4, .4)),
      url("brand-creator-panel.png?v=20260709-4") center bottom / cover no-repeat;
  }

  .recruiter-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.35rem);
  }

  .recruiter-benefits,
  .recruiter-market-grid {
    grid-template-columns: 1fr;
  }

  .recruiter-cta-band {
    justify-items: stretch;
  }

  .recruiter-cta-band .button {
    width: 100%;
  }

  .agency-home h1 {
    font-size: clamp(2.45rem, 11vw, 3rem);
    line-height: .95;
  }

  .agency-lede {
    font-size: 1rem;
    line-height: 1.48;
  }

  .agency-text-link {
    justify-content: flex-start;
    min-height: 34px;
  }

  .market-finder-card {
    gap: .7rem;
    padding: 1rem;
  }

  .market-finder-card h2 {
    font-size: 1.65rem;
  }

  .market-finder-card p,
  .market-finder-note {
    font-size: .9rem;
  }

  .agency-hero__actions,
  .agency-final-actions,
  .agency-callout-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .agency-hero__actions .button,
  .agency-final-actions .button {
    width: 100%;
    min-width: 0;
  }

  .agency-stats article,
  .agency-path-card,
  .agency-active-card,
  .agency-expansion-card,
  .agency-feature-grid article {
    min-height: auto;
  }

  .agency-stats article {
    grid-template-columns: 46px 1fr;
    padding: .85rem;
  }

  .agency-stats {
    gap: .55rem;
    padding: .45rem;
  }

  .agency-stats span {
    font-size: .7rem;
  }

  .agency-stats strong {
    font-size: 1.45rem;
  }

  .agency-stats p {
    font-size: .84rem;
  }

  .agency-visual-icon {
    width: 46px;
    height: 46px;
  }

  .agency-visual-icon svg {
    width: 25px;
    height: 25px;
  }

  .agency-path-card {
    padding: 1rem;
  }

  .agency-active-card {
    min-height: 245px;
  }

  .agency-expansion-card {
    min-height: 104px;
  }

  .agency-brand-callout,
  .agency-final-cta {
    min-height: auto;
  }

  .agency-brand-callout h2,
  .agency-final-cta h2 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  .agency-stats,
  .agency-feature-grid,
  .agency-drawer-grid,
  .agency-footer {
    grid-template-columns: 1fr;
  }

  .market-search-row {
    grid-template-columns: 1fr 42px;
  }

  .agency-expansion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-pill-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .agency-stats article {
    min-height: auto;
  }
}

.premium-market-page {
  --agency-max: 1120px;
  --market-accent: var(--cyan);
  --market-accent-2: var(--lime);
  --market-accent-3: #b554ff;
  --market-hero-image: url("lvlup-hero-latam-global.png?v=20260709-4");
  --market-story-image: var(--regional-card-image);
  overflow-x: hidden;
  box-shadow: inset 1px 0 0 color-mix(in srgb, var(--market-accent) 70%, transparent), inset -1px 0 0 color-mix(in srgb, var(--market-accent) 70%, transparent);
}

.premium-market-page--us {
  --market-accent: var(--lime);
  --market-accent-2: var(--cyan);
  --market-accent-3: #b554ff;
  --market-hero-image: url("us-market-visual.png?v=20260709-4");
  --regional-card-image: url("us-city-panel.png?v=20260709-4");
}

.premium-market-page--latam {
  --market-accent: #b554ff;
  --market-accent-2: var(--lime);
  --market-accent-3: var(--cyan);
  --regional-card-image: url("latam-market-visual-v2.png?v=20260709-4");
  --market-story-image: url("latam-creator-market-panel.png?v=20260709-4");
}

.premium-market-page--uk {
  --market-accent: #42b8ff;
  --market-accent-2: var(--lime);
  --market-accent-3: #1f6dff;
  --regional-card-image: url("uk-city-panel.png?v=20260709-4");
}

.premium-market-page:before {
  background:
    radial-gradient(circle at 18% 16%, color-mix(in srgb, var(--market-accent) 22%, transparent), transparent 34%),
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--market-accent-3) 18%, transparent), transparent 36%),
    linear-gradient(180deg, #030304 0%, #060608 56%, #030304 100%);
}

.premium-market-page .site-header {
  min-height: 82px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.premium-market-page .brand img {
  width: clamp(132px, 9vw, 170px);
  min-width: 132px;
}

.premium-market-page--latam .brand img {
  width: clamp(156px, 12vw, 230px);
  min-width: 156px;
  max-height: 58px;
  object-fit: contain;
}

.premium-market-page--latam .agency-footer__brand img {
  width: min(230px, 100%);
  max-height: 84px;
  object-fit: contain;
}

.premium-market-page .header-tools {
  gap: .55rem;
}

.premium-market-page .header-action--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--lime), #8ffcff 48%, #b554ff);
  color: #050506;
  box-shadow: 0 0 28px rgba(215, 255, 53, .18);
}

.premium-market-page .header-action--secondary {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .04);
}

.premium-market-main,
.premium-market-page .agency-footer {
  width: min(calc(100% - clamp(2rem, 9vw, 7rem)), var(--agency-max));
  margin-inline: auto;
}

.premium-market-main {
  display: grid;
  gap: clamp(.95rem, 2.1vw, 1.55rem);
  padding: .8rem 0 clamp(2.5rem, 5vw, 4rem);
}

.market-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
}

.market-breadcrumb a:hover,
.market-breadcrumb strong {
  color: var(--market-accent-2);
}

.market-breadcrumb span:before,
.market-breadcrumb strong:before {
  content: ">";
  margin-right: .45rem;
  color: rgba(255, 255, 255, .36);
}

.premium-market-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr);
  gap: clamp(1rem, 3vw, 2rem);
  min-height: clamp(320px, 34vw, 430px);
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2rem) clamp(1rem, 3vw, 1.7rem);
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, .99), rgba(3, 3, 4, .86) 36%, rgba(3, 3, 4, .2) 72%, rgba(3, 3, 4, .04)),
    var(--market-hero-image) center right / cover no-repeat,
    #050506;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08), 0 24px 80px rgba(0, 0, 0, .38);
}

.premium-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: .8rem;
  max-width: 620px;
}

.premium-status-badge,
.premium-snapshot-grid article > div > span {
  color: var(--market-accent-2);
  font-size: .73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-status-badge {
  padding: .42rem .68rem;
  border: 1px solid color-mix(in srgb, var(--market-accent) 55%, rgba(255, 255, 255, .2));
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
}

.premium-hero-copy h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 6vw, 5rem);
}

.premium-hero-copy h1 span {
  background: linear-gradient(135deg, var(--market-accent-2), #f6ffe8 45%, var(--market-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.premium-market-page--latam .premium-hero-copy h1 {
  max-width: 16ch;
  font-size: clamp(2.75rem, 5vw, 4.35rem);
}

.premium-hero-copy p,
.premium-section-heading p,
.premium-brand-callout p,
.premium-regional-cta p,
.premium-benefit-row p,
.premium-why-grid p {
  max-width: 64ch;
  color: var(--muted);
}

.premium-hero-actions,
.premium-callout-actions,
.premium-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  align-items: center;
}

.regional-visual-card {
  position: relative;
  min-height: 100%;
  color: var(--market-accent);
  pointer-events: none;
}

.regional-visual-card svg {
  position: absolute;
  inset: 7% 4% auto auto;
  width: min(78%, 420px);
  height: auto;
  filter: drop-shadow(0 0 18px color-mix(in srgb, var(--market-accent) 70%, transparent));
  opacity: .9;
}

.visual-glow {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(28px);
  opacity: .55;
}

.visual-glow--one {
  right: 8%;
  top: 9%;
  background: color-mix(in srgb, var(--market-accent) 80%, transparent);
}

.visual-glow--two {
  left: 6%;
  bottom: 8%;
  background: color-mix(in srgb, var(--market-accent-2) 60%, transparent);
}

.visual-city-line,
.visual-skyline {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 8%;
  display: flex;
  align-items: end;
  gap: .45rem;
  min-height: 120px;
}

.visual-city-line span,
.visual-skyline span {
  flex: 1;
  min-width: 18px;
  border: 1px solid color-mix(in srgb, var(--market-accent) 55%, rgba(255, 255, 255, .16));
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--market-accent) 38%, transparent), rgba(255, 255, 255, .02));
}

.visual-city-line span:nth-child(1),
.visual-skyline span:nth-child(2) { height: 58px; }
.visual-city-line span:nth-child(2),
.visual-skyline span:nth-child(4) { height: 108px; }
.visual-city-line span:nth-child(3),
.visual-skyline span:nth-child(1) { height: 76px; }
.visual-city-line span:nth-child(4),
.visual-skyline span:nth-child(6) { height: 132px; }
.visual-city-line span:nth-child(5),
.visual-skyline span:nth-child(3) { height: 88px; }
.visual-skyline span:nth-child(5) { height: 116px; }

.premium-badge-grid,
.premium-snapshot-grid,
.premium-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7rem;
}

.premium-badge-grid article,
.premium-snapshot-grid article,
.premium-why-grid article,
.premium-benefit-row,
.premium-intake form {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(22, 23, 28, .88), rgba(7, 7, 9, .9));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.premium-badge-grid article,
.premium-snapshot-grid article {
  display: grid;
  gap: .55rem;
  padding: .85rem;
}

.premium-badge-grid article {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 68px;
}

.premium-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid color-mix(in srgb, var(--market-accent) 52%, rgba(255, 255, 255, .16));
  border-radius: 8px;
  background: color-mix(in srgb, var(--market-accent) 16%, rgba(255, 255, 255, .04));
  color: var(--market-accent);
  flex: 0 0 auto;
}

.premium-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 23px;
  height: 23px;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.premium-badge-grid strong {
  color: #fff;
  font-size: .9rem;
  line-height: 1.08;
}

.premium-snapshot-grid article {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 110px;
}

.premium-snapshot-grid article > div {
  display: grid;
  gap: .18rem;
  min-width: 0;
}

.premium-snapshot-grid strong {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  line-height: 1.05;
}

.premium-snapshot-grid small {
  display: block;
  margin-top: .25rem;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.35;
}

.premium-section,
.premium-offer-grid,
.premium-brand-callout,
.premium-intake {
  display: grid;
  gap: 1rem;
  padding-top: clamp(.75rem, 2vw, 1.35rem);
}

.premium-market-story {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: stretch;
  padding-top: clamp(.85rem, 2vw, 1.5rem);
}

.premium-market-story__image,
.premium-market-story__copy {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(22, 23, 28, .88), rgba(7, 7, 9, .9));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  overflow: hidden;
}

.premium-market-story__image {
  min-height: clamp(280px, 29vw, 430px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .58)),
    var(--market-story-image) center / cover no-repeat;
}

.premium-market-story__copy {
  display: grid;
  align-content: center;
  gap: .8rem;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  background:
    radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--market-accent) 20%, transparent), transparent 34%),
    radial-gradient(circle at 92% 78%, color-mix(in srgb, var(--market-accent-2) 14%, transparent), transparent 36%),
    linear-gradient(145deg, rgba(22, 23, 28, .9), rgba(7, 7, 9, .94));
}

.premium-market-story__copy h2 {
  max-width: 15ch;
  font-size: clamp(1.85rem, 3.2vw, 3.1rem);
}

.premium-market-story__copy p {
  color: var(--muted);
  font-size: clamp(.96rem, 1.1vw, 1.08rem);
  line-height: 1.58;
}

.premium-country-line {
  margin-top: .25rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: #fff !important;
  font-size: .92rem !important;
  font-weight: 800;
  line-height: 1.65 !important;
}

.premium-section-heading {
  display: grid;
  gap: .55rem;
}

.premium-section-heading h2,
.premium-offer-grid h2,
.premium-brand-callout h2,
.premium-intake h2 {
  max-width: 18ch;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.premium-country-row,
.premium-all-countries {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: .75rem;
}

.premium-country-chip,
.premium-all-countries span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 82px;
  padding: .55rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
}

.premium-country-chip i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 0 24px color-mix(in srgb, var(--market-accent) 28%, transparent);
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  overflow: hidden;
}

.premium-country-chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premium-country-details {
  display: grid;
  gap: 1rem;
}

.premium-country-details summary {
  width: fit-content;
  min-height: 44px;
  padding: .8rem 1rem;
  border: 1px solid color-mix(in srgb, var(--market-accent) 55%, rgba(255, 255, 255, .16));
  border-radius: 8px;
  color: var(--market-accent-2);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.premium-country-details[open] summary {
  margin-bottom: 1rem;
}

.premium-offer-grid {
  grid-template-columns: minmax(0, .86fr) minmax(320px, .72fr);
  align-items: stretch;
  gap: clamp(1rem, 3vw, 2rem);
}

.premium-benefit-list {
  display: grid;
  gap: .8rem;
  margin-top: 1rem;
}

.premium-benefit-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .9rem;
  padding: .85rem;
}

.premium-benefit-row h3,
.premium-why-grid h3,
.premium-regional-cta h3 {
  margin-bottom: .35rem;
  font-size: 1.1rem;
}

.premium-regional-cta {
  position: relative;
  display: grid;
  align-content: end;
  gap: .8rem;
  min-height: clamp(300px, 32vw, 390px);
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid color-mix(in srgb, var(--market-accent) 48%, rgba(255, 255, 255, .14));
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)), #07080a;
}

.premium-cta-visual {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, .78)),
    var(--regional-card-image, url("lvlup-hero-latam-global.png?v=20260709-4")) center / cover no-repeat;
  opacity: .9;
}

.premium-regional-cta > *:not(.premium-cta-visual) {
  position: relative;
  z-index: 1;
}

.premium-why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.premium-why-grid article {
  padding: 1rem;
}

.premium-brand-callout {
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: center;
  padding: clamp(1.2rem, 3vw, 1.6rem);
  border: 1px solid color-mix(in srgb, var(--market-accent-2) 44%, rgba(255, 255, 255, .12));
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(215, 255, 53, .09), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .018)),
    #07080a;
}

.premium-brand-photo {
  min-height: 88px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .62)),
    url("brand-creator-panel.png?v=20260709-4") center / cover no-repeat;
}

.premium-final-cta {
  display: grid;
  justify-items: center;
  gap: .8rem;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  border: 1px solid color-mix(in srgb, var(--market-accent-2) 58%, var(--market-accent));
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--market-accent-2) 16%, transparent), transparent 35%),
    radial-gradient(circle at 86% 100%, color-mix(in srgb, var(--market-accent) 18%, transparent), transparent 35%),
    #060607;
  text-align: center;
}

.premium-final-cta h2 {
  font-size: clamp(1.7rem, 4vw, 2.65rem);
}

.premium-final-cta p {
  color: var(--muted);
}

.premium-intake form {
  display: grid;
  gap: .9rem;
  padding: clamp(1rem, 3vw, 1.4rem);
}

.premium-intake {
  display: none;
}

.premium-intake:target {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  gap: 1rem;
  padding: clamp(1rem, 4vw, 2rem);
  overflow: auto;
  background: rgba(0, 0, 0, .84);
  backdrop-filter: blur(14px);
}

.premium-intake:target .premium-section-heading,
.premium-intake:target form {
  width: min(760px, 100%);
}

.premium-intake:target .premium-section-heading {
  margin-top: auto;
  padding: 1rem 1.2rem 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(145deg, rgba(22, 23, 28, .96), rgba(7, 7, 9, .96));
}

.premium-intake:target form {
  border-radius: 0 0 8px 8px;
  margin-bottom: auto;
}

.premium-modal-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 201;
  display: none;
  min-height: 42px;
  padding: .8rem 1rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(8, 8, 10, .92);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-intake:target .premium-modal-close {
  display: inline-flex;
  align-items: center;
}

.premium-market-page .agency-footer {
  margin-bottom: 1.5rem;
}

@media (min-width: 1280px) {
  .premium-market-page .site-header {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: clamp(.8rem, 1.8vw, 2rem);
  }

  .premium-market-page .brand {
    justify-self: start;
  }

  .premium-market-page .nav {
    grid-column: 2;
    justify-self: center;
  }

  .premium-market-page .header-tools {
    grid-column: 3;
    justify-self: end;
  }
}

@media (min-width: 1061px) and (max-width: 1279px) {
  .premium-market-page .site-header {
    grid-template-columns: 1fr auto;
    row-gap: .45rem;
  }

  .premium-market-page .nav {
    grid-column: 1 / -1;
    order: 3;
    justify-self: center;
  }

  .premium-market-page .header-tools {
    justify-self: end;
  }
}

@media (max-width: 1060px) {
  .premium-market-page .site-header {
    grid-template-columns: 1fr auto;
  }

  .premium-market-page .nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .premium-market-hero,
  .premium-offer-grid,
  .premium-brand-callout,
  .premium-market-story {
    grid-template-columns: 1fr;
  }

  .regional-visual-card {
    min-height: 360px;
  }

  .premium-badge-grid,
  .premium-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .premium-market-main,
  .premium-market-page .agency-footer {
    width: min(calc(100% - 1rem), var(--agency-max));
  }

  .premium-market-page .site-header {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .premium-market-page .brand {
    justify-self: center;
  }

  .premium-market-page .nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: .55rem 1rem;
    width: 100%;
  }

  .premium-market-page .header-tools {
    display: none;
  }

  .premium-market-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(3, 3, 4, .98), rgba(3, 3, 4, .9) 46%, rgba(3, 3, 4, .35) 78%, rgba(3, 3, 4, .08)),
      var(--market-hero-image) center bottom / cover no-repeat,
      #050506;
    padding-bottom: clamp(4.5rem, 22vw, 7rem);
  }

  .premium-hero-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .premium-hero-actions,
  .premium-callout-actions,
  .premium-form-actions,
  .premium-market-page .button {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .premium-badge-grid,
  .premium-snapshot-grid,
  .premium-why-grid,
  .premium-market-page .field-row {
    grid-template-columns: 1fr;
  }

  .regional-visual-card {
    display: none;
  }

  .premium-country-details summary {
    width: 100%;
    text-align: center;
  }

  .premium-market-story__image {
    min-height: 270px;
  }

  .premium-market-story__copy h2 {
    max-width: 100%;
    font-size: clamp(1.7rem, 9vw, 2.45rem);
  }

  .premium-country-line {
    font-size: .86rem !important;
  }
}

.cms-page {
  overflow-x: hidden;
}

.cms-page:before {
  background:
    radial-gradient(circle at 16% 12%, rgba(215, 255, 53, .14), transparent 34%),
    radial-gradient(circle at 82% 10%, rgba(181, 84, 255, .18), transparent 36%),
    linear-gradient(180deg, #030304 0%, #060608 58%, #030304 100%);
}

.cms-main {
  padding-top: clamp(1.25rem, 3vw, 2.4rem);
}

.cms-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: 1.2rem;
  min-height: clamp(360px, 42vw, 520px);
  padding: clamp(1.35rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, .18);
  background:
    linear-gradient(90deg, rgba(3, 3, 4, .96), rgba(3, 3, 4, .82) 44%, rgba(3, 3, 4, .24)),
    url("brand-creator-panel.png") right center / cover no-repeat,
    #050506;
  box-shadow: 0 0 42px rgba(0, 229, 255, .08);
}

.cms-hero:after {
  content: "";
  position: absolute;
  inset: auto -8% -34% 20%;
  height: 50%;
  background: linear-gradient(90deg, rgba(215, 255, 53, .4), rgba(0, 229, 255, .32), rgba(181, 84, 255, .42));
  filter: blur(48px);
  opacity: .45;
  z-index: -1;
  animation: cmsGlow 8s ease-in-out infinite alternate;
}

@keyframes cmsGlow {
  from { transform: translate3d(-2%, 0, 0) scale(.96); }
  to { transform: translate3d(3%, -4%, 0) scale(1.04); }
}

.cms-hero--compact {
  min-height: auto;
  background:
    linear-gradient(120deg, rgba(3, 3, 4, .96), rgba(12, 12, 18, .9)),
    #050506;
}

.cms-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 5.6rem);
  line-height: .92;
}

.cms-hero .agency-lede {
  max-width: 680px;
}

.cms-filter-row {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(170px, .34fr) minmax(170px, .34fr);
  gap: .8rem;
  max-width: 920px;
}

.cms-filter-row label,
.cms-article label {
  display: grid;
  gap: .35rem;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cms-filter-row input,
.cms-filter-row select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  padding: 0 .9rem;
  font: inherit;
  text-transform: none;
}

.cms-section,
.cms-article {
  margin-top: clamp(2.4rem, 6vw, 4.6rem);
}

.cms-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.85rem, 2vw, 1.2rem);
}

.cms-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 19, 23, .88), rgba(9, 10, 13, .88));
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cms-card:hover {
  transform: translateY(-3px);
  border-color: rgba(215, 255, 53, .72);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .34), 0 0 28px rgba(181, 84, 255, .16);
}

.cms-card a {
  display: grid;
  gap: .65rem;
  height: 100%;
  padding: .8rem;
  color: #fff;
  text-decoration: none;
}

.cms-team-card {
  display: grid;
  gap: .65rem;
  height: 100%;
  padding: .8rem;
}

.cms-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
}

.cms-card span,
.cms-card em {
  color: var(--lime);
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.cms-card h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1;
}

.cms-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cms-card-grid--featured {
  grid-template-columns: minmax(0, 1fr);
  max-width: 720px;
}

.cms-pathway-list {
  display: grid;
  gap: .75rem;
  max-width: 920px;
}

.cms-pathway-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(18, 19, 24, .9), rgba(7, 7, 10, .9));
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cms-pathway-item:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 255, 53, .72);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .28), 0 0 24px rgba(0, 216, 255, .12);
}

.cms-pathway-item span {
  color: var(--lime);
  font-size: 1.2rem;
  font-weight: 1000;
}

.cms-pathway-item strong {
  min-width: 0;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.cms-pathway-item em {
  color: var(--cyan);
  font-style: normal;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cms-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.cms-mini-links a {
  color: var(--lime);
  font-weight: 900;
  text-decoration: none;
}

.cms-block {
  margin: clamp(1.5rem, 4vw, 3rem) 0;
}

.cms-block--hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: 1rem;
  align-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.cms-block--hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

.cms-block--hero span {
  color: var(--lime);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cms-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.cms-mini-grid article,
.cms-mini-grid blockquote,
.cms-block--cta {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.cms-mini-grid cite {
  display: block;
  margin-top: .8rem;
  color: var(--lime);
  font-style: normal;
  font-weight: 900;
}

.cms-status {
  margin-top: 1rem;
  color: var(--muted);
}

.cms-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin-bottom: 1.35rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.cms-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.cms-article-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .7fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1rem, 4vw, 2.2rem);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(18, 19, 24, .92), rgba(7, 7, 10, .94));
}

.cms-article-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: .94;
}

.cms-featured-image {
  margin: 0;
}

.cms-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
}

.cms-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
  margin-top: 1rem;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 800;
}

.cms-meta span {
  color: rgba(255, 255, 255, .35);
}

.cms-article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.4rem);
  margin-top: clamp(1.5rem, 4vw, 3rem);
}

.cms-article-layout--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 920px;
}

.cms-toc {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: .65rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(10, 11, 14, .74);
}

.cms-toc strong {
  color: #fff;
  text-transform: uppercase;
  font-size: .76rem;
}

.cms-toc a {
  color: var(--muted);
  text-decoration: none;
  line-height: 1.35;
}

.cms-toc a.h3 {
  padding-left: .8rem;
  font-size: .9rem;
}

.cms-body {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.75;
}

.cms-body h2,
.cms-body h3 {
  margin: 2rem 0 .75rem;
  line-height: 1;
}

.cms-body h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.cms-body h3 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.cms-body p {
  margin: 0 0 1rem;
}

.cms-body a {
  color: var(--lime);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: .18em;
}

.cms-body ul,
.cms-body ol {
  margin: 0 0 1.25rem 1.35rem;
  padding: 0;
}

.cms-body li {
  margin: .35rem 0;
  padding-left: .2rem;
}

.cms-callout {
  position: relative;
  display: grid;
  gap: .45rem;
  margin: 1.4rem 0;
  padding: 1rem 1.1rem 1rem 1.25rem;
  border: 1px solid rgba(215, 255, 53, .38);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(215, 255, 53, .08), rgba(181, 84, 255, .08));
  box-shadow: inset 4px 0 0 rgba(215, 255, 53, .78);
}

.cms-callout span {
  order: -1;
  color: var(--lime);
  font-size: .72rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.cms-callout strong {
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.15;
}

.cms-callout p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
}

.cms-callout--safety-note,
.cms-callout--common-mistake {
  border-color: rgba(181, 84, 255, .48);
  box-shadow: inset 4px 0 0 rgba(181, 84, 255, .82);
}

.cms-callout--safety-note span,
.cms-callout--common-mistake span {
  color: #c783ff;
}

.cms-callout--market-note,
.cms-callout--pro-tip {
  border-color: rgba(0, 216, 255, .42);
  box-shadow: inset 4px 0 0 rgba(0, 216, 255, .78);
}

.cms-callout--market-note span,
.cms-callout--pro-tip span {
  color: var(--cyan);
}

.cms-body figure {
  margin: 1.5rem 0;
}

.cms-body img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .16);
}

.cms-body blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--lime);
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.cms-faq,
.cms-related {
  margin-top: clamp(2rem, 5vw, 3.4rem);
}

.cms-faq details {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  padding: 1rem;
  margin-bottom: .75rem;
}

.cms-faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 900;
}

.cms-faq p {
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .cms-filter-row,
  .cms-article-hero,
  .cms-article-layout,
  .cms-block--hero {
    grid-template-columns: 1fr;
  }

  .cms-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cms-mini-grid {
    grid-template-columns: 1fr;
  }

  .cms-toc {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .cms-hero {
    min-height: auto;
    padding: 1.1rem;
    background:
      linear-gradient(180deg, rgba(3, 3, 4, .95), rgba(3, 3, 4, .86)),
      url("brand-creator-panel.png") center / cover no-repeat,
      #050506;
  }

  .cms-hero h1,
  .cms-article-hero h1 {
    font-size: clamp(2.25rem, 13vw, 3.25rem);
  }

  .cms-card-grid {
    grid-template-columns: 1fr;
  }

  .cms-pathway-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .cms-pathway-item em {
    grid-column: 2;
  }

  .cms-article-hero {
    padding: 1rem;
  }
}

.careers-main { min-height: 100vh; }
.careers-hero { align-items: stretch; }
.careers-steps { display: grid; gap: .8rem; margin: 1.25rem 0; padding-left: 1.35rem; color: var(--muted); line-height: 1.55; }
