/* ============================================================
   4BITS · Bloques
   Cada medida corresponde al nodo del Figma citado en el comentario.
   ============================================================ */

/* ────────────────────────────────────────────────────────────
   HEADER · nodo 352:924 / 352:966
   px 100 · py 20 · logo 161×60 · menú 18px tracking .36 · gap 40
   ──────────────────────────────────────────────────────────── */
.fb-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--fb-header-h);
  background: var(--fb-dark);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color var(--fb-t), box-shadow var(--fb-t);
}

.fb-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: calc(var(--fb-container) + var(--fb-gutter) * 2);
  margin-inline: auto;
  padding: 20px var(--fb-gutter);
}

.fb-header__logo { flex-shrink: 0; display: block; }
.fb-header__logo-img { width: 161px; height: 60px; object-fit: contain; object-position: left center; }
.fb-header__logo-img--dark { display: none; }

.fb-menu {
  display: flex;
  align-items: center;
  gap: var(--fb-gap);
}
.fb-menu a {
  display: block;
  padding-top: 5px;
  color: var(--fb-white);
  font-size: var(--fb-fs-body);
  font-weight: 400;
  letter-spacing: .36px;
  text-transform: uppercase;
  transition: color var(--fb-t), opacity var(--fb-t);
}
.fb-menu a:hover { opacity: .75; }
.fb-menu .current-menu-item > a,
.fb-menu .is-active > a { font-weight: 700; }

.fb-header__cta { color: var(--fb-white); flex-shrink: 0; }

/* Estado con scroll: fondo claro, logo a color, textos en vino */
.fb-header.is-scrolled {
  background: #d5d5d5;
  box-shadow: 0 2px 18px rgba(0, 0, 0, .12);
}
.fb-header.is-scrolled .fb-header__logo-img--light { display: none; }
.fb-header.is-scrolled .fb-header__logo-img--dark { display: block; }
.fb-header.is-scrolled .fb-menu a { color: var(--fb-wine); }
.fb-header.is-scrolled .fb-header__cta { color: var(--fb-wine); }

/* Hamburguesa (solo móvil, ver responsive.css) */
.fb-header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  padding: 10px;
}
.fb-header__toggle-bar {
  display: block;
  width: 24px; height: 2px;
  background: var(--fb-white);
  border-radius: 2px;
  transition: transform var(--fb-t), opacity var(--fb-t), background-color var(--fb-t);
}
.fb-header.is-scrolled .fb-header__toggle-bar { background: var(--fb-wine); }
.fb-header__toggle[aria-expanded="true"] .fb-header__toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.fb-header__toggle[aria-expanded="true"] .fb-header__toggle-bar:nth-child(2) { opacity: 0; }
.fb-header__toggle[aria-expanded="true"] .fb-header__toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ────────────────────────────────────────────────────────────
   HERO · nodo 352:222 (1600×900)
   Título 60/Bold mayúsculas a 247.5 · subtítulo 50 a 421.5
   descripción 22 a 514.5 · botones a 599.5 · tarjeta 402×198 a 251.5
   ──────────────────────────────────────────────────────────── */
.fb-hero { position: relative; }

.fb-hero__carousel { min-height: 900px; }
.fb-hero__carousel .fb-carousel__track { min-height: 900px; }
.fb-hero__slide { min-height: 900px; }

.fb-hero__bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.fb-hero__bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* Degradado de marca + patrón de curvas cuando no hay imagen */
.fb-hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../img/pattern-curves.svg') center / cover no-repeat,
    radial-gradient(120% 140% at 78% 62%, #d02b32 0%, #8d1219 42%, #3d0405 78%, #1a0000 100%);
  z-index: -1;
}

.fb-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 0, 0, .86) 0%, rgba(60, 4, 6, .55) 45%, rgba(120, 12, 16, .18) 100%);
}

.fb-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  padding-top: 247.5px;
  padding-bottom: 100px;
}

