/* =========================================================
   Romi Garino — planes de entrenamiento online
   Paleta: blanco / negro. Tipografía: Oswald + Archivo.
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #ffffff;
  color: #111111;
  font-family: 'Archivo', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: #111111; text-decoration: none; }
a:hover { color: #555555; }
img { display: block; max-width: 100%; }

/* ---------- NAV ---------- */
nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; padding: 0 40px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #ebebeb;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { width: 34px; height: 34px; object-fit: contain; }
.wordmark {
  font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 17px;
  letter-spacing: .14em; text-transform: uppercase;
}
.nav-right { display: flex; align-items: center; gap: 28px; }
.nav-link {
  font-size: 12px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: #666666;
}
.nav-link:hover { color: #111111; }
.lang-btn {
  font-family: 'Archivo', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; padding: 7px 14px; background: #fff; color: #111;
  border: 1px solid #d5d5d5; border-radius: 999px; cursor: pointer;
}
.lang-btn:hover { border-color: #111111; }

/* ---------- BOTONES ---------- */
.btn {
  display: inline-block; font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 16px 34px; border-radius: 999px; text-align: center;
  transition: background .2s, border-color .2s, opacity .2s;
}
.btn-sm { padding: 10px 22px; font-size: 12px; }
.btn-dark { background: #111111; color: #ffffff; }
.btn-dark:hover { background: #333333; color: #ffffff; }
.btn-ghost { background: #ffffff; color: #111111; border: 1px solid #d5d5d5; padding: 15px 34px; }
.btn-ghost:hover { border-color: #111111; }
.btn-light { background: #ffffff; color: #111111; }
.btn-light:hover { background: #ea580c; color: #ffffff; }

/* ---------- HERO ---------- */
.hero {
  max-width: 1280px; margin: 0 auto; padding: 96px 40px 72px;
  display: grid; grid-template-columns: 1fr 360px; gap: 64px; align-items: center;
}
.eyebrow {
  margin: 0 0 20px; font-size: 12px; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase; color: #999999;
}
.hero-title {
  margin: 0 0 24px; font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: clamp(56px, 7.5vw, 104px); line-height: .95;
  letter-spacing: .01em; text-transform: uppercase; text-wrap: balance;
}
.hero-sub {
  margin: 0 0 36px; max-width: 480px; font-size: 17px;
  line-height: 1.7; color: #555555; text-wrap: pretty;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-figure { margin: 0; }
.hero-figure img { width: 360px; height: 480px; object-fit: cover; }

/* ---------- TICKER ---------- */
.ticker {
  overflow: hidden; padding: 14px 0; background: #ffffff;
  border-top: 1px solid #111111; border-bottom: 1px solid #111111;
}
.ticker-track {
  display: flex; gap: 56px; width: max-content;
  animation: ticker 22s linear infinite;
}
.ticker-text {
  font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 15px;
  letter-spacing: .22em; text-transform: uppercase; white-space: nowrap;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- SECCIONES ---------- */
.section { max-width: 1280px; margin: 0 auto; padding: 96px 40px 80px; scroll-margin-top: 64px; }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 48px; flex-wrap: wrap;
}
.section-title {
  margin: 0; font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: clamp(38px, 4.5vw, 60px); line-height: 1; text-transform: uppercase;
}
.mb-lg { margin-bottom: 48px; }
.section-note { margin: 0; max-width: 380px; font-size: 14px; line-height: 1.6; color: #777777; text-wrap: pretty; }

/* ---------- PLANES ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #111111; }
.plan {
  display: flex; flex-direction: column; padding: 40px 32px;
  border-right: 1px solid #111111;
}
.plan:last-child { border-right: none; }
.plan.dark { background: #111111; color: #ffffff; }
.plan-badge {
  align-self: flex-start; font-size: 10px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; padding: 5px 12px; border: 1px solid currentColor;
  border-radius: 999px; margin-bottom: 20px;
}
.plan-badge.empty { border-color: transparent; visibility: hidden; }
.plan-name {
  margin: 0 0 6px; font-family: 'Oswald', sans-serif; font-weight: 600;
  font-size: 26px; letter-spacing: .04em; text-transform: uppercase;
}
.plan-desc { margin: 0 0 24px; font-size: 13px; line-height: 1.6; color: #777777; min-height: 42px; text-wrap: pretty; }
.plan.dark .plan-desc, .plan.dark .plan-mp { color: #9a9a9a; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 28px; }
.plan-price strong { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 56px; line-height: 1; }
.plan-price span { font-size: 13px; font-weight: 600; color: #777777; }
.plan.dark .plan-price span { color: #9a9a9a; }
.plan-features { list-style: none; margin: 0 0 32px; padding: 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.plan-features li { display: flex; gap: 10px; font-size: 13.5px; line-height: 1.5; }
.plan-features li::before { content: "—"; flex: none; width: 16px; font-weight: 700; }
.plan-cta {
  display: block; text-align: center; font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; padding: 15px 20px;
  border-radius: 999px; background: #ffffff; color: #111111; border: 1px solid #111111;
  transition: background .2s, border-color .2s, color .2s;
}
.plan.dark .plan-cta { border-color: #ffffff; }
.plan-cta:hover { background: #ea580c; border-color: #ea580c; color: #ffffff; }
.plan-mp { margin: 14px 0 0; text-align: center; font-size: 11px; color: #777777; }
.delivery-note { margin: 20px 4px 0; font-size: 13px; color: #777777; display: flex; align-items: center; gap: 8px; }
.dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: #111111; }

/* ---------- SOBRE ---------- */
.about { background: #f6f6f4; scroll-margin-top: 64px; }
.about-inner {
  max-width: 1280px; margin: 0 auto; padding: 96px 40px;
  display: grid; grid-template-columns: 420px 1fr; gap: 72px; align-items: center;
}
.about-figure { margin: 0; }
.about-figure img { width: 100%; height: 520px; object-fit: cover; }
.body-text { margin: 0 0 18px; font-size: 16px; line-height: 1.75; color: #444444; max-width: 560px; text-wrap: pretty; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #111111; max-width: 520px; margin-top: 18px; }
.stat { padding: 20px; border-right: 1px solid #111111; }
.stat:last-child { border-right: none; }
.stat strong { display: block; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 32px; }
.stat span { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #777777; }

/* ---------- TESTIMONIOS ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial {
  margin: 0; padding: 32px; border: 1px solid #e2e2e2;
  display: flex; flex-direction: column; gap: 20px;
}
.testimonial blockquote { margin: 0; font-size: 15px; line-height: 1.7; color: #333333; flex: 1; text-wrap: pretty; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; }
.avatar {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  background: #111111; color: #ffffff; display: flex; align-items: center;
  justify-content: center; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 15px;
}
.testimonial .who { display: flex; flex-direction: column; }
.testimonial .who strong { font-size: 13.5px; }
.testimonial .who span { font-size: 12px; color: #888888; }

/* ---------- FOOTER ---------- */
footer { background: #111111; color: #ffffff; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 72px 40px 40px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 56px; }
.footer-title {
  margin: 0 0 12px; font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: clamp(30px, 3.4vw, 44px); line-height: 1; text-transform: uppercase;
}
.footer-sub { margin: 0; font-size: 14px; color: #999999; max-width: 420px; line-height: 1.6; text-wrap: pretty; }
.footer-top .btn { align-self: center; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  flex-wrap: wrap; padding-top: 24px; border-top: 1px solid #2c2c2c;
  font-size: 12px; color: #888888;
}
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #888888; transition: color .2s; }
.footer-links a:hover { color: #ffffff; }
.footer-links a[data-wa]:hover { color: #ea580c; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1000px) {
  .hero, .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-figure img, .about-figure img { width: 100%; height: 420px; }
  .plans, .testimonials { grid-template-columns: 1fr; }
  .plan { border-right: none; border-bottom: 1px solid #111111; }
  .plan:last-child { border-bottom: none; }
}
@media (max-width: 720px) {
  nav { padding: 0 20px; }
  .nav-link { display: none; }
  .hero, .section, .about-inner, .footer-inner { padding-left: 20px; padding-right: 20px; }
}
