.elementor-103886 .elementor-element.elementor-element-df48a7d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4f541a9 *//* ============================================================
   CENTRO BABYSHOWER · REGALOS
   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-regalos {
  --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-regalos,
.tbs-regalos * {
  box-sizing: border-box;
}

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

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

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

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

/* ============================================================
   ACCESIBILIDAD
   ============================================================ */
.tbs-regalos .tbs-r-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-regalos .tbs-r-skip-link:focus {
  top: 12px;
}

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

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

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

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

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

.tbs-regalos .tbs-r-eyebrow,
.tbs-regalos .tbs-r-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-regalos .tbs-r-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-regalos .tbs-r-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-regalos .tbs-r-button:hover {
  transform: translateY(-3px);
}

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

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

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

.tbs-regalos .tbs-r-link,
.tbs-regalos .tbs-r-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-regalos .tbs-r-link:hover,
.tbs-regalos .tbs-r-underlined-link:hover {
  color: var(--pink-dark);
}

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

.tbs-regalos .tbs-r-section-heading h2 {
  max-width: 790px;
}

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

.tbs-regalos .tbs-r-section-heading--compact {
  align-items: center;
}

/* ============================================================
   NAVEGACIÓN INTERNA
   ============================================================ */
.tbs-regalos .tbs-r-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-regalos .tbs-r-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-regalos .tbs-r-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-regalos .tbs-r-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-regalos .tbs-r-context__title span {
  color: var(--pink);
}

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

.tbs-regalos .tbs-r-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-regalos .tbs-r-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-regalos .tbs-r-nav a:hover,
.tbs-regalos .tbs-r-nav a.is-active {
  color: var(--pink-dark);
}

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

.tbs-regalos .tbs-r-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-regalos .tbs-r-header__cta:hover {
  border-color: var(--pink);
  background: var(--pink);
  color: #fff;
  transform: translateY(-2px);
}

/* ============================================================
   HERO
   ============================================================ */
.tbs-regalos .tbs-r-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-regalos .tbs-r-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-regalos .tbs-r-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-regalos .tbs-r-hero__copy {
  max-width: 720px;
  padding-left: clamp(4px, .55vw, 14px);
}

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

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

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

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

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

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

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

.tbs-regalos .tbs-r-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-regalos .tbs-r-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-regalos .tbs-r-hero__photo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  object-fit: cover;
}

.tbs-regalos .tbs-r-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-regalos .tbs-r-photo-note {
  position: absolute;
  z-index: 20;
}

.tbs-regalos .tbs-r-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-regalos .tbs-r-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-regalos .tbs-r-photo-note--bottom b {
  display: block;
  margin-bottom: 4px;
  color: var(--pink);
  font-size: 17px;
}

.tbs-regalos .tbs-r-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-regalos .tbs-r-hero__ring--one {
  right: -8px;
  bottom: 20px;
  width: 440px;
  height: 395px;
}

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

.tbs-regalos .tbs-r-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-regalos .tbs-r-hero__sticker span {
  color: #d8a451;
  font-size: 18px;
}

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

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

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

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

/* ============================================================
   BLOQUES EDITORIALES
   ============================================================ */
.tbs-regalos .tbs-r-intro,
.tbs-regalos .tbs-r-categories,
.tbs-regalos .tbs-r-guide,
.tbs-regalos .tbs-r-faq {
  padding-top: 116px;
  padding-bottom: 116px;
  background: var(--paper);
}

.tbs-regalos .tbs-r-types {
  padding: 110px 0;
  background: linear-gradient(180deg, #fff8f4, #fcf9ff);
}

.tbs-regalos .tbs-r-budget {
  padding: 116px 0;
  background: linear-gradient(102deg, #fff5ef, #f9f5ff 58%, #fff8fb);
}

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

.tbs-regalos .tbs-r-intro__grid > div {
  padding-bottom: 4px;
}

.tbs-regalos .tbs-r-intro__grid p,
.tbs-regalos .tbs-r-budget__copy > p:not(.tbs-r-eyebrow),
.tbs-regalos .tbs-r-faq__list p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.78;
}

/* ============================================================
   TIPOS DE REGALO
   ============================================================ */
.tbs-regalos .tbs-r-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(16px, 1.55vw, 25px);
}

.tbs-regalos .tbs-r-type-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-regalos .tbs-r-type-card:hover,
.tbs-regalos .tbs-r-category-card:hover {
  box-shadow: 0 20px 35px rgba(69,52,88,.12);
  transform: translateY(-6px);
}

