/* Antenas Palau — tema inspirado en Linkia FP (linkiafp.es) */

:root {
  --navy: #232d5e;
  --navy-dark: #1a2347;
  --navy-light: #2f3d78;
  --accent: #ff6b2c;
  --accent-hover: #e85a1f;
  --black: #111111;
  --white: #ffffff;
  --bg-page: #f5f6f9;
  --bg-soft: #f0f2f7;
  --surface: #ffffff;
  --text: #111111;
  --text-dark: #111111;
  --muted: #676767;
  --muted-dark: #676767;
  --line: rgba(17, 17, 17, 0.08);
  --line-dark: rgba(17, 17, 17, 0.06);
  --glass: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(17, 17, 17, 0.08);
  --radius: 20px;
  --radius-sm: 16px;
  --radius-pill: 999px;
  --header-h: 76px;
  --mobile-bar-h: 72px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 18px 50px rgba(0, 0, 0, 0.1);
  --glow-soft: var(--shadow-md);
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Syne", system-ui, sans-serif;
  --container: 1200px;
}

html {
  background: var(--bg-page);
}

body {
  background: var(--bg-page);
  color: var(--text);
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero h1,
.section h2,
.repair-box h2,
.contact-card h2,
.service-card h3,
.stat-value {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

/* ── Trust bar (estilo top strip Linkia) ── */
.trust-bar {
  background: var(--bg-soft);
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.65rem 1rem;
}

.gencat-bar {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 5;
}

.gencat-bar__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0.45rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 2.5rem;
}

.gencat-bar__brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.gencat-bar__logo {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  background: transparent;
}

.gencat-bar__name {
  font-family: Helvetica, Arial, "Plus Jakarta Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #fff;
}

.gencat-bar__claim {
  margin: 0 0 0 auto;
  font-family: Helvetica, Arial, "Plus Jakarta Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: right;
}

.gencat-bar__lang {
  margin-left: 0.25rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.gencat-bar__lang .lang-switch-link {
  color: rgba(255, 255, 255, 0.78);
}

.gencat-bar__lang .lang-switch-link.is-active {
  background: #fff;
  color: #111;
}

@media (max-width: 640px) {
  .gencat-bar__inner {
    flex-wrap: wrap;
    gap: 0.4rem 0.75rem;
    padding: 0.5rem 0.85rem;
  }

  .gencat-bar__logo {
    width: 26px;
    height: 26px;
  }

  .gencat-bar__name {
    font-size: 0.62rem;
  }

  .gencat-bar__claim {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 0.72rem;
    padding-left: calc(26px + 0.55rem);
  }

  .gencat-bar__lang {
    margin-left: auto;
  }
}

/* ── Header limpio ── */
.site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.header-inner,
.hero,
.trust,
.section,
.breadcrumbs {
  width: min(100%, var(--container));
  margin-left: auto;
  margin-right: auto;
}

.header-inner {
  min-height: var(--header-h);
  padding: 0.85rem 1.25rem;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.lang-switch {
  background: var(--bg-page);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
}

.lang-switch-link.is-active {
  background: var(--navy);
}

.menu-toggle {
  border-radius: var(--radius-pill);
  border-color: var(--line);
  background: var(--surface);
}

.site-nav {
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.site-nav a {
  border-radius: var(--radius-pill);
  font-weight: 600;
  color: var(--text);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--bg-page);
  color: var(--navy);
}

.nav-cta {
  background: var(--navy) !important;
  border-radius: var(--radius-pill) !important;
  box-shadow: var(--shadow-sm);
}

/* ── Hero grande ── */
.hero,
.page-hero.inner-hero,
.page-hero.combo-hero {
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-page) 100%);
  border-bottom: none;
  padding: 3rem 1.25rem 3.5rem;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.hero-lead,
.section-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 58ch;
}

.eyebrow {
  background: rgba(35, 45, 94, 0.08);
  border-radius: var(--radius-pill);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.45rem 0.9rem;
}

.eyebrow::before {
  display: none;
}

.hero-tags li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
  color: var(--text);
  font-weight: 600;
}

/* ── Botones pill ── */
.btn {
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
  font-weight: 700;
  letter-spacing: 0.01em;
  min-height: 54px;
  padding: 0.95rem 1.65rem;
}

