/* =============================================
   CHINI REYES — Editorial Sports Landing
   ============================================= */

:root {
  --black:   #070707;
  --dark:    #0e0e0e;
  --card:    #131313;
  --border:  #1e1e1e;
  --gold:    #C9A227;
  --gold-lt: #E8C45A;
  --white:   #FFFFFF;
  --gray:    #777777;
  --light:   #CCCCCC;
  --gutter:  clamp(20px, 5vw, 80px);
  --max-w:   1280px;
  --ease:    .3s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }

/* ── Container ─────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ── Buttons ────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: 15px 30px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: var(--ease);
  white-space: nowrap;
}
.btn--primary {
  background: var(--gold);
  color: var(--black);
}
.btn--primary:hover {
  background: var(--gold-lt);
  transform: translateY(-2px);
}
.btn--gold {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
  padding: 17px 36px;
  font-size: 1rem;
}
.btn--gold:hover {
  background: var(--gold);
  color: var(--black);
}
.btn--nav {
  background: var(--gold);
  color: var(--black);
  padding: 10px 20px;
  font-size: .8rem;
}
.btn--full { width: 100%; justify-content: center; }

/* ── Labels & Titles ────────────────────────── */
.section__label {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.section__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 5vw, 68px);
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin-bottom: 3rem;
}
.section__title--left {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1.0;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin-bottom: 1.25rem;
}
.accent { color: var(--gold); font-style: normal; }

/* ── Reveal animations ──────────────────────── */
.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .7s ease, transform .7s ease;
  transition-delay: var(--delay, 0s);
}
.reveal-left  { transform: translateX(-36px); }
.reveal-right { transform: translateX(36px); }
.reveal.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: none;
}

/* ─────────────────────────────────────────────
   NAVBAR
───────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background var(--ease), box-shadow var(--ease);
}
.navbar.scrolled {
  background: rgba(7,7,7,.95);
  box-shadow: 0 1px 0 var(--border);
  backdrop-filter: blur(12px);
}
.nav__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 22px var(--gutter);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav__logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-right: auto;
}
.nav__logo span { color: var(--gold); }
.nav__links {
  display: flex;
  gap: 2rem;
}
.nav__links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--light);
  transition: color var(--ease);
}
.nav__links a:hover { color: var(--gold); }

/* ─────────────────────────────────────────────
   HERO
───────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('images/hero.jpg');
  background-size: cover;
  background-position: center 25%;
  transform: scale(1.06);
  animation: heroZoom 9s ease forwards;
}
@keyframes heroZoom {
  to { transform: scale(1); }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(7,7,7,.92) 0%, rgba(7,7,7,.55) 55%, rgba(7,7,7,.1) 100%),
    linear-gradient(to top,  rgba(7,7,7,.97) 0%, transparent 45%);
}
.hero__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 90px var(--gutter) 48px;
  max-width: 860px;
}
.hero__tag {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,162,39,.45);
  padding: 7px 14px;
  margin-bottom: 1.75rem;
  width: fit-content;
}
.hero__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(68px, 10.5vw, 136px);
  line-height: .87;
  text-transform: uppercase;
  letter-spacing: -.025em;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.hero__tagline {
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-size: clamp(.95rem, 1.8vw, 1.2rem);
  color: var(--light);
  letter-spacing: .04em;
  margin-bottom: 1rem;
}
.hero__sub {
  font-size: clamp(.88rem, 1.4vw, 1.05rem);
  color: var(--light);
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 2.5rem;
}
.hero__sub-highlight {
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: .01em;
  line-height: 1.3;
  display: block;
  margin-bottom: .4rem;
}

/* Stats bar */
.hero__stats {
  position: relative;
  z-index: 2;
  display: flex;
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(7,7,7,.75);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}
.hero__stat {
  flex: 1;
  padding: 22px var(--gutter);
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.07);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}
.hero__stat.stat--visible {
  opacity: 1;
  transform: translateY(0);
}
.hero__stat:last-child { border-right: none; }
.hero__stat strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(32px, 3.5vw, 48px);
  color: var(--gold);
  line-height: 1;
  letter-spacing: -.02em;
  text-shadow: 0 2px 20px rgba(201,162,39,.4);
  transition: text-shadow .2s ease;
}
.hero__stat.stat--done strong {
  animation: statPop .35s cubic-bezier(.36,.07,.19,.97);
}
@keyframes statPop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.18); color: #fff; }
  100% { transform: scale(1); }
}
.hero__stat span {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gray);
  margin-top: 5px;
}

