.elementor-103869 .elementor-element.elementor-element-ed9cd7f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b1ef684 *//*
  CENTRO BABYSHOWER · INVITACIONES PREMIUM V5 · AISLADO
  CSS completo, aislado y mobile-first.

  IMPORTANTE:
  - Sustituye todo el CSS anterior.
  - No combines este archivo con estilos o parches de versiones anteriores.
  - No utiliza 100vw, left:50%, márgenes negativos ni :has().
*/

.tbsi5-page {
  --tbsi5-ink: #40384b;
  --tbsi5-ink-strong: #302a3b;
  --tbsi5-ink-soft: #6e667b;
  --tbsi5-pink: #f8679b;
  --tbsi5-pink-dark: #e65389;
  --tbsi5-lilac: #8471cf;
  --tbsi5-lilac-dark: #6556ad;
  --tbsi5-paper: #fffdfb;
  --tbsi5-cream: #fff8f2;
  --tbsi5-rose: #fff1f6;
  --tbsi5-line: rgba(64, 56, 75, .11);
  --tbsi5-shadow-soft: 0 12px 30px rgba(69, 52, 88, .075);
  --tbsi5-shadow-card: 0 22px 52px rgba(69, 52, 88, .12);
  --tbsi5-gutter: 18px;
  --tbsi5-display: "Playfair Display", Georgia, serif;
  --tbsi5-body: "DM Sans", Arial, sans-serif;

  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: var(--tbsi5-ink);
  background: var(--tbsi5-paper);
  font-family: var(--tbsi5-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@supports (overflow: clip) {
  .tbsi5-page {
    overflow-x: clip;
  }
}

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

.tbsi5-page main,
.tbsi5-page header,
.tbsi5-page nav,
.tbsi5-page section,
.tbsi5-page article,
.tbsi5-page aside,
.tbsi5-page figure,
.tbsi5-page div,
.tbsi5-page ol,
.tbsi5-page ul {
  max-width: 100%;
}

.tbsi5-page a {
  color: inherit;
  text-decoration: none;
}

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

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

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

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

.tbsi5-page h1,
.tbsi5-page h2,
.tbsi5-page h3 {
  color: var(--tbsi5-ink-strong);
  font-family: var(--tbsi5-display);
  font-weight: 600;
  letter-spacing: -.052em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

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

.tbsi5-page button,
.tbsi5-page input,
.tbsi5-page select,
.tbsi5-page textarea {
  font: inherit;
}

.tbsi5-page :focus-visible {
  outline: 3px solid rgba(132, 113, 207, .48);
  outline-offset: 4px;
}

.tbsi5-container {
  width: min(calc(100% - (var(--tbsi5-gutter) * 2)), 1240px);
  margin-right: auto;
  margin-left: auto;
}

.tbsi5-skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 999999;
  padding: 11px 15px;
  border-radius: 10px;
  color: #fff;
  background: var(--tbsi5-ink-strong);
  font-size: 12px;
  font-weight: 700;
}

.tbsi5-skip-link:focus {
  top: 12px;
}

/* HEADER */
.tbsi5-header {
  position: relative;
  z-index: 60;
  width: 100%;
  border-bottom: 1px solid rgba(64, 56, 75, .08);
  background: rgba(255, 253, 251, .97);
  box-shadow: 0 9px 24px rgba(69, 52, 88, .045);
}

.tbsi5-header__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 68px;
}

.tbsi5-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-self: start;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
}

.tbsi5-brand__mark {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  border-radius: 12px;
  color: var(--tbsi5-pink-dark);
  background: linear-gradient(145deg, #fee2ed, #e9dfff);
  box-shadow: 0 8px 18px rgba(248, 103, 155, .15);
  font-size: 11px;
  transform: rotate(-6deg);
}

.tbsi5-brand__name span {
  color: var(--tbsi5-pink);
}

.tbsi5-nav {
  display: none;
}

.tbsi5-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 7px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(64, 56, 75, .13);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(64, 56, 75, .06);
  font-size: 11px;
  font-weight: 700;
}

/* COMPONENTES */
.tbsi5-eyebrow,
.tbsi5-section-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--tbsi5-lilac);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .145em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tbsi5-eyebrow > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--tbsi5-pink);
  box-shadow: 0 0 0 4px rgba(248, 103, 155, .16);
}

