.elementor-104481 .elementor-element.elementor-element-5de227a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c31be6b *//*
PÁGINA: Bebidas sin alcohol para Baby Shower
SLUG: bebidas-para-baby-shower
VERSIÓN: 4.0 · MOBILE-FIRST, CATÁLOGO REAL Y MODAL GLOBAL
ENCAPSULADO: .tbs-drink-page
COMPATIBILIDAD: WordPress + Elementor
*/

.tbs-drink-page {
  --drink-primary: #f2679a;
  --drink-primary-dark: #dc4f85;
  --drink-secondary: #8174d0;
  --drink-secondary-dark: #6658b4;
  --drink-ink: #403a4b;
  --drink-ink-strong: #292532;
  --drink-text: #655f6d;
  --drink-muted: #8b8495;
  --drink-paper: #fffdf9;
  --drink-surface: #ffffff;
  --drink-pink-soft: #fff5f8;
  --drink-lilac-soft: #f3efff;
  --drink-cream-soft: #fffaf5;
  --drink-green-soft: #f2faf7;
  --drink-line: rgba(62, 54, 89, 0.1);
  --drink-line-soft: rgba(62, 54, 89, 0.075);
  --drink-shadow-soft: 0 12px 30px rgba(67, 50, 92, 0.075);
  --drink-shadow: 0 20px 48px rgba(67, 50, 92, 0.12);
  --drink-shadow-large: 0 31px 72px rgba(75, 52, 91, 0.18);
  --drink-radius-sm: 16px;
  --drink-radius-md: 23px;
  --drink-radius-lg: 30px;
  --drink-font:
    "Plus Jakarta Sans",
    "Avenir Next",
    "Segoe UI",
    Arial,
    sans-serif;

  position: relative !important;
  left: 50% !important;
  isolation: isolate;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 0;
  margin: 0 0 0 -50vw !important;
  padding: 0;
  overflow-x: clip;
  color: var(--drink-ink);
  background: var(--drink-paper);
  font-family: var(--drink-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.68;
  font-optical-sizing: auto;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@supports (width: 100dvw) {
  .tbs-drink-page {
    width: 100dvw !important;
    max-width: 100dvw !important;
    margin-left: -50dvw !important;
  }
}

.tbs-drink-page,
.tbs-drink-page *,
.tbs-drink-page *::before,
.tbs-drink-page *::after {
  box-sizing: border-box;
  min-width: 0;
}

.tbs-drink-page a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.tbs-drink-page img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.tbs-drink-page figure,
.tbs-drink-page h1,
.tbs-drink-page h2,
.tbs-drink-page h3,
.tbs-drink-page p,
.tbs-drink-page ul,
.tbs-drink-page ol {
  margin-top: 0;
}

.tbs-drink-page figure {
  margin-right: 0;
  margin-left: 0;
}

.tbs-drink-page ul,
.tbs-drink-page ol {
  padding-left: 0;
}

.tbs-drink-page h1,
.tbs-drink-page h2,
.tbs-drink-page h3 {
  color: var(--drink-ink-strong);
  font-family: var(--drink-font);
  font-weight: 700;
  letter-spacing: -0.048em;
  line-height: 1.05;
  text-wrap: balance;
}

.tbs-drink-page h1 em,
.tbs-drink-page h2 em {
  color: var(--drink-primary);
  font-style: normal;
}

.tbs-drink-page p {
  text-wrap: pretty;
}

.tbs-drink-page :focus {
  outline: 0;
}

.tbs-drink-page :focus-visible {
  outline: 3px solid rgba(102, 88, 180, 0.46);
  outline-offset: 4px;
}

.tbs-drink-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: clamp(18px, 3vw, 58px);
  padding-left: clamp(18px, 3vw, 58px);
}

.tbs-drink-skip {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 999999;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--drink-ink-strong);
  font-family: var(--drink-font);
  font-size: 13px;
  font-weight:700;
}

.tbs-drink-skip:focus {
  top: 12px;
}

/* ============================================================
   NAVEGACIÓN
   ============================================================ */

.tbs-drink-pillar-nav-section {
  position: relative;
  z-index: 50;
  width: 100%;
  padding: 17px 0;
  border-top: 1px solid rgba(72, 57, 92, 0.06);
  border-bottom: 1px solid rgba(72, 57, 92, 0.1);
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.99),
      rgba(255, 253, 255, 0.98) 50%,
      rgba(252, 248, 255, 0.99)
    );
  box-shadow:
    0 10px 30px rgba(58, 43, 78, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.tbs-drink-pillar-nav__inner {
  width: 100%;
  padding-right: clamp(12px, 2.8vw, 58px);
  padding-left: clamp(12px, 2.8vw, 58px);
}

.tbs-drink-pillar-nav {
  display: grid;
  grid-template-columns:
    minmax(150px, 1.12fr)
    minmax(158px, 1.17fr)
    repeat(8, minmax(88px, 0.82fr))
    minmax(158px, 1.12fr);
  align-items: center;
  gap: 9px;
  width: 100%;
}

.tbs-drink-pillar-nav__link,
.tbs-drink-pillar-nav__link:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 10px 11px;
  overflow: hidden;
  border: 1px solid rgba(70, 57, 87, 0.12);
  border-radius: 999px;
  color: #4b4457;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.99),
      rgba(253, 251, 255, 0.96)
    );
  box-shadow:
    0 7px 18px rgba(57, 43, 76, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  font-size: clamp(10px, 0.72vw, 12.5px);
  font-weight:700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.tbs-drink-pillar-nav__link::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 7px;
  left: 18%;
  height: 2px;
  border-radius: 999px;
  opacity: 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--drink-secondary),
      transparent
    );
  transform: scaleX(0.35);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.tbs-drink-pillar-nav__link--home {
  gap: 9px;
}

.tbs-drink-pillar-nav__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--drink-primary);
  box-shadow:
    0 0 0 5px rgba(242, 103, 154, 0.11),
    0 2px 7px rgba(219, 79, 132, 0.2);
}