.btn-primary {
  background: var(--navy);
}

.btn-primary:hover {
  background: var(--navy-dark);
  box-shadow: var(--shadow-md);
}

.btn-secondary {
  background: var(--surface);
  border: 1.5px solid var(--line);
  color: var(--text);
}

.btn-secondary:hover {
  background: var(--bg-page);
  border-color: rgba(35, 45, 94, 0.25);
}

.btn-dark {
  border-radius: var(--radius-pill);
  width: auto;
}

/* ── Secciones alternas ── */
.section {
  padding: 4rem 1.25rem;
}

.section:nth-of-type(even) {
  background: var(--surface);
}

.section-head {
  margin-bottom: 2rem;
}

.section-label {
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.section h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-top: 0.35rem;
}

/* ── Ventajas / Método (estilo Linkia, full-bleed) ── */
.hub-links {
  background: var(--bg-page);
}

.zones-showcase,
.zones-showcase.section {
  background: linear-gradient(
    160deg,
    var(--navy-dark) 0%,
    var(--navy) 45%,
    var(--navy-light) 100%
  );
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 3.75rem 0 4rem;
  box-sizing: border-box;
  overflow: hidden;
}

.zones-showcase__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.5rem;
  align-items: center;
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.25rem);
  box-sizing: border-box;
}

.zones-showcase__copy {
  color: #fff;
}

.zones-showcase__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.zones-showcase__copy h2 {
  color: #fff;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin-bottom: 1rem;
  max-width: 16ch;
}

.zones-accent {
  color: var(--accent);
}

.zones-showcase__lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 42ch;
  margin-bottom: 1.5rem;
}

.zones-showcase__from {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.zones-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}

.zones-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.zones-pill:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.zones-showcase__more a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.zones-showcase__media {
  min-width: 0;
}

.zones-track {
  --zones-card-w: min(52%, 210px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  cursor: grab;
  padding: 0.5rem 0.25rem 0.35rem;
  outline: none;
}

.zones-track.is-dragging,
.zones-track.is-wheeling {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}

.zones-track::-webkit-scrollbar {
  display: none;
}

.zones-card {
  position: relative;
  flex: 0 0 var(--zones-card-w);
  width: var(--zones-card-w);
  aspect-ratio: 3 / 4.2;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  scroll-snap-align: center;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  transform: scale(0.92);
  opacity: 0.82;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

.zones-card.is-active {
  transform: scale(1.05);
  opacity: 1;
  z-index: 2;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.zones-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zones-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 14, 30, 0.05) 0%,
    rgba(10, 14, 30, 0.2) 45%,
    rgba(10, 14, 30, 0.78) 100%
  );
  pointer-events: none;
}

.zones-card__cta {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.75rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.zones-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.zones-dot {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.zones-dot.is-active {
  background: var(--accent);
  transform: scale(1.15);
}

.zones-dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .zones-showcase__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .zones-showcase__copy h2 {
    max-width: none;
  }

  .zones-track {
    --zones-card-w: min(58%, 200px);
  }
}

@media (max-width: 640px) {
  .zones-track {
    --zones-card-w: min(72%, 220px);
  }

  .zones-card__cta {
    font-size: 0.68rem;
  }
}

.method-section,
.method-section.section,
.advantages.method-section {
  background: linear-gradient(
    160deg,
    var(--navy-dark) 0%,
    var(--navy) 45%,
    var(--navy-light) 100%
  );
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 4rem clamp(1.25rem, 3vw, 2.5rem) 4.25rem;
  box-sizing: border-box;
  overflow: hidden;
}

.method-section__head {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto 2.5rem;
}

.method-section__head h2 {
  color: #fff;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.85rem;
}

.method-section__lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 48ch;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  width: 100%;
}

.method-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.15rem 1.25rem 1.25rem;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
  min-height: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.method-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.method-card__icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  color: var(--navy);
  margin-bottom: 0.7rem;
}

.method-card__icon svg {
  width: 100%;
  height: 100%;
}

.method-card h3 {
  color: #111;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 0.45rem;
}

.method-card p {
  color: #555b6a;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 900px) {
  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .method-grid {
    grid-template-columns: 1fr;
  }

  .method-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .method-card:hover {
    transform: none;
  }
}

