.elementor-103891 .elementor-element.elementor-element-9aecf64{--display:flex;}/* Start custom CSS for html, class: .elementor-element-77f1ba7 *//* ============================================================
   CENTRO BABYSHOWER · CHECKLIST BABY SHOWER
   NUEVA LÍNEA VISUAL UNIFICADA CON WISHLIST
   Reemplaza por completo el CSS anterior.
   Pegar en: Apariencia > Personalizar > CSS adicional
   ============================================================ */

/* Fuentes recomendadas:
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap" rel="stylesheet">
*/

html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

.tbs-checklist {
  --ink: #40384b;
  --ink-soft: #6e667b;
  --pink: #f8679b;
  --pink-dark: #e65389;
  --lilac: #8471cf;
  --lavender: #f1edff;
  --paper: #fffdfb;
  --cream: #fff8f2;
  --rose: #fff1f6;
  --line: rgba(64, 56, 75, .12);
  --shadow: 0 18px 50px rgba(69, 52, 88, .10);
  --shell: min(100% - clamp(32px, 5vw, 128px), 1720px);
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;

  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw !important;
  max-width: none !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
}

.tbs-checklist,
.tbs-checklist * {
  box-sizing: border-box;
}

.tbs-checklist a {
  color: inherit;
  text-decoration: none;
}

.tbs-checklist .tbs-c-container {
  position: relative;
  width: var(--shell);
  max-width: none !important;
  margin-inline: auto;
}

.tbs-checklist :focus-visible {
  outline: 3px solid var(--lilac);
  outline-offset: 4px;
  border-radius: 8px;
}

.elementor-widget-html:has(.tbs-checklist),
.elementor-widget-html:has(.tbs-checklist) .elementor-widget-container,
.elementor-element:has(.tbs-checklist) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================================================
   ACCESIBILIDAD
   ============================================================ */
.tbs-checklist .tbs-c-skip-link {
  position: fixed;
  top: -120px;
  left: 12px;
  z-index: 999999;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 12px 28px rgba(64, 56, 75, .20);
  font-size: 13px;
  font-weight: 700;
  transition: top .2s ease;
}

.tbs-checklist .tbs-c-skip-link:focus {
  top: 12px;
}

/* ============================================================
   TIPOGRAFÍA Y CONTROLES COMPARTIDOS
   ============================================================ */
.tbs-checklist h1,
.tbs-checklist h2,
.tbs-checklist h3,
.tbs-checklist p {
  margin-top: 0;
}

.tbs-checklist h1,
.tbs-checklist h2,
.tbs-checklist h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.055em;
}

.tbs-checklist h1,
.tbs-checklist h2 {
  line-height: 1.01;
}

.tbs-checklist h1 em,
.tbs-checklist h2 em {
  color: var(--pink);
  font-style: normal;
}

.tbs-checklist h2 {
  margin: 0;
  font-size: clamp(40px, 4.1vw, 64px);
}

.tbs-checklist .tbs-c-eyebrow,
.tbs-checklist .tbs-c-section-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--lilac);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tbs-checklist .tbs-c-eyebrow > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 4px rgba(248, 103, 155, .17);
}

.tbs-checklist .tbs-c-button {
  display: inline-flex;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.tbs-checklist .tbs-c-button:hover {
  transform: translateY(-3px);
}

.tbs-checklist .tbs-c-button--primary {
  background: linear-gradient(135deg, #fa719f, #ee5b91);
  color: #fff;
  box-shadow: 0 13px 23px rgba(239, 91, 145, .25);
}

.tbs-checklist .tbs-c-button--primary:hover {
  background: linear-gradient(135deg, #f46193, #de4c80);
}

.tbs-checklist .tbs-c-button--cream {
  border-color: rgba(255, 255, 255, .50);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.tbs-checklist .tbs-c-link,
.tbs-checklist .tbs-c-underlined-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--lilac);
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease;
}

.tbs-checklist .tbs-c-link:hover,
.tbs-checklist .tbs-c-underlined-link:hover {
  color: var(--pink-dark);
}

.tbs-checklist .tbs-c-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 50px;
}

.tbs-checklist .tbs-c-section-heading h2 {
  max-width: 790px;
}

.tbs-checklist .tbs-c-section-heading > p {
  max-width: 445px;
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.74;
}

.tbs-checklist .tbs-c-section-heading--compact {
  align-items: center;
}

/* ============================================================
   NAVEGACIÓN INTERNA
   ============================================================ */
.tbs-checklist .tbs-c-header {
  position: relative;
  z-index: 30;
  width: 100%;
  background: rgba(255, 253, 251, .97);
  border-bottom: 1px solid rgba(64, 56, 75, .09);
  box-shadow: 0 10px 28px rgba(69, 52, 88, .045);
}

.tbs-checklist .tbs-c-header__inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: clamp(18px, 2.8vw, 44px);
}

