/* Start custom CSS for html, class: .elementor-element-d2bfbc9 */.tc2098-funnel {
  --tc-pink: #FE5B90;
  --tc-pink-dark: #D94C78;
  --tc-cream: #FEEBE1;
  --tc-white: #ffffff;
  --tc-offwhite: #fff8f4;
  --tc-black: #0d0d0f;
  --tc-soft-black: #161616;
  --tc-gray: #f4f4f4;
  --tc-text: #171717;
  --tc-muted: #666666;
  --tc-border: rgba(0, 0, 0, 0.10);
  --tc-border-dark: rgba(255, 255, 255, 0.16);
  --tc-shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
  --tc-pink-shadow: 0 18px 45px rgba(254, 91, 144, 0.26);
  font-family: inherit;
  background: var(--tc-white);
  color: var(--tc-text);
  overflow: hidden;
}

.tc2098-funnel * {
  box-sizing: border-box;
}

.tc2098-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* =========================
   HERO - NEGRO ELEGANTE
========================= */

.tc2098-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at 18% 18%, rgba(254, 91, 144, 0.22), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(254, 235, 225, 0.10), transparent 28%),
    linear-gradient(135deg, #0d0d0f 0%, #171717 58%, #232323 100%);
}

.tc2098-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 95%);
  pointer-events: none;
}

.tc2098-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}

.tc2098-badge,
.tc2098-section-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.tc2098-hero .tc2098-badge {
  border: 1px solid var(--tc-border-dark);
  background: rgba(255, 255, 255, 0.06);
  color: var(--tc-cream);
}

.tc2098-section-label {
  border: 1px solid rgba(254, 91, 144, 0.22);
  background: rgba(254, 91, 144, 0.08);
  color: var(--tc-pink-dark);
  font-weight: 800;
}

.tc2098-hero h1 {
  margin: 24px 0 20px;
  max-width: 760px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -3px;
  color: var(--tc-white);
}

.tc2098-hero p {
  max-width: 650px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.tc2098-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 34px;
}

/* =========================
   BOTONES
========================= */