/* ── Opiniones (anchura normal, carrusel 3 cards) ── */
.reviews {
  background: #fff;
  overflow: hidden;
  max-width: 100%;
}

.reviews__head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75rem;
}

.reviews__head .section-intro {
  margin: 0.65rem auto 0;
  max-width: 48ch;
  color: var(--muted-dark);
}

.reviews-carousel {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.reviews-track {
  --review-gap: 1rem;
  --review-card-w: calc((100% - (2 * var(--review-gap))) / 3.22);
  display: flex;
  align-items: stretch;
  gap: var(--review-gap);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  cursor: grab;
  padding: 0.35rem 0.15rem 1.1rem;
  margin: 0;
  max-width: 100%;
  outline: none;
}

.reviews-track.is-dragging,
.reviews-track.is-wheeling {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  flex: 0 0 var(--review-card-w);
  width: var(--review-card-w);
  scroll-snap-align: center;
  background: #f6f7fb;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.25rem 1.2rem 1.2rem;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  opacity: 0.72;
  transform: scale(0.96);
}

.review-card.is-active {
  opacity: 1;
  transform: scale(1);
  background: #fff;
  border-color: rgba(35, 45, 94, 0.18);
  box-shadow: 0 12px 32px rgba(26, 35, 71, 0.1);
}

.review-card__quote {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 0.7;
  color: var(--navy);
  opacity: 0.35;
  margin-bottom: 0.15rem;
}

.review-card__stars {
  display: inline-flex;
  gap: 0.12rem;
  color: #f4b400;
  line-height: 1;
}

.review-card__text {
  color: #3a4150;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card__foot {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(35, 45, 94, 0.08);
}

.review-card__avatar {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.review-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.review-card__name {
  color: #111;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

.review-card__source {
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 500;
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
  padding-bottom: 0.15rem;
}

.reviews-dot {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: rgba(35, 45, 94, 0.22);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.reviews-dot.is-active {
  background: var(--navy);
  transform: scale(1.15);
}

.reviews-dot:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .reviews-track {
    --review-card-w: calc((100% - var(--review-gap)) / 2.15);
  }
}

@media (max-width: 640px) {
  .reviews-track {
    --review-card-w: min(86%, 320px);
  }

  .review-card {
    opacity: 1;
    transform: none;
  }

  .review-card__text {
    -webkit-line-clamp: 6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-card {
    transition: none;
  }
}

/* ── FAQs (estilo Linkia, full-bleed azul) ── */
.faq-section,
.faq-section.section {
  background: linear-gradient(
    160deg,
    var(--navy-dark) 0%,
    var(--navy) 45%,
    var(--navy-light) 100%
  );
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 4rem clamp(1.25rem, 3vw, 2.75rem) 4.25rem;
  box-sizing: border-box;
  overflow: hidden;
}

.faq-section__title {
  color: #fff;
  text-align: center;
  font-size: clamp(1.75rem, 3.8vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 22ch;
  margin: 0 auto 2.5rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 1px minmax(0, 1fr);
  gap: 0 2.25rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.faq-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.35);
  margin: 0.25rem 0;
}

.faq-questions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-q {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  text-align: left;
  color: #fff;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 0.85rem 0.85rem 0.85rem 1.25rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.3;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-q:hover,
.faq-q:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.9);
  outline: none;
}

.faq-q.is-active {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.faq-q__text {
  flex: 1;
  min-width: 0;
}

.faq-q__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-q__icon svg {
  display: block;
  width: 14px;
  height: 14px;
}

.faq-q.is-active .faq-q__icon {
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(45deg);
}

.faq-answers {
  color: #fff;
  padding-top: 0.35rem;
  min-height: 12rem;
  position: relative;
}

.faq-panel {
  display: none;
}

.faq-panel.is-active {
  display: block;
}

.faq-panel[hidden] {
  display: none !important;
}

.faq-panel.is-active:not([hidden]) {
  display: block !important;
}

.faq-panel p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0 0 1rem;
  max-width: 42ch;
}

.faq-panel p:last-child {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .faq-divider {
    display: none;
  }

  .faq-answers {
    min-height: 0;
    padding: 0.5rem 0.15rem 0;
  }

  .faq-section__title {
    max-width: none;
    margin-bottom: 1.75rem;
  }
}

/* ── Marcas colaboradoras (anchura como opiniones) ── */
.partners {
  background: #fff;
  overflow: hidden;
  max-width: 100%;
}

.partners-panel {
  position: relative;
  border-radius: 0;
  overflow: visible;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
  background: transparent;
}

.partners-panel__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
  color: var(--text);
}

.partners-panel__label {
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.partners-panel__content h2 {
  color: var(--text);
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin-bottom: 1rem;
}

.partners-panel__text {
  color: var(--muted-dark);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 52ch;
  margin: 0 auto;
}

.partners-panel__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.35rem 2.25rem;
  margin-top: 2rem;
  padding-top: 1.65rem;
  border-top: 1px solid var(--line);
}

.partners-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-width: 0;
}

.partners-logo__name {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  opacity: 1;
}

.partners-logo__note {
  color: var(--muted-dark);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .partners-panel {
    min-height: 0;
    padding: 0;
  }

  .partners-panel__logos {
    gap: 1rem 1.35rem;
  }
}

.about-home {
  background: #fff;
  text-align: center;
}

.about-home .section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-home__content {
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-home__content p {
  margin-bottom: 1rem;
  color: var(--muted-dark);
  line-height: 1.75;
  font-size: 1.02rem;
  text-align: center;
}

.about-home__content strong {
  color: var(--navy);
}

/* ── Ingeniería / grandes proyectos ── */
.engineering {
  background:
    linear-gradient(180deg, #eef0f6 0%, #f5f6f9 48%, #fff 100%);
  overflow: hidden;
}

.engineering__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.engineering__intro .section-label {
  margin-bottom: 0.75rem;
}

.engineering__intro h2 {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--text);
  margin-bottom: 1rem;
  max-width: 16ch;
}

.engineering__lead {
  color: var(--muted-dark);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0 0 1.5rem;
  max-width: 42ch;
}

.engineering__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: var(--radius-pill);
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.engineering__cta:hover {
  background: var(--navy-light);
  transform: translateY(-1px);
}

.engineering-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.engineering-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.engineering-step:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.engineering-step__num {
  display: block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 0.55rem;
}

.engineering-step__title {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 0.45rem;
  line-height: 1.25;
}

.engineering-step__text {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .engineering__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .engineering__intro h2 {
    max-width: none;
  }

  .engineering__lead {
    max-width: 52ch;
  }
}

@media (max-width: 560px) {
  .engineering-steps {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .engineering__cta:hover,
  .engineering-step:hover {
    transform: none;
  }
}

.why-section,
.why-section.section {
  background: linear-gradient(
    160deg,
    var(--navy-dark) 0%,
    var(--navy) 42%,
    var(--navy-light) 100%
  );
  overflow: hidden;
  min-height: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.why-section__head {
  text-align: center;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.why-section__head h2 {
  color: #fff;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.85rem;
}

.why-section__head .section-intro {
  margin: 0 auto;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.7;
}

.why-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.1rem;
  width: 100%;
  padding: 0.35rem clamp(1rem, 3vw, 2.25rem) 0.5rem;
  margin: 0;
  overflow: visible;
  scroll-snap-type: none;
}

.why-card {
  position: relative;
  flex: none;
  width: 100%;
  min-width: 0;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  padding: 1.55rem 1.35rem 1.6rem;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8eb8ff 0%, #ffffff 55%, rgba(255, 255, 255, 0.35) 100%);
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
}

.why-card__label {
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  opacity: 0.72;
}

.why-card__value {
  color: var(--navy-dark);
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.8vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 0.7rem;
  font-variant-numeric: tabular-nums;
}

.why-card__title {
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}

.why-card__text {
  color: #555b6a;
  font-size: 0.875rem;
  line-height: 1.55;
  margin: 0;
  margin-top: auto;
}

.why-dots {
  display: none;
}

@media (max-width: 1099px) {
  .why-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .why-card:last-child {
    grid-column: 1 / -1;
    max-width: 420px;
    justify-self: center;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .why-track {
    grid-template-columns: 1fr;
  }

  .why-card:last-child {
    max-width: none;
  }

  .why-card {
    min-height: auto;
    padding: 1.35rem 1.25rem;
  }

  .why-card__value {
    font-size: 2.4rem;
  }
}

@media (min-width: 1100px) {
  .why-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* ── Tarjetas servicio ── */
.services {
  background: var(--bg-page);
}

.service-grid {
  gap: 1.25rem;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card::before {
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--navy-light));
}

.service-card:hover {
  border-color: rgba(35, 45, 94, 0.15);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.service-card-media img,
.gallery-item img,
.inner-hero-media img {
  border: none;
}

.service-tag {
  background: var(--bg-page);
  border-radius: var(--radius-pill);
  color: var(--navy);
  font-weight: 700;
}

.service-link {
  background: var(--navy);
  border-radius: var(--radius-pill);
}

.service-link:hover {
  background: var(--navy-dark);
}

/* ── Trust, clientes, ventajas ── */
.trust-list li,
.client-card,
.advantages-list li,
.hub-link,
.gallery-item,
.faq-item,
.steps li {
  border: 1px solid var(--line);
  border-left: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.trust-list li,
.client-card {
  border-left: 4px solid var(--navy);
}

.trust {
  margin-top: 0;
  padding: 0 1.25rem 2rem;
}

.trust-list {
  gap: 1rem;
}

.advantages-list li::before {
  color: var(--accent);
}

.check-list li::before {
  color: var(--accent);
}

.hub-link {
  background: var(--surface);
  border-radius: var(--radius-sm);
  font-weight: 600;
  min-height: 56px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hub-link:hover {
  border-color: rgba(35, 45, 94, 0.18);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

/* ── FAQ limpio ── */
.faq {
  background: var(--bg-page);
}

.faq-item {
  background: var(--surface);
  border-radius: var(--radius-sm);
}

.faq-item[open] {
  border-color: rgba(35, 45, 94, 0.22);
  box-shadow: var(--shadow-sm);
}

.faq-item summary::after {
  background: var(--bg-page);
  border-radius: var(--radius-pill);
  color: var(--navy);
}

.faq-item[open] summary::after {
  background: var(--navy);
  color: var(--white);
}

/* ── Contacto ── */
.contact,
.section.contact {
  background: #fff;
  padding-bottom: 4rem;
}

.contact-card {
  background: transparent;
}

.contact-card .section-label {
  color: var(--navy);
}

.contact-card h2 {
  color: var(--text);
}

.contact-lead {
  color: var(--muted-dark);
}

.contact-btn {
  background: #f6f7fb;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: none;
}

.contact-btn:hover {
  background: #fff;
  border-color: rgba(35, 45, 94, 0.28);
  box-shadow: 0 10px 28px rgba(26, 35, 71, 0.08);
}

.contact-btn-label {
  color: var(--muted-dark);
}

.contact-btn-value {
  color: var(--navy);
}

.contact-btn--whatsapp {
  background: #25d366;
  border-color: #25d366;
}

.contact-btn--whatsapp:hover {
  background: #1fb855;
  border-color: #1fb855;
  box-shadow: none;
}

.contact-btn--whatsapp .contact-btn-label,
.contact-btn--whatsapp .contact-btn-value {
  color: #fff;
}

.contact-schedule {
  color: var(--muted-dark);
}

.contact-maps {
  display: none;
}

/* ── Footer ── */
.site-footer {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: #111111;
  border-top: none;
  color: rgba(255, 255, 255, 0.82);
  padding: 3.5rem 0 calc(2.5rem + var(--mobile-bar-h));
  text-align: left;
  box-sizing: border-box;
}

.footer-inner {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.25rem);
  box-sizing: border-box;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 2.25rem 2rem;
  align-items: start;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-brand__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #fff;
  margin-bottom: 0.85rem;
}

.footer-logo {
  margin: 0;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-brand__name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer-brand__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 28ch;
}

.footer-col__title {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  justify-content: flex-start;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}

.footer-nav a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.footer-contact a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer-schedule {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.5;
  max-width: 28ch;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding-top: 1.25rem;
}

.footer-copy {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}

.footer-lang {
  margin: 0;
  font-size: 0.85rem;
}

.footer-lang a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 0.1rem;
}

.footer-lang a:hover {
  border-bottom-color: #fff;
}

.site-footer a {
  color: #fff;
}

@media (max-width: 800px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding-top: 2.75rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Mobile bar ── */
.mobile-bar {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.06);
}

.mobile-bar-btn--call {
  color: var(--navy);
  font-weight: 700;
}

.mobile-bar-btn--wa {
  background: #25d366;
}

/* ── WhatsApp flotante (Linkia) ── */
.fab-whatsapp {
  position: fixed;
  right: 1.1rem;
  bottom: calc(var(--mobile-bar-h) + var(--safe-bottom) + 1rem);
  z-index: 95;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fab-whatsapp:hover {
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.45);
  transform: scale(1.05);
}

.fab-whatsapp svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

/* ── Breadcrumbs ── */
.breadcrumbs {
  color: var(--muted);
  font-size: 0.8rem;
  padding-top: 1rem;
}

.breadcrumbs a {
  color: var(--navy);
}

/* ── Repair / gallery ── */
.repair,
.gallery,
.clients,
.process {
  background: var(--bg-page);
}

.repair-box,
.repair-media,
.gallery-item,
.inner-hero-media {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.repair-box {
  border-left: 4px solid var(--navy);
}

.gallery {
  border: none;
}

.step-num {
  border-radius: var(--radius-pill);
}

.content-prose h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
}

.section-cta .btn-dark {
  display: inline-flex;
  min-width: 220px;
}

.text-link {
  color: var(--navy);
  font-weight: 700;
}

@media (min-width: 720px) {
  .fab-whatsapp {
    bottom: 1.5rem;
  }

  .hero,
  .page-hero.inner-hero {
    padding: 4.5rem 1.25rem 5rem;
  }

  .header-inner,
  .hero,
  .trust,
  .section,
  .site-footer,
  .breadcrumbs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .site-nav {
    border-bottom: none;
    box-shadow: none;
  }

  .nav-cta {
    box-shadow: var(--shadow-sm);
  }
}

@media (min-width: 1024px) {
  .hero h1,
  .page-hero h1 {
    max-width: 12ch;
  }
}

/* ── Home hero Linkia-style ── */
.page-home {
  padding-bottom: calc(var(--mobile-bar-h) + var(--safe-bottom));
}

.page-home .trust-bar,
.page-home > .site-header {
  display: none;
}

.hero-cover {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
}

.hero-cover__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-cover__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 28, 0.55) 0%, rgba(8, 12, 28, 0.35) 42%, rgba(8, 12, 28, 0.72) 100%),
    radial-gradient(circle at 50% 20%, rgba(35, 45, 94, 0.25), transparent 55%);
}

.top-utility {
  position: relative;
  z-index: 3;
  background: rgba(17, 17, 17, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-cover .gencat-bar {
  z-index: 3;
  flex-shrink: 0;
}

.top-utility__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0.55rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.top-utility__badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.top-utility__text {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.72);
  margin-right: auto;
}

.top-utility__lang {
  margin-left: auto;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.top-utility__lang .lang-switch-link {
  color: rgba(255, 255, 255, 0.75);
}

.top-utility__lang .lang-switch-link.is-active {
  background: #fff;
  color: var(--navy);
}

.hero-nav {
  position: relative;
  z-index: 4;
  padding: 1rem 1rem 0;
}

.hero-nav__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius-pill);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.hero-nav__brand .brand-name {
  color: var(--text);
  font-size: 0.95rem;
}

.hero-nav__links {
  display: none;
  margin-left: auto;
  gap: 0.15rem;
}

.hero-nav__links a {
  min-height: 40px;
  padding: 0 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  border-radius: var(--radius-pill);
}

.hero-nav__links a:hover {
  background: var(--bg-page);
  color: var(--navy);
}

.hero-nav__links .nav-cta {
  background: var(--navy) !important;
  color: #fff !important;
  margin-left: 0.35rem;
}

.hero-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}

.hero-nav__phone {
  display: none;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
}

.hero-nav__cta {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1.1rem;
  background: var(--accent);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 24px rgba(255, 107, 44, 0.35);
  white-space: nowrap;
}

.hero-nav__cta:hover {
  background: var(--accent-hover);
}

.hero-nav__toggle {
  flex-shrink: 0;
}

.hero-cover__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem 1.25rem 4rem;
}

.hero-cover__pre {
  font-size: clamp(1.05rem, 2.5vw, 1.45rem);
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.85rem;
  max-width: 18ch;
}

.hero-cover__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.6rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  max-width: 14ch;
  margin-bottom: 1.35rem;
  text-wrap: balance;
}

.hero-highlight {
  display: inline-block;
  white-space: nowrap;
}

.hero-cover__cta-bar {
  width: min(100%, 520px);
  margin-bottom: 1rem;
}

.hero-cover__cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 1.25rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-cover__cta-link:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.hero-cover__sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 46ch;
  margin-bottom: 1.35rem;
}

.hero-cover__pills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  max-width: 720px;
}