.tbsi5-eyebrow--light {
  color: rgba(255, 255, 255, .84);
}

.tbsi5-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 17px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

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

.tbsi5-button--secondary {
  color: var(--tbsi5-ink);
  border-color: rgba(64, 56, 75, .14);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 18px rgba(64, 56, 75, .06);
}

.tbsi5-button--light-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .11);
}

.tbsi5-button--white {
  color: var(--tbsi5-ink-strong);
  background: #fff;
  box-shadow: 0 13px 28px rgba(35, 25, 59, .17);
}

.tbsi5-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--tbsi5-lilac-dark);
  font-size: 13px;
  font-weight: 700;
}

.tbsi5-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 17px;
  width: 100%;
  margin-bottom: 30px;
}

.tbsi5-section-heading h2 {
  width: 100%;
  margin: 0;
  font-size: clamp(34px, 9vw, 44px);
  line-height: 1.035;
}

.tbsi5-section-heading > p {
  width: 100%;
  margin: 0;
  color: var(--tbsi5-ink-soft);
  font-size: 14px;
  line-height: 1.68;
}

/* HERO */
.tbsi5-hero {
  position: relative;
  isolation: isolate;
  width: calc(100% - 16px);
  margin: 0 8px;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 239, 200, .68) 0 46px, transparent 47px),
    radial-gradient(circle at 10% 90%, rgba(226, 216, 255, .50) 0 142px, transparent 143px),
    linear-gradient(112deg, #fffdfb 0%, #fff2f6 50%, #eeebff 100%);
  box-shadow: 0 16px 35px rgba(67, 50, 92, .07);
}

.tbsi5-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  padding-top: 49px;
}

.tbsi5-hero__copy {
  width: 100%;
}

.tbsi5-hero h1 {
  width: 100%;
  margin: 0 0 19px;
  font-size: clamp(40px, 10.7vw, 55px);
  line-height: 1.01;
}

.tbsi5-hero__lead {
  width: 100%;
  margin: 0;
  color: var(--tbsi5-ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.tbsi5-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.tbsi5-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 29px 0 0;
  list-style: none;
}

.tbsi5-proof li {
  padding: 12px 7px;
  border: 1px solid rgba(132, 113, 207, .09);
  border-radius: 15px;
  background: rgba(255, 255, 255, .70);
  text-align: center;
}

.tbsi5-proof strong,
.tbsi5-proof span {
  display: block;
}

.tbsi5-proof strong {
  margin-bottom: 5px;
  color: var(--tbsi5-pink);
  font-family: var(--tbsi5-display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.tbsi5-proof span {
  color: #756e80;
  font-size: 9px;
  line-height: 1.25;
}

.tbsi5-hero__visual {
  position: relative;
  display: grid;
  place-items: end center;
  width: 100%;
  min-height: 370px;
}

.tbsi5-hero__figure {
  position: relative;
  z-index: 3;
  width: min(100%, 440px);
  height: 370px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 190px 190px 0 0;
  box-shadow: 0 24px 52px rgba(95, 74, 111, .15);
}

.tbsi5-hero__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbsi5-hero__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(64,38,67,.08));
  pointer-events: none;
}

.tbsi5-photo-note {
  position: absolute;
  z-index: 5;
}

.tbsi5-photo-note--top {
  top: 25px;
  left: 22px;
  max-width: calc(100% - 44px);
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 12px;
  color: #fff;
  background: rgba(57, 42, 69, .56);
  box-shadow: 0 12px 28px rgba(42, 29, 51, .20);
  font-family: var(--tbsi5-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .30);
  backdrop-filter: blur(7px);
}

.tbsi5-photo-note--bottom {
  right: 12px;
  bottom: 12px;
  max-width: 155px;
  padding: 10px 11px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 12px 28px rgba(66, 53, 83, .12);
  font-size: 10.5px;
  font-weight: 700;
}

.tbsi5-photo-note--bottom b {
  display: block;
  margin-bottom: 4px;
  color: var(--tbsi5-pink);
  font-size: 16px;
}

.tbsi5-ring {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(177, 151, 224, .48);
  border-radius: 50% 50% 0 0;
}

.tbsi5-ring--one {
  right: -12px;
  bottom: 25px;
  width: 255px;
  height: 224px;
}

.tbsi5-ring--two {
  right: -10px;
  bottom: 0;
  width: 178px;
  height: 152px;
}

.tbsi5-sticker {
  position: absolute;
  z-index: 6;
  left: 0;
  bottom: 38px;
  display: flex;
  width: 86px;
  height: 86px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff2d9;
  box-shadow: 0 14px 28px rgba(89, 65, 97, .12);
  font-family: var(--tbsi5-display);
  text-align: center;
  transform: rotate(-8deg);
}

.tbsi5-sticker i {
  color: var(--tbsi5-pink);
  font-size: 16px;
  font-style: normal;
}

.tbsi5-sticker b {
  font-size: 13px;
  line-height: 1.02;
}

.tbsi5-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}