.fb-hero__content { flex: 1 1 auto; min-width: 0; max-width: 934px; }

.fb-hero__title {
  margin: 0;
  max-width: 934px;
  color: var(--fb-white);
  font-size: var(--fb-fs-display);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.fb-hero__subtitle {
  margin: 30px 0 0;
  color: var(--fb-white);
  font-size: var(--fb-fs-h1);
  font-weight: 400;
  line-height: 1.2;
}

.fb-hero__desc {
  margin: 33px 0 0;
  max-width: 733px;
  color: var(--fb-white);
  font-size: var(--fb-fs-lead);
  font-weight: 400;
  line-height: 1.2;
}

.fb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}

/* Tarjeta destacada: 402×198, borde #d1585d, radio 10, padding 30 */
.fb-hero__card {
  flex: 0 0 402px;
  width: 402px;
  margin-top: 4px;
  margin-right: 33px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  background: var(--fb-white);
  border: 1px solid var(--fb-card-border);
  border-radius: var(--fb-radius);
}
.fb-hero__card-icon { display: block; color: #1c1c1c; }
.fb-hero__card-icon svg { width: 48px; height: 48px; }
.fb-hero__card-title {
  margin: 0;
  color: var(--fb-gray);
  font-size: var(--fb-fs-lead);
  font-weight: 700;
  line-height: 1.2;
}
.fb-hero__card-text {
  margin: 0;
  color: var(--fb-gray);
  font-size: var(--fb-fs-body);
  line-height: 1.2;
}

.fb-hero .fb-carousel__arrow--prev,
.fb-hero .fb-carousel__arrow--next { top: 779.5px; }
.fb-hero .fb-carousel__dots { top: 794.5px; }

/* ────────────────────────────────────────────────────────────
   SOBRE NOSOTROS · nodo 352:423 (1600×898)
   Dos columnas gap 40 · derecha fija 559px · tarjetas gap 40
   ──────────────────────────────────────────────────────────── */
.fb-about { background: var(--fb-surface); }

.fb-about__inner {
  display: flex;
  align-items: stretch;
  gap: var(--fb-gap);
}
.fb-about__inner--single .fb-about__col { width: 100%; }

.fb-about__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--fb-gap);
}

.fb-about__head { display: flex; flex-direction: column; }
.fb-about__head .fb-section__title { margin-bottom: 30px; }

.fb-about__text {
  margin: 0;
  color: var(--fb-gray);
  font-size: var(--fb-fs-body);
  line-height: 1.35;
}
.fb-about__text strong { color: var(--fb-red); font-weight: 700; }

.fb-about__figure { flex: 1 1 auto; margin: 0; }
.fb-about__img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: var(--fb-radius);
}

.fb-about__cards {
  flex: 0 0 559px;
  width: 559px;
  display: flex;
  flex-direction: column;
  gap: var(--fb-gap);
}

.fb-pillar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  border: 1px solid transparent;
  border-radius: var(--fb-radius);
}
.fb-pillar__icon svg { width: 48px; height: 48px; }
.fb-pillar__title {
  margin: 0;
  font-size: var(--fb-fs-card);
  font-weight: 700;
  line-height: 1.2;
}
.fb-pillar__text { margin: 0; font-size: var(--fb-fs-body); line-height: 1.3; }

.fb-pillar--wine  { background: var(--fb-wine); color: var(--fb-white); }
.fb-pillar--red   { background: var(--fb-red);  color: var(--fb-white); }
.fb-pillar--light {
  background: var(--fb-white);
  border-color: var(--fb-red);
  color: var(--fb-gray);
}
.fb-pillar--light .fb-pillar__icon { color: #1c1c1c; }
.fb-pillar--light .fb-pillar__title { color: var(--fb-gray); }

/* ────────────────────────────────────────────────────────────
   SERVICIOS · nodo 352:461 (1600×1324)
   Grilla 3×2 · tarjetas 440 · gap 40 · padding 30 · radio 10
   Separación encabezado→grilla: 50px
   ──────────────────────────────────────────────────────────── */
.fb-services { background: var(--fb-white); }

.fb-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--fb-gap);
  margin-top: 50px;
}