/* ─────────────────────────────────────────────
   MARQUEE
───────────────────────────────────────────── */
.marquee-strip {
  background: var(--gold);
  overflow: hidden;
  padding: 13px 0;
}
.marquee__track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
  width: max-content;
  animation: marquee 26s linear infinite;
}
.marquee__track span {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--black);
  flex-shrink: 0;
}
.marquee__sep { opacity: .45; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─────────────────────────────────────────────
   PAIN
───────────────────────────────────────────── */
.pain {
  padding: 120px 0;
  background: var(--dark);
}
.pain .section__title { text-align: center; }

.pain__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.pain__item {
  background: var(--dark);
  padding: 52px 44px;
  transition: background var(--ease);
}
.pain__item:hover { background: var(--card); }
.pain__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 88px;
  line-height: 1;
  color: var(--gold);
  opacity: .12;
  margin-bottom: -18px;
  pointer-events: none;
}
.pain__item h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 28px);
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--white);
  margin-bottom: .65rem;
}
.pain__item p {
  color: var(--light);
  font-size: .95rem;
  line-height: 1.7;
}

/* ─────────────────────────────────────────────
   SOLUTION (split)
───────────────────────────────────────────── */
.solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 75vh;
}
.solution__image {
  overflow: hidden;
  position: relative;
}
.solution__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .7s ease;
}
.solution__image:hover img { transform: scale(1.04); }

.solution__text {
  background: var(--black);
  padding: 80px clamp(28px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution__intro {
  color: var(--light);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 2rem;
}
.solution__list {
  margin-bottom: 2.5rem;
}
.solution__list li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  color: var(--light);
  font-size: .94rem;
  line-height: 1.65;
  padding: .8rem 0;
  border-bottom: 1px solid var(--border);
}
.solution__list li::before {
  content: '✦';
  color: var(--gold);
  font-size: .72rem;
  flex-shrink: 0;
  margin-top: 4px;
}

/* ─────────────────────────────────────────────
   ABOUT — QUIÉN ES CHINI
───────────────────────────────────────────── */
.about { background: var(--black); }

.about__hero {
  position: relative;
  height: 62vh;
  min-height: 420px;
  overflow: hidden;
}
.about__carousel {
  position: absolute;
  inset: 0;
}
.about__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 28%;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.about__slide.active {
  opacity: 1;
}
.about__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(7,7,7,.25) 0%, rgba(7,7,7,.9) 100%);
}
.about__hero-content {
  position: absolute;
  bottom: 52px;
  left: 0; right: 0;
}
.about__name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 6vw, 82px);
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: .9;
  color: var(--white);
}
.about__name .accent { display: block; }

.about__body {
  padding: 80px var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.about__bio p {
  color: var(--light);
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 1.25rem;
}
.about__certs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.75rem;
}
.about__certs span {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,162,39,.3);
  padding: 5px 12px;
}

/* Timeline */
.timeline__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--gold);
  margin-bottom: 2rem;
}
.timeline {
  position: relative;
  padding-left: 0;
  border-left: 2px solid rgba(201,162,39,.4);
  margin-left: 8px;
}
.timeline__item {
  position: relative;
  padding: 0 0 2rem 28px;
}
.timeline__item::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--black);
  border: 2px solid var(--gold);
}
.timeline__item--highlight::before {
  background: var(--gold);
  box-shadow: 0 0 10px rgba(201,162,39,.5);
}
.timeline__year {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .3rem;
}
.timeline__content strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .98rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: .15rem;
}
.timeline__content span {
  font-size: .82rem;
  color: var(--gray);
}