.tbs-checklist .tbs-c-context {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 11px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1;
}

.tbs-checklist .tbs-c-context__icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #fee2ed, #e9dfff);
  color: var(--pink-dark);
  box-shadow: 0 9px 18px rgba(248, 103, 155, .16);
  font-size: 12px;
  font-weight: 800;
  transform: rotate(-6deg);
}

.tbs-checklist .tbs-c-context__title span {
  color: var(--pink);
}

.tbs-checklist .tbs-c-nav {
  display: flex;
  align-self: stretch;
  align-items: stretch;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 36px);
  white-space: nowrap;
}

.tbs-checklist .tbs-c-nav a {
  position: relative;
  display: inline-flex;
  min-height: 88px;
  align-items: center;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.01em;
  transition: color .2s ease;
}

.tbs-checklist .tbs-c-nav a::after {
  position: absolute;
  right: 5px;
  bottom: 15px;
  left: 5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f6acc7, #ef6e9d);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.tbs-checklist .tbs-c-nav a:hover,
.tbs-checklist .tbs-c-nav a.is-active {
  color: var(--pink-dark);
}

.tbs-checklist .tbs-c-nav a:hover::after,
.tbs-checklist .tbs-c-nav a.is-active::after {
  transform: scaleX(1);
}

.tbs-checklist .tbs-c-header__cta {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid rgba(64, 56, 75, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(64, 56, 75, .06);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.tbs-checklist .tbs-c-header__cta:hover {
  border-color: var(--pink);
  background: var(--pink);
  color: #fff;
  transform: translateY(-2px);
}

/* ============================================================
   HERO
   ============================================================ */
.tbs-checklist .tbs-c-hero {
  position: relative;
  isolation: isolate;
  min-height: 780px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 240, 202, .72) 0 46px, transparent 47px),
    radial-gradient(circle at 12% 89%, rgba(230, 223, 255, .48) 0 150px, transparent 151px),
    linear-gradient(112deg, #fffdfb 0%, #fff3f6 49%, #eeeaff 100%);
}

.tbs-checklist .tbs-c-hero::before {
  position: absolute;
  top: 40px;
  right: 4%;
  z-index: 0;
  width: 150px;
  height: 150px;
  opacity: .5;
  background-image: radial-gradient(rgba(248, 103, 155, .31) 1.1px, transparent 1.4px);
  background-size: 20px 20px;
  content: "";
  transform: rotate(-12deg);
}

.tbs-checklist .tbs-c-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 780px;
  grid-template-columns: minmax(0, .96fr) minmax(500px, .92fr);
  align-items: center;
  gap: clamp(52px, 6vw, 118px);
  padding: clamp(76px, 7vw, 112px) 0 clamp(82px, 7vw, 108px);
}

.tbs-checklist .tbs-c-hero__copy {
  max-width: 720px;
  padding-left: clamp(4px, .55vw, 14px);
}

.tbs-checklist h1 {
  max-width: 720px;
  margin: 0 0 26px;
  font-size: clamp(56px, 4.45vw, 82px);
  line-height: 1.01;
}

.tbs-checklist .tbs-c-hero__text {
  max-width: 610px;
  margin-bottom: 31px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.tbs-checklist .tbs-c-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.tbs-checklist .tbs-c-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.4vw, 37px);
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.tbs-checklist .tbs-c-hero__proof li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.tbs-checklist .tbs-c-hero__proof strong {
  color: var(--pink);
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
}

.tbs-checklist .tbs-c-hero__proof span {
  color: #7b7386;
  font-size: 11px;
  line-height: 1.25;
}

.tbs-checklist .tbs-c-hero__visual {
  position: relative;
  display: flex;
  min-height: 590px;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: clamp(6px, 1.4vw, 24px);
}

.tbs-checklist .tbs-c-hero__photo {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  height: 590px;
  margin: 0;
  overflow: visible;
  border-radius: 315px 315px 0 0;
  box-shadow: 0 24px 52px rgba(95, 74, 111, .15);
}

.tbs-checklist .tbs-c-hero__photo > img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  object-fit: cover;
}