.fb-service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 30px;
  border: 1px solid transparent;
  border-radius: var(--fb-radius);
}
.fb-service__body { display: flex; flex-direction: column; gap: 10px; }
.fb-service__icon svg { width: 48px; height: 48px; }
.fb-service__title {
  margin: 0;
  font-size: var(--fb-fs-card);
  font-weight: 700;
  line-height: 1.2;
}
.fb-service__claim {
  margin: 0;
  font-size: var(--fb-fs-lead);
  font-weight: 700;
  line-height: 1.2;
}
.fb-service__text {
  margin: 0;
  font-size: var(--fb-fs-body);
  font-weight: 400;
  line-height: 1.25;
}
.fb-service__cta { align-self: flex-start; }

.fb-service--red {
  background: var(--fb-red);
  color: var(--fb-white);
}
.fb-service--red .fb-service__cta { color: var(--fb-white); }
.fb-service--red .fb-service__cta:hover { background: rgba(255, 255, 255, .16); }

.fb-service--light {
  background: var(--fb-gray-card);
  border-color: var(--fb-red-dark);
  color: var(--fb-gray);
}
.fb-service--light .fb-service__icon { color: var(--fb-gray); }
.fb-service--light .fb-service__title { color: var(--fb-gray); }
.fb-service--light .fb-service__claim { color: var(--fb-gray); }
.fb-service--light .fb-service__cta { color: var(--fb-wine); }
.fb-service--light .fb-service__cta:hover { background: rgba(71, 0, 0, .08); }

/* ────────────────────────────────────────────────────────────
   BANNER PROMOCIONAL · nodo 352:527 (1600×550)
   Contenido 1160×350 · márgenes laterales 220 · ilustración 551
   ──────────────────────────────────────────────────────────── */
.fb-promo { position: relative; }
.fb-promo__carousel { min-height: 550px; }
.fb-promo__carousel .fb-carousel__track { min-height: 550px; }
.fb-promo__slide { min-height: 550px; overflow: hidden; }

.fb-promo__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.fb-promo__bg-img { width: 100%; height: 100%; object-fit: cover; }
.fb-promo__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../img/pattern-curves.svg') center / cover no-repeat,
    linear-gradient(100deg, #4d0507 0%, #7d0f14 45%, #a3161c 100%);
  z-index: -1;
}

.fb-promo__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--fb-gap);
  width: 100%;
  max-width: 1600px;
  min-height: 550px;
  margin-inline: auto;
  padding: 100px 220px;
}

.fb-promo__content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.fb-promo__title {
  margin: 0;
  color: var(--fb-white);
  font-size: var(--fb-fs-h1);
  font-weight: 700;
  line-height: 1.2;
}

.fb-promo__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding-left: 27px;
  list-style: disc;
  color: var(--fb-white);
  font-size: var(--fb-fs-body);
  line-height: 1.35;
}
.fb-promo__list li { list-style: disc; }

.fb-promo__figure {
  flex: 0 0 auto;
  width: 551px;
  max-width: 45%;
  align-self: flex-end;
  margin-bottom: -100px;
}
.fb-promo__figure-img { width: 100%; height: auto; }

.fb-promo .fb-carousel__arrow--prev,
.fb-promo .fb-carousel__arrow--next { top: 478.5px; }
.fb-promo .fb-carousel__dots { top: 493.5px; }

/* ────────────────────────────────────────────────────────────
   ALIANZAS · nodo 352:775 (1600×533)
   Logos 238×72 · gap 40
   ──────────────────────────────────────────────────────────── */
.fb-partners { background: var(--fb-surface); }