/* ─────────────────────────────────────────────
   COMPETITIONS
───────────────────────────────────────────── */
.comps {
  padding: 120px 0;
  background: var(--black);
}
.comps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

/* Base card */
.comp__card {
  background: var(--card);
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  transition: background var(--ease);
  min-height: 240px;
}
.comp__card:hover { background: #191919; }

/* Featured: CrossFit Games */
.comp__card--games {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 3rem;
  background: #0b0b0b;
  border-top: 3px solid var(--gold);
  min-height: auto;
  padding: 48px 40px;
}
.comp__card--gold {
  border-top: 3px solid var(--gold);
}

/* Badge icon (hexagon/circle SVG) */
.comp__badge-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.comp__badge-icon--sm {
  width: 52px;
  height: 52px;
  margin-bottom: .25rem;
}

/* Result number inside featured card */
.comp__result-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .4rem;
}

/* Big ghost number on featured card */
.comp__big-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 140px;
  line-height: 1;
  color: var(--gold);
  opacity: .07;
  letter-spacing: -.04em;
  pointer-events: none;
  flex-shrink: 0;
}

/* N°1 on small cards */
.comp__result-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2.2rem;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -.02em;
}

/* External logo (Wodapalooza) */
.comp__ext-logo {
  width: auto;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .75;
  margin: .25rem 0;
}
.comp__logo {
  width: 90px;
  height: 70px;
  object-fit: contain;
  border-radius: 8px;
  opacity: .92;
  margin: .25rem 0;
  border: 1px solid rgba(255,255,255,.08);
}
.comp__card--games .comp__logo {
  width: 110px;
  max-width: 110px;
  height: 80px;
  flex-shrink: 0;
  align-self: center;
}

/* Competition name */
.comp__name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 2vw, 26px);
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--white);
  margin-top: auto;
}
.comp__card--games .comp__name {
  font-size: clamp(28px, 3.5vw, 44px);
  margin-top: 0;
}

/* Location */
.comp__loc {
  font-size: .78rem;
  color: var(--gray);
  letter-spacing: .06em;
}

/* Description (games only) */
.comp__desc {
  color: var(--light);
  font-size: .9rem;
  line-height: 1.75;
  max-width: 480px;
  margin-top: .5rem;
}

/* About body → single column now */
.about__body { grid-template-columns: 1fr; max-width: 680px; }

/* Responsive */
@media (max-width: 900px) {
  .comp__card--games {
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
  }
  .comp__big-num { display: none; }
}
@media (max-width: 640px) {
  .comps__grid { grid-template-columns: 1fr 1fr; }
  .comp__card--games { grid-column: 1 / -1; grid-template-columns: auto 1fr; gap: 1rem; padding: 24px 20px; }
  .comp__badge-icon { display: none; }
  .comp__card--games .comp__logo { width: 80px !important; max-width: 80px !important; height: 60px !important; }
}

/* ─────────────────────────────────────────────
   FOR WHO
───────────────────────────────────────────── */
.forwho {
  padding: 120px 0;
  background: var(--dark);
}
.forwho .section__title { text-align: center; }

.forwho__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: 1px;
}
.forwho__card {
  background: var(--card);
  padding: 48px 36px;
  transition: background var(--ease);
}
.forwho__card:hover { background: #191919; }
.forwho__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  color: var(--gold);
  opacity: .18;
  margin-bottom: -8px;
}
.forwho__card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--white);
  margin-bottom: .75rem;
}
.forwho__card p {
  color: var(--light);
  font-size: .94rem;
  line-height: 1.7;
}

.forwho__not {
  background: var(--card);
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold);
  padding: 32px 48px;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.forwho__not h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--gold);
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: .1rem;
}
.forwho__not ul {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 2.5rem;
}
.forwho__not li {
  font-size: .88rem;
  color: var(--gray);
  padding-left: 1.25rem;
  position: relative;
}
.forwho__not li::before {
  content: '✕';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: .7rem;
}