.hero-cover__pills a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-cover__pills a:hover {
  background: #fff;
  transform: translateY(-2px);
}

.fab-info {
  position: fixed;
  right: 1.1rem;
  bottom: calc(var(--mobile-bar-h) + var(--safe-bottom) + 4.6rem);
  z-index: 94;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1rem;
  background: #2f6bff;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 28px rgba(47, 107, 255, 0.35);
}

.page-home .fab-whatsapp {
  bottom: calc(var(--mobile-bar-h) + var(--safe-bottom) + 1rem);
}

@media (min-width: 900px) {
  .hero-nav__links {
    display: flex;
    position: static;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    flex-direction: row;
  }

  .hero-nav__phone,
  .hero-nav__cta {
    display: inline-flex;
  }

  .hero-nav__toggle {
    display: none;
  }

  .hero-nav__actions {
    margin-left: 0;
  }

  .page-home .fab-info {
    bottom: 1.5rem;
    right: 5.5rem;
  }

  .page-home .fab-whatsapp {
    bottom: 1.5rem;
  }
}

@media (max-width: 899px) {
  .hero-nav__inner {
    border-radius: 22px;
  }

  .hero-nav__links {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    padding: 0.75rem;
    flex-direction: column;
  }

  .hero-nav__links.is-open {
    display: flex;
  }

  .hero-nav {
    position: relative;
  }

  .hero-nav__links a {
    min-height: 48px;
    justify-content: flex-start;
  }
}

