:root {
  --gofan-yellow: #F7C600;
  --gofan-yellow-hover: #FFD21A;
  --gofan-yellow-dark: #D9AE00;
  --gofan-black: #090A0C;
  --gofan-black-deep: #050607;
  --gofan-surface: #111317;
  --gofan-surface-2: #181B20;
  --gofan-surface-3: #20242A;
  --gofan-white: #F4F4F0;
  --gofan-muted: #A0A4AA;
  --gofan-muted-dark: #747980;
  --gofan-border: rgba(255, 255, 255, 0.10);
  --gofan-border-strong: rgba(255, 255, 255, 0.18);
  --gofan-yellow-alpha-04: rgba(247, 198, 0, 0.04);
  --gofan-yellow-alpha-08: rgba(247, 198, 0, 0.08);
  --gofan-yellow-alpha-12: rgba(247, 198, 0, 0.12);
  --gofan-yellow-alpha-18: rgba(247, 198, 0, 0.18);
  --gofan-yellow-alpha-24: rgba(247, 198, 0, 0.24);
  --page-max-width: 1440px;
  --header-height-desktop: 84px;
  --header-height-mobile: 68px;
  --radius-small: 8px;
  --radius-button: 10px;
  --radius-input: 12px;
  --radius-card: 16px;
  --radius-large: 20px;
  --transition-fast: 180ms ease;
  --transition-normal: 320ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-slow: 700ms cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-depth: 0 24px 70px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(255, 255, 255, 0.04);
  --shadow-yellow: 0 0 40px rgba(247, 198, 0, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  overflow-x: clip;
  background: var(--gofan-black);
  color: var(--gofan-white);
  font-family: "Inter", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.045) 1px, transparent 1.5px);
  background-size: 32px 32px;
  opacity: 0.55;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle at center, transparent 30%, rgba(5, 6, 7, 0.62) 100%);
}

.site-container {
  width: min(100%, var(--page-max-width));
  margin-inline: auto;
  padding-inline: 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .site-container { padding-inline: 24px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-container { padding-inline: 32px; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .site-container { padding-inline: 48px; }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .site-container { padding-inline: 56px; }
}

@media (min-width: 1440px) {
  .site-container { padding-inline: 64px; }
}

main > section + section {
  margin-top: 96px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  main > section + section { margin-top: 120px; }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  main > section + section { margin-top: 144px; }
}

@media (min-width: 1440px) {
  main > section + section { margin-top: 160px; }
}

/* Typography — mobile base 320–767 */
h1,
.hero__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.90;
  letter-spacing: -0.035em;
  margin: 0;
}

.heading-h2,
h2.heading-h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.025em;
  margin: 0;
}

.heading-h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.015em;
}

.eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gofan-yellow);
  margin: 0;
}

.text-lead {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.text-body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.60;
  letter-spacing: -0.005em;
  color: rgba(244, 244, 240, 0.76);
  margin: 0;
}

.text-small {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.50;
}

.text-accent {
  color: var(--gofan-yellow);
}

.text-yellow {
  color: var(--gofan-yellow);
}

@media (max-width: 479px) {
  h1:not(.hero__title) { font-size: 44px; }
  .heading-h2, h2.heading-h2 { font-size: 40px; }
  .heading-h3 { font-size: 28px; }
}

@media (min-width: 768px) and (max-width: 1199px) {
  h1, .hero__title { font-size: 66px; }
  .heading-h2, h2.heading-h2 { font-size: 54px; }
  .heading-h3 { font-size: 32px; }
  .text-lead { font-size: 18px; }
  .text-body { font-size: 16px; }
  .eyebrow { font-size: 12px; }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  h1, .hero__title { font-size: 84px; }
  .heading-h2, h2.heading-h2 { font-size: 64px; }
  .heading-h3 { font-size: 34px; }
  .text-lead { font-size: 19px; }
  .text-body { font-size: 17px; }
  .eyebrow { font-size: 12px; }
}

@media (min-width: 1440px) {
  h1, .hero__title { font-size: 96px; }
  .heading-h2, h2.heading-h2 { font-size: 72px; }
  .heading-h3 { font-size: 36px; }
  .text-lead { font-size: 20px; }
  .text-body { font-size: 17px; }
  .eyebrow { font-size: 12px; }
}

.logo-text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--gofan-yellow);
}

.site-logo__image {
  display: block;
  width: auto;
  height: 32px;
}

@media (max-width: 767px) {
  .site-logo__image {
    height: 28px;
  }
}

.site-footer__logo .site-logo__image {
  height: 36px;
}

@media (max-width: 767px) {
  .site-footer__logo .site-logo__image {
    height: 32px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding-inline: 28px;
  border-radius: var(--radius-button);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.005em;
  transition: transform var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast);
}

.btn:focus-visible {
  outline: 2px solid var(--gofan-yellow);
  outline-offset: 3px;
}

.btn--primary {
  background: var(--gofan-yellow);
  color: var(--gofan-black-deep);
  border: 1px solid var(--gofan-yellow);
}

.btn--primary:hover {
  background: var(--gofan-yellow-hover);
  border-color: var(--gofan-yellow-hover);
  transform: translateY(-2px);
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.02);
  color: var(--gofan-white);
  border: 1px solid var(--gofan-border-strong);
}

.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
    min-height: 54px;
  }
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: var(--header-height-mobile);
  background: transparent;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
  border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
  .site-header { height: var(--header-height-desktop); }
}

.site-header--scrolled {
  background: rgba(9, 10, 12, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--gofan-border);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.site-header__nav {
  display: none;
  align-items: center;
  gap: 32px;
}

@media (min-width: 768px) {
  .site-header__nav { display: flex; }
}

.site-header__links {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__links a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: rgba(244, 244, 240, 0.78);
  padding-bottom: 8px;
  transition: color 220ms ease;
}

.site-header__links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gofan-yellow);
  transform: translateX(-50%);
  transition: width 220ms ease;
}

.site-header__links a:hover,
.site-header__links a.is-active {
  color: var(--gofan-white);
}

.site-header__links a.is-active::after {
  width: 24px;
}

.site-header__cta--desktop {
  display: none;
  min-height: 44px;
  padding-inline: 20px;
}

@media (min-width: 768px) {
  .site-header__cta--desktop { display: inline-flex; }
  .site-header__cta--mobile { display: none; }
}

.site-header__cta--mobile {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 14px;
}

.media-fallback {
  position: relative;
  overflow: hidden;
  background-color: var(--gofan-surface);
  background-image:
    radial-gradient(
      circle at 70% 30%,
      var(--gofan-yellow-alpha-08),
      transparent 36%
    );
}