.fb-partners__strip { margin-top: var(--fb-gap); overflow: hidden; }

.fb-partners__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--fb-gap);
}

.fb-partners__item {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 238px;
  height: 72px;
}
.fb-partners__logo {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: filter var(--fb-t), opacity var(--fb-t);
}
.fb-partners__item.is-grayscale .fb-partners__logo { filter: grayscale(1); opacity: .75; }
.fb-partners__item.is-grayscale:hover .fb-partners__logo { filter: grayscale(0); opacity: 1; }

/* Marquesina opcional */
.fb-partners__strip--marquee .fb-partners__list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: max-content;
  animation: fb-marquee 38s linear infinite;
}
.fb-partners__strip--marquee:hover .fb-partners__list { animation-play-state: paused; }
@keyframes fb-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .fb-partners__strip--marquee .fb-partners__list { animation: none; }
}

/* ────────────────────────────────────────────────────────────
   CONTACTO · nodo 352:815 (1600×1575)
   Panel 1400×568 · info 641 px60 · formulario px60 py40 gap 40
   ──────────────────────────────────────────────────────────── */
.fb-contact { background: var(--fb-white); }

.fb-contact__panel {
  display: flex;
  align-items: stretch;
  min-height: 568px;
  margin-top: 50px;
  border-radius: var(--fb-radius);
  overflow: hidden;
}

/* ── Tarjeta de datos ── */
.fb-contact__info {
  position: relative;
  flex: 0 0 641px;
  width: 641px;
  display: flex;
  align-items: center;
  padding: 60px;
  overflow: hidden;
  background:
    url('../img/pattern-curves.svg') center / cover no-repeat,
    radial-gradient(120% 150% at 15% 50%, #6b0a0d 0%, #4a0507 45%, #2a0203 100%);
}
.fb-contact__info-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.fb-contact__info-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--fb-gap);
  width: 100%;
}

.fb-contact__group { display: flex; flex-direction: column; gap: 30px; }
.fb-contact__label {
  margin: 0;
  color: var(--fb-white);
  font-size: var(--fb-fs-card);
  font-weight: 700;
  line-height: 1.2;
}
.fb-contact__value {
  margin: 0;
  color: var(--fb-white);
  font-size: var(--fb-fs-body);
  font-weight: 400;
  line-height: 1.35;
}
.fb-contact__value + .fb-contact__value { margin-top: 6px; }
.fb-contact__value a { text-decoration: none; border-bottom: 1px solid transparent; transition: border-color var(--fb-t); }
.fb-contact__value a:hover { border-bottom-color: currentColor; }

/* ── Formulario ── */
.fb-contact__form-wrap {
  flex: 1 1 0;
  min-width: 0;
  background: rgba(250, 250, 250, .8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.fb-form {
  display: flex;
  flex-direction: column;
  gap: var(--fb-gap);
  height: 100%;
  padding: 40px 60px;
}

.fb-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.fb-form__alert {
  padding: 14px 18px;
  border-radius: var(--fb-radius);
  background: #fdecec;
  border: 1px solid var(--fb-red);
  color: var(--fb-red-dark);
  font-size: 16px;
  font-weight: 700;
}
.fb-form__alert.is-success {
  background: #edf7ee;
  border-color: #2e7d32;
  color: #1b5e20;
}

.fb-form__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--fb-gap);
}
.fb-form__row .fb-field { flex: 1 1 300px; min-width: 0; }

.fb-field { display: flex; flex-direction: column; gap: 8px; }
.fb-field--grow { flex: 1 1 auto; min-height: 0; }

.fb-field__label {
  padding-inline: 4px;
  color: var(--fb-gray);
  font-size: var(--fb-fs-body);
  font-weight: 700;
  line-height: 1.4;
}
.fb-field__label span { color: inherit; }