.tbs-regalos .tbs-r-type-card--featured {
  background: linear-gradient(145deg, #fce5ee, #f1ecff);
}

.tbs-regalos .tbs-r-type-card__icon,
.tbs-regalos .tbs-r-steps__icon {
  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-regalos .tbs-r-type-card__icon {
  margin-bottom: 27px;
}

.tbs-regalos .tbs-r-type-card__icon::after,
.tbs-regalos .tbs-r-steps__icon::after {
  display: block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.tbs-regalos .tbs-r-icon--box::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='M4 8.5h16v11H4zM3 8.5h18M12 8.5v11M7.1 5.2c0-1.3 1.25-2 2.38-1.29C10.8 4.73 12 8.5 12 8.5S7.1 7.1 7.1 5.2ZM16.9 5.2c0-1.3-1.25-2-2.38-1.29C13.2 4.73 12 8.5 12 8.5s4.9-1.4 4.9-3.3Z'/%3E%3C/svg%3E")}
.tbs-regalos .tbs-r-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='%23e65389' stroke-width='1.65' 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-regalos .tbs-r-icon--star::after,.tbs-regalos .tbs-r-icon--spark::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='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-regalos .tbs-r-icon--list::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='M7 5h13M7 12h13M7 19h13M3.5 5h.01M3.5 12h.01M3.5 19h.01'/%3E%3C/svg%3E")}
.tbs-regalos .tbs-r-icon--layers::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='m12 3 8 4.5-8 4.5-8-4.5L12 3Z'/%3E%3Cpath d='m4 12 8 4.5 8-4.5M4 16.5 12 21l8-4.5'/%3E%3C/svg%3E")}
.tbs-regalos .tbs-r-icon--link::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='M10 13.8a4.2 4.2 0 0 0 5.95.05l2.15-2.15a4.2 4.2 0 0 0-5.95-5.95L11 6.9M14 10.2a4.2 4.2 0 0 0-5.95-.05L5.9 12.3a4.2 4.2 0 0 0 5.95 5.95L13 17.1'/%3E%3C/svg%3E")}

.tbs-regalos .tbs-r-type-card p,
.tbs-regalos .tbs-r-category-card__content p,
.tbs-regalos .tbs-r-budget-card p {
  margin: 0 0 9px;
  color: var(--lilac);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.tbs-regalos .tbs-r-type-card h3 {
  margin: 0 0 14px;
  font-size: clamp(26px, 2.15vw, 34px);
  line-height: 1.05;
}

.tbs-regalos .tbs-r-type-card > span {
  margin-top: auto;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.62;
}

/* ============================================================
   CATEGORÍAS
   ============================================================ */
.tbs-regalos .tbs-r-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(18px, 1.7vw, 28px);
}

.tbs-regalos .tbs-r-category-card {
  display: flex;
  min-height: 526px;
  flex-direction: column;
  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-regalos .tbs-r-category-card__image {
  height: 254px;
  flex: 0 0 254px;
  margin: 0;
  overflow: hidden;
}

.tbs-regalos .tbs-r-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.tbs-regalos .tbs-r-category-card:hover img {
  transform: scale(1.025);
}

.tbs-regalos .tbs-r-category-card__content {
  display: flex;
  min-height: 272px;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.tbs-regalos .tbs-r-category-card__content h3 {
  margin: 0 0 13px;
  font-size: clamp(24px, 2.05vw, 32px);
  line-height: 1.1;
}

.tbs-regalos .tbs-r-category-card__content > span,
.tbs-regalos .tbs-r-steps p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.62;
}

.tbs-regalos .tbs-r-category-card__content a {
  margin-top: auto;
  padding-top: 20px;
  color: var(--lilac);
  font-size: 13px;
  font-weight: 700;
}

.tbs-regalos .tbs-r-category-card__content a b {
  padding-left: 8px;
  font-size: 17px;
}

/* ============================================================
   PRESUPUESTO / RECOMENDACIONES
   ============================================================ */
.tbs-regalos .tbs-r-budget__layout {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(380px,1.05fr);
  align-items: center;
  gap: clamp(44px,6vw,120px);
}

.tbs-regalos .tbs-r-budget__visual {
  position: relative;
  min-height: 516px;
}

.tbs-regalos .tbs-r-budget-photo {
  width: min(100%,455px);
  height: 480px;
  margin: 0;
  overflow: hidden;
  border-radius: 230px 230px 22px 22px;
  box-shadow: 0 24px 48px rgba(95,74,111,.14);
}

.tbs-regalos .tbs-r-budget-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbs-regalos .tbs-r-budget-card {
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 252px;
  padding: 24px;
  border: 1px solid rgba(132,113,207,.16);
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 35px rgba(95,74,111,.12);
}

.tbs-regalos .tbs-r-budget-card h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.02;
}

.tbs-regalos .tbs-r-budget-card span {
  display: block;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.48;
}

.tbs-regalos .tbs-r-budget__copy h2 {
  margin-bottom: 24px;
}

.tbs-regalos .tbs-r-tips-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.tbs-regalos .tbs-r-tips-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: start;
  gap: 13px;
}

.tbs-regalos .tbs-r-tips-list b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--pink-dark);
  box-shadow: 0 7px 15px rgba(248,103,155,.11);
  font-family: var(--display);
  font-size: 14px;
}