.tbs-checklist .tbs-c-hero__photo::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(92,63,102,.08));
  content: "";
  pointer-events: none;
}

.tbs-checklist .tbs-c-photo-note {
  position: absolute;
  z-index: 20;
}

.tbs-checklist .tbs-c-photo-note--top {
  top: 42px;
  left: 42px;
  width: 250px;
  max-width: none;
  padding: 13px 16px;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 14px;
  background: rgba(57,42,69,.52);
  color: #fff;
  box-shadow: 0 12px 28px rgba(42,29,51,.20);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  font-family: var(--display);
  font-size: clamp(17px, 1.22vw, 22px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.025em;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0,0,0,.30);
}

.tbs-checklist .tbs-c-photo-note--bottom {
  right: 24px;
  bottom: 24px;
  max-width: 182px;
  padding: 13px 15px;
  border-radius: 14px;
  background: rgba(255,255,255,.90);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(66,53,83,.12);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.tbs-checklist .tbs-c-photo-note--bottom b {
  display: block;
  margin-bottom: 4px;
  color: var(--pink);
  font-size: 17px;
}

.tbs-checklist .tbs-c-hero__ring {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(177,151,224,.46);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}

.tbs-checklist .tbs-c-hero__ring--one {
  right: -8px;
  bottom: 20px;
  width: 440px;
  height: 395px;
}

.tbs-checklist .tbs-c-hero__ring--two {
  right: -24px;
  bottom: -10px;
  width: 285px;
  height: 248px;
}

.tbs-checklist .tbs-c-hero__sticker {
  position: absolute;
  z-index: 5;
  bottom: 88px;
  left: -8px;
  display: flex;
  width: 110px;
  height: 110px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff2d9;
  color: var(--ink);
  box-shadow: 0 14px 28px rgba(89,65,97,.12);
  font-family: var(--display);
  text-align: center;
  transform: rotate(-9deg);
}

.tbs-checklist .tbs-c-hero__sticker span {
  color: #d8a451;
  font-size: 18px;
}

.tbs-checklist .tbs-c-hero__sticker b {
  font-size: 16px;
  line-height: 1.05;
}

.tbs-checklist .tbs-c-hero__orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.tbs-checklist .tbs-c-hero__orb--one {
  top: 48px;
  right: 10%;
  width: 82px;
  height: 82px;
  background: #fff3d9;
}

.tbs-checklist .tbs-c-hero__orb--two {
  bottom: -105px;
  left: -85px;
  width: 210px;
  height: 210px;
  background: #eadfff;
}

/* ============================================================
   BLOQUES EDITORIALES
   ============================================================ */
.tbs-checklist .tbs-c-intro,
.tbs-checklist .tbs-c-checklist-section,
.tbs-checklist .tbs-c-details,
.tbs-checklist .tbs-c-faq {
  padding-top: 116px;
  padding-bottom: 116px;
  background: var(--paper);
}

.tbs-checklist .tbs-c-timeline {
  padding: 110px 0;
  background: linear-gradient(180deg, #fff8f4, #fcf9ff);
}

.tbs-checklist .tbs-c-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr);
  align-items: end;
  gap: clamp(50px, 7vw, 122px);
}

.tbs-checklist .tbs-c-intro__grid > div {
  padding-bottom: 4px;
}

.tbs-checklist .tbs-c-intro__grid p,
.tbs-checklist .tbs-c-section-heading > p,
.tbs-checklist .tbs-c-faq__list p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.78;
}

/* ============================================================
   RUTA DE PLANIFICACIÓN
   ============================================================ */
.tbs-checklist .tbs-c-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(16px, 1.55vw, 25px);
}

.tbs-checklist .tbs-c-timeline-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  padding: clamp(25px, 2vw, 33px);
  border: 1px solid rgba(64,56,75,.08);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 10px 27px rgba(69,52,88,.06);
  transition: transform .22s ease, box-shadow .22s ease;
}

.tbs-checklist .tbs-c-timeline-card:hover,
.tbs-checklist .tbs-c-detail-card:hover {
  box-shadow: 0 20px 35px rgba(69,52,88,.12);
  transform: translateY(-6px);
}