/* ─────────────────────────────────────────────
   TESTIMONIALS
───────────────────────────────────────────── */
.testimonials {
  padding: 120px 0;
  background: var(--black);
  overflow: hidden;
}
.testimonials .section__title { text-align: center; }

.testi__wrapper {
  overflow: hidden;
  margin: 0 calc(-1 * var(--gutter));
  padding: 0 var(--gutter);
}
.testi__track {
  display: flex;
  gap: 20px;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.testi__card {
  min-width: calc(33.333% - 14px);
  flex-shrink: 0;
  background: var(--card);
  border: 1px solid var(--border);
  padding: 40px 36px;
}
.testi__quote {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 96px;
  line-height: .65;
  color: var(--gold);
  opacity: .25;
  margin-bottom: 1rem;
}
.testi__text {
  color: var(--light);
  font-size: .98rem;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 2rem;
}
.testi__author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testi__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: .78rem;
  color: var(--black);
  flex-shrink: 0;
}
.testi__author strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.testi__author span {
  font-size: .8rem;
  color: var(--gray);
}

.testi__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.testi__btn {
  background: none;
  border: 1px solid var(--border);
  color: var(--white);
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  transition: var(--ease);
}
.testi__btn:hover { border-color: var(--gold); color: var(--gold); }

.testi__dots { display: flex; gap: 6px; }
.testi__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  border: none;
  transition: background var(--ease);
}
.testi__dot.active { background: var(--gold); }

/* ─────────────────────────────────────────────
   BEFORE / AFTER CAROUSEL
───────────────────────────────────────────── */
.ba__wrapper {
  overflow: hidden;
  margin: 3rem 0 0;
  width: 100%;
}

.ba__track {
  display: flex;
  gap: 16px;
  transition: transform .55s cubic-bezier(.4,0,.2,1);
}

.ba__slide {
  flex: 0 0 72%;
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}

@media (min-width: 640px) {
  .ba__slide { flex: 0 0 42%; }
}

@media (min-width: 1024px) {
  .ba__slide { flex: 0 0 29%; }
}

.ba__photo-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ba__photo-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.ba__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 10px;
  background: rgba(0,0,0,0.75);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}

.ba__sep { color: var(--gold); }

.ba__body {
  padding: 14px 16px 18px;
  flex: 1;
}

.ba__quote {
  font-size: .9rem;
  font-style: italic;
  color: var(--light);
  line-height: 1.6;
  margin-bottom: .9rem;
}

.ba__quote::before { content: '\201C'; color: var(--gold); }
.ba__quote::after  { content: '\201D'; color: var(--gold); }

.ba__author {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--white);
}

.ba__author span { color: var(--gray); font-weight: 400; }

.ba__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.ba__btn {
  background: none;
  border: 1px solid var(--border);
  color: var(--white);
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  transition: var(--ease);
}
.ba__btn:hover { border-color: var(--gold); color: var(--gold); }

.ba__dots { display: flex; gap: 6px; }
.ba__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  border: none;
  transition: background var(--ease);
}
.ba__dot.active { background: var(--gold); }

/* ─────────────────────────────────────────────
   APP SECTION
───────────────────────────────────────────── */
.app-section {
  padding: 120px 0;
  background: var(--black);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.app__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.app__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-bottom: 1.5rem;
}
.app__sub {
  color: var(--light);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 2.5rem;
  max-width: 460px;
}
.app__features {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2.5rem;
}
.app__features li {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
}
.app__feat-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201,162,39,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}
.app__feat-icon svg { width: 16px; height: 16px; }
.app__features li strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .98rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--white);
  margin-bottom: .15rem;
}
.app__features li span {
  font-size: .84rem;
  color: var(--gray);
  line-height: 1.5;
}
.app__coming {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.app__badge {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: .75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gold);
  padding: 7px 14px;
  flex-shrink: 0;
}
.app__coming p {
  font-size: .85rem;
  color: var(--gray);
  line-height: 1.5;
}