/* ── Experts carousel (Linkia style) ── */
.experts,
.experts.section {
  background: #fff;
  overflow: hidden;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.experts__head {
  text-align: center;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

.experts__head h2 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  margin-bottom: 0.85rem;
}

.experts__head .section-intro {
  margin: 0 auto;
  max-width: 52ch;
}

.experts-track {
  --card-w: min(68vw, 240px);
  --card-h: calc(var(--card-w) * 1.35);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 1rem 1.25rem;
  scroll-padding-inline: max(1rem, calc((100% - var(--card-w)) / 2));
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  cursor: grab;
  outline: none;
}

.experts-track.is-centered {
  justify-content: center;
  cursor: default;
}

.experts-track.is-dragging,
.experts-track.is-wheeling {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}

.experts-track::-webkit-scrollbar {
  display: none;
}

.experts-card {
  position: relative;
  flex: 0 0 var(--card-w);
  width: var(--card-w);
  height: var(--card-h);
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  scroll-snap-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
  opacity: 0.88;
  transform: scale(0.92);
}

.experts-card.is-active {
  opacity: 1;
  transform: scale(1.06);
  z-index: 2;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.experts-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* mismo degradado en todas las tarjetas */
.experts-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 14, 30, 0.05) 0%,
    rgba(10, 14, 30, 0.18) 42%,
    rgba(10, 14, 30, 0.78) 100%
  );
  pointer-events: none;
}

.experts-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.1rem 1rem 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-align: center;
}

.experts-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.experts-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #d7d9e0;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.experts-dot.is-active {
  background: var(--navy);
  transform: scale(1.15);
}

@media (min-width: 900px) {
  .experts-track {
    --card-w: 220px;
    gap: 1rem;
  }

  .experts-card {
    transform: scale(0.9);
  }

  .experts-card.is-active {
    transform: scale(1.1);
  }

  .experts-card:hover {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .experts-card {
    transition: none;
  }
}