.tbsi5-orb--one {
  top: 42px;
  right: 8%;
  width: 80px;
  height: 80px;
  background: #fff2d8;
}

.tbsi5-orb--two {
  bottom: -95px;
  left: -85px;
  width: 210px;
  height: 210px;
  background: #eadfff;
}

/* QUICK */
.tbsi5-quick {
  padding-top: 17px;
  background: var(--tbsi5-paper);
}

.tbsi5-quick__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.tbsi5-quick article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  padding: 15px;
  border: 1px solid rgba(64, 56, 75, .07);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(69, 52, 88, .055);
}

.tbsi5-quick article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--tbsi5-pink-dark);
  background: linear-gradient(145deg, #ffe6ef, #f0ebff);
  font-size: 17px;
  font-weight: 700;
}

.tbsi5-quick b {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}

.tbsi5-quick p {
  margin: 0;
  color: var(--tbsi5-ink-soft);
  font-size: 11px;
  line-height: 1.5;
}

/* SECCIONES */
.tbsi5-intro,
.tbsi5-styles,
.tbsi5-elements,
.tbsi5-copy,
.tbsi5-steps,
.tbsi5-faq {
  padding-top: 76px;
  padding-bottom: 76px;
  scroll-margin-top: 78px;
}

.tbsi5-intro,
.tbsi5-elements,
.tbsi5-steps,
.tbsi5-faq {
  background: var(--tbsi5-paper);
}

.tbsi5-styles {
  background: linear-gradient(180deg, #fff8f4, #fcf9ff);
}

.tbsi5-copy {
  background: linear-gradient(102deg, #fff5ef, #f9f5ff 58%, #fff8fb);
}

.tbsi5-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
}

.tbsi5-intro h2 {
  margin: 0;
  font-size: clamp(35px, 9vw, 46px);
  line-height: 1.02;
}

.tbsi5-intro__grid p,
.tbsi5-copy__content > p:not(.tbsi5-eyebrow),
.tbsi5-faq__intro > p:not(.tbsi5-eyebrow) {
  color: var(--tbsi5-ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

/* ESTILOS */
.tbsi5-style-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.tbsi5-style-card {
  overflow: hidden;
  border: 1px solid rgba(64, 56, 75, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--tbsi5-shadow-soft);
}

.tbsi5-style-card figure {
  height: 215px;
  overflow: hidden;
}

.tbsi5-style-card figure img {
  height: 100%;
  object-fit: cover;
}

.tbsi5-style-card > div {
  padding: 20px;
}

.tbsi5-style-card p {
  margin: 0 0 7px;
  color: var(--tbsi5-lilac);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
}

.tbsi5-style-card h3 {
  margin: 0 0 9px;
  font-size: 25px;
  line-height: 1.05;
}

.tbsi5-style-card span {
  display: block;
  color: var(--tbsi5-ink-soft);
  font-size: 12px;
  line-height: 1.55;
}

/* ELEMENTOS */
.tbsi5-elements__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

.tbsi5-elements__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #fce8ef, #e9f2fd);
  box-shadow: var(--tbsi5-shadow-soft);
}

.tbsi5-elements__visual figure {
  width: 100%;
  height: 390px;
}

.tbsi5-elements__visual img {
  height: 100%;
  object-fit: cover;
}

.tbsi5-elements__visual > span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff2d9;
  box-shadow: 0 12px 25px rgba(69, 52, 88, .12);
  font-family: var(--tbsi5-display);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: rotate(7deg);
}

.tbsi5-element-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.tbsi5-element {
  display: grid;
  grid-template-columns: 30px 43px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 15px;
  border: 1px solid rgba(64, 56, 75, .075);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(69, 52, 88, .05);
}

.tbsi5-element__number {
  padding-top: 8px;
  color: var(--tbsi5-pink);
  font-family: var(--tbsi5-display);
  font-size: 16px;
  font-weight: 600;
}

.tbsi5-element__icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  color: var(--tbsi5-lilac-dark);
  background: linear-gradient(145deg, #ffe7ef, #f0ecff);
  font-size: 17px;
  font-weight: 700;
}

.tbsi5-element h3 {
  margin: 1px 0 4px;
  font-family: var(--tbsi5-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.tbsi5-element p {
  margin: 0;
  color: var(--tbsi5-ink-soft);
  font-size: 10.5px;
  line-height: 1.5;
}

/* COPY */
.tbsi5-copy__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}

.tbsi5-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(35px, 9vw, 46px);
  line-height: 1.02;
}

.tbsi5-tabs {
  display: flex;
  width: 100%;
  gap: 7px;
  margin: 23px 0 13px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tbsi5-tabs::-webkit-scrollbar {
  display: none;
}

.tbsi5-tabs button {
  flex: 0 0 auto;
  min-height: 39px;
  padding: 0 13px;
  border: 1px solid rgba(64, 56, 75, .10);
  border-radius: 999px;
  color: var(--tbsi5-ink-soft);
  background: rgba(255, 255, 255, .75);
  font-size: 10.5px;
  font-weight: 700;
  cursor: pointer;
}

.tbsi5-tabs button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--tbsi5-pink), var(--tbsi5-lilac));
}