.tc2098-btn-primary,
.tc2098-btn-secondary,
.tc2098-btn-light {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.tc2098-btn-primary {
  background: var(--tc-pink);
  color: var(--tc-white);
  box-shadow: var(--tc-pink-shadow);
}

.tc2098-btn-secondary {
  border: 1px solid var(--tc-border-dark);
  color: var(--tc-white);
  background: rgba(255, 255, 255, 0.06);
}

.tc2098-btn-light {
  background: var(--tc-white);
  color: var(--tc-black);
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.tc2098-btn-primary:hover,
.tc2098-btn-secondary:hover,
.tc2098-btn-light:hover {
  transform: translateY(-3px);
}

.tc2098-btn-primary:hover {
  background: var(--tc-pink-dark);
}

.tc2098-btn-secondary:hover {
  background: var(--tc-white);
  color: var(--tc-black);
}

/* =========================
   TRUST ROW
========================= */

.tc2098-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 680px;
}

.tc2098-trust-row div {
  padding: 16px;
  border: 1px solid var(--tc-border-dark);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.tc2098-trust-row strong {
  display: block;
  color: var(--tc-white);
  font-size: 18px;
}

.tc2098-trust-row span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

/* =========================
   HERO VISUAL
========================= */

.tc2098-hero-visual {
  position: relative;
  min-height: 580px;
}

.tc2098-orbit-card {
  position: absolute;
  inset: 50px 30px auto auto;
  width: min(430px, 90%);
  border-radius: 42px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--tc-border-dark);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.tc2098-orbit-card::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 54px;
  border: 1px solid rgba(254, 91, 144, 0.28);
  z-index: -1;
}

.tc2098-card-main img,
.tc2098-floating-card img,
.tc2098-about-image img,
.tc2098-product-img img,
.tc2098-category-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.tc2098-card-main img {
  height: 510px;
  border-radius: 32px;
}

.tc2098-floating-card {
  position: absolute;
  width: 170px;
  padding: 10px;
  border: 1px solid var(--tc-border-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.tc2098-floating-card img {
  height: 130px;
  border-radius: 18px;
}

.tc2098-floating-card span {
  display: block;
  padding-top: 9px;
  color: var(--tc-white);
  font-weight: 800;
  text-align: center;
}

.tc2098-float-one {
  top: 20px;
  left: 0;
}

.tc2098-float-two {
  right: 0;
  bottom: 30px;
}

/* =========================
   SECCIONES GENERALES
========================= */

.tc2098-about,
.tc2098-products,
.tc2098-categories,
.tc2098-reviews,
.tc2098-final-cta {
  padding: 95px 0;
}

/* =========================
   ABOUT - BLANCO
========================= */

.tc2098-about {
  background: var(--tc-white);
  color: var(--tc-text);
}

.tc2098-about-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 55px;
}

.tc2098-about-image {
  padding: 18px;
  border-radius: 38px;
  border: 1px solid var(--tc-border);
  background: var(--tc-offwhite);
  box-shadow: var(--tc-shadow);
}

.tc2098-about-image img {
  border-radius: 28px;
}

.tc2098-about-content h2,
.tc2098-section-head h2 {
  margin: 18px 0;
  color: var(--tc-text);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -2px;
}

.tc2098-about-content p,
.tc2098-section-head p {
  color: var(--tc-muted);
  font-size: 17px;
  line-height: 1.75;
}

/* =========================
   BANNER MEDIO - FUSCIA CONTROLADO
========================= */

.tc2098-mid-banner {
  padding: 42px 0;
  background: var(--tc-pink);
}

.tc2098-banner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.tc2098-banner-box span {
  color: var(--tc-white);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tc2098-banner-box h2 {
  max-width: 780px;
  margin: 18px 0;
  color: var(--tc-white);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -2px;
}

/* =========================
   PRODUCTOS - BLANCO
========================= */

.tc2098-products {
  background: var(--tc-offwhite);
  color: var(--tc-text);
}

.tc2098-section-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.tc2098-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.tc2098-product-card {
  overflow: hidden;
  border: 1px solid var(--tc-border);
  border-radius: 30px;
  background: var(--tc-white);
  box-shadow: var(--tc-shadow);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tc2098-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(254, 91, 144, 0.55);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.16);
}

.tc2098-product-img img {
  height: 270px;
}

.tc2098-product-info {
  padding: 22px;
}

.tc2098-product-info span {
  color: var(--tc-pink-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.tc2098-product-info h3 {
  margin: 9px 0;
  color: var(--tc-text);
  font-size: 22px;
}

.tc2098-product-info p {
  margin: 0 0 18px;
  color: var(--tc-muted);
  line-height: 1.6;
}

.tc2098-product-info a {
  color: var(--tc-pink-dark);
  font-weight: 900;
  text-decoration: none;
}

.tc2098-product-info a:hover {
  color: var(--tc-black);
}

/* =========================
   CATEGORÍAS - NEGRO
========================= */

.tc2098-categories {
  background:
    radial-gradient(circle at 20% 15%, rgba(254, 91, 144, 0.16), transparent 30%),
    linear-gradient(135deg, #0d0d0f 0%, #171717 100%);
  color: var(--tc-white);
}

.tc2098-categories .tc2098-section-head h2 {
  color: var(--tc-white);
}

.tc2098-categories .tc2098-section-head p {
  color: rgba(255, 255, 255, 0.68);
}

.tc2098-categories .tc2098-section-label {
  border: 1px solid var(--tc-border-dark);
  background: rgba(255,255,255,0.06);
  color: var(--tc-cream);
}

.tc2098-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tc2098-category-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: 32px;
  text-decoration: none;
  color: var(--tc-white);
  border: 1px solid var(--tc-border-dark);
  background: #111;
}

.tc2098-category-card img {
  height: 330px;
  transition: transform 0.35s ease;
}

.tc2098-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.86), rgba(0,0,0,0.10) 62%);
}

.tc2098-category-card div {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.tc2098-category-card h3 {
  margin: 0 0 6px;
  color: var(--tc-white);
  font-size: 28px;
}

.tc2098-category-card span {
  color: var(--tc-cream);
  font-weight: 800;
}

.tc2098-category-card:hover img {
  transform: scale(1.08);
}

/* =========================
   RESEÑAS - BLANCO
========================= */

.tc2098-reviews {
  background: var(--tc-white);
  color: var(--tc-text);
}

.tc2098-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tc2098-review-card {
  padding: 28px;
  border: 1px solid var(--tc-border);
  border-radius: 28px;
  background: var(--tc-offwhite);
  box-shadow: var(--tc-shadow);
}

.tc2098-review-card p {
  margin: 0 0 20px;
  color: var(--tc-muted);
  font-size: 16px;
  line-height: 1.7;
}

.tc2098-review-card strong {
  color: var(--tc-pink-dark);
}

/* =========================
   ÁREAS DE SERVICIO - NEGRO
========================= */

.tc2098-service-areas {
  padding: 90px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(254, 91, 144, 0.14), transparent 30%),
    linear-gradient(135deg, #0d0d0f 0%, #161616 100%);
  color: var(--tc-white);
}

.tc2098-service-box {
  position: relative;
  overflow: hidden;
  padding: 56px;
  border: 1px solid var(--tc-border-dark);
  border-radius: 42px;
  background: rgba(255,255,255,0.055);
  box-shadow: 0 26px 90px rgba(0,0,0,0.26);
  backdrop-filter: blur(18px);
}

.tc2098-service-box::before {
  content: "";
  position: absolute;
  inset: -120px auto auto -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(254, 91, 144, 0.22);
  filter: blur(42px);
}

.tc2098-service-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.tc2098-service-content .tc2098-section-label {
  border: 1px solid var(--tc-border-dark);
  background: rgba(255,255,255,0.06);
  color: var(--tc-cream);
}

.tc2098-service-content h2 {
  margin: 18px 0;
  color: var(--tc-white);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -2px;
}

.tc2098-service-content p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 17px;
  line-height: 1.75;
}

.tc2098-service-cities {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 24px;
}

.tc2098-service-cities a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--tc-border-dark);
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  color: var(--tc-white);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.tc2098-service-cities a:hover {
  transform: translateY(-3px);
  background: var(--tc-pink);
  border-color: var(--tc-pink);
  color: var(--tc-white);
}