.tbs-drink-pillar-nav__link.is-current,
.tbs-drink-pillar-nav__link[aria-current="true"] {
  color: #fff;
  border-color: rgba(103, 88, 183, 0.44);
  background:
    radial-gradient(
      circle at 16% 12%,
      rgba(255, 255, 255, 0.19),
      transparent 31%
    ),
    linear-gradient(135deg, #7063c5, #8174d0);
  box-shadow:
    0 14px 30px rgba(91, 75, 164, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.tbs-drink-pillar-nav__link.is-current::after,
.tbs-drink-pillar-nav__link[aria-current="true"]::after,
.tbs-drink-pillar-nav__link--cta::after {
  display: none;
}

.tbs-drink-pillar-nav__link--cta,
.tbs-drink-pillar-nav__link--cta:visited {
  justify-content: space-between;
  gap: 10px;
  padding-right: 10px;
  padding-left: 20px;
  color: #fff !important;
  border-color: rgba(203, 73, 151, 0.2);
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(255, 255, 255, 0.19),
      transparent 32%
    ),
    linear-gradient(116deg, #d7448e, #bc4aa0 45%, #735ac4);
  box-shadow:
    0 14px 31px rgba(166, 67, 153, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.tbs-drink-pillar-nav__cta-arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  color: var(--drink-secondary-dark);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(57, 39, 83, 0.14);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

/* ============================================================
   ELEMENTOS COMPARTIDOS
   ============================================================ */

.tbs-drink-section {
  width: 100%;
  padding: 82px 0;
  scroll-margin-top: 100px;
}

.tbs-drink-section--soft {
  background:
    radial-gradient(
      circle at 6% 10%,
      rgba(242, 103, 154, 0.055),
      transparent 25rem
    ),
    radial-gradient(
      circle at 94% 86%,
      rgba(129, 116, 208, 0.06),
      transparent 26rem
    ),
    #faf8fc;
}

.tbs-drink-section--blush {
  background:
    radial-gradient(
      circle at 9% 12%,
      rgba(242, 103, 154, 0.075),
      transparent 27rem
    ),
    linear-gradient(135deg, #fff9f6, #fff5f8 50%, #f7f3ff);
}

.tbs-drink-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--drink-secondary-dark);
  font-size: 10px;
  font-weight:700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tbs-drink-kicker--light {
  color: rgba(255, 255, 255, 0.82);
}

.tbs-drink-heading {
  max-width: 800px;
  margin-bottom: 36px;
}

.tbs-drink-heading--center {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tbs-drink-heading--center .tbs-drink-kicker {
  margin-right: auto;
  margin-left: auto;
}

.tbs-drink-heading h2,
.tbs-drink-answer h2,
.tbs-drink-feature h2,
.tbs-drink-safety h2,
.tbs-drink-product h2,
.tbs-drink-resource h2,
.tbs-drink-integration h2,
.tbs-drink-final h2 {
  margin: 12px 0 0;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.04;
}

.tbs-drink-heading p,
.tbs-drink-answer p,
.tbs-drink-feature__copy > p,
.tbs-drink-safety > div > p,
.tbs-drink-product__copy > p,
.tbs-drink-resource__copy > p,
.tbs-drink-integration__copy > p,
.tbs-drink-final p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--drink-text);
  font-size: 16px;
  line-height: 1.76;
}

.tbs-drink-heading--center p {
  margin-right: auto;
  margin-left: auto;
}

.tbs-drink-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.tbs-drink-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight:700;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease;
}

.tbs-drink-btn--primary {
  color: #fff !important;
  background:
    linear-gradient(
      135deg,
      var(--drink-primary-dark),
      #c54e9b 44%,
      var(--drink-secondary-dark)
    );
  box-shadow: 0 14px 30px rgba(115, 69, 150, 0.24);
}

.tbs-drink-btn--secondary {
  color: var(--drink-ink-strong) !important;
  border-color: rgba(57, 47, 69, 0.14);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 23px rgba(61, 47, 82, 0.07);
}

.tbs-drink-btn--dark {
  color: #fff !important;
  background: linear-gradient(135deg, #40385f, #5a4e82);
  box-shadow: 0 14px 30px rgba(64, 56, 95, 0.24);
}

.tbs-drink-btn--white {
  color: var(--drink-ink-strong) !important;
  background: #fff;
  box-shadow: 0 15px 34px rgba(31, 22, 48, 0.2);
}

.tbs-drink-btn--ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}

/* ============================================================
   HERO
   ============================================================ */

.tbs-drink-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: 54px 0 70px;
  background:
    radial-gradient(
      circle at 3% 5%,
      rgba(242, 103, 154, 0.085),
      transparent 26rem
    ),
    radial-gradient(
      circle at 93% 88%,
      rgba(129, 116, 208, 0.09),
      transparent 27rem
    ),
    linear-gradient(135deg, #fffaf5, #fff7fa 56%, #f7f3ff);
}

.tbs-drink-hero::before {
  content: "";
  position: absolute;
  top: 36px;
  right: 4%;
  z-index: -1;
  width: 145px;
  height: 145px;
  opacity: 0.42;
  background-image:
    radial-gradient(
      rgba(242, 103, 154, 0.48) 1px,
      transparent 1.3px
    );
  background-size: 17px 17px;
  transform: rotate(-10deg);
}

.tbs-drink-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  align-items: center;
  gap: clamp(38px, 5vw, 78px);
}

.tbs-drink-hero__copy {
  position: relative;
  z-index: 2;
}

.tbs-drink-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 27px;
  color: #8c8495;
  font-size: 11.5px;
  font-weight:600;
}

.tbs-drink-breadcrumbs span:last-child {
  color: var(--drink-secondary-dark);
}

.tbs-drink-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 0;
  padding: 8px 12px;
  border: 1px solid rgba(102, 88, 180, 0.11);
  border-radius: 999px;
  color: var(--drink-secondary-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight:700;
  letter-spacing: 0.13em;
  line-height: 1.35;
}

.tbs-drink-eyebrow > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--drink-primary);
  box-shadow: 0 0 0 5px rgba(242, 103, 154, 0.12);
}

.tbs-drink-hero h1 {
  max-width: 800px;
  margin: 22px 0 19px;
  font-size: clamp(44px, 5.2vw, 76px);
  line-height: 0.99;
}

.tbs-drink-hero__lead {
  max-width: 680px;
  margin: 0;
  color: var(--drink-text);
  font-size: 17px;
  line-height: 1.72;
}

.tbs-drink-hero .tbs-drink-actions {
  margin-top: 27px;
}

.tbs-drink-hero__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 620px;
  margin: 17px 0 0;
  color: #746d7d;
  font-size: 12px;
  line-height: 1.55;
}

.tbs-drink-hero__note span {
  color: var(--drink-primary);
}

.tbs-drink-hero__media {
  position: relative;
  overflow: visible;
  margin: 0;
}

.tbs-drink-hero__media::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: 34px;
  left: 24px;
  z-index: -1;
  border: 1px solid rgba(129, 116, 208, 0.14);
  border-radius: 34px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.68),
      rgba(243, 239, 255, 0.68)
    );
}

.tbs-drink-hero__media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 32px;
  box-shadow: var(--drink-shadow-large);
}

.tbs-drink-hero__media figcaption,
.tbs-drink-detail-media figcaption {
  margin: 13px 10px 0;
  color: var(--drink-muted);
  font-size: 10.5px;
  line-height: 1.55;
  text-align: center;
}

/* ============================================================
   ÍNDICE
   ============================================================ */

.tbs-drink-quick-nav {
  position: relative;
  z-index: 5;
  width: 100%;
  border-bottom: 1px solid var(--drink-line-soft);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 9px 25px rgba(61, 48, 82, 0.045);
}

.tbs-drink-index {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  width: 100%;
  padding: 16px 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(102, 88, 180, 0.22) transparent;
  -webkit-overflow-scrolling: touch;
}

.tbs-drink-index strong,
.tbs-drink-index a {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.tbs-drink-index strong {
  color: #fff;
  background: var(--drink-ink-strong);
  font-weight:700;
}

.tbs-drink-index a {
  color: var(--drink-secondary-dark);
  border: 1px solid rgba(102, 88, 180, 0.11);
  background: #f8f6ff;
  font-weight:700;
}

/* ============================================================
   RESPUESTA Y PASOS
   ============================================================ */

.tbs-drink-section--answer {
  padding-top: 58px;
  padding-bottom: 58px;
  background: #fffdf9;
}

.tbs-drink-answer {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(129, 116, 208, 0.13);
  border-radius: var(--drink-radius-lg);
  background:
    radial-gradient(
      circle at 96% 5%,
      rgba(242, 103, 154, 0.11),
      transparent 16rem
    ),
    linear-gradient(135deg, #fff8fb, #f5f2ff);
  box-shadow: var(--drink-shadow-soft);
}

.tbs-drink-answer__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      var(--drink-primary),
      var(--drink-secondary)
    );
  box-shadow: 0 14px 28px rgba(112, 84, 172, 0.24);
  font-size: 24px;
  font-weight:700;
}

.tbs-drink-answer h2 {
  max-width: 1000px;
  font-size: clamp(34px, 3.7vw, 53px);
}

.tbs-drink-answer p {
  max-width: 940px;
}

.tbs-drink-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  margin: 0;
  list-style: none;
}

.tbs-drink-steps > li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--drink-line-soft);
  border-radius: var(--drink-radius-md);
  background: #fff;
  box-shadow: var(--drink-shadow-soft);
}

.tbs-drink-steps > li::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(242, 103, 154, 0.09),
      transparent 70%
    );
}

.tbs-drink-steps > li > span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--drink-primary-dark);
  background: linear-gradient(145deg, #ffe7ef, #f0ecff);
  font-size: 13px;
  font-weight:700;
}

.tbs-drink-steps h3 {
  margin: 2px 0 8px;
  font-size: 21px;
  line-height: 1.12;
}

.tbs-drink-steps p {
  margin: 0;
  color: var(--drink-text);
  font-size: 13px;
  line-height: 1.65;
}

/* ============================================================
   CANTIDADES Y TABLA
   ============================================================ */

.tbs-drink-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
}

.tbs-drink-formula {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.tbs-drink-formula p {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(102, 88, 180, 0.11);
  border-radius: 15px;
  color: var(--drink-text);
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.tbs-drink-formula strong {
  color: var(--drink-ink-strong);
}

.tbs-drink-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--drink-primary);
  border-radius: 0 18px 18px 0;
  background: #fff;
  box-shadow: var(--drink-shadow-soft);
}

.tbs-drink-note strong {
  display: block;
  margin-bottom: 5px;
  color: var(--drink-ink-strong);
  font-size: 13px;
}

.tbs-drink-note p {
  margin: 0;
  color: var(--drink-text);
  font-size: 12px;
  line-height: 1.6;
}

.tbs-drink-detail-media {
  margin: 0;
}

.tbs-drink-detail-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 7px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  box-shadow: var(--drink-shadow);
}

.tbs-drink-table-wrap {
  overflow: hidden;
  margin-top: 48px;
  border: 1px solid rgba(65, 52, 82, 0.11);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(65, 48, 87, 0.11);
}

.tbs-drink-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--drink-text);
  font-size: 12.5px;
  line-height: 1.62;
}