.tbsi5-message {
  position: relative;
  padding: 24px 19px 20px;
  border: 1px solid rgba(132, 113, 207, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--tbsi5-shadow-soft);
}

.tbsi5-message > span {
  position: absolute;
  top: 6px;
  left: 13px;
  color: rgba(248, 103, 155, .22);
  font-family: var(--tbsi5-display);
  font-size: 54px;
  line-height: 1;
}

.tbsi5-message p {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--tbsi5-ink);
  font-family: var(--tbsi5-display);
  font-size: 18px;
  line-height: 1.38;
}

.tbsi5-message small {
  color: var(--tbsi5-ink-soft);
  font-size: 10px;
}

.tbsi5-copy__visual {
  position: relative;
  width: 100%;
  min-height: 410px;
}

.tbsi5-copy__visual figure {
  width: 88%;
  height: 385px;
  overflow: hidden;
  border-radius: 190px 190px 20px 20px;
  box-shadow: 0 24px 48px rgba(95, 74, 111, .14);
}

.tbsi5-copy__visual img {
  height: 100%;
  object-fit: cover;
}

.tbsi5-copy__visual aside {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(225px, 70%);
  padding: 19px;
  border: 1px solid rgba(132, 113, 207, .16);
  border-radius: 19px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 35px rgba(95, 74, 111, .12);
}

.tbsi5-copy__visual aside p {
  margin: 0 0 6px;
  color: var(--tbsi5-lilac);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .11em;
}

.tbsi5-copy__visual aside h3 {
  margin: 0 0 9px;
  font-size: 23px;
  line-height: 1.03;
}

.tbsi5-copy__visual aside span {
  display: block;
  color: var(--tbsi5-ink-soft);
  font-size: 10px;
  line-height: 1.45;
}

/* PASOS */
.tbsi5-step-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 13px;
  margin: 0;
  list-style: none;
}

.tbsi5-step-grid li {
  display: flex;
  width: 100%;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px 19px 22px;
  border: 1px solid rgba(64, 56, 75, .08);
  border-radius: 21px;
  background: #fff;
  box-shadow: var(--tbsi5-shadow-soft);
}