.fb-field__input {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  background: var(--fb-input-bg);
  border: 1px solid var(--fb-input-border);
  border-radius: var(--fb-radius);
  font-size: var(--fb-fs-body);
  color: var(--fb-gray);
  transition: border-color var(--fb-t), box-shadow var(--fb-t);
}
.fb-field__input::placeholder { color: var(--fb-placeholder); }
.fb-field__input:focus {
  outline: none;
  border-color: var(--fb-red);
  box-shadow: 0 0 0 3px rgba(200, 33, 39, .15);
}
.fb-field__input[aria-invalid="true"] { border-color: var(--fb-red); background: #fff6f6; }

.fb-field__textarea {
  min-height: 120px;
  height: 100%;
  resize: vertical;
  line-height: 1.35;
}
.fb-field--grow .fb-field__textarea { flex: 1 1 auto; }

.fb-field__select { position: relative; }
.fb-field__select select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  cursor: pointer;
}
.fb-field__chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; height: 24px;
  color: var(--fb-gray);
  pointer-events: none;
}

.fb-field__error {
  margin: 0;
  padding-inline: 4px;
  color: var(--fb-red-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

/* ────────────────────────────────────────────────────────────
   MAPA · nodo 352:815 (bloque inferior 1400×568)
   ──────────────────────────────────────────────────────────── */
.fb-map { padding-bottom: 100px; background: var(--fb-white); }

.fb-map__frame {
  position: relative;
  height: var(--fb-map-h, 568px);
  border-radius: var(--fb-radius);
  overflow: hidden;
  background: #eceff1;
}
.fb-map__canvas { width: 100%; height: 100%; }

.fb-map__static { display: block; width: 100%; height: 100%; }
.fb-map__static img { width: 100%; height: 100%; object-fit: cover; }

.fb-map__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
  padding: 30px;
  text-align: center;
  color: var(--fb-gray);
}
.fb-map__placeholder-icon { color: var(--fb-red); }
.fb-map__placeholder-text { margin: 0; font-size: var(--fb-fs-body); }
.fb-map__placeholder .fb-btn { color: var(--fb-wine); }

.fb-map__consent {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #eceff1;
  color: var(--fb-wine);
  font-weight: 700;
  transition: background-color var(--fb-t);
}
.fb-map__consent:hover { background: #e2e6e9; }
.fb-map__consent.is-hidden { display: none; }
.fb-map__consent-icon { color: var(--fb-red); }

.fb-map__directions {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 500;
  background: var(--fb-white);
  color: var(--fb-wine);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

/* Marcador personalizado sobre Leaflet */
.fb-map__marker { background: none !important; border: 0 !important; }
.fb-map__marker img { width: 100%; height: 100%; object-fit: contain; }

/* ────────────────────────────────────────────────────────────
   FOOTER · nodo 352:923 (1600×212)
   Franja superior blanca px100 py50 · inferior vino px100 py20
   ──────────────────────────────────────────────────────────── */
.fb-footer { border-top: 1px solid var(--fb-footer-line); }

.fb-footer__top { background: var(--fb-white); padding-block: 50px; }
.fb-footer__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.fb-footer__logo img { width: 193px; height: auto; }

.fb-footer__social { display: flex; align-items: center; gap: 20px; }
.fb-footer__follow {
  color: var(--fb-wine);
  font-size: var(--fb-fs-body);
  font-weight: 700;
}
.fb-social { display: flex; align-items: center; gap: 20px; }
.fb-social a {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  margin: -12px;
  color: var(--fb-wine);
  transition: color var(--fb-t), transform var(--fb-t);
}
.fb-social a:hover { color: var(--fb-red); transform: translateY(-2px); }
.fb-social-icon { width: 20px; height: 20px; }

.fb-footer__legal { margin-top: 20px; }
.fb-footer__legal-menu { display: flex; flex-wrap: wrap; gap: 24px; }
.fb-footer__legal-menu a { color: var(--fb-gray); font-size: 15px; }
.fb-footer__legal-menu a:hover { color: var(--fb-red); }

.fb-footer__bottom { background: var(--fb-wine); padding-block: 20px; }
.fb-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.fb-footer__copy {
  margin: 0;
  color: var(--fb-white);
  font-size: var(--fb-fs-small);
  line-height: 1.3;
}
.fb-footer__copy strong { font-weight: 700; }

.fb-footer__credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fb-white);
  font-size: 12px;
  opacity: .85;
  transition: opacity var(--fb-t);
}
.fb-footer__credit:hover { opacity: 1; }
.fb-footer__credit img { height: 22px; width: auto; }

/* ────────────────────────────────────────────────────────────
   WHATSAPP FLOTANTE · nodo 352:925 (60×60)
   ──────────────────────────────────────────────────────────── */
.fb-wa {
  position: fixed;
  bottom: 40px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: var(--fb-white);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .28);
  transition: transform var(--fb-t), opacity var(--fb-t), box-shadow var(--fb-t);
}
.fb-wa--right { right: 70px; }
.fb-wa--left  { left: 70px; }
.fb-wa:hover { transform: scale(1.07); box-shadow: 0 10px 28px rgba(0, 0, 0, .34); }
.fb-wa svg { width: 32px; height: 32px; }
.fb-wa.is-hidden { opacity: 0; pointer-events: none; transform: scale(.6); }