.media-fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1.5px
    );
  background-size: 28px 28px;
  opacity: 0.32;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity var(--transition-slow), transform var(--transition-slow);
}

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

/* Hero */
.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 96px;
  }
}

@media (min-width: 1024px) {
  .hero {
    min-height: 100svh;
    min-height: 860px;
    padding-top: 148px;
    padding-bottom: 72px;
  }
}

@media (max-width: 767px) {
  .hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 104px;
    padding-bottom: 64px;
    background-color: #050607;
  }

  .hero__overlay-h {
    background: linear-gradient(
      90deg,
      rgba(5, 6, 7, 0.97) 0%,
      rgba(5, 6, 7, 0.88) 42%,
      rgba(5, 6, 7, 0.60) 72%,
      rgba(5, 6, 7, 0.30) 100%
    );
  }

  .hero__overlay-v {
    opacity: 1;
    background: linear-gradient(
      180deg,
      rgba(5, 6, 7, 0.18) 0%,
      rgba(5, 6, 7, 0.10) 36%,
      rgba(5, 6, 7, 0.64) 78%,
      #050607 100%
    );
  }

  .hero__background-image,
  .hero__media .media-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 64% 48%;
    opacity: 0.68;
    z-index: 0;
  }

  .hero__shell.site-container {
    width: calc(100% - 32px);
    max-width: 430px;
    margin-inline: auto;
    padding-inline: 0;
  }

  .hero__grid {
    display: block;
  }

  .hero__copy {
    max-width: none;
    width: 100%;
  }

  .hero .eyebrow {
    margin: 0 0 26px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #F7C600;
  }

  .hero__title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(46px, 13.4vw, 58px);
    line-height: 0.91;
    font-weight: 700;
    letter-spacing: -0.035em;
    color: #F4F4F0;
    width: 100%;
    max-width: 360px;
    margin: 0;
    text-wrap: balance;
  }

  .hero__title-line {
    display: block;
    white-space: nowrap;
    color: #F4F4F0;
  }

  .hero__title-line--accent {
    color: #F7C600;
  }

  .hero__lead {
    width: 100%;
    max-width: 350px;
    margin-top: 28px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.52;
    font-weight: 400;
    color: rgba(244, 244, 240, 0.78);
  }

  .hero__actions {
    display: block;
    margin-top: 34px;
    margin-bottom: 0;
  }

  .hero__actions .btn--secondary {
    display: none;
  }

  .hero__actions .btn--primary {
    width: 100%;
    max-width: 350px;
    height: 58px;
    margin-top: 0;
    padding: 0 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 15px;
    background: #F7C600;
    color: #090A0C;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(247, 198, 0, 0.18);
    transition:
      background-color 180ms ease,
      transform 180ms ease,
      box-shadow 180ms ease;
  }

  .hero__actions .btn--primary:hover {
    background: #FFD21A;
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(247, 198, 0, 0.24);
  }

  .hero__actions .btn--primary:active {
    transform: translateY(0);
  }

  .hero__actions .btn--primary:focus-visible {
    outline: 3px solid rgba(247, 198, 0, 0.38);
    outline-offset: 4px;
  }

  .hero__note {
    display: none;
  }

  .hero__phone,
  .hero__bubble,
  .hero__bubble--1,
  .hero__bubble--2,
  .hero__bubble--3,
  .hero__tagline-corner {
    display: none !important;
  }

  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: 76px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header--scrolled {
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header__inner.site-container {
    width: calc(100% - 32px);
    height: 76px;
    margin-inline: auto;
    padding-inline: 0;
    justify-content: flex-start;
  }

  .site-header__nav,
  .site-header__cta--mobile {
    display: none !important;
  }

  .site-header .site-logo__image {
    display: block;
    width: 112px;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 98px;
    padding-bottom: 56px;
  }

  .hero__shell.site-container {
    width: calc(100% - 28px);
  }

  .hero__title {
    font-size: clamp(46px, 13.6vw, 56px);
    max-width: 340px;
  }

  .hero__lead {
    font-size: 17px;
    line-height: 1.5;
    max-width: 335px;
  }

  .hero__actions .btn--primary {
    max-width: 335px;
    height: 56px;
    margin-top: 0;
  }

  .hero__actions {
    margin-top: 30px;
  }

  .site-header {
    height: 72px;
  }

  .site-header__inner.site-container {
    width: calc(100% - 28px);
    height: 72px;
  }

  .site-header .site-logo__image {
    width: 104px;
  }
}

.hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: var(--gofan-surface);
}

.hero__background-image,
.hero__media .media-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}

@media (min-width: 480px) and (max-width: 767px) {
  .hero__background-image,
  .hero__media .media-fallback {
    object-position: 68% center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero__background-image,
  .hero__media .media-fallback {
    object-position: 66% center;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hero__background-image,
  .hero__media .media-fallback {
    object-position: 61% 45%;
  }
}

@media (min-width: 1200px) {
  .hero__background-image,
  .hero__media .media-fallback {
    position: absolute;
    inset: 0;
    object-position: 58% 45%;
  }
}

.hero__overlay-h {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 10, 12, 0.98) 0%, rgba(9, 10, 12, 0.90) 28%, rgba(9, 10, 12, 0.64) 50%, rgba(9, 10, 12, 0.28) 72%, rgba(9, 10, 12, 0.16) 100%);
}

.hero__overlay-v {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 10, 12, 0.08) 58%, rgba(9, 10, 12, 0.82) 88%, var(--gofan-black) 100%);
}

@media (max-width: 767px) {
  .hero__overlay-h {
    background: linear-gradient(
      90deg,
      rgba(5, 6, 7, 0.97) 0%,
      rgba(5, 6, 7, 0.88) 42%,
      rgba(5, 6, 7, 0.60) 72%,
      rgba(5, 6, 7, 0.30) 100%
    );
  }

  .hero__overlay-v {
    opacity: 1;
    background: linear-gradient(
      180deg,
      rgba(5, 6, 7, 0.18) 0%,
      rgba(5, 6, 7, 0.10) 36%,
      rgba(5, 6, 7, 0.64) 78%,
      #050607 100%
    );
  }
}

@media (min-width: 768px) {
  .hero__overlay-v {
    opacity: 1;
  }
}