.tbsi5-step__number {
  color: var(--tbsi5-pink);
  font-family: var(--tbsi5-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.tbsi5-step__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 17px 0 16px;
  border: 1px solid rgba(248, 103, 155, .13);
  border-radius: 17px;
  color: var(--tbsi5-lilac-dark);
  background: linear-gradient(145deg, #ffe7ef, #f0ecff);
  font-size: 20px;
  font-weight: 700;
}

.tbsi5-step-grid h3 {
  width: 100%;
  margin: 0 0 8px;
  font-size: 27px;
  line-height: 1.04;
}

.tbsi5-step-grid p {
  width: 100%;
  margin: 0;
  color: var(--tbsi5-ink-soft);
  font-size: 13px;
  line-height: 1.58;
}

/* SHARE */
.tbsi5-share {
  width: calc(100% - 20px);
  margin: 0 10px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(255,255,255,.15) 0 80px, transparent 81px),
    linear-gradient(120deg, #6257ad 0%, #8f72c8 53%, #f17aa7 100%);
  box-shadow: var(--tbsi5-shadow-card);
}

.tbsi5-share__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  padding-top: 65px;
  padding-bottom: 34px;
}

.tbsi5-share h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(37px, 9.8vw, 48px);
  line-height: 1.02;
}

.tbsi5-share h2 em {
  color: #ffe3ed;
}

.tbsi5-share__copy > p:not(.tbsi5-eyebrow) {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.68;
}

.tbsi5-share__cards {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  padding: 0 3px 10px;
}

.tbsi5-share__cards article {
  width: 100%;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 19px;
  color: var(--tbsi5-ink-strong);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 14px 28px rgba(49, 36, 77, .13);
}

.tbsi5-share__cards article > span {
  display: block;
  margin-bottom: 25px;
  color: var(--tbsi5-pink);
  font-size: 27px;
}

.tbsi5-share__cards article p {
  margin: 0;
  font-family: var(--tbsi5-display);
  font-size: 22px;
  line-height: 1.12;
}

.tbsi5-share__cards > i {
  position: absolute;
  top: 42%;
  right: 10px;
  color: #fff0c8;
  font-size: 27px;
  font-style: normal;
}

/* CTA */
.tbsi5-cta {
  padding-top: 76px;
  background: linear-gradient(102deg, #fff5ef, #f9f5ff 58%, #fff8fb);
}

.tbsi5-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

.tbsi5-cta h2 {
  margin: 0 0 18px;
  font-size: clamp(35px, 9vw, 46px);
  line-height: 1.02;
}

.tbsi5-cta__copy > p:not(.tbsi5-eyebrow) {
  margin: 0 0 25px;
  color: var(--tbsi5-ink-soft);
  font-size: 14px;
  line-height: 1.68;
}

.tbsi5-device {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 400px;
  width: 100%;
}

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

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

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

.tbsi5-phone p {
  font-family: var(--tbsi5-display);
  font-size: 14px;
}

.tbsi5-phone h3 {
  margin: 0 0 8px;
  font-size: 31px;
  line-height: 1;
}

.tbsi5-phone small {
  display: block;
  font-size: 11px;
}

.tbsi5-phone b {
  display: block;
  margin: 38px auto 26px;
  color: var(--tbsi5-pink);
  font-size: 67px;
  font-weight: 400;
  line-height: 1;
}

.tbsi5-phone i {
  display: inline-block;
  padding: 8px 13px;
  border: 1px solid #ecb0c1;
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
}

.tbsi5-device-tag {
  position: absolute;
  max-width: 150px;
  padding: 11px 12px;
  border-radius: 13px;
  color: var(--tbsi5-ink);
  background: #fff;
  box-shadow: 0 13px 25px rgba(89, 55, 70, .14);
  font-size: 9.5px;
  line-height: 1.35;
}

.tbsi5-device-tag--one {
  top: 100px;
  right: 0;
}

.tbsi5-device-tag--two {
  bottom: 60px;
  left: 0;
  background: #fff9ed;
}

/* FAQ */
.tbsi5-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 31px;
}

.tbsi5-faq__intro h2 {
  margin: 0;
  font-size: clamp(35px, 9vw, 46px);
  line-height: 1.02;
}

.tbsi5-faq__list {
  width: 100%;
  border-top: 1px solid var(--tbsi5-line);
}

.tbsi5-faq__list details {
  width: 100%;
  border-bottom: 1px solid var(--tbsi5-line);
}

.tbsi5-faq__list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  color: var(--tbsi5-ink-strong);
  font-family: var(--tbsi5-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.18;
  list-style: none;
}

.tbsi5-faq__list summary::-webkit-details-marker {
  display: none;
}

.tbsi5-faq__list summary span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--tbsi5-lilac);
  background: #f2edff;
  font-family: var(--tbsi5-body);
  font-size: 19px;
  transition: transform .2s ease;
}

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