.fb-wa__tooltip {
  position: absolute;
  right: calc(100% + 12px);
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--fb-wine);
  color: var(--fb-white);
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--fb-t);
}
.fb-wa--left .fb-wa__tooltip { right: auto; left: calc(100% + 12px); }
.fb-wa:hover .fb-wa__tooltip,
.fb-wa:focus-visible .fb-wa__tooltip { opacity: 1; }

/* ────────────────────────────────────────────────────────────
   POPUP "SOLICITUD ENVIADA" · nodo 352:1061 (870×249)
   ──────────────────────────────────────────────────────────── */
.fb-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 20px;
}
.fb-modal[hidden] { display: none; }

.fb-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 0, 0, .68);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.fb-modal__dialog {
  position: relative;
  width: min(870px, 100%);
  padding: 70px;
  border-radius: var(--fb-radius);
  overflow: hidden;
  text-align: center;
  background:
    url('../img/pattern-curves.svg') center / cover no-repeat,
    radial-gradient(120% 160% at 70% 50%, #8d1219 0%, #4a0507 55%, #1a0000 100%);
  animation: fb-modal-in 260ms cubic-bezier(.2, .8, .3, 1);
}
@keyframes fb-modal-in {
  from { opacity: 0; transform: translateY(14px) scale(.98); }
  to   { opacity: 1; transform: none; }
}

.fb-modal__bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}

.fb-modal__content { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 20px; }

.fb-modal__title {
  margin: 0;
  color: var(--fb-white);
  font-size: var(--fb-fs-h3);
  font-weight: 700;
  line-height: 1.2;
}
.fb-modal__text {
  margin: 0;
  color: var(--fb-white);
  font-size: var(--fb-fs-body);
  line-height: 1.35;
}
.fb-modal__text strong { color: var(--fb-red); font-weight: 700; }

.fb-modal__close {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  color: var(--fb-white);
  border-radius: 50%;
  transition: background-color var(--fb-t);
}
.fb-modal__close:hover { background: rgba(255, 255, 255, .16); }

body.fb-modal-open { overflow: hidden; }

/* ────────────────────────────────────────────────────────────
   Páginas internas genéricas
   ──────────────────────────────────────────────────────────── */
.fb-page { padding-top: calc(var(--fb-header-h) + 60px); padding-bottom: 100px; }
.fb-page__title { margin-bottom: 24px; font-size: var(--fb-fs-h2); font-weight: 700; color: var(--fb-gray); }
.fb-page__content p { margin-bottom: 18px; line-height: 1.6; }