.tbs-checklist .tbs-c-timeline-card--soft {
  background: linear-gradient(145deg, #fce5ee, #f1ecff);
}

.tbs-checklist .tbs-c-timeline-card--blue {
  background: linear-gradient(145deg, #edf4ff, #f7f2ff);
}

.tbs-checklist .tbs-c-timeline-card--cream {
  background: linear-gradient(145deg, #fff4df, #fffdf8);
}

.tbs-checklist .tbs-c-timeline-card__number {
  color: var(--pink);
  font-family: var(--display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.tbs-checklist .tbs-c-timeline-card__icon,
.tbs-checklist .tbs-c-group-icon {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(248,103,155,.14);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffe7ef, #f0ecff);
  box-shadow: 0 10px 22px rgba(133,113,207,.08);
}

.tbs-checklist .tbs-c-timeline-card__icon {
  margin: 27px 0 20px;
}

.tbs-checklist .tbs-c-timeline-card__icon::after,
.tbs-checklist .tbs-c-group-icon::after {
  display: block;
  width: 27px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.tbs-checklist .tbs-c-icon--calendar::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e65389' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='15' rx='2.5'/%3E%3Cpath d='M7.5 3.5v4M16.5 3.5v4M3.5 10h17M8 14h3M13 14h3M8 17h3'/%3E%3C/svg%3E");
}

.tbs-checklist .tbs-c-icon--invite::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238471cf' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='6' width='17' height='12' rx='2.5'/%3E%3Cpath d='m4.5 8 7.5 5.5L19.5 8'/%3E%3C/svg%3E");
}

.tbs-checklist .tbs-c-icon--spark::after,
.tbs-checklist .tbs-c-icon--star::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e65389' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 1.7 5.3L19 10l-5.3 1.7L12 17l-1.7-5.3L5 10l5.3-1.7L12 3Z'/%3E%3Cpath d='m18.5 15 .75 2.25L21.5 18l-2.25.75L18.5 21l-.75-2.25L15.5 18l2.25-.75.75-2.25Z'/%3E%3C/svg%3E");
}

.tbs-checklist .tbs-c-icon--heart::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238471cf' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.4 8.1c0 5-8.4 10.1-8.4 10.1S3.6 13.1 3.6 8.1A4.1 4.1 0 0 1 11 5.7l1 1 1-1a4.1 4.1 0 0 1 7.4 2.4Z'/%3E%3C/svg%3E");
}

.tbs-checklist .tbs-c-icon--flower::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e65389' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 14.5c1.8 0 3.25-1.45 3.25-3.25S13.8 8 12 8s-3.25 1.45-3.25 3.25S10.2 14.5 12 14.5Z'/%3E%3Cpath d='M12 8c0-3.6 2.5-5.2 4-3.9 1.2 1.1.4 3.8-1.3 4.7M15.2 10c3.6-1 5.7.85 4.8 2.65-.75 1.5-3.55 1.45-4.9.1M14.55 13.7c2.6 2.65 1.75 5.3-.25 5.45-1.65.1-2.85-2.4-2.3-4.15M10.2 14c-.9 3.65-3.65 4.3-4.9 2.7-1.05-1.35.5-3.8 2.4-4.3M8.85 11C5.2 10.1 4.25 7.45 5.8 6.2 7.1 5.15 9.55 6.7 10.05 8.6'/%3E%3C/svg%3E");
}

.tbs-checklist .tbs-c-icon--cake::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238471cf' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 20h14M6 20v-7h12v7M6 13c0-2.1 2-3.4 3.6-2.2 1.5-1.3 3.4-1.3 4.8 0C16 9.6 18 10.9 18 13M9 8.5h6M12 8.5V4M12 4c1.2 1.1.7 2.35 0 2.8-.7-.45-1.2-1.7 0-2.8Z'/%3E%3C/svg%3E");
}

.tbs-checklist .tbs-c-timeline-card > p {
  margin: 0 0 8px;
  color: var(--lilac);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.tbs-checklist .tbs-c-timeline-card h3 {
  margin: 0 0 13px;
  font-size: clamp(26px,2.15vw,34px);
  line-height: 1.05;
}

.tbs-checklist .tbs-c-timeline-card > span:last-child {
  margin-top: auto;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.62;
}

/* ============================================================
   CHECKLIST INTERACTIVA EDITORIAL
   ============================================================ */
.tbs-checklist .tbs-c-checklist-layout {
  display: grid;
  grid-template-columns: minmax(330px,.75fr) minmax(0,1.25fr);
  align-items: start;
  gap: clamp(42px,6vw,110px);
}

.tbs-checklist .tbs-c-checklist-visual {
  position: sticky;
  top: 24px;
  min-height: 515px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.7) 0 48px, transparent 49px),
    linear-gradient(145deg,#fce8ef,#e9f2fd);
  box-shadow: 0 16px 35px rgba(95,74,111,.08);
}