.tbsi5-faq__list details p {
  width: 100%;
  margin: -1px 0 21px;
  padding-right: 4px;
  color: var(--tbsi5-ink-soft);
  font-size: 13.5px;
  line-height: 1.68;
}

/* FINAL */
.tbsi5-final {
  padding: 78px 0 100px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, #5c56a0, #8174c2 50%, #fa8aac);
  text-align: center;
}

.tbsi5-final .tbsi5-container {
  max-width: 820px;
}

.tbsi5-final .tbsi5-eyebrow {
  justify-content: center;
}

.tbsi5-final h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(37px, 9.6vw, 48px);
  line-height: 1.02;
}

.tbsi5-final h2 em {
  color: #ffe3ed;
}

.tbsi5-final p {
  max-width: 620px;
  margin: 17px auto 25px;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.65;
}

/* MOBILE BAR */
.tbsi5-mobile-bar {
  position: fixed;
  right: 14px;
  bottom: max(14px, env(safe-area-inset-bottom));
  left: 14px;
  z-index: 99990;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 7px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 20px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 46px rgba(43,34,61,.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(calc(100% + 24px));
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  backdrop-filter: blur(16px);
}

.tbsi5-mobile-bar.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.tbsi5-mobile-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 9px;
  border-radius: 14px;
  font-size: 11.5px;
  font-weight: 700;
}

.tbsi5-mobile-bar a:first-child {
  color: var(--tbsi5-lilac-dark);
  background: #f1efff;
}

.tbsi5-mobile-bar a:last-child {
  color: #fff;
  background: linear-gradient(135deg, var(--tbsi5-pink), var(--tbsi5-pink-dark));
}

/* TELÉFONOS PEQUEÑOS */
@media (max-width: 390px) {
  .tbsi5-page {
    --tbsi5-gutter: 15px;
  }

  .tbsi5-header__cta {
    padding: 0 11px;
    font-size: 10px;
  }

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

  .tbsi5-hero__figure {
    height: 345px;
  }

  .tbsi5-hero__visual {
    min-height: 345px;
  }

  .tbsi5-proof span {
    font-size: 8px;
  }

  .tbsi5-step-grid h3 {
    font-size: 25px;
  }

  .tbsi5-device-tag {
    max-width: 130px;
    font-size: 8.5px;
  }
}