/* ── Phone mockup ──────────────────────────── */
.app__mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.phone {
  width: 300px;
  height: 620px;
  border-radius: 46px;
  background: linear-gradient(160deg, #2e2e2e 0%, #141414 60%, #1e1e1e 100%);
  box-shadow:
    0 0 0 .5px #000,
    0 0 0 2px #1c1c1c,
    0 0 0 2.5px rgba(255,255,255,.07),
    0 60px 120px rgba(0,0,0,.85),
    inset 0 1px 0 rgba(255,255,255,.1),
    inset 0 -1px 0 rgba(0,0,0,.5);
  padding: 10px;
  position: relative;
  z-index: 2;
}

/* side buttons */
.phone__btn {
  position: absolute;
  background: #222;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.phone__btn--vol-up {
  left: -3px; top: 108px;
  width: 3px; height: 28px;
  border-radius: 2px 0 0 2px;
}
.phone__btn--vol-dn {
  left: -3px; top: 146px;
  width: 3px; height: 44px;
  border-radius: 2px 0 0 2px;
}
.phone__btn--power {
  right: -3px; top: 130px;
  width: 3px; height: 60px;
  border-radius: 0 2px 2px 0;
}

.phone__screen {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  background: #000;
  overflow: hidden;
  position: relative;
}

/* dynamic island */
.phone__island {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 28px;
  background: #000;
  border-radius: 20px;
  z-index: 10;
}

/* status bar */
.phone__statusbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 22px 8px;
  z-index: 9;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  color: #fff;
}
.phone__statusbar-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* wallpaper image */
.phone__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  z-index: 1;
}

/* home indicator */
.phone__home {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: rgba(255,255,255,.45);
  border-radius: 3px;
  z-index: 10;
}

.phone__glow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
  background: var(--gold);
  opacity: .12;
  filter: blur(40px);
  border-radius: 50%;
}

/* ── Phone phases animation ─────────────────── */
.phone__phases {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0 20px 40px;
  /* gradient so phase cards are readable */
  background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.2) 60%, transparent 100%);
}

@keyframes phaseIn {
  0%   { opacity: 0; transform: translateY(18px); }
  8%   { opacity: 1; transform: translateY(0);    }
  27%  { opacity: 1; transform: translateY(0);    }
  33%  { opacity: 0; transform: translateY(-8px); }
  100% { opacity: 0; transform: translateY(-8px); }
}

.phone__phase {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  opacity: 0;
  animation: phaseIn 9s ease-in-out infinite;
}
.phone__phase--1 { animation-delay: 0s;  }
.phone__phase--2 { animation-delay: 3s;  }
.phone__phase--3 { animation-delay: 6s;  }

.phase__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.phase__name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .02em;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0 2px 16px rgba(0,0,0,.6);
}
.phase__bar {
  height: 3px;
  background: rgba(255,255,255,.2);
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}
.phase__bar-fill {
  height: 100%;
  background: var(--gold);
  border-radius: 2px;
}

/* responsive */
@media (max-width: 1024px) {
  .app__inner { grid-template-columns: 1fr; gap: 60px; }
  .app__mockup { order: -1; }
  .phone { width: 260px; height: 530px; }
}

/* ─────────────────────────────────────────────
   PRICING / CTA
───────────────────────────────────────────── */
.pricing {
  position: relative;
  padding: 140px 0;
  text-align: center;
  overflow: hidden;
}
.pricing__bg {
  position: absolute;
  inset: 0;
  background-image: url('images/box.jpg');
  background-size: cover;
  background-position: center 20%;
}
.pricing__overlay {
  position: absolute;
  inset: 0;
  background: rgba(7,7,7,.87);
}
.pricing__inner {
  position: relative;
  z-index: 2;
}
.pricing h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 6.5vw, 76px);
  text-transform: uppercase;
  letter-spacing: -.02em;
  line-height: .9;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.pricing__sub {
  color: var(--light);
  font-size: 1rem;
  line-height: 1.85;
  max-width: 580px;
  margin: 0 auto 2.5rem;
}
.pricing__list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem;
  margin-bottom: 3rem;
}
.pricing__list li {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,162,39,.35);
  padding: 7px 16px;
}

