/*
Theme Name: FIT Integral Cliente
Theme URI: https://fitintegral.local
Author: VEDAeco TECH
Author URI: https://vedaeco.com.mx
Description: Tema WordPress personalizado para FIT Integral basado en la propuesta visual enviada por el cliente.
Version: 1.1.0
Text Domain: fitintegral-client
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@400;500;600;700;800;900&family=Oswald:wght@500;600;700&display=swap');

:root {
  --dark: #04090b;
  --dark-2: #071013;
  --dark-3: #0e181b;
  --green: #a7ff12;
  --green-2: #c8ff3d;
  --white: #ffffff;
  --soft: #f3f6f5;
  --text: #111716;
  --muted: #65706c;
  --light-muted: #b9c3bf;
  --border: rgba(167, 255, 18, 0.3);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--dark);
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
}

body.admin-bar .fit-header {
  top: 32px;
}

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

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

.fit-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  gap: 30px;
  background: rgba(4, 9, 11, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.fit-brand {
  min-width: 170px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.fit-brand img {
  width: 46px;
  height: 46px;
}

.fit-brand strong {
  display: block;
  font-size: 1.35rem;
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.fit-brand span {
  display: block;
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

.fit-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 26px;
}

.fit-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 800;
}

.fit-nav a:hover {
  color: var(--green);
}

.fit-header-cta,
.fit-btn,
.trainer-copy a,
.plan-card a,
.valuation-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--green);
  color: #071006;
  border: 0;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 40px rgba(167, 255, 18, 0.18);
  transition: 0.22s ease;
}

.fit-header-cta:hover,
.fit-btn:hover,
.trainer-copy a:hover,
.plan-card a:hover,
.valuation-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.fit-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 94px 5%;
}

.fit-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 9, 11, 0.98) 0%, rgba(4, 9, 11, 0.84) 38%, rgba(4, 9, 11, 0.28) 72%, rgba(4, 9, 11, 0.08) 100%),
    var(--hero-image) center center / cover no-repeat;
  filter: contrast(1.12) saturate(1.05);
}

.fit-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 26%, rgba(167, 255, 18, 0.14), transparent 26%),
    linear-gradient(180deg, transparent 70%, rgba(4, 9, 11, 0.96) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.hero-kicker::before,
.hero-kicker::after {
  content: "";
  width: 78px;
  height: 2px;
  background: var(--green);
}

.hero-content h1 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(4rem, 8.2vw, 7.9rem);
  line-height: 0.96;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.hero-content h1 span {
  display: block;
  color: var(--green);
}

.hero-content p {
  max-width: 610px;
  margin: 30px 0 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.74;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.fit-btn.outline {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.services-section,
.membership-section,
.faq-section {
  padding: 82px 5% 96px;
  background: #f3f6f5;
  color: var(--text);
}

.section-title {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-title small,
.trainer-copy small,
.valuation-copy small,
.terms-box small,
.results-card small,
.plan-card small {
  display: block;
  color: #7ca80d;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-title.dark small {
  color: var(--green);
}

.section-title h2,
.valuation-copy h2,
.results-card h2,
.terms-box h2 {
  margin: 10px 0 0;
  font-family: "Oswald", sans-serif;
  color: var(--text);
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.section-title h2 span {
  color: #7ca80d;
}

.section-title p {
  margin: 16px auto 0;
  max-width: 620px;
  color: var(--muted);
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card {
  position: relative;
  min-height: 258px;
  padding: 46px 28px 36px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 24px 80px rgba(9, 18, 20, 0.1);
}

.service-icon {
  width: 64px;
  height: 64px;
  margin: -78px auto 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #061011;
  color: var(--green);
  border: 4px solid rgba(167, 255, 18, 0.16);
  box-shadow: 0 0 28px rgba(167, 255, 18, 0.22);
  font-weight: 900;
}

.service-card h3 {
  margin: 0 0 18px;
  color: #111716;
  font-size: 1.26rem;
  line-height: 1.24;
}

.service-card p {
  margin: 0;
  color: #59625f;
  font-size: 0.92rem;
  line-height: 1.72;
}

.service-card::after {
  content: "";
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: var(--green);
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}

.trainers-section {
  display: grid;
  grid-template-columns: 0.82fr 1.4fr;
  gap: 54px;
  align-items: center;
  padding: 100px 5% 130px;
  background:
    linear-gradient(90deg, rgba(4, 9, 11, 0.97), rgba(4, 9, 11, 0.9)),
    var(--results-image) center center / cover no-repeat;
}

.trainer-copy h2 {
  margin: 16px 0 20px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1.03;
}

.trainer-copy h2 span {
  display: block;
  color: var(--green);
}

.trainer-copy p {
  max-width: 420px;
  margin: 0 0 30px;
  color: var(--light-muted);
  line-height: 1.82;
}

.trainer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: end;
}

.trainer-card {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.trainer-card.featured {
  border-color: rgba(167, 255, 18, 0.78);
  transform: translateY(-18px);
  box-shadow: 0 24px 80px rgba(167, 255, 18, 0.08);
}

.trainer-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center top;
}

.trainer-card div {
  padding: 20px;
  text-align: center;
}

.trainer-card h3 {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 1rem;
}

.trainer-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  line-height: 1.5;
}

.benefits-bar {
  position: relative;
  z-index: 4;
  margin: -50px 5% 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  color: var(--text);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.benefit-item {
  padding: 30px;
  border-right: 1px solid #dce2df;
}

.benefit-item:last-child {
  border-right: none;
}

.benefit-item strong,
.benefit-item span {
  display: block;
}

.benefit-item strong {
  margin-bottom: 7px;
  color: #111716;
  font-size: 0.96rem;
}

.benefit-item span {
  color: #5f6865;
  font-size: 0.84rem;
}

.valuation-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 42px;
  align-items: center;
  padding: 110px 5%;
  background:
    radial-gradient(circle at 20% 20%, rgba(167, 255, 18, 0.13), transparent 26%),
    linear-gradient(135deg, #071013, #04090b);
}

.valuation-copy h2 {
  color: var(--white);
  max-width: 520px;
}

.valuation-copy p {
  max-width: 460px;
  color: var(--light-muted);
  line-height: 1.8;
}

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

.valuation-panel article {
  padding: 26px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.valuation-panel span {
  color: var(--green);
  font-weight: 900;
}

.valuation-panel h3 {
  margin: 14px 0 10px;
  font-size: 1.1rem;
}

.valuation-panel p {
  margin: 0;
  color: var(--light-muted);
  font-size: .92rem;
  line-height: 1.65;
}

.valuation-cta {
  width: max-content;
  margin-top: 28px;
}

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

.plan-card {
  padding: 34px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(9, 18, 20, 0.1);
}

.plan-card.featured {
  background: #071011;
  color: var(--white);
  border: 1px solid rgba(167, 255, 18, 0.46);
  transform: translateY(-16px);
}

.plan-card h3 {
  margin: 10px 0 14px;
  font-size: 1.5rem;
}

.plan-card p {
  margin: 0 0 22px;
  color: #5f6865;
  line-height: 1.72;
}

.plan-card.featured p {
  color: var(--light-muted);
}

.plan-card ul {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.plan-card li {
  padding: 8px 0;
  color: #34403c;
  font-size: .92rem;
}

.plan-card li::before {
  content: "✓";
  margin-right: 8px;
  color: #7ca80d;
  font-weight: 900;
}

.plan-card.featured li {
  color: rgba(255,255,255,.84);
}

.comparison-section {
  padding: 96px 5%;
  background: #04090b;
}

.section-title.dark h2 {
  color: var(--white);
}

.comparison-table {
  max-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  color: var(--white);
}

.comparison-row span {
  padding: 18px 22px;
  border-right: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.comparison-row span:last-child {
  border-right: none;
}

.comparison-row.head {
  background: rgba(167,255,18,.12);
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .82rem;
}

.results-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  padding: 96px 5%;
  background: #f3f6f5;
  color: var(--text);
}

.results-card {
  padding: 44px;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.results-card p {
  color: var(--muted);
  line-height: 1.8;
}

.results-image {
  overflow: hidden;
  border-radius: 30px;
  min-height: 420px;
  box-shadow: var(--shadow);
}

.results-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.faq-grid article {
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 70px rgba(9,18,20,.08);
}

.faq-grid h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.65;
}

.terms-section {
  padding: 88px 5%;
  background: #071011;
}

.terms-box {
  max-width: 1040px;
  margin: 0 auto;
  padding: 44px;
  border-radius: 30px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.terms-box h2 {
  color: var(--white);
}

.terms-box p {
  color: var(--light-muted);
  line-height: 1.8;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #18b847;
  color: white;
  font-size: .86rem;
  font-weight: 900;
  box-shadow: 0 20px 50px rgba(24,184,71,.34);
}

.fit-footer {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 44px;
  padding: 74px 5%;
  background: #04090b;
}

.fit-footer img {
  width: 60px;
  margin-bottom: 18px;
}

.fit-footer p,
.fit-footer a,
.fit-footer span {
  display: block;
  margin: 9px 0;
  color: var(--light-muted);
  font-size: 0.88rem;
}

.fit-footer h4 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 0.82rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-row a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  color: var(--white);
}

@media (max-width: 1180px) {
  .fit-nav {
    display: none;
  }

  .fit-header {
    justify-content: space-between;
  }

  .service-grid,
  .benefits-bar,
  .faq-grid,
  .fit-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .trainers-section,
  .valuation-section,
  .results-section {
    grid-template-columns: 1fr;
  }

  .trainer-grid {
    max-width: 900px;
  }
}

@media (max-width: 780px) {
  body.admin-bar .fit-header {
    top: 46px;
  }

  .fit-header {
    padding: 14px 22px;
    min-height: auto;
  }

  .fit-brand {
    min-width: auto;
  }

  .fit-brand img {
    width: 40px;
    height: 40px;
  }

  .fit-header-cta {
    min-height: 42px;
    padding: 0 18px;
    font-size: 0.7rem;
  }

  .fit-hero {
    min-height: auto;
    padding: 90px 22px;
  }

  .hero-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.18em;
  }

  .hero-kicker::before,
  .hero-kicker::after {
    width: 36px;
  }

  .hero-content h1 {
    font-size: 3.35rem;
  }

  .service-grid,
  .benefits-bar,
  .plan-grid,
  .fit-footer,
  .trainer-grid,
  .valuation-panel,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .services-section,
  .trainers-section,
  .valuation-section,
  .membership-section,
  .comparison-section,
  .results-section,
  .faq-section,
  .terms-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .trainer-card.featured,
  .plan-card.featured {
    transform: none;
  }

  .benefits-bar {
    margin: 0;
    border-radius: 0;
  }

  .benefit-item {
    border-right: none;
    border-bottom: 1px solid #dce2df;
  }

  .comparison-row {
    grid-template-columns: 1.2fr repeat(3, 0.7fr);
    font-size: .78rem;
  }

  .comparison-row span {
    padding: 14px 10px;
  }

  .results-card,
  .terms-box {
    padding: 28px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
}

/* =========================================================
   AJUSTES FUNCIONALES Y ANTI-ENCIMADO
   ========================================================= */