/* TABLET */
@media (min-width: 640px) {
  .tbsi5-page {
    --tbsi5-gutter: 24px;
  }

  .tbsi5-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .tbsi5-quick__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tbsi5-style-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbsi5-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbsi5-step-grid li {
    min-height: 300px;
  }

  .tbsi5-share__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ESCRITORIO */
@media (min-width: 960px) {
  .tbsi5-page {
    --tbsi5-gutter: 36px;
  }

  .tbsi5-header__inner {
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
    min-height: 86px;
  }

  .tbsi5-brand {
    font-size: 18px;
  }

  .tbsi5-brand__mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 14px;
  }

  .tbsi5-nav {
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    gap: 28px;
  }

  .tbsi5-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 86px;
    font-size: 13px;
    font-weight: 700;
  }

  .tbsi5-nav a::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 14px;
    left: 4px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f6acc7, #ef6e9d);
    transform: scaleX(0);
    transition: transform .2s ease;
  }

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

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

  .tbsi5-header__cta {
    min-height: 45px;
    padding: 0 19px;
    font-size: 12px;
  }

  .tbsi5-hero {
    width: calc(100% - 64px);
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0 0 36px 36px;
  }

  .tbsi5-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    align-items: center;
    gap: 72px;
    min-height: 690px;
    padding-top: 60px;
    padding-bottom: 62px;
  }

  .tbsi5-hero h1 {
    max-width: 680px;
    font-size: clamp(55px, 5vw, 78px);
  }

  .tbsi5-hero__lead {
    max-width: 610px;
    font-size: 17px;
  }

  .tbsi5-proof {
    display: flex;
    gap: 24px;
    margin-top: 40px;
  }

  .tbsi5-proof li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
  }

  .tbsi5-proof strong {
    margin: 0;
    font-size: 26px;
  }

  .tbsi5-proof span {
    font-size: 11px;
  }

  .tbsi5-hero__visual {
    min-height: 540px;
  }

  .tbsi5-hero__figure {
    width: min(100%, 540px);
    height: 540px;
    border-radius: 270px 270px 0 0;
  }

  .tbsi5-photo-note--top {
    top: 42px;
    left: 38px;
    padding: 12px 15px;
    font-size: 20px;
  }

  .tbsi5-photo-note--bottom {
    right: 18px;
    bottom: 18px;
    max-width: 180px;
    padding: 13px 14px;
    font-size: 12px;
  }

  .tbsi5-sticker {
    left: -8px;
    bottom: 70px;
    width: 106px;
    height: 106px;
  }

  .tbsi5-intro,
  .tbsi5-styles,
  .tbsi5-elements,
  .tbsi5-copy,
  .tbsi5-steps,
  .tbsi5-faq {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .tbsi5-section-heading {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 46px;
  }

  .tbsi5-section-heading h2,
  .tbsi5-intro h2,
  .tbsi5-copy h2,
  .tbsi5-cta h2,
  .tbsi5-faq__intro h2 {
    font-size: clamp(44px, 4vw, 62px);
  }

  .tbsi5-section-heading > p {
    font-size: 16px;
  }

  .tbsi5-intro__grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, .85fr);
    align-items: end;
    gap: 90px;
  }

  .tbsi5-intro__grid p,
  .tbsi5-copy__content > p:not(.tbsi5-eyebrow),
  .tbsi5-faq__intro > p:not(.tbsi5-eyebrow) {
    font-size: 16px;
  }

  .tbsi5-style-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21px;
  }

  .tbsi5-style-card figure {
    height: 250px;
  }

  .tbsi5-style-card > div {
    min-height: 225px;
    padding: 26px;
  }

  .tbsi5-style-card h3 {
    font-size: 30px;
  }

  .tbsi5-style-card span {
    font-size: 14px;
  }

  .tbsi5-elements__grid {
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 70px;
  }

  .tbsi5-elements__visual figure {
    height: 520px;
  }

  .tbsi5-element {
    grid-template-columns: 34px 50px minmax(0, 1fr);
    gap: 13px;
    padding: 18px;
  }

  .tbsi5-element__icon {
    width: 50px;
    height: 50px;
  }

  .tbsi5-element h3 {
    font-size: 14px;
  }

  .tbsi5-element p {
    font-size: 12px;
  }

  .tbsi5-copy__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr);
    align-items: center;
    gap: 90px;
  }

  .tbsi5-copy__visual {
    min-height: 520px;
  }

  .tbsi5-copy__visual figure {
    height: 490px;
    border-radius: 245px 245px 22px 22px;
  }

  .tbsi5-copy__visual aside {
    width: 255px;
    padding: 23px;
  }

  .tbsi5-copy__visual aside h3 {
    font-size: 28px;
  }

  .tbsi5-step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .tbsi5-step-grid li {
    min-height: 350px;
    padding: 27px;
  }

  .tbsi5-step-grid h3 {
    font-size: 29px;
  }

  .tbsi5-share {
    width: calc(100% - 64px);
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 32px;
  }

  .tbsi5-share__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    align-items: center;
    gap: 75px;
    min-height: 530px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tbsi5-share h2 {
    font-size: clamp(44px, 4vw, 62px);
  }

  .tbsi5-share__copy > p:not(.tbsi5-eyebrow) {
    max-width: 590px;
    font-size: 16px;
  }

  .tbsi5-share__cards article {
    min-height: 210px;
    padding: 24px;
  }

  .tbsi5-share__cards article p {
    font-size: 26px;
  }

  .tbsi5-cta {
    padding-top: 105px;
  }

  .tbsi5-cta__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
    align-items: center;
    gap: 90px;
    min-height: 540px;
  }

  .tbsi5-cta__copy > p:not(.tbsi5-eyebrow) {
    max-width: 590px;
    font-size: 16px;
  }

  .tbsi5-device {
    min-height: 450px;
  }

  .tbsi5-faq__grid {
    grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
    gap: 100px;
  }

  .tbsi5-faq__list summary {
    padding: 23px 0;
    font-size: 22px;
  }

  .tbsi5-final {
    padding: 105px 0;
  }

  .tbsi5-final h2 {
    font-size: clamp(44px, 4vw, 62px);
  }

  .tbsi5-final p {
    font-size: 16px;
  }

  .tbsi5-mobile-bar {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .tbsi5-button,
  .tbsi5-style-card,
  .tbsi5-element,
  .tbsi5-step-grid li {
    transition: transform .23s ease, box-shadow .23s ease, border-color .23s ease;
  }

  .tbsi5-button:hover {
    transform: translateY(-3px);
  }

  .tbsi5-style-card:hover,
  .tbsi5-element:hover,
  .tbsi5-step-grid li:hover {
    border-color: rgba(248, 103, 155, .22);
    box-shadow: 0 22px 45px rgba(69, 52, 88, .13);
    transform: translateY(-5px);
  }
}

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