.tbs-drink-table caption {
  padding: 27px 30px 25px;
  background:
    radial-gradient(
      circle at 94% 8%,
      rgba(242, 103, 154, 0.13),
      transparent 15rem
    ),
    linear-gradient(120deg, #fff7fa, #f3efff);
  text-align: left;
}

.tbs-drink-table caption span,
.tbs-drink-table caption strong,
.tbs-drink-table caption small {
  display: block;
}

.tbs-drink-table caption span {
  margin-bottom: 7px;
  color: var(--drink-secondary-dark);
  font-size: 9px;
  font-weight:700;
  letter-spacing: 0.15em;
}

.tbs-drink-table caption strong {
  color: var(--drink-ink-strong);
  font-size: clamp(20px, 2vw, 27px);
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.tbs-drink-table caption small {
  max-width: 760px;
  margin-top: 8px;
  color: var(--drink-text);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

.tbs-drink-table thead th {
  padding: 15px 20px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #433b61, #5f5485);
  font-size: 9px;
  font-weight:700;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

.tbs-drink-table thead th:last-child {
  border-right: 0;
}

.tbs-drink-table tbody th,
.tbs-drink-table tbody td {
  padding: 23px 20px;
  border-top: 1px solid var(--drink-line-soft);
  vertical-align: middle;
  text-align: left;
}

.tbs-drink-table tbody th {
  width: 24%;
  color: var(--drink-ink-strong);
  background: #fffdfb;
}

.tbs-drink-table tbody td:nth-child(2) {
  width: 22%;
  background: #fffafd;
}

.tbs-drink-table tbody tr:nth-child(even) td,
.tbs-drink-table tbody tr:nth-child(even) th {
  background-color: #fcfbff;
}

.tbs-drink-table tbody th > strong {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.28;
}

.tbs-drink-table__tag {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(242, 103, 154, 0.14);
  border-radius: 999px;
  color: var(--drink-primary-dark);
  background: #fff0f5;
  font-size: 7px;
  font-weight:700;
  letter-spacing: 0.11em;
}

.tbs-drink-table__quantity {
  display: block;
  color: var(--drink-secondary-dark);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight:700;
  letter-spacing: -0.055em;
  line-height: 1;
}

.tbs-drink-table__quantity + span {
  display: block;
  margin-top: 7px;
  color: var(--drink-text);
  font-size: 10.5px;
  line-height: 1.42;
}

.tbs-drink-schedule-link {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(102, 88, 180, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(242, 103, 154, 0.1),
      transparent 12rem
    ),
    linear-gradient(135deg, #fff, #f6f2ff);
  box-shadow: var(--drink-shadow-soft);
}

.tbs-drink-schedule-link__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      var(--drink-secondary-dark),
      var(--drink-primary)
    );
  box-shadow: 0 13px 27px rgba(91, 75, 164, 0.23);
  font-size: 23px;
}

.tbs-drink-schedule-link__copy > span {
  display: block;
  margin-bottom: 5px;
  color: var(--drink-secondary-dark);
  font-size: 8px;
  font-weight:700;
  letter-spacing: 0.12em;
}

.tbs-drink-schedule-link h3 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.16;
}

.tbs-drink-schedule-link p {
  margin: 0;
  color: var(--drink-text);
  font-size: 11.5px;
  line-height: 1.55;
}

.tbs-drink-schedule-link__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 19px;
  border-radius: 999px;
  color: #fff !important;
  background:
    linear-gradient(
      135deg,
      var(--drink-secondary-dark),
      var(--drink-secondary)
    );
  box-shadow: 0 12px 25px rgba(91, 75, 164, 0.22);
  font-size: 11px;
  font-weight:700;
  white-space: nowrap;
}

.tbs-drink-disclaimer {
  max-width: 1000px;
  margin: 18px auto 0;
  color: var(--drink-muted);
  font-size: 10.5px;
  line-height: 1.6;
  text-align: center;
}

/* ============================================================
   VARIEDADES
   ============================================================ */

.tbs-drink-feature {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(40px, 6vw, 88px);
}

.tbs-drink-feature__media {
  position: relative;
  margin: 0;
}

.tbs-drink-feature__media::before {
  content: "";
  position: absolute;
  top: -18px;
  right: 24px;
  bottom: 24px;
  left: -18px;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(145deg, #ffe9f0, #eeeaff);
}

.tbs-drink-feature__media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  box-shadow: var(--drink-shadow-large);
}

.tbs-drink-component-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.tbs-drink-component-grid article {
  padding: 17px;
  border: 1px solid rgba(102, 88, 180, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.tbs-drink-component-grid article > span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--drink-primary-dark);
  font-size: 9px;
  font-weight:700;
  letter-spacing: 0.12em;
}

.tbs-drink-component-grid h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.15;
}

.tbs-drink-component-grid p {
  margin: 0;
  color: var(--drink-text);
  font-size: 11.5px;
  line-height: 1.55;
}

.tbs-drink-check-list {
  display: grid;
  gap: 10px;
  margin: 23px 0 0;
  list-style: none;
}

.tbs-drink-check-list li {
  position: relative;
  padding-left: 29px;
  color: var(--drink-text);
  font-size: 13px;
  line-height: 1.58;
}

.tbs-drink-check-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      var(--drink-primary),
      var(--drink-secondary)
    );
  font-size: 9px;
  font-weight:700;
}

/* ============================================================
   ESTACIÓN
   ============================================================ */

.tbs-drink-mount-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tbs-drink-mount-card {
  min-height: 230px;
  padding: 25px;
  border: 1px solid var(--drink-line-soft);
  border-radius: var(--drink-radius-md);
  background: #fff;
  box-shadow: var(--drink-shadow-soft);
}

.tbs-drink-mount-card > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 17px;
  color: var(--drink-secondary-dark);
  background: linear-gradient(145deg, #f0edff, #fff1f6);
  font-size: 21px;
  font-weight:700;
}

.tbs-drink-mount-card h3 {
  margin: 0 0 9px;
  font-size: 21px;
  line-height: 1.12;
}

.tbs-drink-mount-card p {
  margin: 0;
  color: var(--drink-text);
  font-size: 12.5px;
  line-height: 1.65;
}

.tbs-drink-callout {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  margin-top: 25px;
  padding: 22px 24px;
  border: 1px solid rgba(242, 103, 154, 0.15);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff8fa, #fff);
}

.tbs-drink-callout > div:first-child {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      var(--drink-primary),
      var(--drink-secondary)
    );
  font-size: 18px;
  font-weight:700;
}

.tbs-drink-callout strong {
  display: block;
  margin-bottom: 5px;
  color: var(--drink-ink-strong);
  font-size: 14px;
}

.tbs-drink-callout p {
  margin: 0;
  color: var(--drink-text);
  font-size: 12px;
  line-height: 1.62;
}

/* ============================================================
   SEGURIDAD
   ============================================================ */

.tbs-drink-safety {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: 36px 70px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(102, 88, 180, 0.11);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--drink-shadow);
}

.tbs-drink-safety ul {
  display: grid;
  gap: 12px;
  margin: 0;
  list-style: none;
}

.tbs-drink-safety li {
  position: relative;
  padding: 13px 15px 13px 43px;
  border: 1px solid var(--drink-line-soft);
  border-radius: 15px;
  color: var(--drink-text);
  background: #fcfbff;
  font-size: 12px;
  line-height: 1.55;
}

.tbs-drink-safety li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--drink-secondary);
  font-size: 9px;
  font-weight:700;
}

.tbs-drink-safety > .tbs-drink-btn {
  grid-column: 1 / -1;
  width: fit-content;
}

/* ============================================================
   CRONOGRAMA
   ============================================================ */

.tbs-drink-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.tbs-drink-timeline article {
  position: relative;
  min-height: 235px;
  padding: 23px;
  border: 1px solid var(--drink-line-soft);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--drink-shadow-soft);
}

.tbs-drink-timeline article > span {
  display: inline-flex;
  margin-bottom: 21px;
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--drink-secondary-dark);
  background: #f0edff;
  font-size: 8px;
  font-weight:700;
  letter-spacing: 0.08em;
}

.tbs-drink-timeline h3 {
  margin: 0 0 9px;
  font-size: 18px;
  line-height: 1.16;
}

.tbs-drink-timeline p {
  margin: 0;
  color: var(--drink-text);
  font-size: 11.5px;
  line-height: 1.62;
}

/* ============================================================
   PRODUCTO, CHECKLIST E INTEGRACIÓN
   ============================================================ */

.tbs-drink-section--product {
  color: #fff;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 255, 255, 0.12),
      transparent 22rem
    ),
    linear-gradient(120deg, #4f476f, #7163ad 52%, #d75b94);
}

.tbs-drink-product,
.tbs-drink-resource,
.tbs-drink-integration {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 6vw, 90px);
}