.tbs-regalos .tbs-r-tips-list span {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.58;
}

.tbs-regalos .tbs-r-tips-list strong {
  color: var(--ink);
}

/* ============================================================
   GUÍA PASO A PASO
   ============================================================ */
.tbs-regalos .tbs-r-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  align-items: stretch;
  gap: clamp(16px,1.55vw,25px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbs-regalos .tbs-r-steps li {
  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);
}

.tbs-regalos .tbs-r-steps__number {
  color: var(--pink);
  font-family: var(--display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.tbs-regalos .tbs-r-steps__icon {
  margin: 27px 0 20px;
}

.tbs-regalos .tbs-r-steps h3 {
  margin: 0 0 13px;
  font-size: clamp(26px,2.15vw,34px);
  line-height: 1.05;
}

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

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

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

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

.tbs-regalos .tbs-r-etiquette h2 {
  margin: 0 0 21px;
  color: #fff;
}

.tbs-regalos .tbs-r-etiquette h2 em {
  color: #ffe3ed;
}

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

.tbs-regalos .tbs-r-etiquette__visual {
  position: relative;
  min-height: 430px;
}

.tbs-regalos .tbs-r-note {
  position: absolute;
  width: 252px;
  min-height: 196px;
  padding: 30px 28px;
  border-radius: 18px;
  background: #fffefa;
  color: var(--ink);
  box-shadow: 0 22px 35px rgba(53,34,45,.24);
  transform: rotate(-6deg);
}

.tbs-regalos .tbs-r-note p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: 18px;
  font-style: italic;
  line-height: 1.28;
}

.tbs-regalos .tbs-r-note__icon {
  display: block;
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 23px;
}

.tbs-regalos .tbs-r-note--one {
  top: 70px;
  left: 63px;
}

.tbs-regalos .tbs-r-note--two {
  right: 25px;
  bottom: 44px;
  transform: rotate(7deg);
}

.tbs-regalos .tbs-r-note--two .tbs-r-note__icon {
  color: #d8a451;
}

.tbs-regalos .tbs-r-etiquette__spark {
  position: absolute;
  top: 58px;
  right: 42px;
  color: #fff0c8;
  font-size: 32px;
}

/* ============================================================
   CTA FINAL CLARO
   ============================================================ */
.tbs-regalos .tbs-r-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 0;
  background: linear-gradient(102deg,#fff5ef,#f9f5ff 58%,#fff8fb);
}

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

.tbs-regalos .tbs-r-cta__copy h2 {
  margin-bottom: 21px;
}

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

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

.tbs-regalos .tbs-r-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-regalos .tbs-r-phone__speaker {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 50%;
  width: 63px;
  height: 6px;
  border-radius: 99px;
  background: #66515e;
  transform: translateX(-50%);
}

.tbs-regalos .tbs-r-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-regalos .tbs-r-phone__screen p {
  font-family: var(--display);
  font-size: 14px;
}

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

.tbs-regalos .tbs-r-phone__screen > span {
  font-size: 12px;
}

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

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

.tbs-regalos .tbs-r-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-regalos .tbs-r-float-tag b {
  font-size: 12px;
}

.tbs-regalos .tbs-r-float-tag--one {
  top: 105px;
  right: 16px;
}

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

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

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

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

.tbs-regalos .tbs-r-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-regalos .tbs-r-faq__list summary::-webkit-details-marker {
  display: none;
}

.tbs-regalos .tbs-r-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-regalos .tbs-r-faq__list details[open] summary span {
  transform: rotate(45deg);
}

.tbs-regalos .tbs-r-faq__list p {
  margin: -2px 48px 24px 0;
}

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

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

  .tbs-regalos .tbs-r-nav {
    gap: 18px;
  }

  .tbs-regalos .tbs-r-hero {
    min-height: 730px;
  }

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

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

  .tbs-regalos .tbs-r-hero__visual {
    min-height: 515px;
  }

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

  .tbs-regalos .tbs-r-category-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .tbs-regalos .tbs-r-category-card:last-child {
    grid-column: span 2;
  }
}

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

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

  .tbs-regalos .tbs-r-context {
    font-size: 15px;
  }

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

  .tbs-regalos .tbs-r-nav {
    display: none;
  }

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

  .tbs-regalos .tbs-r-hero {
    min-height: auto;
  }

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

  .tbs-regalos .tbs-r-hero__copy {
    max-width: 100%;
    padding-left: 0;
  }

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

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

  .tbs-regalos .tbs-r-hero__text {
    font-size: 15px;
    line-height: 1.62;
  }

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

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

  .tbs-regalos .tbs-r-link {
    width: auto;
    justify-content: flex-start;
  }

  .tbs-regalos .tbs-r-hero__proof {
    gap: 18px;
    margin-top: 33px;
  }

  .tbs-regalos .tbs-r-hero__proof strong {
    font-size: 22px;
  }

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

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

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

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

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

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

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

  .tbs-regalos .tbs-r-intro,
  .tbs-regalos .tbs-r-types,
  .tbs-regalos .tbs-r-categories,
  .tbs-regalos .tbs-r-budget,
  .tbs-regalos .tbs-r-guide,
  .tbs-regalos .tbs-r-faq {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .tbs-regalos .tbs-r-intro__grid,
  .tbs-regalos .tbs-r-budget__layout,
  .tbs-regalos .tbs-r-etiquette__grid,
  .tbs-regalos .tbs-r-cta,
  .tbs-regalos .tbs-r-faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .tbs-regalos .tbs-r-section-heading {
    display: block;
    margin-bottom: 34px;
  }

  .tbs-regalos .tbs-r-section-heading > p {
    margin-top: 18px;
  }

  .tbs-regalos .tbs-r-type-grid,
  .tbs-regalos .tbs-r-category-grid,
  .tbs-regalos .tbs-r-steps {
    grid-template-columns: 1fr;
  }

  .tbs-regalos .tbs-r-type-card {
    min-height: 285px;
  }

  .tbs-regalos .tbs-r-category-card,
  .tbs-regalos .tbs-r-steps li {
    min-height: 0;
  }

  .tbs-regalos .tbs-r-category-card:last-child {
    grid-column: auto;
  }

  .tbs-regalos .tbs-r-category-card__image {
    height: 225px;
    flex-basis: 225px;
  }

  .tbs-regalos .tbs-r-category-card__content {
    min-height: 250px;
    padding: 24px;
  }

  .tbs-regalos .tbs-r-budget__visual {
    min-height: 435px;
  }

  .tbs-regalos .tbs-r-budget-photo {
    width: 88%;
    height: 398px;
    border-radius: 195px 195px 20px 20px;
  }

  .tbs-regalos .tbs-r-budget-card {
    right: 0;
    bottom: 0;
    width: 224px;
    padding: 21px;
  }

  .tbs-regalos .tbs-r-etiquette__grid {
    min-height: auto;
    padding: 75px 0 0;
  }

  .tbs-regalos .tbs-r-etiquette__visual {
    min-height: 410px;
  }

  .tbs-regalos .tbs-r-note {
    width: 205px;
    min-height: 180px;
    padding: 22px;
  }

  .tbs-regalos .tbs-r-note p {
    font-size: 15px;
  }

  .tbs-regalos .tbs-r-note--one {
    top: 45px;
    left: 22px;
  }

  .tbs-regalos .tbs-r-note--two {
    right: 5px;
    bottom: 50px;
  }

  .tbs-regalos .tbs-r-cta {
    min-height: auto;
    padding: 64px 0 0;
    gap: 0;
  }

  .tbs-regalos .tbs-r-cta__copy {
    max-width: 100%;
    padding-left: 0;
  }

  .tbs-regalos .tbs-r-cta__visual {
    min-height: 385px;
    margin-top: 24px;
  }

  .tbs-regalos .tbs-r-float-tag--one {
    right: 0;
  }

  .tbs-regalos .tbs-r-float-tag--two {
    left: 0;
  }

  .tbs-regalos .tbs-r-faq__list summary {
    font-size: 20px;
  }

  .tbs-regalos .tbs-r-faq__list p {
    margin-right: 0;
  }
}

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

  .tbs-regalos .tbs-r-hero__photo {
    height: 350px;
  }

  .tbs-regalos .tbs-r-hero__visual {
    min-height: 354px;
  }

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

  .tbs-regalos .tbs-r-context {
    font-size: 14px;
  }

  .tbs-regalos .tbs-r-note {
    width: 182px;
    padding: 18px;
  }
}/* End custom CSS */