.hero__shell {
  position: relative;
  z-index: 5;
  width: 100%;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media (min-width: 1200px) {
  .hero__grid {
    grid-template-columns: 600px minmax(0, 1fr);
    column-gap: 72px;
    align-items: center;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hero__grid {
    grid-template-columns: 520px minmax(0, 1fr);
    column-gap: 36px;
    align-items: center;
  }
}

.hero__copy {
  max-width: 700px;
  z-index: 5;
}

@media (min-width: 1200px) {
  .hero__copy { width: 600px; }
}

.hero__title { margin-bottom: 28px; max-width: 700px; }

@media (min-width: 768px) {
  .hero__title-line {
    display: inline;
    white-space: normal;
    color: var(--gofan-white);
  }

  .hero__title-line--accent {
    display: block;
    color: var(--gofan-yellow);
  }

  .hero__title-line:not(.hero__title-line--accent)::after {
    content: " ";
  }
}

.hero__title-main { display: block; color: var(--gofan-white); }
.hero__title-accent { display: block; color: var(--gofan-yellow); }

.hero .eyebrow { margin-bottom: 22px; }

.hero__lead {
  max-width: 540px;
  margin-bottom: 34px;
  color: rgba(244, 244, 240, 0.76);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.hero__note {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--gofan-white);
  margin: 0;
}

@media (min-width: 1200px) {
  .hero__note { display: none; }
}

.hero__phone {
  position: absolute;
  width: 240px;
  height: 520px;
  margin: 0;
  left: 50%;
  top: auto;
  bottom: 72px;
  transform: translateX(-50%);
  z-index: 6;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero__phone {
    position: relative;
    width: 250px;
    height: 542px;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 56px auto 0;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hero__phone {
    width: 250px;
    height: 542px;
    left: 61%;
    top: 50%;
    bottom: auto;
    transform: translateY(-48%);
  }
}

@media (min-width: 1200px) {
  .hero__phone {
    width: 286px;
    height: 620px;
    left: 57%;
    top: 50%;
    bottom: auto;
    transform: translateY(-48%);
  }
}

@media (max-width: 767px) {
  .hero__phone {
    display: none !important;
  }
}

.hero__phone-shell {
  width: 100%;
  height: 100%;
  padding: 9px;
  border-radius: 38px;
  background: #08090B;
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: var(--shadow-depth);
}

.hero__phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 31px;
  overflow: hidden;
  background: var(--gofan-surface);
  padding: 22px 14px 16px;
  display: flex;
  flex-direction: column;
  font-size: 11px;
}

.hero__phone-brand {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: var(--gofan-yellow);
  margin-bottom: 14px;
}

.hero__phone-match {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.hero__phone-crest {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gofan-surface-3);
  border: 1px solid var(--gofan-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

.hero__phone-time {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.hero__phone-play {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--gofan-border);
  text-align: center;
  margin-bottom: 8px;
}

.hero__phone-play--active {
  background: var(--gofan-yellow);
  color: var(--gofan-black-deep);
  border-color: var(--gofan-yellow);
}

.hero__phone-exact {
  font-size: 10px;
  color: var(--gofan-muted);
  margin-bottom: 10px;
}

.hero__phone-confirm {
  display: block;
  text-align: center;
  padding: 10px;
  background: var(--gofan-surface-3);
  border-radius: 8px;
  margin-bottom: auto;
}

.hero__phone-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--gofan-border);
}

.hero__phone-nav span {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--gofan-surface-3);
}

.hero__phone-nav span.is-active {
  background: var(--gofan-yellow);
}

.hero__bubble {
  position: absolute;
  padding: 14px 16px;
  background: rgba(17, 19, 23, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  z-index: 7;
}

.hero__bubble-main {
  font-size: 13px;
  margin: 0 0 4px;
}

.hero__bubble-sub {
  font-size: 11px;
  color: var(--gofan-muted);
  margin: 0;
}

.hero__bubble--1 { display: none; }

@media (min-width: 1200px) {
  .hero__bubble--1 { display: block; width: 220px; left: calc(57% + 230px); top: 27%; }
  .hero__bubble--2 { display: block; width: 230px; left: calc(57% + 250px); top: 43%; }
  .hero__bubble--3 { display: block; width: 210px; left: calc(57% + 215px); top: 59%; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hero__bubble--1 { display: block; width: 200px; left: calc(61% + 200px); top: 28%; }
  .hero__bubble--2 { display: block; width: 210px; left: calc(61% + 220px); top: 44%; }
  .hero__bubble--3 { display: none; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero__bubble--1 {
    display: block;
    width: 220px;
    left: 50%;
    top: 12%;
    transform: translateX(-50%);
  }
  .hero__bubble--2,
  .hero__bubble--3 { display: none; }
}

@media (max-width: 767px) {
  .hero__bubble--1,
  .hero__bubble--2,
  .hero__bubble--3 {
    display: none !important;
  }
}

.hero__tagline-corner {
  position: absolute;
  right: 64px;
  bottom: 74px;
  max-width: 240px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.95;
  text-align: right;
  z-index: 6;
}

.hero__tagline-line {
  display: block;
  color: var(--gofan-white);
  font: inherit;
}

.hero__tagline-accent {
  display: block;
  color: var(--gofan-yellow);
  font: inherit;
  font-weight: inherit;
}

@media (max-width: 1199px) {
  .hero__tagline-corner { display: none; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hero__tagline-corner {
    display: block;
    font-size: 30px;
    right: 48px;
    bottom: 64px;
  }
}

.hero-enter {
  opacity: 0;
}

.hero--ready .hero-enter--eyebrow {
  animation: heroIn500 500ms ease forwards;
}

.hero--ready .hero-enter--title {
  animation: heroIn650 650ms ease 80ms forwards;
}

.hero--ready .hero-enter--lead {
  animation: heroIn600 600ms ease 160ms forwards;
}

.hero--ready .hero-enter--actions {
  animation: heroIn550 550ms ease 240ms forwards;
}

.hero--ready .hero-enter--phone {
  animation: heroPhoneIn 650ms ease 320ms forwards;
}

.hero--ready .hero-enter--bubble {
  animation: heroBubbleIn 550ms ease 420ms forwards;
}

@keyframes heroIn500 {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroIn650 {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroIn600 {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroIn550 {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroPhoneIn {
  from { opacity: 0; transform: translateY(-48%) scale(0.985); }
  to { opacity: 1; transform: translateY(-48%) scale(1); }
}

@media (max-width: 1199px) {
  @keyframes heroPhoneIn {
    from { opacity: 0; transform: translateY(18px) scale(0.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
}

@keyframes heroBubbleIn {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Community */
.community-story {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
  min-height: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .community-story { padding-top: 120px; padding-bottom: 120px; }
}

@media (min-width: 1024px) {
  .community-story {
    min-height: 960px;
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.community-story__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .community-story__layout { gap: 20px; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .community-story__layout {
    grid-template-columns: 42% 26% 32%;
    column-gap: 28px;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .community-story__layout {
    grid-template-columns: 520px 360px 480px;
    column-gap: 40px;
    align-items: center;
  }
}

.community-story__col--text .eyebrow { margin-bottom: 20px; }
.community-story__col--text .heading-h2 { margin-bottom: 28px; max-width: 340px; }
.community-story__col--text .text-body { max-width: 330px; }

.community-story__col--media-left {
  position: relative;
  overflow: hidden;
  background-color: var(--gofan-surface);
  margin: 0;
  border-radius: var(--radius-card);
}

.community-story__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-card);
}

.community-story__img--main {
  height: auto;
  aspect-ratio: 4 / 5;
  object-position: 50% center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .community-story__img--main {
    aspect-ratio: 4 / 5;
    object-position: center;
  }
}

@media (min-width: 1200px) {
  .community-story__col--media-left {
    width: 520px;
    height: 640px;
    max-width: 100%;
  }

  .community-story__img--main {
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    object-position: 52% center;
  }
}

.community-story__col--media-right {
  display: flex;
  flex-direction: column;
}

.community-story__img--top,
.community-story__img--bottom {
  position: relative;
  overflow: hidden;
  background-color: var(--gofan-surface);
}

.community-story__img--top {
  height: auto;
  aspect-ratio: 4 / 3;
  object-position: center;
}

.community-story__img--bottom {
  margin-top: 24px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-position: center;
}

@media (min-width: 1200px) {
  .community-story__img--top {
    width: 480px;
    height: 310px;
    max-width: 100%;
    aspect-ratio: auto;
    object-position: center 48%;
  }

  .community-story__img--bottom {
    width: 400px;
    height: 260px;
    margin-left: 80px;
    aspect-ratio: auto;
    object-position: 56% center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .community-story__col--media-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .community-story__img--bottom { margin-top: 0; margin-left: 0; }
}

@media (max-width: 479px) {
  .community-story__img--bottom { display: none; }
}

.community-story__post {
  display: flex;
  gap: 12px;
  padding: 18px;
  background: rgba(17, 19, 23, 0.92);
  backdrop-filter: blur(14px);
  border: 1px solid var(--gofan-border);
  border-radius: 14px;
  margin-bottom: 24px;
}

.community-story__post-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gofan-surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.community-story__post-meta {
  font-size: 11px;
  color: var(--gofan-muted);
  margin: 0 0 8px;
}

.community-story__post-text {
  font-size: 14px;
  margin: 0 0 8px;
  line-height: 1.45;
}

.community-story__post-stats {
  font-size: 12px;
  color: var(--gofan-muted);
  margin: 0;
}

@media (min-width: 1024px) {
  .community-story__post {
    position: absolute;
    margin: 0;
    z-index: 4;
  }
  .community-story__post--1 {
    width: 270px;
    left: 11%;
    top: 25%;
  }
  .community-story__post--2 {
    width: 290px;
    right: 8%;
    bottom: 19%;
  }
}

@media (max-width: 1023px) {
  .community-story__post--2 { margin-top: 0; }
}

/* Challenges */
.challenges-story {
  background: var(--gofan-black-deep);
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (min-width: 1024px) {
  .challenges-story {
    min-height: 900px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.challenges-story__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

@media (min-width: 1024px) {
  .challenges-story__layout {
    grid-template-columns: 440px minmax(0, 1fr);
    column-gap: 96px;
  }
}

.challenges-story__copy .eyebrow { margin-bottom: 20px; }
.challenges-story__copy .heading-h2 { margin-bottom: 28px; }
.challenges-story__copy .text-body { max-width: 420px; }
.challenges-story__cta { margin-top: 32px; width: auto; }

@media (min-width: 768px) {
  .challenges-story__photo,
  .challenges-story__versus > .media-fallback {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .challenges-story__cta { width: 100%; }
}

.challenges-story__frame {
  position: relative;
  width: 100%;
  height: 620px;
  border-radius: var(--radius-large);
  overflow: hidden;
  border: 1px solid var(--gofan-border);
  background-color: var(--gofan-surface);
}

.challenges-story__versus {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.challenges-story__matchup {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.challenges-story__matchup .challenge-card__btn,
.challenges-story__matchup .btn {
  pointer-events: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .challenges-story__frame { height: 560px; }
}

.challenges-story__photo,
.challenges-story__versus > .media-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1024px) {
  .challenges-story__photo,
  .challenges-story__versus > .media-fallback {
    object-position: center 42%;
  }
}

.challenges-story__photo-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(9, 10, 12, 0.42) 0%, rgba(9, 10, 12, 0.10) 50%, rgba(9, 10, 12, 0.42) 100%);
}

.challenges-story__vs {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 96px;
  font-weight: 700;
  color: var(--gofan-yellow);
  text-shadow: 0 0 36px rgba(247, 198, 0, 0.18);
  line-height: 1;
  z-index: 2;
}

.challenges-story__fan {
  position: absolute;
  text-align: center;
  bottom: 100px;
  z-index: 2;
}

.challenges-story__fan--left { left: 15%; }
.challenges-story__fan--right { right: 15%; }

.challenges-story__avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: var(--gofan-surface-3);
  border: 2px solid var(--gofan-border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  margin: 0 auto 8px;
}

.challenges-story__name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.challenge-card {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  width: 440px;
  max-width: calc(100% - 32px);
  padding: 20px 22px;
  background: rgba(9, 10, 12, 0.90);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(247, 198, 0, 0.28);
  border-radius: 14px;
  text-align: center;
  z-index: 3;
}

.challenge-card__eyebrow {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--gofan-yellow);
  margin: 0 0 8px;
}

.challenge-card__text {
  font-size: 16px;
  margin: 0 0 16px;
}

.challenge-card__btn {
  min-height: 46px;
  width: auto;
  padding-inline: 24px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .challenges-story {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .challenges-story__layout {
    width: calc(100% - 32px);
    max-width: 430px;
    margin-inline: auto;
    padding-inline: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
    overflow: hidden;
  }

  .challenges-story__copy .eyebrow {
    margin-bottom: 18px;
  }

  .challenges-story__copy .heading-h2 {
    margin-bottom: 20px;
  }

  .challenges-story__copy .text-body {
    max-width: none;
  }

  .challenges-story__cta {
    margin-top: 24px;
  }

  .challenges-story__visual {
    width: 100%;
  }

  .challenges-story__frame {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .challenges-story__versus {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 280px;
    padding: 24px 20px 28px;
    border-radius: 22px;
    overflow: hidden;
    background: #0A0C10;
    border: 1px solid rgba(244, 244, 240, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .challenges-story__photo,
  .challenges-story__versus > .media-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    opacity: 0.32;
  }

  .challenges-story__photo-overlay {
    background: linear-gradient(
      180deg,
      rgba(5, 6, 7, 0.72) 0%,
      rgba(5, 6, 7, 0.58) 42%,
      rgba(5, 6, 7, 0.82) 100%
    );
  }

  .challenges-story__matchup {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 12px;
    z-index: 3;
    margin-top: 18px;
    pointer-events: none;
  }

  .challenges-story__fan {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .challenges-story__fan--left,
  .challenges-story__fan--right {
    left: auto;
    right: auto;
  }

  .challenges-story__avatar {
    width: 72px;
    height: 72px;
    margin: 0;
    background: rgba(33, 38, 48, 0.92);
    border: 2px solid rgba(244, 244, 240, 0.18);
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #F4F4F0;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  }

  .challenges-story__name {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #F4F4F0;
    text-align: center;
  }

  .challenges-story__vs {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 72px;
    line-height: 0.9;
    font-weight: 700;
    color: #F7C600;
    text-align: center;
    opacity: 0.96;
    text-shadow: 0 10px 24px rgba(247, 198, 0, 0.16);
    z-index: 2;
  }

  .challenges-story__vs::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 2px;
    margin-left: -60px;
    margin-top: -1px;
    background: linear-gradient(90deg, transparent 0%, #F7C600 50%, transparent 100%);
    transform: rotate(-46deg);
    opacity: 0.65;
    z-index: -1;
    pointer-events: none;
  }

  .challenge-card {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 24px 20px 22px;
    border-radius: 20px;
    background: rgba(9, 10, 12, 0.96);
    border: 1px solid rgba(247, 198, 0, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    backdrop-filter: none;
    z-index: 1;
  }

  .challenge-card__eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
    line-height: 1;
    font-weight: 700;
    color: #F7C600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
  }

  .challenge-card__eyebrow + .challenge-card__text {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
    color: #F4F4F0;
    text-align: center;
    margin: 0 auto;
    max-width: 250px;
  }

  .challenge-card__text + .challenge-card__text {
    margin-top: 18px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(244, 244, 240, 0.80);
    text-align: center;
    max-width: 250px;
    margin-inline: auto;
  }

  .challenge-card__btn {
    width: 100%;
    max-width: 240px;
    height: 54px;
    min-height: 54px;
    margin: 24px auto 0;
    padding-inline: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 14px;
    background: #F7C600;
    color: #090A0C;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(247, 198, 0, 0.16);
  }

  #challenge-feedback.challenge-card__text {
    margin-top: 12px;
    max-width: none;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .challenges-story {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .challenges-story__layout {
    width: calc(100% - 28px);
  }

  .challenges-story__versus {
    min-height: 260px;
    padding: 22px 16px 24px;
    border-radius: 20px;
  }

  .challenges-story__avatar {
    width: 66px;
    height: 66px;
    font-size: 22px;
  }

  .challenges-story__name {
    font-size: 22px;
  }

  .challenges-story__vs {
    font-size: 64px;
  }

  .challenge-card {
    padding: 22px 16px 20px;
    border-radius: 18px;
  }

  .challenge-card__eyebrow + .challenge-card__text {
    font-size: 17px;
  }

  .challenge-card__text + .challenge-card__text {
    font-size: 14px;
  }

  .challenge-card__btn {
    max-width: 220px;
    height: 52px;
    min-height: 52px;
  }
}

/* Belonging */
.belonging-story {
  position: relative;
  overflow: hidden;
}

.belonging-story__layout {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 88px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.belonging-story__copy {
  width: 100%;
  position: relative;
  z-index: 2;
}

.belonging-story__copy .eyebrow { margin-bottom: 20px; }
.belonging-story__title { margin-bottom: 28px; }
.belonging-story__title span { display: block; }
.belonging-story__copy .text-body { max-width: 360px; }

.belonging-story__visual {
  width: 100%;
  min-width: 0;
  position: relative;
  display: block;
  padding-bottom: 52px;
  overflow: visible;
}

.belonging-story__photo-shell {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background-color: var(--gofan-surface);
}

.belonging-story__photo,
.belonging-story__photo-shell > .media-fallback {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 0;
  transform: none;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--gofan-surface);
}

.belonging-story__photo.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

.belonging-story__photo-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: rgba(9, 10, 12, 0.12);
  z-index: 2;
}

.belonging-story__strip {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  width: auto;
  min-height: 70px;
  padding: 10px 14px;
  border-radius: 18px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  backdrop-filter: blur(16px);
  background: rgba(9, 10, 12, 0.92);
  border: 1px solid rgba(244, 244, 240, 0.12);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.belonging-story__strip::-webkit-scrollbar {
  display: none;
}

.belonging-story__strip .avatar-row {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-shrink: 0;
}

.belonging-story__strip .avatar-row span,
.belonging-story__strip .avatar-row__add {
  width: 48px;
  height: 48px;
  min-width: 44px;
  min-height: 44px;
  flex-shrink: 0;
}

.belonging-story__strip .avatar-row span:nth-child(n+6) {
  display: inline-flex;
}

@media (max-width: 430px) {
  .belonging-story__layout {
    width: calc(100% - 32px);
    padding-top: 72px;
    padding-bottom: 80px;
    gap: 32px;
  }

  .belonging-story__photo,
  .belonging-story__photo-shell > .media-fallback {
    aspect-ratio: 1 / 1;
  }

  .belonging-story__photo-shell {
    border-radius: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .belonging-story__layout {
    width: calc(100% - 64px);
    max-width: 1120px;
    padding-top: 96px;
    padding-bottom: 104px;
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    column-gap: 44px;
    align-items: center;
    gap: 0;
  }

  .belonging-story__copy {
    max-width: 340px;
  }

  .belonging-story__visual {
    padding-bottom: 42px;
  }

  .belonging-story__photo-shell {
    border-radius: 22px;
  }

  .belonging-story__photo,
  .belonging-story__photo-shell > .media-fallback {
    height: 520px;
    aspect-ratio: auto;
    object-position: 50% 42%;
  }

  .belonging-story__strip {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    min-height: 76px;
    padding: 12px 22px;
    border-radius: 20px;
    flex-direction: row;
    align-items: center;
    overflow-x: visible;
  }

  .belonging-story__strip .avatar-row__label {
    margin-left: auto;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .belonging-story__layout {
    width: calc(100% - 96px);
    max-width: 1440px;
    padding-top: 112px;
    padding-bottom: 112px;
    display: grid;
    grid-template-columns: 410px minmax(0, 1fr);
    column-gap: 72px;
    align-items: center;
    gap: 0;
  }

  .belonging-story__copy {
    max-width: 410px;
  }

  .belonging-story__visual {
    padding-bottom: 42px;
  }

  .belonging-story__photo-shell {
    border-radius: 24px;
  }

  .belonging-story__photo,
  .belonging-story__photo-shell > .media-fallback {
    width: 100%;
    height: 600px;
    aspect-ratio: auto;
    object-position: 50% 44%;
  }

  .belonging-story__strip {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 72px);
    min-height: 82px;
    padding: 14px 28px;
    border-radius: 22px;
    flex-direction: row;
    align-items: center;
    overflow-x: visible;
  }

  .belonging-story__strip .avatar-row span,
  .belonging-story__strip .avatar-row__add {
    width: 58px;
    height: 58px;
  }

  .belonging-story__strip .avatar-row__label {
    margin-left: 16px;
    margin-bottom: 0;
  }
}

.avatar-row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.avatar-row span,
.avatar-row__add {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--gofan-surface-3);
  border: 2px solid var(--gofan-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  margin-left: -10px;
}

.avatar-row span:first-child { margin-left: 0; }

.avatar-row__add {
  margin-left: 10px;
  border-color: var(--gofan-yellow);
  background: transparent;
  color: var(--gofan-yellow);
  font-size: 26px;
}

@media (max-width: 767px) {
  .avatar-row span:nth-child(n+6) { display: none; }
  .avatar-row span,
  .avatar-row__add {
    width: 48px;
    height: 48px;
  }
}

.avatar-row__label {
  font-size: 16px;
  margin: 0;
  color: var(--gofan-white);
}

/* Stories */
.stories {
  border-top: 1px solid rgba(244, 244, 240, 0.07);
  min-height: auto;
}

.stories__layout {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.stories__header {
  order: 1;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  z-index: 2;
}

.stories__visual {
  order: 2;
  width: 100%;
  min-width: 0;
}

.stories__grid {
  order: 3;
}

.stories__disclaimer {
  order: 4;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gofan-muted-dark);
  text-align: left;
}

.stories__media {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #111317;
  border: 1px solid rgba(244, 244, 240, 0.08);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.32);
}

.stories__photo,
.stories__media > .media-fallback {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 68% center;
  transform: none;
  margin: 0;
  position: static;
  border-radius: 0;
  background-color: var(--gofan-surface);
}

.stories__photo.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

.stories__media-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(9, 10, 12, 0.20) 0%,
      rgba(9, 10, 12, 0.04) 30%,
      rgba(9, 10, 12, 0.00) 62%
    );
}

.stories__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.stories__header .eyebrow { margin-bottom: 16px; }

@media (max-width: 767px) {
  .stories__disclaimer {
    text-align: center;
  }
}

@media (max-width: 430px) {
  .stories__layout {
    width: calc(100% - 32px);
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 32px;
  }

  .stories__media {
    aspect-ratio: 4 / 5;
    border-radius: 16px;
  }

  .stories__photo,
  .stories__media > .media-fallback {
    object-position: 70% center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .stories__layout {
    width: calc(100% - 64px);
    max-width: 1120px;
    padding-top: 112px;
    padding-bottom: 112px;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    column-gap: 44px;
    align-items: center;
    gap: 0 44px;
  }

  .stories__header,
  .stories__grid,
  .stories__disclaimer {
    grid-column: 1;
    order: unset;
    max-width: 360px;
  }

  .stories__header {
    grid-row: 1;
    margin-bottom: 32px;
  }

  .stories__grid {
    grid-row: 2;
    margin-bottom: 24px;
  }

  .stories__disclaimer {
    grid-row: 3;
  }

  .stories__visual {
    grid-column: 2;
    grid-row: 1 / span 3;
    order: unset;
    align-self: center;
  }

  .stories__media {
    height: 500px;
    aspect-ratio: auto;
    border-radius: 22px;
  }

  .stories__photo,
  .stories__media > .media-fallback {
    object-position: 66% center;
  }
}

@media (min-width: 1200px) {
  .stories__layout {
    width: calc(100% - 96px);
    max-width: 1440px;
    padding-top: 128px;
    padding-bottom: 128px;
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    column-gap: 72px;
    align-items: center;
    gap: 0 72px;
  }

  .stories__header,
  .stories__grid,
  .stories__disclaimer {
    grid-column: 1;
    order: unset;
    max-width: 430px;
  }

  .stories__header {
    grid-row: 1;
    margin-bottom: 32px;
  }

  .stories__grid {
    grid-row: 2;
    margin-bottom: 24px;
  }

  .stories__disclaimer {
    grid-row: 3;
  }

  .stories__visual {
    grid-column: 2;
    grid-row: 1 / span 3;
    order: unset;
    align-self: center;
  }

  .stories__media {
    height: 560px;
    aspect-ratio: auto;
    border-radius: 24px;
  }

  .stories__photo,
  .stories__media > .media-fallback {
    object-position: 64% center;
  }
}

.story-card {
  margin: 0;
  min-height: auto;
  padding: 24px;
  background: var(--gofan-surface);
  border: 1px solid var(--gofan-border);
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .story-card {
    min-height: 250px;
    padding: 30px;
  }
}

.story-card__quote {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

@media (min-width: 1024px) {
  .story-card__quote { font-size: 18px; }
}

.story-card__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  font-style: normal;
}

.story-card__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gofan-surface-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.story-card__author {
  font-size: 13px;
  color: var(--gofan-muted);
  font-style: normal;
}

/* Final CTA / registro */
#sumarme-form {
  scroll-margin-top: 104px;
}

@media (max-width: 767px) {
  #sumarme-form {
    scroll-margin-top: 24px;
  }
}

.final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050607;
  border-top: 1px solid rgba(244, 244, 240, 0.08);
  min-height: auto;
  padding-top: 88px;
  padding-bottom: 88px;
}

.final-cta__ambience {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.final-cta__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.final-cta__glow--primary {
  width: 760px;
  height: 760px;
  right: -260px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(247, 198, 0, 0.16) 0%, rgba(247, 198, 0, 0.06) 34%, rgba(247, 198, 0, 0) 72%);
  filter: blur(8px);
}

.final-cta__glow--secondary {
  width: 520px;
  height: 520px;
  left: -260px;
  bottom: -280px;
  background: radial-gradient(circle, rgba(247, 198, 0, 0.08) 0%, rgba(247, 198, 0, 0) 72%);
}

.final-cta__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(244, 244, 240, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 244, 240, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 45%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 45%, #000 20%, transparent 78%);
}

.final-cta__isologo {
  position: absolute;
  width: 280px;
  height: 280px;
  left: auto;
  right: -100px;
  top: 90px;
  transform: rotate(-8deg);
  opacity: 0.03;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.final-cta__inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  max-width: none;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 52px;
}

.final-cta__intro {
  position: relative;
  z-index: 2;
  max-width: 100%;
  text-align: left;
}

.final-cta__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F7C600;
  margin: 0 0 22px;
}

.final-cta__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(48px, 14vw, 64px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: -0.035em;
  max-width: 100%;
  margin: 0;
  color: #F4F4F0;
  text-wrap: balance;
}

.final-cta__lead {
  max-width: 100%;
  margin: 24px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  color: #A0A4AA;
}

.final-cta__editorial {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  color: #F4F4F0;
}

.final-cta__editorial-line {
  width: 44px;
  height: 2px;
  background: #F7C600;
  border-radius: 999px;
  flex: 0 0 auto;
}

.final-cta__enter--copy.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.final-cta__enter--form.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 100ms;
}

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

.final-cta__form-panel {
  width: 100%;
  max-width: none;
  position: relative;
  padding: 28px 22px;
  border-radius: 22px;
  background: rgba(17, 19, 23, 0.92);
  border: 1px solid rgba(244, 244, 240, 0.10);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}

.final-cta__form-accent {
  position: absolute;
  left: 22px;
  top: 0;
  width: 72px;
  height: 3px;
  background: #F7C600;
  border-radius: 0 0 999px 999px;
}

.final-cta__form-intro {
  margin-bottom: 30px;
  text-align: left;
}

.final-cta__form-title {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #F4F4F0;
}

.final-cta__form-description {
  margin: 12px 0 0;
  max-width: 460px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #A0A4AA;
}

.final-cta__launch-date {
  margin: 18px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.035em;
  color: #F7C600;
}

@media (max-width: 767px) {
  .final-cta__launch-date {
    font-size: 12px;
    line-height: 1.45;
    flex-wrap: wrap;
  }
}

.final-cta .waitlist-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 16px;
  row-gap: 18px;
}

.final-cta .field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}

.final-cta .field label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: #D7D8D5;
  letter-spacing: 0.01em;
  margin: 0;
}

.final-cta .field input[type="text"],
.final-cta .field input[type="email"] {
  width: 100%;
  height: 56px;
  padding: 0 17px;
  border-radius: 13px;
  border: 1px solid rgba(244, 244, 240, 0.13);
  background: #0B0D10;
  color: #F4F4F0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1;
  outline: none;
  box-shadow: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.final-cta .field input::placeholder {
  color: #696E75;
  opacity: 1;
}

.final-cta .field input:hover {
  border-color: rgba(244, 244, 240, 0.24);
  background: #0E1014;
}

.final-cta .field input:focus {
  border-color: #F7C600;
  background: #0E1014;
  box-shadow: 0 0 0 4px rgba(247, 198, 0, 0.12);
  transform: translateY(-1px);
}

.final-cta .field input[aria-invalid="true"] {
  border-color: #E36B6B;
  box-shadow: 0 0 0 4px rgba(227, 107, 107, 0.10);
  transform: none;
}

.final-cta .field__error {
  margin: 0;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.4;
  color: #F08A8A;
}

.final-cta .field__error--consent {
  display: block;
  margin-top: 8px;
}

.final-cta .waitlist-form__consent {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
}

.final-cta .waitlist-form__consent input[type="checkbox"] {
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 6px;
  border: 1px solid rgba(244, 244, 240, 0.24);
  background: #0B0D10;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.final-cta .waitlist-form__consent input[type="checkbox"]:checked {
  background: #F7C600;
  border-color: #F7C600;
}

.final-cta .waitlist-form__consent input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #090A0C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.final-cta .waitlist-form__consent input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(247, 198, 0, 0.14);
}

.final-cta .waitlist-form__consent input[type="checkbox"][aria-invalid="true"] {
  border-color: #E36B6B;
  box-shadow: 0 0 0 4px rgba(227, 107, 107, 0.10);
}

.final-cta .waitlist-form__consent label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #A0A4AA;
  cursor: pointer;
  margin: 0;
}

.final-cta .waitlist-form__submit {
  margin-top: 26px;
  width: 100%;
  height: 58px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 14px;
  background: #F7C600;
  color: #090A0C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(247, 198, 0, 0.16);
  transition:
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.final-cta .waitlist-form__submit:hover {
  background: #FFD21A;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(247, 198, 0, 0.24);
}

.final-cta .waitlist-form__submit:active {
  transform: translateY(0);
}

.final-cta .waitlist-form__submit:focus-visible {
  outline: 3px solid rgba(247, 198, 0, 0.36);
  outline-offset: 4px;
}

.final-cta .waitlist-form__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.final-cta .waitlist-form__submit-icon {
  flex-shrink: 0;
}

.final-cta .waitlist-form__preview {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(247, 198, 0, 0.055);
  border: 1px solid rgba(247, 198, 0, 0.13);
}

.final-cta .waitlist-form__preview.waitlist-message--idle,
.final-cta .waitlist-form__preview.waitlist-message--loading {
  background: rgba(247, 198, 0, 0.055);
  border-color: rgba(247, 198, 0, 0.13);
}

.final-cta .waitlist-form__preview.waitlist-message--success {
  background: rgba(77, 189, 126, 0.08);
  border-color: rgba(77, 189, 126, 0.22);
}

.final-cta .waitlist-form__preview.waitlist-message--warning {
  background: rgba(247, 198, 0, 0.08);
  border-color: rgba(247, 198, 0, 0.22);
}

.final-cta .waitlist-form__preview.waitlist-message--error {
  background: rgba(227, 107, 107, 0.08);
  border-color: rgba(227, 107, 107, 0.22);
}

.final-cta .waitlist-form__preview-dot {
  width: 7px;
  height: 7px;
  margin-top: 5px;
  border-radius: 50%;
  background: #F7C600;
  box-shadow: 0 0 0 4px rgba(247, 198, 0, 0.10);
  flex: 0 0 auto;
}

.final-cta .waitlist-message--loading .waitlist-form__preview-dot {
  animation: waitlist-message-dot-pulse 1s ease-in-out infinite;
}

@keyframes waitlist-message-dot-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.final-cta .waitlist-message--success .waitlist-form__preview-dot {
  background: #4DBD7E;
  box-shadow: 0 0 0 4px rgba(77, 189, 126, 0.12);
}

.final-cta .waitlist-message--warning .waitlist-form__preview-dot {
  background: #F7C600;
  box-shadow: 0 0 0 4px rgba(247, 198, 0, 0.12);
}

.final-cta .waitlist-message--error .waitlist-form__preview-dot {
  background: #E36B6B;
  box-shadow: 0 0 0 4px rgba(227, 107, 107, 0.12);
}

.final-cta .waitlist-form__preview-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #B8B8B2;
}

.waitlist-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.final-cta .waitlist-form {
  position: relative;
}

@media (max-width: 430px) {
  .final-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .final-cta__inner {
    width: calc(100% - 32px);
    gap: 44px;
  }

  .final-cta__title {
    font-size: clamp(44px, 14vw, 56px);
  }

  .final-cta__form-panel {
    padding: 26px 18px;
    border-radius: 20px;
  }

  .final-cta__form-accent {
    left: 18px;
    width: 72px;
  }

  .final-cta__form-title {
    font-size: 31px;
  }

  .final-cta .field input[type="text"],
  .final-cta .field input[type="email"] {
    height: 54px;
    padding-inline: 15px;
  }

  .final-cta .waitlist-form__submit {
    height: 56px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .final-cta {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .final-cta__inner {
    width: calc(100% - 64px);
    max-width: 1120px;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1fr);
    column-gap: 56px;
    align-items: center;
    gap: 0 56px;
  }

  .final-cta__intro {
    max-width: 100%;
  }

  .final-cta__eyebrow {
    font-size: 13px;
    margin-bottom: 28px;
  }

  .final-cta__title {
    font-size: clamp(56px, 7vw, 72px);
    line-height: 0.92;
    max-width: 620px;
  }

  .final-cta__lead {
    margin-top: 32px;
    font-size: 20px;
    max-width: 520px;
  }

  .final-cta__editorial {
    margin-top: 40px;
    font-size: 14px;
  }

  .final-cta__isologo {
    width: 360px;
    height: 360px;
    left: -100px;
    right: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-9deg);
    opacity: 0.03;
  }

  .final-cta__form-panel {
    max-width: 560px;
    justify-self: end;
    padding: 36px;
    border-radius: 24px;
  }

  .final-cta__form-accent {
    left: 36px;
  }

  .final-cta__form-title {
    font-size: 38px;
  }

  .final-cta__form-description {
    margin-top: 14px;
    font-size: 15px;
  }

  .final-cta .waitlist-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
  }

  .final-cta .field input[type="text"],
  .final-cta .field input[type="email"] {
    height: 56px;
    border-radius: 14px;
  }

  .final-cta .waitlist-form__consent {
    margin-top: 22px;
  }

  .final-cta .waitlist-form__submit {
    margin-top: 28px;
    height: 58px;
    border-radius: 15px;
  }
}

@media (min-width: 1200px) {
  .final-cta {
    min-height: 880px;
    display: flex;
    align-items: center;
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .final-cta__inner {
    width: calc(100% - 96px);
    max-width: 1440px;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(540px, 0.92fr);
    column-gap: 112px;
    align-items: center;
    gap: 0 112px;
  }

  .final-cta__intro {
    max-width: 620px;
  }

  .final-cta__eyebrow {
    font-size: 13px;
    margin-bottom: 28px;
  }

  .final-cta__title {
    font-size: clamp(64px, 5.4vw, 92px);
    line-height: 0.92;
    max-width: 620px;
  }

  .final-cta__lead {
    margin-top: 32px;
    font-size: 20px;
    max-width: 520px;
  }

  .final-cta__editorial {
    margin-top: 40px;
    font-size: 14px;
  }

  .final-cta__isologo {
    width: 460px;
    height: 460px;
    left: -90px;
    right: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-9deg);
    opacity: 0.035;
  }

  .final-cta__form-panel {
    max-width: 620px;
    justify-self: end;
    padding: 42px;
    border-radius: 28px;
  }

  .final-cta__form-accent {
    left: 42px;
    width: 92px;
  }

  .final-cta__form-title {
    font-size: 38px;
  }

  .final-cta__form-description {
    margin-top: 14px;
    font-size: 15px;
  }

  .final-cta .waitlist-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
  }

  .final-cta .field input[type="text"],
  .final-cta .field input[type="email"] {
    height: 58px;
    border-radius: 14px;
  }

  .final-cta .waitlist-form__consent {
    margin-top: 22px;
  }

  .final-cta .waitlist-form__submit {
    margin-top: 28px;
    height: 60px;
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .final-cta__eyebrow {
    font-size: 12px;
    margin-bottom: 22px;
  }
}

/* Footer */
.site-footer {
  min-height: auto;
  padding-top: 56px;
  padding-bottom: 32px;
  background: var(--gofan-black-deep);
  border-top: 1px solid var(--gofan-border);
}

@media (min-width: 768px) {
  .site-footer {
    min-height: 300px;
    padding-top: 64px;
    padding-bottom: 40px;
  }
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
}

@media (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    column-gap: 72px;
    gap: 32px;
  }
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}

.site-footer__tagline {
  font-size: 17px;
  line-height: 1.55;
  color: var(--gofan-muted);
  max-width: 320px;
  margin: 0;
}

.site-footer__seo-description {
  max-width: 480px;
  margin: 20px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(244, 244, 240, 0.62);
}

@media (max-width: 767px) {
  .site-footer__seo-description {
    max-width: 100%;
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.6;
  }
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
}

.site-footer__nav a {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  color: rgba(244, 244, 240, 0.72);
  transition: color var(--transition-fast);
}

.site-footer__nav a:hover {
  color: var(--gofan-white);
}

.site-footer__soon {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--gofan-yellow);
  margin: 0 0 8px;
}

.site-footer__status-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--gofan-muted);
  margin: 0;
  max-width: 260px;
}

.site-footer__launch-date {
  margin: 12px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #F7C600;
}

@media (max-width: 767px) {
  .site-footer__launch-date {
    font-size: 11px;
    line-height: 1.5;
  }
}

.site-footer__copy {
  grid-column: 1 / -1;
  margin-top: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--gofan-border);
  font-size: 12px;
  color: var(--gofan-muted-dark);
}

@media (min-width: 768px) {
  .site-footer__copy { margin-top: 56px; }
}

/* Reduced motion */
html.reduced-motion,
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .reveal,
  .hero-enter,
  .hero--ready .hero-enter,
  .belonging-story__photo.reveal,
  .stories__photo.reveal,
  .final-cta__enter.reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}