.tbs-drink-product h2,
.tbs-drink-product__copy > p {
  color: #fff;
}

.tbs-drink-product__copy > p {
  color: rgba(255, 255, 255, 0.82);
}

.tbs-drink-product__copy ul {
  display: grid;
  gap: 10px;
  margin: 23px 0 27px;
  list-style: none;
}

.tbs-drink-product__copy li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.55;
}

.tbs-drink-product__copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight:700;
}

.tbs-drink-product__preview,
.tbs-drink-resource__preview {
  padding: 31px;
  border-radius: 27px;
  box-shadow: 0 30px 60px rgba(30, 22, 49, 0.24);
}

.tbs-drink-product__preview {
  color: var(--drink-ink-strong);
  background: #fffaf7;
  transform: rotate(2deg);
}

.tbs-drink-product__preview > span,
.tbs-drink-resource__preview > span {
  display: block;
  color: var(--drink-secondary-dark);
  font-size: 8px;
  font-weight:700;
  letter-spacing: 0.14em;
}

.tbs-drink-product__preview > strong,
.tbs-drink-resource__preview > strong {
  display: block;
  margin: 18px 0 23px;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.tbs-drink-product__preview p {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(62, 54, 89, 0.15);
  font-size: 12px;
}

.tbs-drink-product__preview b {
  display: inline-flex;
  width: 28px;
  color: var(--drink-primary-dark);
}

.tbs-drink-section--resource {
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(242, 103, 154, 0.07),
      transparent 22rem
    ),
    #fffdf9;
}

.tbs-drink-resource {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(102, 88, 180, 0.12);
  border-radius: 32px;
  background: linear-gradient(135deg, #fff, #f7f3ff);
  box-shadow: var(--drink-shadow);
}

.tbs-drink-resource__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 21px 0 24px;
}

.tbs-drink-resource__meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(82, 153, 125, 0.15);
  border-radius: 999px;
  color: #4b816b;
  background: #edf8f3;
  font-size: 8px;
  font-weight:700;
}

.tbs-drink-resource__preview {
  color: var(--drink-ink-strong);
  background: #fff;
}

.tbs-drink-resource__preview ul {
  display: grid;
  gap: 9px;
  margin: 0;
  list-style: none;
}

.tbs-drink-resource__preview li {
  position: relative;
  padding: 9px 0 9px 25px;
  border-bottom: 1px dashed var(--drink-line);
  color: var(--drink-text);
  font-size: 11px;
}

.tbs-drink-resource__preview li::before {
  content: "○";
  position: absolute;
  left: 0;
  color: var(--drink-primary);
  font-weight:700;
}

.tbs-drink-section--integration {
  color: #fff;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(255, 255, 255, 0.12),
      transparent 25rem
    ),
    linear-gradient(120deg, #5a5293, #7d70bf 52%, #ec7da4);
}

.tbs-drink-integration h2 {
  color: #fff;
}

.tbs-drink-integration__copy > p {
  color: rgba(255, 255, 255, 0.82);
}

.tbs-drink-integration__benefits {
  display: grid;
  gap: 10px;
  margin: 24px 0 26px;
}

.tbs-drink-integration__benefits > div {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.tbs-drink-integration__benefits > div > span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 12px;
  color: #5d5191;
  background: #fff;
  font-size: 9px;
  font-weight:700;
}

.tbs-drink-integration__benefits p {
  margin: 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 11.5px;
  line-height: 1.5;
}

.tbs-drink-integration__benefits strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 12px;
}

.tbs-drink-integration__visual {
  position: relative;
  min-height: 390px;
}

.tbs-drink-phone {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 220px;
  min-height: 360px;
  padding: 31px 22px;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 36px;
  color: var(--drink-ink-strong);
  background: #fffaf7;
  box-shadow: 0 30px 60px rgba(40, 28, 65, 0.28);
  transform: translateX(-50%) rotate(2deg);
}

.tbs-drink-phone > span,
.tbs-drink-phone > strong,
.tbs-drink-phone > small {
  display: block;
}

.tbs-drink-phone > span {
  color: var(--drink-primary);
  font-size: 9px;
  font-weight:700;
}

.tbs-drink-phone > strong {
  margin: 50px 0 12px;
  font-size: 25px;
  line-height: 1.05;
}

.tbs-drink-phone > small {
  color: #5b947b;
  font-size: 10px;
  font-weight: 700;
}

.tbs-drink-phone i {
  display: block;
  height: 11px;
  margin-top: 14px;
  border-radius: 999px;
  background: #eeeaf7;
}

.tbs-drink-phone i:nth-of-type(2) {
  width: 72%;
}

.tbs-drink-phone i:nth-of-type(3) {
  width: 48%;
}

.tbs-drink-floating-card {
  position: absolute;
  right: 2%;
  bottom: 35px;
  z-index: 3;
  width: 180px;
  padding: 18px;
  border-radius: 19px;
  color: var(--drink-ink-strong);
  background: #fff;
  box-shadow: 0 20px 42px rgba(37, 26, 59, 0.23);
}

.tbs-drink-floating-card span,
.tbs-drink-floating-card strong,
.tbs-drink-floating-card small {
  display: block;
}

.tbs-drink-floating-card span {
  color: var(--drink-secondary);
  font-size: 7px;
  font-weight:700;
  letter-spacing: 0.12em;
}

.tbs-drink-floating-card strong {
  margin: 8px 0 4px;
  font-size: 18px;
}

.tbs-drink-floating-card small {
  color: var(--drink-muted);
  font-size: 9px;
}

/* ============================================================
   RELACIONADOS
   ============================================================ */

.tbs-drink-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tbs-drink-route-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--drink-line-soft);
  border-radius: 23px;
  background: #fff;
  box-shadow: var(--drink-shadow-soft);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.tbs-drink-route-card > span {
  color: var(--drink-secondary);
  font-size: 8px;
  font-weight:700;
  letter-spacing: 0.12em;
}

.tbs-drink-route-card h3 {
  margin: 17px 0 10px;
  font-size: 24px;
  line-height: 1.08;
}

.tbs-drink-route-card p {
  margin: 0 0 18px;
  color: var(--drink-text);
  font-size: 12px;
  line-height: 1.62;
}

.tbs-drink-route-card > strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--drink-secondary-dark);
  font-size: 11px;
  font-weight:700;
}

.tbs-drink-route-card i {
  font-style: normal;
}

.tbs-drink-route-card--schedule {
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(242, 103, 154, 0.11),
      transparent 12rem
    ),
    linear-gradient(135deg, #fff, #f5f1ff);
}

/* ============================================================
   FAQ Y CTA FINAL
   ============================================================ */

.tbs-drink-section--faq {
  background: #f8f7fb;
}

.tbs-drink-faq-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 7vw, 100px);
}

.tbs-drink-faq-list {
  border-top: 1px solid var(--drink-line);
}

.tbs-drink-faq-list details {
  border-bottom: 1px solid var(--drink-line);
}

.tbs-drink-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 23px 0;
  cursor: pointer;
  color: var(--drink-ink-strong);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  list-style: none;
}

.tbs-drink-faq-list summary::-webkit-details-marker {
  display: none;
}

.tbs-drink-faq-list summary span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  border-radius: 50%;
  color: var(--drink-secondary);
  background: #edeaff;
  font-size: 19px;
  transition: transform 0.2s ease;
}

.tbs-drink-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.tbs-drink-faq-list p {
  margin: -2px 0 23px;
  color: var(--drink-text);
  font-size: 13px;
  line-height: 1.68;
}

.tbs-drink-final {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 105px 0;
  color: #fff;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(255, 255, 255, 0.11),
      transparent 23rem
    ),
    linear-gradient(120deg, #5c56a0, #8174c2 50%, #fa8aac);
  text-align: center;
}

.tbs-drink-final__inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.tbs-drink-final h2 {
  color: #fff;
}

.tbs-drink-final h2 em {
  color: #ffd5e4;
}

.tbs-drink-final p {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.82);
}

.tbs-drink-final .tbs-drink-actions {
  justify-content: center;
  margin-top: 28px;
}

/* ============================================================
   HOVER
   ============================================================ */