/* Header más estable */
.fit-header {
  min-height: 72px !important;
}

.fit-brand {
  flex-shrink: 0 !important;
}

.fit-nav {
  gap: clamp(14px, 2vw, 28px) !important;
}

.fit-nav a {
  white-space: nowrap !important;
}

/* Hero: controlar títulos grandes para evitar encimados */
.fit-hero {
  min-height: 690px !important;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.hero-content {
  max-width: 700px !important;
}

.hero-content h1 {
  max-width: 720px !important;
  font-size: clamp(3.4rem, 6.7vw, 6.9rem) !important;
  line-height: 1.01 !important;
  letter-spacing: 0.01em !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.hero-content p {
  max-width: 620px !important;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem) !important;
}

/* Secciones blancas con respiración */
.services-section,
.membership-section,
.faq-section-pro,
.calculator-section-wp {
  overflow: hidden !important;
}

/* Valoración interactiva */
.valuation-section-pro {
  grid-template-columns: 0.55fr 1.45fr !important;
  gap: 34px !important;
  align-items: center !important;
}

.valuation-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--green);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
  border-radius: 16px;
}

.assessment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  align-items: start;
}

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

.assessment-card {
  min-height: 180px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.assessment-card span {
  color: var(--green);
  font-weight: 900;
  font-size: 0.78rem;
}

.assessment-card h3 {
  margin: 10px 0 14px;
  font-size: 0.96rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.assessment-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.assessment-options button {
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: white;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}

.assessment-options button.active,
.assessment-options button:hover {
  background: var(--green);
  color: #071006;
  border-color: var(--green);
}

.assessment-summary {
  padding: 26px;
  border-radius: 26px;
  background: #f3f6f5;
  color: var(--text);
  box-shadow: var(--shadow);
}

.assessment-summary strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 1.08;
}

.assessment-summary p {
  color: var(--muted);
  line-height: 1.65;
}

.assessment-summary label {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  color: #333;
  font-size: 0.86rem;
  font-weight: 900;
}

.assessment-summary textarea {
  min-height: 104px;
  resize: vertical;
  border: 1px solid #d6dad8;
  border-radius: 18px;
  padding: 14px 16px;
  font-family: inherit;
}

.assessment-summary small {
  display: block;
  margin: 14px 0;
  color: var(--muted);
  line-height: 1.5;
}

.assessment-summary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  border-radius: 999px;
  background: var(--green);
  color: #071006;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

/* Calculadora compacta */
.calculator-section-wp {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 36px;
  align-items: center;
  padding: 92px 5%;
  background: linear-gradient(135deg, #071013, #04090b);
  color: white;
}

.calculator-copy-wp small {
  display: block;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.calculator-copy-wp h2 {
  margin: 12px 0 16px;
  max-width: 500px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.2rem, 3.6vw, 3.7rem);
  line-height: 1.08;
}

.calculator-copy-wp p {
  max-width: 470px;
  color: var(--light-muted);
  line-height: 1.75;
}

.calculator-panel-wp {
  max-width: 940px;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 18px;
}

.calculator-form-wp {
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border-radius: 26px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
}

.calculator-form-wp label {
  display: grid;
  gap: 8px;
  font-size: 0.83rem;
  font-weight: 900;
}

.calculator-form-wp input,
.calculator-form-wp select {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 0 14px;
  background: rgba(255,255,255,.09);
  color: white;
  font-family: inherit;
  font-weight: 800;
}

.calculator-form-wp select option {
  color: #111;
}

.calculator-result-wp {
  padding: 26px;
  border-radius: 26px;
  background: #f3f6f5;
  color: var(--text);
}

.calculator-result-wp span {
  color: #7ca80d;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.calculator-result-wp strong {
  display: block;
  margin-top: 12px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  line-height: 1.08;
}

.calculator-result-wp p {
  color: var(--muted);
  line-height: 1.6;
}

.calc-mini-summary {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.calc-mini-summary small {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(7,16,17,.07);
  color: var(--muted);
}

.calculator-result-wp a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  background: var(--green);
  color: #071006;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

/* FAQ acordeón */
.faq-section-pro {
  padding-top: 88px !important;
}

.faq-accordion {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-accordion article {
  overflow: hidden;
  border-radius: 20px;
  background: white;
  box-shadow: 0 20px 70px rgba(9,18,20,.08);
}

.faq-accordion button {
  width: 100%;
  min-height: 64px;
  padding: 0 24px;
  border: 0;
  background: white;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-accordion button span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #071006;
  flex-shrink: 0;
}

.faq-accordion p {
  display: none;
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  line-height: 1.7;
}

.faq-accordion article.open p {
  display: block;
}

/* Evitar que el WhatsApp tape contenido */
.whatsapp-float {
  bottom: 28px !important;
  right: 28px !important;
}

/* Responsive anti-encimado */
@media (max-width: 1180px) {
  .hero-content h1 {
    font-size: clamp(3rem, 7vw, 5.8rem) !important;
  }

  .valuation-section-pro,
  .calculator-section-wp,
  .assessment-layout,
  .calculator-panel-wp {
    grid-template-columns: 1fr !important;
  }

  .assessment-summary,
  .calculator-result-wp {
    max-width: 760px;
  }
}

@media (max-width: 780px) {
  .fit-hero {
    padding: 84px 22px !important;
  }

  .hero-content h1 {
    font-size: clamp(2.85rem, 15vw, 4.4rem) !important;
    line-height: 1.02 !important;
  }

  .hero-content p {
    font-size: 0.96rem !important;
  }

  .assessment-questions,
  .calculator-form-wp {
    grid-template-columns: 1fr !important;
  }

  .assessment-card {
    min-height: auto !important;
  }

  .assessment-summary strong {
    font-size: 1.55rem !important;
  }

  .calculator-section-wp {
    padding: 72px 22px !important;
  }

  .whatsapp-float {
    right: 16px !important;
    bottom: 16px !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    font-size: 0.78rem !important;
  }
}

/* =========================================================
   AJUSTE HERO: EVITAR QUE LOS ACENTOS SE ENCIMEN
   ========================================================= */

.hero-content h1 {
  line-height: 1.09 !important;
}

.hero-content h1 span {
  line-height: 1.09 !important;
}

@media (max-width: 780px) {
  .hero-content h1 {
    line-height: 1.11 !important;
  }
}

/* =========================================================
   MENÚ MÓVIL PROFESIONAL WORDPRESS
   ========================================================= */

.fit-menu-button {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(167, 255, 18, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  position: relative;
  z-index: 130;
}

.fit-menu-button span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  display: block;
  transition: 0.24s ease;
}

.fit-menu-button span + span {
  margin-top: 5px;
}

.fit-menu-button.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.fit-menu-button.active span:nth-child(2) {
  opacity: 0;
}

.fit-menu-button.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.fit-menu-overlay {
  display: none;
}

body.fit-menu-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .fit-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 140 !important;
  }

  body.admin-bar .fit-header {
    top: 32px !important;
  }

  .fit-menu-button {
    display: grid !important;
    margin-left: auto;
  }

  .fit-nav {
    position: fixed !important;
    top: 88px;
    left: 50%;
    width: min(520px, calc(100vw - 32px));
    padding: 18px;
    display: grid !important;
    gap: 8px;
    transform: translateX(-50%) translateY(-14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 26px;
    background:
      linear-gradient(145deg, rgba(7, 16, 17, 0.97), rgba(4, 9, 11, 0.97));
    border: 1px solid rgba(167, 255, 18, 0.22);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(22px);
    z-index: 125;
    transition: 0.24s ease;
  }

  body.admin-bar .fit-nav {
    top: 120px;
  }

  .fit-nav.mobile-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .fit-nav a {
    min-height: 50px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    color: white !important;
    font-size: 0.88rem !important;
    letter-spacing: 0.03em;
    background: rgba(255, 255, 255, 0.045);
  }

  .fit-nav a:hover {
    background: rgba(167, 255, 18, 0.12);
    color: var(--green) !important;
  }

  .fit-menu-overlay {
    position: fixed;
    inset: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 0;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(4px);
    z-index: 110;
    transition: 0.22s ease;
  }

  body.fit-menu-open .fit-menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .fit-header-cta {
    margin-left: 0 !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .fit-header {
    top: 46px !important;
  }

  body.admin-bar .fit-nav {
    top: 122px;
  }
}

@media (max-width: 640px) {
  .fit-header {
    gap: 12px !important;
    padding: 12px 16px !important;
  }

  .fit-brand strong {
    font-size: 1.05rem !important;
  }

  .fit-brand span {
    font-size: 0.58rem !important;
  }

  .fit-brand img {
    width: 36px !important;
    height: 36px !important;
  }

  .fit-menu-button {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .fit-header-cta {
    min-height: 40px !important;
    padding: 0 14px !important;
    font-size: 0.64rem !important;
  }

  .fit-nav {
    top: 76px;
    width: calc(100vw - 24px);
    padding: 14px;
    border-radius: 22px;
  }

  body.admin-bar .fit-nav {
    top: 112px;
  }
}

@media (max-width: 420px) {
  .fit-header-cta {
    display: none !important;
  }

  .fit-menu-button {
    margin-left: auto;
  }
}