/* ============================================================
   V5 · AISLAMIENTO Y ANTIDESBORDAMIENTO
   ============================================================ */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip !important;
  }
}

.tbsi5-page {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  display: block !important;
  inline-size: 100% !important;
  width: 100% !important;
  min-inline-size: 0 !important;
  min-width: 0 !important;
  max-inline-size: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  overflow-x: hidden !important;
}

@supports (overflow: clip) {
  .tbsi5-page {
    overflow-x: clip !important;
  }
}

.tbsi5-page,
.tbsi5-page *,
.tbsi5-page *::before,
.tbsi5-page *::after {
  box-sizing: border-box !important;
}

.tbsi5-page main,
.tbsi5-page header,
.tbsi5-page nav,
.tbsi5-page section,
.tbsi5-page article,
.tbsi5-page aside,
.tbsi5-page figure,
.tbsi5-page div,
.tbsi5-page ol,
.tbsi5-page ul,
.tbsi5-page li {
  min-inline-size: 0 !important;
  min-width: 0 !important;
  max-inline-size: 100%;
  max-width: 100%;
}

.tbsi5-page h1,
.tbsi5-page h2,
.tbsi5-page h3,
.tbsi5-page p,
.tbsi5-page span,
.tbsi5-page strong,
.tbsi5-page small,
.tbsi5-page a,
.tbsi5-page summary {
  min-width: 0 !important;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

.tbsi5-page img,
.tbsi5-page svg,
.tbsi5-page video,
.tbsi5-page iframe {
  max-inline-size: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .tbsi5-page {
    --tbsi5-gutter: 18px !important;
  }

  .tbsi5-container {
    inline-size: calc(100% - (var(--tbsi5-gutter) * 2)) !important;
    width: calc(100% - (var(--tbsi5-gutter) * 2)) !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .tbsi5-section-heading,
  .tbsi5-intro__grid,
  .tbsi5-style-grid,
  .tbsi5-elements__grid,
  .tbsi5-element-list,
  .tbsi5-copy__grid,
  .tbsi5-step-grid,
  .tbsi5-share__grid,
  .tbsi5-share__cards,
  .tbsi5-cta__grid,
  .tbsi5-faq__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-columns: minmax(0, 1fr) !important;
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .tbsi5-section-heading > *,
  .tbsi5-intro__grid > *,
  .tbsi5-elements__grid > *,
  .tbsi5-copy__grid > *,
  .tbsi5-share__grid > *,
  .tbsi5-cta__grid > *,
  .tbsi5-faq__grid > * {
    grid-column: 1 / -1 !important;
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    position: relative;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  .tbsi5-step-grid > li,
  .tbsi5-style-card,
  .tbsi5-element,
  .tbsi5-share__cards article {
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  .tbsi5-share {
    inline-size: calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .tbsi5-share__cards > i {
    display: none !important;
  }

  /* En móvil las etiquetas del teléfono permanecen dentro del flujo. */
  .tbsi5-device {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    gap: 10px !important;
    min-height: 0 !important;
    padding-top: 12px;
  }

  .tbsi5-device-tag {
    position: static !important;
    inset: auto !important;
    inline-size: min(100%, 280px) !important;
    width: min(100%, 280px) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    transform: none !important;
    text-align: center;
  }

  .tbsi5-phone {
    grid-row: 1;
  }

  .tbsi5-faq__list summary {
    grid-template-columns: minmax(0, 1fr) 34px !important;
    inline-size: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 390px) {
  .tbsi5-page {
    --tbsi5-gutter: 15px !important;
  }
}/* End custom CSS */