@media (hover: hover) and (pointer: fine) {
  .tbs-drink-btn:hover,
  .tbs-drink-btn:focus-visible,
  .tbs-drink-pillar-nav__link:hover,
  .tbs-drink-route-card:hover {
    transform: translateY(-3px);
  }

  .tbs-drink-route-card:hover {
    border-color: rgba(242, 103, 154, 0.25);
    box-shadow: 0 22px 45px rgba(67, 50, 92, 0.13);
  }

  .tbs-drink-pillar-nav__link:not(.is-current):not(
      .tbs-drink-pillar-nav__link--cta
    ):hover::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .tbs-drink-table tbody tr:hover th,
  .tbs-drink-table tbody tr:hover td {
    background: #fff8fb;
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1399px) {
  .tbs-drink-pillar-nav {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 2px 0 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .tbs-drink-pillar-nav__link {
    flex: 0 0 auto;
    min-width: 126px;
    padding-right: 18px;
    padding-left: 18px;
    scroll-snap-align: start;
    font-size: 12px;
  }

  .tbs-drink-pillar-nav__link--home {
    min-width: 174px;
  }

  .tbs-drink-pillar-nav__link--cta {
    min-width: 185px;
  }

  .tbs-drink-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .tbs-drink-hero__grid,
  .tbs-drink-feature,
  .tbs-drink-product,
  .tbs-drink-resource,
  .tbs-drink-integration {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  }

  .tbs-drink-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbs-drink-mount-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .tbs-drink-section {
    padding: 68px 0;
  }

  .tbs-drink-hero__grid,
  .tbs-drink-split,
  .tbs-drink-feature,
  .tbs-drink-safety,
  .tbs-drink-product,
  .tbs-drink-resource,
  .tbs-drink-integration,
  .tbs-drink-faq-layout {
    grid-template-columns: 1fr;
  }

  .tbs-drink-hero__media,
  .tbs-drink-detail-media,
  .tbs-drink-feature__media {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .tbs-drink-safety > .tbs-drink-btn {
    grid-column: auto;
  }

  .tbs-drink-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbs-drink-integration__visual {
    max-width: 520px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 680px) {
  .tbs-drink-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tbs-drink-pillar-nav-section {
    padding: 10px 0 9px;
  }

  .tbs-drink-pillar-nav__inner {
    padding-right: 0;
    padding-left: 0;
  }

  .tbs-drink-pillar-nav {
    padding-right: 14px;
    padding-left: 14px;
  }

  .tbs-drink-pillar-nav__link {
    min-width: 118px;
    min-height: 48px;
    padding: 8px 16px;
    font-size: 11px;
  }

  .tbs-drink-pillar-nav__link--home {
    min-width: 164px;
  }

  .tbs-drink-pillar-nav__link--cta {
    min-width: 174px;
    padding-right: 7px;
  }

  .tbs-drink-hero {
    padding: 32px 0 46px;
  }

  .tbs-drink-breadcrumbs {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .tbs-drink-hero h1 {
    margin: 18px 0 16px;
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1;
  }

  .tbs-drink-hero__lead {
    font-size: 14.5px;
    line-height: 1.66;
  }

  .tbs-drink-actions {
    display: grid;
    width: 100%;
  }

  .tbs-drink-actions .tbs-drink-btn {
    width: 100%;
  }

  .tbs-drink-heading h2,
  .tbs-drink-answer h2,
  .tbs-drink-feature h2,
  .tbs-drink-safety h2,
  .tbs-drink-product h2,
  .tbs-drink-resource h2,
  .tbs-drink-integration h2,
  .tbs-drink-final h2 {
    font-size: clamp(32px, 9.5vw, 46px);
  }

  .tbs-drink-heading p,
  .tbs-drink-answer p,
  .tbs-drink-feature__copy > p,
  .tbs-drink-safety > div > p,
  .tbs-drink-product__copy > p,
  .tbs-drink-resource__copy > p,
  .tbs-drink-integration__copy > p,
  .tbs-drink-final p {
    font-size: 14px;
    line-height: 1.7;
  }

  .tbs-drink-answer {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px 20px;
  }

  .tbs-drink-answer__icon {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    font-size: 20px;
  }

  .tbs-drink-steps,
  .tbs-drink-mount-grid,
  .tbs-drink-component-grid,
  .tbs-drink-route-grid,
  .tbs-drink-timeline {
    grid-template-columns: 1fr;
  }

  .tbs-drink-steps > li,
  .tbs-drink-mount-card,
  .tbs-drink-route-card,
  .tbs-drink-timeline article {
    min-height: 0;
  }

  .tbs-drink-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .tbs-drink-table {
    display: block;
  }

  .tbs-drink-table caption {
    display: block;
    margin-bottom: 14px;
    padding: 22px 19px;
    border: 1px solid rgba(102, 88, 180, 0.1);
    border-radius: 22px;
  }

  .tbs-drink-table thead {
    display: none;
  }

  .tbs-drink-table tbody,
  .tbs-drink-table tr,
  .tbs-drink-table th,
  .tbs-drink-table td {
    display: block;
    width: 100% !important;
  }

  .tbs-drink-table tbody {
    display: grid;
    gap: 13px;
  }

  .tbs-drink-table tbody tr {
    overflow: hidden;
    border: 1px solid rgba(62, 54, 89, 0.09);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--drink-shadow-soft);
  }

  .tbs-drink-table tbody th,
  .tbs-drink-table tbody td,
  .tbs-drink-table tbody tr:nth-child(even) th,
  .tbs-drink-table tbody tr:nth-child(even) td {
    padding: 18px;
    border: 0;
    border-bottom: 1px solid var(--drink-line-soft);
    background: #fff;
  }

  .tbs-drink-table tbody td:last-child {
    border-bottom: 0;
  }

  .tbs-drink-table tbody th {
    background: linear-gradient(135deg, #fff8fb, #f5f1ff);
  }

  .tbs-drink-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 7px;
    color: var(--drink-secondary-dark);
    font-size: 7px;
    font-weight:700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .tbs-drink-table__quantity {
    font-size: 30px;
  }

  .tbs-drink-schedule-link {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 19px;
  }

  .tbs-drink-schedule-link__icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .tbs-drink-schedule-link__cta {
    grid-column: 1 / -1;
    width: 100%;
  }

  .tbs-drink-safety,
  .tbs-drink-resource {
    padding: 24px 19px;
    border-radius: 24px;
  }

  .tbs-drink-product__preview,
  .tbs-drink-resource__preview {
    padding: 24px;
    transform: none;
  }

  .tbs-drink-integration__visual {
    min-height: 370px;
  }

  .tbs-drink-floating-card {
    right: 0;
  }

  .tbs-drink-final {
    padding: 78px 0;
  }
}

@media (max-width: 420px) {
  .tbs-drink-shell {
    padding-right: 14px;
    padding-left: 14px;
  }

  .tbs-drink-hero h1 {
    font-size: 38px;
  }

  .tbs-drink-eyebrow {
    font-size: 8.5px;
    letter-spacing: 0.1em;
  }

  .tbs-drink-steps > li {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 19px 17px;
  }

  .tbs-drink-steps > li > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .tbs-drink-callout {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 18px;
  }

  .tbs-drink-callout > div:first-child {
    width: 42px;
    height: 42px;
  }

  .tbs-drink-phone {
    width: 205px;
  }

  .tbs-drink-floating-card {
    width: 155px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tbs-drink-page *,
  .tbs-drink-page *::before,
  .tbs-drink-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* ============================================================
   CATÁLOGO REAL Y JERARQUÍA TIPOGRÁFICA V2
   ============================================================ */

.tbs-drink-product__price{
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  gap:8px 11px;
  margin:24px 0 26px;
  padding:17px 19px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  background:rgba(255,255,255,.11);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.tbs-drink-product__price>span{
  width:100%;
  color:rgba(255,255,255,.80);
  font-size:9px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.tbs-drink-product__price>strong{
  color:#fff;
  font-size:clamp(34px,4vw,48px);
  font-weight:700;
  letter-spacing:-.055em;
  line-height:1;
}

.tbs-drink-product__price>del{
  margin-bottom:4px;
  color:rgba(255,255,255,.62);
  font-size:15px;
  font-weight:400;
}

.tbs-drink-product__price>small{
  width:100%;
  color:rgba(255,255,255,.70);
  font-size:10px;
  font-weight:400;
}

.tbs-drink-product__actions{margin-top:0}

.tbs-drink-page h1,
.tbs-drink-page h2,
.tbs-drink-page h3,
.tbs-drink-btn,
.tbs-drink-pillar-nav__link,
.tbs-drink-kicker,
.tbs-drink-eyebrow,
.tbs-drink-index strong,
.tbs-drink-index a,
.tbs-drink-table__tag,
.tbs-drink-product__price>span{
  font-weight:700;
}

.tbs-drink-page p,
.tbs-drink-page li,
.tbs-drink-page td{
  font-weight:500;
}

.tbs-drink-page figcaption,
.tbs-drink-page small,
.tbs-drink-disclaimer,
.tbs-drink-table caption small,
.tbs-drink-product__price>del,
.tbs-drink-product__price>small{
  font-weight:400;
}

.tbs-drink-faq-list summary,
.tbs-drink-note strong,
.tbs-drink-callout strong,
.tbs-drink-resource__meta span,
.tbs-drink-integration__benefits strong,
.tbs-drink-route-card>strong{
  font-weight:600;
}

@media(max-width:767px){
  .tbs-drink-product__price{padding:16px}
  .tbs-drink-product__actions{
    display:grid;
    grid-template-columns:1fr;
  }
}

/* ============================================================
   JERARQUÍA TIPOGRÁFICA OFICIAL · PÁGINA
   ============================================================ */

.tbs-drink-page {
  font-weight: 500;
}

.tbs-drink-page h1,
.tbs-drink-page h2,
.tbs-drink-page h3,
.tbs-drink-page .tbs-drink-btn,
.tbs-drink-page .tbs-drink-pillar-nav__link,
.tbs-drink-page .tbs-drink-kicker,
.tbs-drink-page .tbs-drink-eyebrow,
.tbs-drink-page .tbs-drink-index strong,
.tbs-drink-page .tbs-drink-index a,
.tbs-drink-page .tbs-drink-product__price > strong,
.tbs-drink-page .tbs-drink-product__price > span {
  font-weight: 700 !important;
}

.tbs-drink-page strong,
.tbs-drink-page b,
.tbs-drink-page .tbs-drink-faq-list summary,
.tbs-drink-page .tbs-drink-callout strong,
.tbs-drink-page .tbs-drink-note strong,
.tbs-drink-page .tbs-drink-integration__benefits strong,
.tbs-drink-page .tbs-drink-route-card > strong {
  font-weight: 600 !important;
}

.tbs-drink-page h1 strong,
.tbs-drink-page h2 strong,
.tbs-drink-page h3 strong,
.tbs-drink-page .tbs-drink-product__price > strong {
  font-weight: 700 !important;
}

.tbs-drink-page p,
.tbs-drink-page li,
.tbs-drink-page td,
.tbs-drink-page input,
.tbs-drink-page textarea,
.tbs-drink-page select {
  font-weight: 500 !important;
}

.tbs-drink-page small,
.tbs-drink-page figcaption,
.tbs-drink-page .tbs-drink-disclaimer,
.tbs-drink-page .tbs-drink-product__price > del,
.tbs-drink-page .tbs-drink-product__price > small {
  font-weight: 400 !important;
}

.tbs-drink-noscript {
  width: min(calc(100% - 30px), 900px);
  margin: 24px auto;
  padding: 15px 18px;
  border: 1px solid rgba(220, 79, 133, 0.20);
  border-radius: 16px;
  color: #7d465b;
  background: #fff1f5;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

/* ================================================================
   REGISTRO RÁPIDO PARA RECURSOS GRATUITOS
   Componente reutilizable para enlaces .tbs-protected-download
   ================================================================ */

body.tbs-modal-open {
  overflow: hidden !important;
}

.tbs-protected-download {
  position: relative;
}

.tbs-protected-download::before {
  content: "🔒";
  font-size: 0.76rem;
  line-height: 1;
}

.tbs-access-modal[hidden] {
  display: none !important;
}

.tbs-access-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  font-family: "Plus Jakarta Sans", "Avenir Next", Avenir, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.tbs-access-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.tbs-access-modal,
.tbs-access-modal *,
.tbs-access-modal *::before,
.tbs-access-modal *::after {
  box-sizing: border-box;
}

.tbs-access-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(36, 29, 39, 0.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: default;
}

.tbs-access-modal__panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(315px, 0.82fr) minmax(500px, 1.18fr);
  width: min(1040px, 100%);
  height: min(720px, calc(100dvh - 24px));
  max-height: calc(100vh - 24px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 36px 110px rgba(36, 29, 39, 0.34);
  transform: translateY(14px) scale(0.985);
  transition: transform 180ms ease;
}

.tbs-access-modal.is-open .tbs-access-modal__panel {
  transform: translateY(0) scale(1);
}

.tbs-access-modal__close {
  position: absolute;
  z-index: 8;
  top: 13px;
  right: 13px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(41, 37, 50, 0.09);
  border-radius: 50%;
  color: #655f6d;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(70, 49, 70, 0.1);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 160ms ease, color 160ms ease, background-color 160ms ease;
}

.tbs-access-modal__close:hover {
  color: #dc4f84;
  background: #fff0f6;
  transform: rotate(4deg);
}

.tbs-access-modal__aside {
  position: relative;
  display: flex;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  padding: 36px 32px 28px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.2), transparent 30%),
    radial-gradient(circle at 10% 100%, rgba(255, 218, 231, 0.2), transparent 32%),
    linear-gradient(145deg, #6658b4 0%, #8174d0 45%, #e66194 100%);
}

.tbs-access-modal__aside::before,
.tbs-access-modal__aside::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.tbs-access-modal__aside::before {
  top: -100px;
  right: -90px;
  width: 245px;
  height: 245px;
  border: 1px solid rgba(255, 255, 255, 0.19);
}

.tbs-access-modal__aside::after {
  right: 32px;
  bottom: 75px;
  width: 105px;
  height: 105px;
  background: rgba(255, 255, 255, 0.08);
}

.tbs-access-modal__brand {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tbs-access-modal__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-top: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tbs-access-modal__aside h2 {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 14px 0 0;
  font-size: clamp(1.85rem, 2.65vw, 2.55rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.tbs-access-modal__aside > p {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  line-height: 1.52;
}

.tbs-access-modal__benefits {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.tbs-access-modal__benefits li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 700;
}

.tbs-access-modal__benefits li span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  flex: 0 0 22px;
  border-radius: 50%;
  color: #6658b4;
  background: #ffffff;
  font-size: 0.66rem;
  font-weight: 700;
}

.tbs-access-modal__resource {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.tbs-access-modal__resource-thumb {
  width: 72px;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 24px rgba(45, 34, 70, 0.18);
}

.tbs-access-modal__resource-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tbs-access-modal__resource-thumb.is-empty {
  display: none;
}

.tbs-access-modal__resource-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.tbs-access-modal__resource-copy > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tbs-access-modal__resource-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tbs-access-modal__resource-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.62rem;
  font-weight: 600;
}

.tbs-access-modal__content {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 26px 42px 22px;
}

.tbs-access-modal__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  flex: 0 0 auto;
  padding: 5px;
  border: 1px solid #eee7ec;
  border-radius: 15px;
  background: #f7f4f7;
}

.tbs-access-modal__tabs button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 11px;
  color: #7b7480;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.77rem;
  font-weight: 700;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.tbs-access-modal__tabs button.is-active {
  color: #292532;
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(70, 49, 70, 0.09);
}

.tbs-access-modal__status {
  flex: 0 0 auto;
  margin-top: 10px;
  padding: 9px 12px;
  border-radius: 11px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
}

.tbs-access-modal__status.is-error {
  color: #a52f55;
  border: 1px solid #f5c8d8;
  background: #fff0f6;
}

.tbs-access-modal__status.is-success {
  color: #23765d;
  border: 1px solid #bfe6d8;
  background: #eaf8f2;
}

.tbs-access-modal__form-panel {
  display: none;
  min-height: 0;
}

.tbs-access-modal__form-panel.is-active {
  display: block;
}

.tbs-access-modal__heading {
  margin-top: 14px;
}

.tbs-access-modal__heading > span {
  color: #dc4f84;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tbs-access-modal__heading h3 {
  margin: 5px 0 0;
  color: #292532;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.tbs-access-modal__heading p {
  margin: 7px 0 0;
  color: #746d79;
  font-size: 0.74rem;
  line-height: 1.45;
}

.tbs-access-social {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.tbs-access-social__label {
  margin: 0;
  color: #5f5865;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
}

.tbs-access-social .nsl-container,
.tbs-access-social .nsl-container-block,
.tbs-access-social .nsl-container-grid,
.tbs-access-social .nsl-container-buttons {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tbs-access-social .nsl-container-buttons {
  display: grid !important;
  gap: 8px !important;
}

.tbs-access-social .nsl-button,
.tbs-access-social a[data-provider="google"] {
  width: 100% !important;
  max-width: none !important;
  min-height: 44px !important;
  margin: 0 !important;
  border-radius: 13px !important;
  box-shadow: 0 9px 22px rgba(70, 49, 70, 0.1) !important;
  font-family: "Plus Jakarta Sans", "Avenir Next", Avenir, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 700 !important;
}

.tbs-access-social .nsl-button > span,
.tbs-access-social a[data-provider="google"] > span {
  min-height: 44px !important;
  align-items: center !important;
}

.tbs-access-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin: 11px 0 0;
  color: #9a939e;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tbs-access-divider::before,
.tbs-access-divider::after {
  content: "";
  height: 1px;
  background: #eee7ec;
}

.tbs-access-social__fallback {
  margin: 0;
  padding: 10px 12px;
  border: 1px dashed #ddd4dc;
  border-radius: 11px;
  color: #817a85;
  background: #faf8fa;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.tbs-access-form {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.tbs-access-form__field {
  display: grid;
  gap: 4px;
}

.tbs-access-form__field label {
  color: #48414d;
  font-size: 0.69rem;
  font-weight: 700;
}

.tbs-access-form__field input {
  width: 100%;
  height: 43px;
  padding: 0 14px;
  border: 1px solid #e2dbe1;
  border-radius: 12px;
  color: #292532;
  background: #fff;
  outline: none;
  font: inherit;
  font-size: 0.8rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.tbs-access-form__field input::placeholder {
  color: #aaa3ad;
}

.tbs-access-form__field input:focus {
  border-color: rgba(129, 116, 208, 0.62);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(129, 116, 208, 0.11);
}

.tbs-access-form__check {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  color: #746d79;
  cursor: pointer;
  font-size: 0.64rem;
  line-height: 1.4;
}

.tbs-access-form__check--compact {
  font-size: 0.7rem;
}

.tbs-access-form__check input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #8174d0;
}

.tbs-access-form__check a {
  color: #6658b4;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tbs-access-form__submit {
  position: relative;
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #f2679a, #dc4f84);
  box-shadow: 0 11px 26px rgba(220, 79, 132, 0.24);
  cursor: pointer;
  font: inherit;
  font-size: 0.79rem;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.tbs-access-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 31px rgba(220, 79, 132, 0.31);
}

.tbs-access-form__submit:disabled {
  cursor: wait;
  opacity: 0.75;
  transform: none;
}

.tbs-access-form__spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: tbs-access-spin 700ms linear infinite;
}

.tbs-access-form.is-loading .tbs-access-form__spinner {
  display: inline-block;
}

.tbs-access-form__security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  color: #918a95;
  font-size: 0.61rem;
  font-weight: 700;
}

.tbs-access-form__forgot {
  justify-self: center;
  color: #6658b4;
  font-size: 0.68rem;
  font-weight: 700;
  text-decoration: none;
}

.tbs-access-form__forgot:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tbs-access-modal__account-note {
  margin: 9px 0 0;
  color: #817a85;
  font-size: 0.64rem;
  line-height: 1.4;
  text-align: center;
}

.tbs-access-modal__account-note strong {
  color: #5d5462;
}

.tbs-access-form__submit--login {
  background: linear-gradient(135deg, #8174d0, #6658b4);
  box-shadow: 0 11px 26px rgba(102, 88, 180, 0.24);
}

.tbs-access-form__submit--login:hover {
  box-shadow: 0 15px 31px rgba(102, 88, 180, 0.31);
}

.tbs-access-modal button:focus-visible,
.tbs-access-modal input:focus-visible,
.tbs-access-modal a:focus-visible {
  outline: 3px solid rgba(129, 116, 208, 0.28);
  outline-offset: 3px;
}

@keyframes tbs-access-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Modo compacto para portátiles, zoom elevado o ventanas de poca altura. */
@media (min-width: 821px) and (max-height: 760px) {
  .tbs-access-modal {
    padding: 8px;
  }

  .tbs-access-modal__panel {
    width: min(990px, 100%);
    height: calc(100dvh - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 23px;
  }

  .tbs-access-modal__aside {
    padding: 24px 27px 20px;
  }

  .tbs-access-modal__eyebrow {
    margin-top: 18px;
  }

  .tbs-access-modal__aside h2 {
    margin-top: 10px;
    font-size: 1.85rem;
  }

  .tbs-access-modal__aside > p {
    margin-top: 9px;
    font-size: 0.74rem;
    line-height: 1.4;
  }

  .tbs-access-modal__benefits {
    gap: 6px;
    margin-top: 12px;
  }

  .tbs-access-modal__benefits li {
    font-size: 0.68rem;
  }

  .tbs-access-modal__resource {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    padding: 8px;
  }

  .tbs-access-modal__resource-thumb {
    width: 58px;
  }

  .tbs-access-modal__content {
    padding: 16px 32px 14px;
  }

  .tbs-access-modal__tabs button {
    min-height: 36px;
  }

  .tbs-access-modal__heading {
    margin-top: 9px;
  }

  .tbs-access-modal__heading h3 {
    font-size: 1.35rem;
  }

  .tbs-access-modal__heading p {
    margin-top: 4px;
    font-size: 0.68rem;
  }

  .tbs-access-social {
    margin-top: 8px;
  }

  .tbs-access-social .nsl-button,
  .tbs-access-social a[data-provider="google"],
  .tbs-access-social .nsl-button > span,
  .tbs-access-social a[data-provider="google"] > span {
    min-height: 40px !important;
  }

  .tbs-access-divider {
    margin-top: 7px;
  }

  .tbs-access-form {
    gap: 7px;
    margin-top: 8px;
  }

  .tbs-access-form__field input {
    height: 39px;
  }

  .tbs-access-form__submit {
    min-height: 41px;
  }

  .tbs-access-form__security,
  .tbs-access-modal__account-note {
    font-size: 0.58rem;
  }
}

@media (max-width: 820px) {
  .tbs-access-modal {
    padding: 10px;
  }

  .tbs-access-modal__panel {
    grid-template-columns: 1fr;
    width: min(590px, 100%);
    height: auto;
    max-height: calc(100dvh - 20px);
    overflow-y: auto;
    border-radius: 24px;
  }

  .tbs-access-modal__aside {
    min-height: auto;
    height: auto;
    padding: 26px 26px 22px;
  }

  .tbs-access-modal__eyebrow {
    margin-top: 20px;
  }

  .tbs-access-modal__aside h2 {
    max-width: 470px;
    font-size: 1.8rem;
  }

  .tbs-access-modal__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .tbs-access-modal__benefits li {
    align-items: flex-start;
    font-size: 0.66rem;
  }

  .tbs-access-modal__resource {
    margin-top: 18px;
  }

  .tbs-access-modal__content {
    height: auto;
    overflow: visible;
    padding: 24px 26px 25px;
  }
}

@media (max-width: 560px) {
  .tbs-access-modal {
    align-items: end;
    padding: 0;
  }

  .tbs-access-modal__panel {
    width: 100%;
    max-height: 96dvh;
    border-radius: 22px 22px 0 0;
  }

  .tbs-access-modal__aside {
    padding: 22px 18px 18px;
  }

  .tbs-access-modal__brand {
    font-size: 0.66rem;
  }

  .tbs-access-modal__eyebrow {
    margin-top: 17px;
  }

  .tbs-access-modal__aside h2 {
    font-size: 1.55rem;
  }

  .tbs-access-modal__aside > p {
    font-size: 0.75rem;
  }

  .tbs-access-modal__benefits {
    display: none;
  }

  .tbs-access-modal__resource {
    grid-template-columns: 58px minmax(0, 1fr);
    margin-top: 14px;
  }

  .tbs-access-modal__resource-thumb {
    width: 58px;
  }

  .tbs-access-modal__content {
    padding: 20px 18px 22px;
  }

  .tbs-access-modal__heading {
    margin-top: 16px;
  }

  .tbs-access-modal__heading h3 {
    font-size: 1.35rem;
  }

  .tbs-access-modal__close {
    top: 10px;
    right: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tbs-access-modal,
  .tbs-access-modal__panel,
  .tbs-access-modal__close,
  .tbs-access-form__submit {
    transition: none !important;
  }

  .tbs-access-form__spinner {
    animation-duration: 1.4s;
  }
}

/* ================================================================
   MODAL GLOBAL · JERARQUÍA TIPOGRÁFICA OFICIAL
   ================================================================ */

.tbs-access-modal {
  font-weight: 500 !important;
}

.tbs-access-modal p,
.tbs-access-modal li,
.tbs-access-modal input,
.tbs-access-modal textarea,
.tbs-access-modal select {
  font-weight: 500 !important;
}

.tbs-access-modal h2,
.tbs-access-modal h3,
.tbs-access-modal__brand,
.tbs-access-modal__eyebrow,
.tbs-access-modal__tabs button,
.tbs-access-modal__heading > span,
.tbs-access-social__label,
.tbs-access-form__field label,
.tbs-access-form__submit,
.tbs-access-form__forgot,
.tbs-access-form__check a {
  font-weight: 700 !important;
}

.tbs-access-modal strong,
.tbs-access-modal b,
.tbs-access-modal__benefits li,
.tbs-access-modal__status {
  font-weight: 600 !important;
}

.tbs-access-modal small,
.tbs-access-modal__resource-copy > span,
.tbs-access-modal__resource-copy small,
.tbs-access-form__security,
.tbs-access-modal__account-note,
.tbs-access-divider,
.tbs-access-social__fallback {
  font-weight: 400 !important;
}

/* ================================================================
   V4 · RECURSOS RECOMENDADOS CON CATÁLOGO REAL
   ================================================================ */

.tbs-drink-section--shop {
  background:
    radial-gradient(circle at 8% 8%, rgba(242, 103, 154, 0.07), transparent 24rem),
    radial-gradient(circle at 92% 92%, rgba(129, 116, 208, 0.08), transparent 25rem),
    #fffdf9;
}

.tbs-drink-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}

.tbs-drink-shop-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(62, 54, 89, 0.10);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(67, 50, 92, 0.09);
}

.tbs-drink-shop-card--featured {
  border-color: rgba(129, 116, 208, 0.23);
  box-shadow: 0 22px 54px rgba(78, 59, 113, 0.13);
}

.tbs-drink-shop-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #f5f1f7;
}

.tbs-drink-shop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.tbs-drink-shop-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(64, 56, 95, 0.88);
  box-shadow: 0 8px 22px rgba(40, 31, 58, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.tbs-drink-shop-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px;
}

.tbs-drink-shop-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 13px;
  color: var(--drink-secondary-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.tbs-drink-shop-card__meta span + span::before {
  content: "•";
  margin-right: 7px;
  color: rgba(102, 88, 180, 0.45);
}

.tbs-drink-shop-card h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.12;
}

.tbs-drink-shop-card__body > p {
  margin: 13px 0 0;
  color: var(--drink-text);
  font-size: 15px;
  line-height: 1.66;
}

.tbs-drink-shop-card__fit {
  padding-top: 14px;
  border-top: 1px solid var(--drink-line-soft);
}

.tbs-drink-shop-card__fit strong {
  color: var(--drink-ink-strong);
}

.tbs-drink-shop-card__footer {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding-top: 22px;
}

.tbs-drink-shop-card__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.tbs-drink-shop-card__price del {
  color: var(--drink-muted);
  font-size: 14px;
  font-weight: 400;
}

.tbs-drink-shop-card__price strong {
  color: var(--drink-primary-dark);
  font-size: 32px;
  font-weight: 700 !important;
  letter-spacing: -0.045em;
  line-height: 1;
}

.tbs-drink-shop-card__footer .tbs-drink-btn {
  width: 100%;
  min-height: 56px;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 16px;
  font-size: 15px;
}

.tbs-drink-shop-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
  padding: 17px 19px;
  border: 1px solid rgba(62, 54, 89, 0.09);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--drink-shadow-soft);
}

.tbs-drink-shop-note > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--drink-secondary), var(--drink-primary-dark));
  font-weight: 700;
}

.tbs-drink-shop-note p {
  margin: 0;
  color: var(--drink-text);
  font-size: 14px;
  line-height: 1.6;
}

.tbs-drink-shop-note a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(102, 88, 180, 0.18);
  border-radius: 13px;
  color: var(--drink-secondary-dark);
  background: #f5f2ff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

/* Portada real del recurso gratuito. */
.tbs-drink-resource__visual {
  width: min(100%, 360px);
  margin: 0 auto;
}

.tbs-drink-resource__visual img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 7px solid #fff;
  border-radius: 25px;
  box-shadow: 0 26px 62px rgba(67, 50, 92, 0.18);
}

.tbs-drink-resource__visual figcaption {
  margin: 13px 8px 0;
  color: var(--drink-muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .tbs-drink-shop-card:hover .tbs-drink-shop-card__media img {
    transform: scale(1.025);
  }

  .tbs-drink-shop-card:hover {
    border-color: rgba(129, 116, 208, 0.25);
    box-shadow: 0 25px 62px rgba(67, 50, 92, 0.15);
    transform: translateY(-3px);
  }

  .tbs-drink-shop-note a:hover {
    border-color: rgba(102, 88, 180, 0.32);
    background: #fff;
  }
}

@media (max-width: 1050px) {
  .tbs-drink-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbs-drink-shop-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 520px);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .tbs-drink-shop-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tbs-drink-shop-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .tbs-drink-shop-card {
    border-radius: 23px;
  }

  .tbs-drink-shop-card__body {
    padding: 20px;
  }

  .tbs-drink-shop-card__body > p {
    font-size: 16px;
  }

  .tbs-drink-shop-note {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  .tbs-drink-shop-note a {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 52px;
  }

  .tbs-drink-resource__visual {
    width: min(82vw, 330px);
  }
}

/* ================================================================
   V4 · LEGIBILIDAD Y RITMO MOBILE-FIRST
   ================================================================ */

.tbs-drink-btn {
  font-size: 15px;
}

.tbs-drink-kicker {
  font-size: 12px;
}

.tbs-drink-page figcaption,
.tbs-drink-detail-media figcaption,
.tbs-drink-hero__media figcaption {
  font-size: 13px;
}

@media (max-width: 680px) {
  .tbs-drink-section {
    padding: 58px 0;
  }

  .tbs-drink-hero {
    padding-top: 28px;
    padding-bottom: 44px;
  }

  .tbs-drink-hero h1 {
    font-size: clamp(34px, 10.2vw, 44px);
    line-height: 1.03;
  }

  .tbs-drink-hero__lead,
  .tbs-drink-heading p,
  .tbs-drink-answer p,
  .tbs-drink-feature__copy > p,
  .tbs-drink-safety > div > p,
  .tbs-drink-resource__copy > p,
  .tbs-drink-integration__copy > p,
  .tbs-drink-final p {
    font-size: 16px;
    line-height: 1.68;
  }

  .tbs-drink-heading h2,
  .tbs-drink-answer h2,
  .tbs-drink-feature h2,
  .tbs-drink-safety h2,
  .tbs-drink-resource h2,
  .tbs-drink-integration h2,
  .tbs-drink-final h2 {
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.08;
  }

  .tbs-drink-hero__note,
  .tbs-drink-disclaimer,
  .tbs-drink-table caption small,
  .tbs-drink-table tbody td,
  .tbs-drink-table tbody th,
  .tbs-drink-steps p,
  .tbs-drink-mount-card p,
  .tbs-drink-component-grid p,
  .tbs-drink-timeline p,
  .tbs-drink-route-card p,
  .tbs-drink-faq-list p,
  .tbs-drink-shop-note p {
    font-size: 14px;
    line-height: 1.62;
  }

  .tbs-drink-btn {
    min-height: 54px;
    font-size: 15px;
  }

  .tbs-drink-kicker {
    font-size: 11px;
  }

  .tbs-drink-pillar-nav__link {
    font-size: 13px;
  }

  .tbs-drink-index a,
  .tbs-drink-index strong {
    font-size: 14px;
  }

  .tbs-drink-breadcrumbs {
    font-size: 12px;
    line-height: 1.5;
  }

  .tbs-drink-hero__media img {
    border-width: 5px;
    border-radius: 24px;
  }
}

@media (max-width: 360px) {
  .tbs-drink-shell {
    padding-right: 13px;
    padding-left: 13px;
  }

  .tbs-drink-hero h1 {
    font-size: 34px;
  }

  .tbs-drink-shop-card__body,
  .tbs-drink-answer,
  .tbs-drink-resource,
  .tbs-drink-safety {
    padding-right: 17px;
    padding-left: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tbs-drink-shop-card,
  .tbs-drink-shop-card__media img,
  .tbs-drink-shop-note a {
    transition: none !important;
  }
}


/* Ajuste final de escala tipográfica para mantener la jerarquía editorial. */
.tbs-drink-hero h1 {
  font-size: clamp(44px, 4.6vw, 64px);
}

.tbs-drink-heading h2,
.tbs-drink-answer h2,
.tbs-drink-feature h2,
.tbs-drink-safety h2,
.tbs-drink-resource h2,
.tbs-drink-integration h2,
.tbs-drink-final h2 {
  font-size: clamp(34px, 3.4vw, 48px);
}

@media (max-width: 680px) {
  .tbs-drink-hero h1 {
    font-size: clamp(34px, 10.2vw, 44px);
  }

  .tbs-drink-heading h2,
  .tbs-drink-answer h2,
  .tbs-drink-feature h2,
  .tbs-drink-safety h2,
  .tbs-drink-resource h2,
  .tbs-drink-integration h2,
  .tbs-drink-final h2 {
    font-size: clamp(28px, 8.5vw, 38px);
  }
}

.tbs-drink-resource__meta span {
  min-height: 34px;
  padding: 7px 11px;
  font-size: 12px;
}

@media (max-width: 680px) {
  .tbs-drink-resource__meta span {
    min-height: 36px;
    font-size: 12px;
  }
}/* End custom CSS */