/* ─────────────────────────────────────────────
   FORM
───────────────────────────────────────────── */
.form-section {
  padding: 120px 0;
  background: var(--dark);
}
.form__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.form__cta {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.form__cta h2 { font-size: clamp(36px, 5vw, 64px); }
.form__cta p  { color: var(--text-muted); font-size: 1.1rem; }
.btn--full     { width: 100%; max-width: 400px; text-align: center; }
.form__text h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 5.5vw, 68px);
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: .9;
  margin-bottom: 1.5rem;
}
.form__text p {
  color: var(--light);
  font-size: 1rem;
  line-height: 1.85;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.form__group {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}
.form__group label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gray);
}
.form__group input,
.form__group select {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 0;
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-size: .98rem;
  padding: 14px 16px;
  outline: none;
  transition: border-color var(--ease);
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.form__group input:focus,
.form__group select:focus { border-color: var(--gold); }
.form__group input::placeholder { color: #444; }
.form__group select { cursor: pointer; }
.form__group select option { background: #1a1a1a; }

.form__disclaimer {
  font-size: .76rem;
  color: var(--gray);
  text-align: center;
  margin-top: .4rem;
  line-height: 1.6;
}

/* ─────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────── */
.footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 36px 0;
}
.footer__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer__logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-right: auto;
}
.footer p {
  font-size: .78rem;
  color: var(--gray);
}
.footer__social a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--light);
  transition: color var(--ease);
}
.footer__social a:hover { color: var(--gold); }

/* ─────────────────────────────────────────────
   WHATSAPP FLOAT
───────────────────────────────────────────── */
.wa-float {
  position: fixed;
  bottom: 30px; right: 30px;
  width: 54px; height: 54px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  box-shadow: 0 4px 18px rgba(201,162,39,.4);
  transition: transform var(--ease), box-shadow var(--ease);
}
.wa-float:hover {
  transform: scale(1.1);
  background: var(--gold-lt);
  box-shadow: 0 6px 26px rgba(201,162,39,.55);
}
.wa-float svg { width: 26px; height: 26px; fill: #fff; }

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .solution { grid-template-columns: 1fr; }
  .solution__image { height: 420px; }
  .solution__image img { object-position: center 30%; }
  .about__body { grid-template-columns: 1fr; gap: 52px; }
  .forwho__grid { grid-template-columns: 1fr 1fr; }
  .forwho__not { flex-direction: column; gap: 1.25rem; }
  .form__inner { grid-template-columns: 1fr; gap: 52px; }
  .testi__card { min-width: calc(50% - 10px); }
}

@media (max-width: 768px) {
  .nav__links { display: none; }
  .hero__tag { display: none; }
  .hero__title { font-size: clamp(52px, 13vw, 80px); }
  .hero__stats { flex-wrap: wrap; }
  .hero__stat {
    flex: 0 0 50%;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
  .hero__stat:nth-child(2n) { border-right: none; }
  .pain__grid { grid-template-columns: 1fr; }
  .pain__item { padding: 40px 28px; }
  .about__body { padding: 52px var(--gutter); }
  .forwho__grid { grid-template-columns: 1fr; }
  .testi__card { min-width: 84%; }
  .footer__inner { flex-direction: column; text-align: center; gap: 1rem; }
  .footer__logo { margin-right: 0; }
  .about__hero { height: 50vh; }
}

@media (max-width: 480px) {
  .hero__content { padding-bottom: 40px; }
  .hero__stats .hero__stat { flex: 0 0 50%; }
  .pricing { padding: 100px 0; }
  .form-section, .pain, .forwho, .testimonials { padding: 80px 0; }
  .about__body { padding: 48px var(--gutter); gap: 40px; }
}