.tbs-checklist .tbs-c-checklist-visual figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

.tbs-checklist .tbs-c-checklist-visual img {
  display: block;
  width: 100%;
  height: 515px;
  object-fit: cover;
}

.tbs-checklist .tbs-c-checklist-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(78,57,93,.07));
  content: "";
  pointer-events: none;
}

.tbs-checklist .tbs-c-checklist-sticker {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  border-radius: 50%;
  background: #fff2d9;
  color: var(--ink);
  box-shadow: 0 14px 28px rgba(89,65,97,.12);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: rotate(9deg);
}

.tbs-checklist .tbs-c-checklist-groups {
  display: grid;
  gap: 18px;
}

.tbs-checklist .tbs-c-checklist-group {
  padding: 27px 29px 25px;
  border: 1px solid rgba(64,56,75,.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 27px rgba(69,52,88,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.tbs-checklist .tbs-c-checklist-group:hover {
  box-shadow: 0 18px 34px rgba(69,52,88,.11);
  transform: translateY(-3px);
}

.tbs-checklist .tbs-c-checklist-group header {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;
}

.tbs-checklist .tbs-c-group-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 16px;
}

.tbs-checklist .tbs-c-group-icon::after {
  width: 24px;
  height: 24px;
}

.tbs-checklist .tbs-c-checklist-group header p {
  margin: 0 0 4px;
  color: var(--lilac);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.tbs-checklist .tbs-c-checklist-group h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}

.tbs-checklist .tbs-c-checklist-group ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbs-checklist .tbs-c-checklist-group li {
  display: grid;
  grid-template-columns: 19px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.58;
}

.tbs-checklist .tbs-c-box {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  margin-top: 2px;
  border: 1px solid #cfc3f4;
  border-radius: 5px;
  background: #fff;
  color: var(--lilac);
  transition: background .2s ease, border-color .2s ease;
}

.tbs-checklist .tbs-c-checklist-group li:hover .tbs-c-box {
  border-color: var(--pink);
  background: var(--rose);
}

/* ============================================================
   DETALLES
   ============================================================ */
.tbs-checklist .tbs-c-detail-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  align-items: stretch;
  gap: clamp(18px,1.7vw,28px);
}

.tbs-checklist .tbs-c-detail-card {
  overflow: hidden;
  border: 1px solid rgba(64,56,75,.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(69,52,88,.055);
  transition: transform .22s ease, box-shadow .22s ease;
}

.tbs-checklist .tbs-c-detail-card__image {
  height: 254px;
  margin: 0;
  overflow: hidden;
}

.tbs-checklist .tbs-c-detail-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.tbs-checklist .tbs-c-detail-card:hover img {
  transform: scale(1.025);
}

.tbs-checklist .tbs-c-detail-card__body {
  min-height: 272px;
  padding: 28px;
}

.tbs-checklist .tbs-c-detail-card__body > span {
  display: block;
  margin-bottom: 16px;
  color: var(--pink);
  font-family: var(--display);
  font-size: 22px;
}

.tbs-checklist .tbs-c-detail-card h3 {
  margin: 0 0 13px;
  font-size: clamp(24px,2.05vw,32px);
  line-height: 1.1;
}

.tbs-checklist .tbs-c-detail-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.62;
}

/* ============================================================
   CALMA / CTA GRADIENTE
   ============================================================ */
.tbs-checklist .tbs-c-calm {
  overflow: hidden;
  background: linear-gradient(118deg,#6556a7,#9074c8 51%,#fb8eae);
  color: #fff;
}

.tbs-checklist .tbs-c-calm__grid {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0,1fr) minmax(350px,.9fr);
  align-items: center;
  gap: clamp(48px,6vw,110px);
}

.tbs-checklist .tbs-c-eyebrow--light {
  color: rgba(255,255,255,.84);
}

.tbs-checklist .tbs-c-eyebrow--light > span {
  background: #ffd5e3;
  box-shadow: 0 0 0 4px rgba(255,219,228,.19);
}

.tbs-checklist .tbs-c-calm h2 {
  margin: 0 0 21px;
  color: #fff;
}

.tbs-checklist .tbs-c-calm h2 em {
  color: #ffe3ed;
}

.tbs-checklist .tbs-c-calm__copy > p:not(.tbs-c-eyebrow) {
  max-width: 540px;
  margin-bottom: 29px;
  color: rgba(255,255,255,.85);
  font-size: 16px;
  line-height: 1.72;
}

.tbs-checklist .tbs-c-calm__visual {
  position: relative;
  min-height: 455px;
}

.tbs-checklist .tbs-c-polaroid {
  position: absolute;
  width: 215px;
  height: 245px;
  padding: 13px;
  background: #fffefa;
  box-shadow: 0 22px 35px rgba(53,34,45,.24);
  transform: rotate(-8deg);
}

.tbs-checklist .tbs-c-polaroid__img {
  display: block;
  width: 100%;
  height: 175px;
  overflow: hidden;
}

.tbs-checklist .tbs-c-polaroid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbs-checklist .tbs-c-polaroid > span:last-child {
  display: block;
  padding-top: 11px;
  color: var(--lilac);
  font-family: var(--display);
  font-size: 17px;
  font-style: italic;
  line-height: .95;
  text-align: center;
}

.tbs-checklist .tbs-c-polaroid--one {
  top: 72px;
  left: 85px;
}

.tbs-checklist .tbs-c-polaroid--two {
  right: 31px;
  bottom: 47px;
  transform: rotate(8deg);
}

.tbs-checklist .tbs-c-calm__spark {
  position: absolute;
  top: 70px;
  right: 45px;
  color: #fff0c8;
  font-size: 32px;
}

.tbs-checklist .tbs-c-calm__tag {
  position: absolute;
  bottom: 69px;
  left: 25px;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border-radius: 50%;
  background: #fff2d9;
  color: var(--ink);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: rotate(-11deg);
}

/* ============================================================
   CTA FINAL CLARO
   ============================================================ */
.tbs-checklist .tbs-c-cta {
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0,1fr) minmax(350px,.76fr);
  align-items: center;
  gap: clamp(48px,6vw,110px);
  padding: 82px max(16px, calc((100% - 1720px) / 2));
  background: linear-gradient(102deg,#fff5ef,#f9f5ff 58%,#fff8fb);
}

.tbs-checklist .tbs-c-cta__copy {
  max-width: 690px;
  padding-left: clamp(4px,.55vw,14px);
}

.tbs-checklist .tbs-c-cta__copy h2 {
  margin-bottom: 21px;
}

.tbs-checklist .tbs-c-cta__copy > p:not(.tbs-c-eyebrow) {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.tbs-checklist .tbs-c-cta__visual {
  position: relative;
  display: flex;
  min-height: 410px;
  align-items: flex-end;
  justify-content: center;
}

.tbs-checklist .tbs-c-phone {
  position: relative;
  width: 232px;
  height: 406px;
  padding: 8px;
  border: 7px solid #302740;
  border-radius: 35px 35px 0 0;
  background: #302740;
  box-shadow: 0 28px 38px rgba(70,45,57,.23);
}

.tbs-checklist .tbs-c-phone__speaker {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 50%;
  width: 63px;
  height: 6px;
  border-radius: 99px;
  background: #66515e;
  transform: translateX(-50%);
}

.tbs-checklist .tbs-c-phone__screen {
  height: 100%;
  padding: 48px 22px 20px;
  border-radius: 23px 23px 0 0;
  background: linear-gradient(170deg,#fff3f7,#f5f0ff);
  color: #654e75;
  text-align: center;
}

.tbs-checklist .tbs-c-phone__screen p {
  font-family: var(--display);
  font-size: 14px;
}

.tbs-checklist .tbs-c-phone__screen h3 {
  margin: 0 0 8px;
  font-size: 31px;
  line-height: 1;
}

.tbs-checklist .tbs-c-phone__screen > span {
  font-size: 12px;
}

.tbs-checklist .tbs-c-phone__screen > b {
  display: block;
  margin: 44px auto 30px;
  color: var(--pink);
  font-size: 71px;
  font-weight: 400;
  line-height: 1;
}

.tbs-checklist .tbs-c-phone__screen small {
  display: inline-block;
  padding: 8px 13px;
  border: 1px solid #ecb0c1;
  border-radius: 999px;
  font-size: 11px;
}

.tbs-checklist .tbs-c-float-tag {
  position: absolute;
  padding: 13px 16px;
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 13px 25px rgba(89,55,70,.14);
  font-size: 11px;
  line-height: 1.35;
}

.tbs-checklist .tbs-c-float-tag b {
  font-size: 12px;
}

.tbs-checklist .tbs-c-float-tag--one {
  top: 105px;
  right: 16px;
}

.tbs-checklist .tbs-c-float-tag--two {
  bottom: 64px;
  left: 4px;
  background: #fff9ed;
}

/* ============================================================
   FAQ
   ============================================================ */
.tbs-checklist .tbs-c-faq {
  display: grid;
  grid-template-columns: minmax(310px,.74fr) minmax(0,1.26fr);
  gap: clamp(60px,8vw,145px);
}

.tbs-checklist .tbs-c-faq__list {
  border-top: 1px solid var(--line);
}

.tbs-checklist .tbs-c-faq__list details {
  border-bottom: 1px solid var(--line);
}

.tbs-checklist .tbs-c-faq__list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0;
  cursor: pointer;
  color: var(--ink);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.25;
  list-style: none;
}

.tbs-checklist .tbs-c-faq__list summary::-webkit-details-marker {
  display: none;
}

.tbs-checklist .tbs-c-faq__list summary span {
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2edff;
  color: var(--lilac);
  font-family: var(--body);
  font-size: 20px;
}

.tbs-checklist .tbs-c-faq__list details[open] summary span {
  transform: rotate(45deg);
}

.tbs-checklist .tbs-c-faq__list p {
  margin: -2px 48px 24px 0;
}

/* ============================================================
   TABLET
   ============================================================ */
@media (max-width: 1200px) {
  .tbs-checklist {
    --shell: min(100% - 48px, 1500px);
  }

  .tbs-checklist .tbs-c-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

  .tbs-checklist .tbs-c-nav {
    gap: 18px;
  }

  .tbs-checklist .tbs-c-hero {
    min-height: 730px;
  }

  .tbs-checklist .tbs-c-hero__grid {
    min-height: 730px;
    grid-template-columns: minmax(0,1fr) minmax(365px,.88fr);
    gap: 36px;
  }

  .tbs-checklist .tbs-c-hero__photo {
    width: min(100%,540px);
    height: 510px;
  }

  .tbs-checklist .tbs-c-hero__visual {
    min-height: 515px;
  }

  .tbs-checklist .tbs-c-timeline-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .tbs-checklist .tbs-c-detail-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .tbs-checklist .tbs-c-detail-card:last-child {
    grid-column: span 2;
  }

  .tbs-checklist .tbs-c-checklist-layout {
    grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr);
    gap: 38px;
  }
}

/* ============================================================
   MÓVIL
   ============================================================ */
@media (max-width: 767px) {
  .tbs-checklist {
    --shell: calc(100% - 32px);
  }

  .tbs-checklist .tbs-c-header__inner {
    min-height: 70px;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .tbs-checklist .tbs-c-context {
    font-size: 15px;
  }

  .tbs-checklist .tbs-c-context__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 12px;
    font-size: 10px;
  }

  .tbs-checklist .tbs-c-nav {
    display: none;
  }

  .tbs-checklist .tbs-c-header__cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 11px;
  }

  .tbs-checklist .tbs-c-hero {
    min-height: auto;
  }

  .tbs-checklist .tbs-c-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 54px 0 0;
  }

  .tbs-checklist .tbs-c-hero__copy {
    max-width: 100%;
    padding-left: 0;
  }

  .tbs-checklist h1 {
    font-size: clamp(43px,11.3vw,58px);
    line-height: 1.02;
  }

  .tbs-checklist h2 {
    font-size: clamp(35px,9vw,46px);
  }

  .tbs-checklist .tbs-c-hero__text {
    font-size: 15px;
    line-height: 1.62;
  }

  .tbs-checklist .tbs-c-actions {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }

  .tbs-checklist .tbs-c-button {
    min-width: 0;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .tbs-checklist .tbs-c-link {
    width: auto;
    justify-content: flex-start;
  }

  .tbs-checklist .tbs-c-hero__proof {
    gap: 18px;
    margin-top: 33px;
  }

  .tbs-checklist .tbs-c-hero__proof strong {
    font-size: 22px;
  }

  .tbs-checklist .tbs-c-hero__visual {
    min-height: 410px;
    margin: 24px -16px 0;
    padding-right: 0;
  }

  .tbs-checklist .tbs-c-hero__photo {
    width: 90%;
    height: 405px;
    margin-left: auto;
    border-radius: 205px 205px 0 0;
  }

  .tbs-checklist .tbs-c-photo-note--top {
    top: 25px;
    left: 25px;
    width: 205px;
    max-width: calc(100% - 50px);
    padding: 9px 11px;
    font-size: 15px;
  }

  .tbs-checklist .tbs-c-photo-note--bottom {
    right: 14px;
    bottom: 14px;
    max-width: 154px;
    font-size: 11px;
  }

  .tbs-checklist .tbs-c-hero__sticker {
    bottom: 45px;
    left: 0;
    width: 93px;
    height: 93px;
  }

  .tbs-checklist .tbs-c-hero__ring--one {
    right: -6px;
    width: 276px;
    height: 244px;
  }

  .tbs-checklist .tbs-c-hero__ring--two {
    right: -10px;
    width: 186px;
    height: 162px;
  }

  .tbs-checklist .tbs-c-intro,
  .tbs-checklist .tbs-c-timeline,
  .tbs-checklist .tbs-c-checklist-section,
  .tbs-checklist .tbs-c-details,
  .tbs-checklist .tbs-c-faq {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .tbs-checklist .tbs-c-intro__grid,
  .tbs-checklist .tbs-c-checklist-layout,
  .tbs-checklist .tbs-c-calm__grid,
  .tbs-checklist .tbs-c-cta,
  .tbs-checklist .tbs-c-faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .tbs-checklist .tbs-c-section-heading {
    display: block;
    margin-bottom: 34px;
  }

  .tbs-checklist .tbs-c-section-heading > p {
    margin-top: 18px;
  }

  .tbs-checklist .tbs-c-timeline-grid,
  .tbs-checklist .tbs-c-detail-grid {
    grid-template-columns: 1fr;
  }

  .tbs-checklist .tbs-c-timeline-card {
    min-height: 285px;
  }

  .tbs-checklist .tbs-c-detail-card:last-child {
    grid-column: auto;
  }

  .tbs-checklist .tbs-c-checklist-visual {
    position: relative;
    top: auto;
    min-height: 390px;
    border-radius: 23px;
  }

  .tbs-checklist .tbs-c-checklist-visual img {
    height: 390px;
  }

  .tbs-checklist .tbs-c-checklist-sticker {
    right: 18px;
    bottom: 18px;
    width: 85px;
    height: 85px;
    font-size: 14px;
  }

  .tbs-checklist .tbs-c-checklist-group {
    padding: 23px 20px 21px;
  }

  .tbs-checklist .tbs-c-checklist-group h3 {
    font-size: 25px;
  }

  .tbs-checklist .tbs-c-detail-card__image {
    height: 225px;
  }

  .tbs-checklist .tbs-c-detail-card__body {
    min-height: 0;
    padding: 24px;
  }

  .tbs-checklist .tbs-c-calm__grid {
    min-height: auto;
    padding: 75px 0 0;
  }

  .tbs-checklist .tbs-c-calm__visual {
    min-height: 410px;
  }

  .tbs-checklist .tbs-c-polaroid {
    width: 175px;
    height: 207px;
    padding: 10px;
  }

  .tbs-checklist .tbs-c-polaroid__img {
    height: 142px;
  }

  .tbs-checklist .tbs-c-polaroid > span:last-child {
    font-size: 14px;
  }

  .tbs-checklist .tbs-c-polaroid--one {
    top: 45px;
    left: 22px;
  }

  .tbs-checklist .tbs-c-polaroid--two {
    right: 5px;
    bottom: 50px;
  }

  .tbs-checklist .tbs-c-calm__tag {
    bottom: 58px;
    left: 0;
    width: 88px;
    height: 88px;
    font-size: 14px;
  }

  .tbs-checklist .tbs-c-cta {
    min-height: auto;
    padding: 64px var(--shell) 0;
    gap: 0;
  }

  .tbs-checklist .tbs-c-cta__copy {
    max-width: 100%;
    padding-left: 0;
  }

  .tbs-checklist .tbs-c-cta__visual {
    min-height: 385px;
    margin-top: 24px;
  }

  .tbs-checklist .tbs-c-float-tag--one {
    right: 0;
  }

  .tbs-checklist .tbs-c-float-tag--two {
    left: 0;
  }

  .tbs-checklist .tbs-c-faq__list summary {
    font-size: 20px;
  }

  .tbs-checklist .tbs-c-faq__list p {
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .tbs-checklist {
    --shell: calc(100% - 24px);
  }

  .tbs-checklist .tbs-c-hero__photo {
    height: 350px;
  }

  .tbs-checklist .tbs-c-hero__visual {
    min-height: 354px;
  }

  .tbs-checklist .tbs-c-actions .tbs-c-button {
    padding: 0 7px;
    font-size: 11px;
  }

  .tbs-checklist .tbs-c-context {
    font-size: 14px;
  }

  .tbs-checklist .tbs-c-polaroid {
    width: 158px;
  }
}/* End custom CSS */