.tc2098-service-note {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  line-height: 1.7;
}

/* =========================
   CTA FINAL - BLANCO CON ACENTO
========================= */

.tc2098-final-cta {
  background: var(--tc-offwhite);
  color: var(--tc-text);
}

.tc2098-final-box {
  max-width: 880px;
  margin: 0 auto;
  padding: 70px 38px;
  text-align: center;
  border: 1px solid rgba(254, 91, 144, 0.18);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(254, 91, 144, 0.12), transparent 42%),
    var(--tc-white);
  box-shadow: var(--tc-shadow);
}

.tc2098-final-box span {
  color: var(--tc-pink-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tc2098-final-box h2 {
  margin: 18px 0;
  color: var(--tc-text);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -2px;
}

.tc2098-final-box p {
  max-width: 680px;
  margin: 0 auto 28px;
  color: var(--tc-muted);
  font-size: 17px;
  line-height: 1.75;
}

/* =========================
   RESPONSIVE TABLET
========================= */

@media (max-width: 1024px) {
  .tc2098-hero-grid,
  .tc2098-about-grid {
    grid-template-columns: 1fr;
  }

  .tc2098-hero-visual {
    min-height: 560px;
  }

  .tc2098-product-grid,
  .tc2098-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tc2098-banner-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================
   RESPONSIVE MÓVIL
========================= */

@media (max-width: 680px) {
  .tc2098-hero {
    min-height: auto;
    padding: 70px 0 55px;
  }

  .tc2098-hero h1 {
    letter-spacing: -1.8px;
  }

  .tc2098-hero p {
    font-size: 16px;
  }

  .tc2098-hero-actions {
    flex-direction: column;
  }

  .tc2098-btn-primary,
  .tc2098-btn-secondary,
  .tc2098-btn-light {
    width: 100%;
  }

  .tc2098-trust-row {
    grid-template-columns: 1fr;
  }

  .tc2098-hero-visual {
    min-height: 470px;
  }

  .tc2098-orbit-card {
    inset: 45px auto auto 0;
    width: 100%;
  }

  .tc2098-card-main img {
    height: 390px;
  }

  .tc2098-floating-card {
    width: 135px;
  }

  .tc2098-floating-card img {
    height: 100px;
  }

  .tc2098-float-one {
    top: 0;
    left: 4px;
  }

  .tc2098-float-two {
    right: 4px;
    bottom: 0;
  }

  .tc2098-about,
  .tc2098-products,
  .tc2098-categories,
  .tc2098-reviews,
  .tc2098-final-cta {
    padding: 70px 0;
  }

  .tc2098-product-grid,
  .tc2098-category-grid,
  .tc2098-review-grid {
    grid-template-columns: 1fr;
  }

  .tc2098-product-img img,
  .tc2098-category-card img {
    height: 310px;
  }

  .tc2098-final-box {
    padding: 48px 22px;
  }

  .tc2098-service-areas {
    padding: 70px 0;
  }

  .tc2098-service-box {
    padding: 38px 22px;
    border-radius: 32px;
  }

  .tc2098-service-cities {
    flex-direction: column;
  }

  .tc2098-service-cities a {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */