@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ============================================================
   LANDING IMPLANTES (cms-22) — aislado, no comparte CSS
   ============================================================ */

/* ===== FULL-WIDTH BREAKOUT ===== */
#content-wrapper.col-lg-12.col-xs-12:has(.lp-wrapper--implantes) {
  padding-left: 0;
  padding-right: 0;
}

#wrapper .container:has(.lp-wrapper--implantes) {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#wrapper .container .row:has(.lp-wrapper--implantes) {
  margin-left: 0;
  margin-right: 0;
}

#main:has(.lp-wrapper--implantes) > .page-header {
  display: none;
}

/* ===== RESET & BASE ===== */
.lp-wrapper--implantes {
  font-family: 'Inter', sans-serif;
  color: #101828;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}

.lp-wrapper--implantes *,
.lp-wrapper--implantes *::before,
.lp-wrapper--implantes *::after {
  box-sizing: border-box;
}

.lp-wrapper--implantes .lp-container {
  max-width: 1042px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-wrapper--implantes .lp-text-primary { color: #1B3C87; }
.lp-wrapper--implantes .lp-text-dark    { color: #101828; }
.lp-wrapper--implantes .lp-text-danger  { color: #DC2626; }

.lp-wrapper--implantes .lp-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #07061a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.lp-wrapper--implantes .lp-btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(7, 6, 26, 0.4);
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   1. HERO SECTION — lp-hero--implantes
   ============================================================ */
.lp-wrapper--implantes .lp-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.lp-wrapper--implantes .lp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lp-wrapper--implantes .lp-hero-bg picture,
.lp-wrapper--implantes .lp-hero-bg picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.lp-wrapper--implantes .lp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90.3deg, rgba(217,217,217,0.5) 0.26%, rgba(217,217,217,0.095) 48.63%);
  pointer-events: none;
}

.lp-wrapper--implantes .lp-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1042px;
  margin: 0 auto;
  padding: 56px 32px;
  display: flex;
  align-items: center;
}

.lp-wrapper--implantes .lp-hero-content--implantes {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  max-width: 460px;
  width: 50%;
}

.lp-wrapper--implantes .lp-hero-content--implantes .lp-hero-badge {
  display: inline-block;
  background: #1B3C87;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 9999px;
  letter-spacing: 0.02em;
  margin: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75);
}

.lp-wrapper--implantes .lp-hero-logo--implantes {
  width: 340px;
  height: auto;
  display: block;
}

.lp-wrapper--implantes .lp-hero-title--implantes {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  text-align: center;
  margin: 0;
}

.lp-wrapper--implantes .lp-hero-title--implantes .lp-text-primary {
  color: #1D4896;
}

.lp-wrapper--implantes .lp-hero-stat {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(108.05deg, #CDB573 8.85%, #EBDC7F 50.43%, #CDB573 92.02%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  padding: 8px;
  margin: 4px 0;
}

.lp-wrapper--implantes .lp-hero-stat-num {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1B3C87;
  line-height: 1;
}

.lp-wrapper--implantes .lp-hero-stat-text {
  font-size: 11px;
  font-weight: 700;
  color: #1B3C87;
  text-align: center;
  line-height: 1.2;
  margin-top: 4px;
}

.lp-wrapper--implantes .lp-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #07061a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  padding: 0 36px;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 0.8px;
  box-shadow: 0px 9px 13.5px rgba(0, 0, 0, 0.1), 0px 3.6px 5.4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.lp-wrapper--implantes .lp-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(7, 6, 26, 0.4);
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   2. CLAIMS SECTION
   ============================================================ */
.lp-wrapper--implantes .lp-claims {
  background: #EFF6FF;
  padding: 40px 0;
}

.lp-wrapper--implantes .lp-claims > .lp-container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lp-wrapper--implantes .lp-claims-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #101828;
}

.lp-wrapper--implantes .lp-claims-subtitle {
  font-size: 16px;
  color: #4a5565;
  text-align: center;
  margin: 0 0 20px;
}

.lp-wrapper--implantes .lp-claims-grid--4 {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
  max-width: 960px;
}

.lp-wrapper--implantes .lp-claim-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
  max-width: 200px;
}

.lp-wrapper--implantes .lp-claim-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1B3C87, #07061a);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-wrapper--implantes .lp-claim-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.lp-wrapper--implantes .lp-claim-text {
  font-size: 14px;
  font-weight: 600;
  color: #364153;
  line-height: 1.4;
}

/* ============================================================
   3. BRUSHING SECTION — lp-brushing--implantes
   ============================================================ */
.lp-wrapper--implantes .lp-brushing {
  background: #EFF6FF;
  padding: 40px 0 104px;
}

.lp-wrapper--implantes .lp-brushing > .lp-container {
  margin: 0 auto;
  padding: 0 20px;
}

.lp-wrapper--implantes .lp-brushing-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.lp-wrapper--implantes .lp-brushing-left {
  display: flex;
  flex-direction: column;
}

.lp-wrapper--implantes .lp-brushing-title {
  font-size: 32px;
  font-weight: 800;
  color: #101828;
  margin: 0 0 16px;
  line-height: 1.2;
  max-width: 360px;
}

.lp-wrapper--implantes .lp-brushing-desc {
  font-size: 15px;
  color: #4a5565;
  line-height: 26px;
  margin: 0 0 16px;
  max-width: 445px;
}

.lp-wrapper--implantes .lp-brushing-bold {
  font-size: 15px;
  font-weight: 700;
  color: #4A5565;
  line-height: 1.5;
  margin: 0 0 28px;
}

.lp-wrapper--implantes .lp-brushing-stat {
  display: flex;
  align-items: center;
  gap: 24px;
}

.lp-wrapper--implantes .lp-brushing-stat-img {
  width: 228px;
  height: auto;
  flex-shrink: 0;
}

.lp-wrapper--implantes .lp-brushing-stat-text {
  font-size: 20px;
  color: #101828;
  line-height: 1.3;
  text-align: center;
}

.lp-wrapper--implantes .lp-brushing-stat-text strong {
  font-size: 45px;
  font-weight: 800;
  color: #101828;
  display: block;
  line-height: 1;
}

.lp-wrapper--implantes .lp-brushing-stat-text p {
  margin: 2px 0 0;
  font-size: 20px;
  color: #101828;
  text-align: center;
  line-height: 1.3;
}

.lp-wrapper--implantes .lp-brushing-bathroom {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.lp-wrapper--implantes .lp-brushing-bathroom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   4. VIDEO SECTION
   ============================================================ */
.lp-wrapper--implantes .lp-video {
  background: #EFF6FF;
  padding: 20px 0 40px;
}

.lp-wrapper--implantes .lp-video > .lp-container {
  max-width: 1042px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-wrapper--implantes .lp-video-grid {
  display: flex;
  align-items: center;
  gap: 48px;
}

.lp-wrapper--implantes .lp-video-left {
  flex: 0 0 60%;
}

.lp-wrapper--implantes .lp-video-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 0 0 calc(40% - 48px);
}

.lp-wrapper--implantes .lp-video-title {
  font-size: 28px;
  font-weight: 700;
  color: #101828;
  margin: 0;
  line-height: 1.2;
}

.lp-wrapper--implantes .lp-video-desc {
  font-size: 16px;
  color: #4a5565;
  line-height: 26px;
  margin: 0;
}

.lp-wrapper--implantes .lp-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 416 / 248;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  background: #000;
}

.lp-wrapper--implantes .lp-video-embed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-wrapper--implantes .lp-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  z-index: 2;
}

.lp-wrapper--implantes .lp-video-play-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%) scale(1.1);
}

.lp-wrapper--implantes .lp-video-embed.is-playing .lp-video-play-btn {
  display: none;
}

.lp-wrapper--implantes .lp-video-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #07061a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 1px;
  align-self: center;
  margin-top: 8px;
}

/* ============================================================
   5. ZONAS DE RIESGO (nueva sección)
   ============================================================ */
.lp-wrapper--implantes .lp-zones {
  padding: 60px 0;
  background: #F9FAFB;
}

.lp-wrapper--implantes .lp-zones-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #101828;
  margin: 0 0 40px;
  line-height: 1.2;
}

/* ---- Hotspot container ---- */
.lp-wrapper--implantes .lp-zones-hotspot {
  position: relative;
  display: block;
  max-width: 900px;
  margin: 0 auto;
  user-select: none;
}

.lp-wrapper--implantes .lp-zones-base-img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

/* ---- Hotspot button ---- */
.lp-wrapper--implantes .lp-hotspot {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 10;
  /* position each dot */
}

.lp-wrapper--implantes .lp-hotspot--1 { left: 15%; top: 65%; }
.lp-wrapper--implantes .lp-hotspot--2 { left: 43%; top: 81%; }
.lp-wrapper--implantes .lp-hotspot--3 { left: 77%; top: 72%; }

/* ---- Dot ---- */
.lp-wrapper--implantes .lp-hotspot-dot {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1D4896;
  border: 3px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 2px #1D4896, 0 2px 8px rgba(29,72,150,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-wrapper--implantes .lp-hotspot:hover .lp-hotspot-dot {
  transform: scale(1.2);
  box-shadow: 0 0 0 3px #1D4896, 0 4px 14px rgba(29,72,150,0.45);
}

.lp-wrapper--implantes .lp-hotspot.is-active .lp-hotspot-dot {
  transform: scale(1.15);
  box-shadow: 0 0 0 3px #1D4896, 0 4px 14px rgba(29,72,150,0.45);
}

/* ---- Connector line (dot → card) ---- */
.lp-wrapper--implantes .lp-hotspot::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 22px;
  background: #1D4896;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.lp-wrapper--implantes .lp-hotspot.is-active::before {
  opacity: 1;
}

/* ---- Tooltip card ---- */
.lp-wrapper--implantes .lp-hotspot-card {
  position: absolute;
  bottom: calc(100% + 22px);
  background: #99A1AFDB;
  border: 1px solid #99A1AFDB;
  border-radius: 14px;
  padding: 17px;
  width: max-content;
  max-width: 420px;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  white-space: normal;
  display: flex;
  flex-direction: column;
  gap: 8px;
  backdrop-filter: blur(4px);
}

.lp-wrapper--implantes .lp-hotspot.is-active .lp-hotspot-card {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Card position variants */
.lp-wrapper--implantes .lp-hotspot-card--tl {
  left: 0;
}

.lp-wrapper--implantes .lp-hotspot-card--tc {
  left: 50%;
  transform: translateX(-50%) translateY(6px);
}
.lp-wrapper--implantes .lp-hotspot.is-active .lp-hotspot-card--tc {
  transform: translateX(-50%) translateY(0);
}

.lp-wrapper--implantes .lp-hotspot-card--tr {
  right: 0;
}

.lp-wrapper--implantes .lp-hotspot-card-title {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 16.13px;
  font-weight: 700;
  line-height: 24.19px;
  color: #1D4896;
  margin: 0;
}

.lp-wrapper--implantes .lp-hotspot-card p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16.13px;
  font-weight: 400;
  line-height: 24.19px;
  color: #ffffff;
}

/* ---- Mobile: hide hotspot overlay, show list below ---- */
.lp-wrapper--implantes .lp-zones-mobile-list {
  display: none;
  margin-top: 24px;
  gap: 12px;
  flex-direction: column;
}

.lp-wrapper--implantes .lp-zones-mobile-item {
  background: #fff;
  border: 1.5px solid #1D4896;
  border-radius: 12px;
  padding: 14px 16px;
}

.lp-wrapper--implantes .lp-zones-mobile-item strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1D4896;
  margin-bottom: 4px;
}

.lp-wrapper--implantes .lp-zones-mobile-item p {
  margin: 0;
  font-size: 0.8rem;
  color: #374151;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .lp-wrapper--implantes .lp-zones-mobile-list {
    display: none;
  }
  .lp-wrapper--implantes .lp-hotspot-card {
    max-width: min(260px, 70vw);
    font-size: 13px;
  }
  .lp-wrapper--implantes .lp-hotspot-card-title {
    font-size: 13px;
    line-height: 1.4;
  }
  .lp-wrapper--implantes .lp-hotspot-card p {
    font-size: 13px;
    line-height: 1.4;
  }
  /* dot 3: anclar a la derecha para no salirse */
  .lp-wrapper--implantes .lp-hotspot-card--tr {
    right: auto;
    left: 50%;
    transform: translateX(-85%) translateY(6px);
  }
  .lp-wrapper--implantes .lp-hotspot.is-active .lp-hotspot-card--tr {
    transform: translateX(-85%) translateY(0);
  }
  .lp-wrapper--implantes .lp-hotspot-dot {
    width: 20px;
    height: 20px;
  }
}

/* ============================================================
   6. FASES (nueva sección)
   ============================================================ */
.lp-wrapper--implantes .lp-phases {
  padding: 60px 0;
  background: #F9FAFB;
}

.lp-wrapper--implantes .lp-phases-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #101828;
  margin: 0 0 12px;
  line-height: 1.2;
}

.lp-wrapper--implantes .lp-phases-subtitle {
  text-align: center;
  color: #6B7280;
  margin: 0 auto 40px;
  max-width: 700px;
  font-size: 15px;
}

.lp-wrapper--implantes .lp-phases-grid {
  display: flex;
  gap: 40px;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}

.lp-wrapper--implantes .lp-phases-grid::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #1B3C87;
  transform: translateX(-50%);
  z-index: 0;
}

.lp-wrapper--implantes .lp-phases-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.lp-wrapper--implantes .lp-phases-col--right {
  padding-top: 100px;
}

.lp-wrapper--implantes .lp-phase-card {
  background: #FFFFFF;
  border: 2.2px solid #F3F4F6;
  border-radius: 17.6px;
  padding: 28px;
  box-shadow: 0px 11px 16.5px -3.3px rgba(0,0,0,0.1), 0px 4.4px 6.6px -4.4px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
}

.lp-wrapper--implantes .lp-phase-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.lp-wrapper--implantes .lp-phase-icon--warning {
  background: #FEF2F2;
  border: 2.42px solid #FECACA;
  color: #DC2626;
}
.lp-wrapper--implantes .lp-phase-icon--healing {
  background: #FFFBEB;
  border: 2.64px solid #EDC959;
  color: #EDC959;
}
.lp-wrapper--implantes .lp-phase-icon--check {
  background: #F0FDF4;
  border: 2.2px solid #86EFAC;
  color: #16A34A;
}
.lp-wrapper--implantes .lp-phase-icon--maintain {
  background: rgba(29, 72, 150, 0.2);
  border: 2.2px solid #1D4896;
  color: #1D4896;
  font-size: 1.5rem;
}

.lp-wrapper--implantes .lp-phase-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #1B3C87;
}

.lp-wrapper--implantes .lp-phase-card p {
  font-size: 15px;
  color: #4B5563;
  line-height: 1.8;
  margin: 0;
}

/* ============================================================
   7. COSTE / PROTEGE TU IMPLANTE (nueva sección)
   ============================================================ */
.lp-wrapper--implantes .lp-cost {
  padding: 60px 0;
  background: #EFF6FF;
}

.lp-wrapper--implantes .lp-cost-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.lp-wrapper--implantes .lp-cost-text h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.2;
  text-align: center;
}

.lp-wrapper--implantes .lp-cost-subtitle {
  color: #6B7280;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.lp-wrapper--implantes .lp-cost-body {
  font-size: 14px;
  color: #4a5565;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}

.lp-wrapper--implantes .lp-cost-option {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.lp-wrapper--implantes .lp-cost-img-wrap {
  height: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

.lp-wrapper--implantes .lp-cost-img {
  height: 140px;
  width: auto;
}

.lp-wrapper--implantes .lp-cost-option--bad .lp-cost-img {
  height: 90px;
  margin-bottom: 16px;
}

.lp-wrapper--implantes .lp-cost-option p {
  font-size: 14px;
  color: #101828;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}

.lp-wrapper--implantes .lp-cost-price {
  font-size: 1.6rem;
  font-weight: 800;
  padding: 10px 24px;
  border-radius: 10px;
  display: block;
  width: 100%;
}

.lp-wrapper--implantes .lp-cost-price--good { background: #DBEAFE; color: #1B3C87; }
.lp-wrapper--implantes .lp-cost-price--bad  { background: #FEE2E2; color: #DC2626; }

/* ============================================================
   8. PRODUCT COMPARATOR
   ============================================================ */
.lp-wrapper--implantes .lp-products {
  background: #f9fafb;
  padding: 40px 0;
}

.lp-wrapper--implantes .lp-products > .lp-container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.lp-wrapper--implantes .lp-products-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #101828;
}

.lp-wrapper--implantes .lp-products-subtitle-bold {
  font-size: 17px;
  font-weight: 700;
  color: #4a5565;
  text-align: center;
  margin: 0;
}

.lp-wrapper--implantes .lp-products-subtitle {
  font-size: 16px;
  color: #4a5565;
  text-align: center;
  margin: 0;
}

.lp-wrapper--implantes .lp-scroll-track {
  display: block;
  width: 100%;
  height: 6px;
  background: #d1d5db;
  border-radius: 9999px;
  margin: 6px 0 0;
  overflow: hidden;
  position: relative;
}

.lp-wrapper--implantes .lp-scroll-thumb {
  height: 100%;
  background: #1B3C87;
  border-radius: 9999px;
  width: 40%;
  transition: transform 0.15s linear;
  position: absolute;
  top: 0;
  left: 0;
}

.lp-wrapper--implantes .lp-products-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  max-width: 100%;
  align-self: stretch;
  padding-bottom: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lp-wrapper--implantes .lp-products-grid.is-dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}

.lp-wrapper--implantes .lp-products-grid::-webkit-scrollbar { display: none; }

.lp-wrapper--implantes .lp-product-card {
  min-width: 275px;
  max-width: 275px;
  scroll-snap-align: start;
  flex-shrink: 0;
  background: #fff;
  border: 0.807px solid #dbeafe;
  border-radius: 13px;
  padding: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 10.89px 13.61px -2.72px rgba(0, 0, 0, 0.1), 0px 4.36px 5.45px -3.27px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  overflow: hidden;
}

.lp-wrapper--implantes .lp-product-card:hover {
  border-color: #2b7fff;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.lp-wrapper--implantes .lp-product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

.lp-wrapper--implantes .lp-product-badge--popular,
.lp-wrapper--implantes .lp-product-badge--starter,
.lp-wrapper--implantes .lp-product-badge--traveller {
  background: linear-gradient(90deg, #1B3C87 47.61%, #07061A 100%);
}

.lp-wrapper--implantes .lp-product-badge--new {
  background: linear-gradient(135deg, #cdb573, #ebdc7f);
  color: #101828;
}

.lp-wrapper--implantes .lp-product-image {
  border-radius: 13px 13px 0 0;
  padding: 0;
  margin: 0;
  height: 200px;
  overflow: hidden;
  background: #fff;
}

.lp-wrapper--implantes .lp-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lp-wrapper--implantes .lp-product-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #101828;
  margin: 0;
  padding: 14px 18px 6px;
  text-align: left;
  min-height: 60px;
}

.lp-wrapper--implantes .lp-product-features {
  list-style: none;
  padding: 0 18px;
  margin: 0 0 10px;
  text-align: left;
  min-height: 105px;
}

.lp-wrapper--implantes .lp-product-features li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #4a5565;
  padding: 2.5px 0;
}

.lp-wrapper--implantes .lp-product-features li svg {
  flex-shrink: 0;
  width: 13px;
  height: 13px;
}

.lp-wrapper--implantes .lp-product-guarantee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  background: #EFF6FF;
  border: 1px solid #bedbff;
  border-radius: 5px;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #1B3C87;
  margin: 0 18px 12px;
}

.lp-wrapper--implantes .lp-product-pricing {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
  padding: 0 18px;
  min-height: 30px;
}

.lp-wrapper--implantes .lp-product-price {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: #1B3C87;
}

.lp-wrapper--implantes .lp-product-price-old {
  font-size: 14px;
  color: #99a1af;
  text-decoration: line-through;
}

.lp-wrapper--implantes .lp-product-savings {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 0 18px;
  min-height: 20px;
}

.lp-wrapper--implantes .lp-product-save-amount {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #008236;
  background: #dcfce7;
  padding: 3px 8px;
  border-radius: 9999px;
}

.lp-wrapper--implantes .lp-product-save-pct {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #e7000b;
  background: #ffe2e2;
  padding: 3px 8px;
  border-radius: 9999px;
}

.lp-wrapper--implantes .lp-product-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  height: 40px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: transform 0.2s, box-shadow 0.2s;
  margin: auto 18px 18px;
  box-shadow: 0px 5.445px 8.17px -1.63px rgba(0, 0, 0, 0.1), 0px 2.18px 3.27px -2.18px rgba(0, 0, 0, 0.1);
}

.lp-wrapper--implantes .lp-product-cta:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.lp-wrapper--implantes .lp-product-cta--dark {
  background: #07061a;
  color: #fff;
}

.lp-wrapper--implantes .lp-product-cta--dark:hover {
  box-shadow: 0 4px 16px rgba(7, 6, 26, 0.4);
  color: #fff;
}

.lp-wrapper--implantes .lp-products-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.lp-wrapper--implantes .lp-products-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #07061a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0 40px;
  height: 48px;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 0.8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.lp-wrapper--implantes .lp-products-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(7, 6, 26, 0.4);
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   9. NOZZLE SECTION — adaptaciones implantes
   ============================================================ */
.lp-wrapper--implantes .lp-nozzle {
  background: #EFF6FF;
  padding: 28px 0 40px;
  text-align: center;
}

.lp-wrapper--implantes .lp-nozzle > .lp-container {
  margin: 0 auto;
  padding: 0 20px;
}

.lp-wrapper--implantes .lp-nozzle-pill {
  display: inline-block;
  background: #1B3C87;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 9999px;
  margin-bottom: 18px;
  letter-spacing: 0.4px;
  box-shadow: 0px 3.84px 3.84px rgba(0, 0, 0, 0.75);
}

.lp-wrapper--implantes .lp-nozzle-title {
  font-size: 36px;
  font-weight: 700;
  color: #101828;
  margin: 0 0 12px;
}

.lp-wrapper--implantes .lp-nozzle-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6080ad;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 620px;
}

.lp-wrapper--implantes .lp-nozzle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  text-align: left;
}

.lp-wrapper--implantes .lp-nozzle-image {
  position: relative;
  aspect-ratio: 549 / 426;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(135deg, #EFF6FF 0%, #dbeafe 100%);
}

.lp-wrapper--implantes .lp-nozzle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-wrapper--implantes .lp-nozzle-labels {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-wrapper--implantes .lp-nozzle-label {
  background: #C8A84B;
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.lp-wrapper--implantes .lp-nozzle-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.lp-wrapper--implantes .lp-nozzle-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.lp-wrapper--implantes .lp-nozzle-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1B3C87;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-wrapper--implantes .lp-nozzle-feature-body h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #1B3C87;
  margin: 0 0 6px;
}

.lp-wrapper--implantes .lp-nozzle-feature-body p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1B3C87;
  margin: 0;
}

.lp-wrapper--implantes .lp-nozzle-cta {
  align-self: center;
  margin-top: 8px;
}

/* ============================================================
   10. TRUST BAR
   ============================================================ */
.lp-wrapper--implantes .lp-trust {
  background: #EFF6FF;
  padding: 40px 0;
}

.lp-wrapper--implantes .lp-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  justify-content: center;
  max-width: 661px;
  margin: 0 auto;
}

.lp-wrapper--implantes .lp-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.lp-wrapper--implantes .lp-trust-item--link {
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s;
}

.lp-wrapper--implantes .lp-trust-item--link:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.lp-wrapper--implantes .lp-trust-item--link:hover strong {
  color: #1B3C87;
}

.lp-wrapper--implantes .lp-trust-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1B3C87, #07061a);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.1);
}

.lp-wrapper--implantes .lp-trust-item strong {
  font-size: 16px;
  font-weight: 700;
  color: #1B3C87;
  margin-bottom: -6px;
}

.lp-wrapper--implantes .lp-trust-item span {
  font-size: 14px;
  font-weight: 500;
  color: #6080ad;
}

/* ============================================================
   11. FAQ SECTION
   ============================================================ */
.lp-wrapper--implantes .lp-faq {
  background: #f9fafb;
  padding: 48px 0 40px;
}

.lp-wrapper--implantes .lp-faq > .lp-container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lp-wrapper--implantes .lp-faq-icon {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dbeafe, #cefafe);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-wrapper--implantes .lp-faq-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  color: #101828;
  margin: 0;
}

.lp-wrapper--implantes .lp-faq-subtitle {
  font-size: 16px;
  color: #4a5565;
  text-align: center;
  margin: 0 0 16px;
}

.lp-wrapper--implantes .lp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
  max-width: 720px;
}

.lp-wrapper--implantes .lp-faq-item {
  background: #fff;
  border: 1.185px solid #dbeafe;
  border-radius: 12.8px;
  box-shadow: 0px 3.2px 4.8px -0.8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.lp-wrapper--implantes .lp-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #101828;
  text-align: left;
  gap: 12px;
}

.lp-wrapper--implantes .lp-faq-question:hover { color: #1B3C87; }

.lp-wrapper--implantes .lp-faq-chevron {
  flex-shrink: 0;
  transition: transform 0.3s;
  color: #4a5565;
}

.lp-wrapper--implantes .lp-faq-item--open .lp-faq-chevron {
  transform: rotate(180deg);
}

.lp-wrapper--implantes .lp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.lp-wrapper--implantes .lp-faq-item--open .lp-faq-answer {
  max-height: 500px;
}

.lp-wrapper--implantes .lp-faq-answer p {
  padding: 0 24px 20px;
  font-size: 14px;
  color: #4a5565;
  line-height: 1.6;
  margin: 0;
}

.lp-wrapper--implantes .lp-faq-answer a {
  color: #1B3C87;
  text-decoration: underline;
}

.lp-wrapper--implantes .lp-faq-contact {
  background: linear-gradient(135deg, #EFF6FF, #ecfeff);
  border: 1px solid #bedbff;
  border-radius: 12px;
  padding: 28px 32px;
  text-align: center;
  max-width: 532px;
  margin: 24px auto 0;
  box-shadow: 0px 3.2px 3.2px rgba(0, 0, 0, 0.1);
}

.lp-wrapper--implantes .lp-faq-contact h3 {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  margin: 0 0 6px;
}

.lp-wrapper--implantes .lp-faq-contact p {
  font-size: 13px;
  color: #4a5565;
  margin: 0 0 16px;
}

.lp-wrapper--implantes .lp-faq-contact-btn {
  display: inline-block;
  background: #07061a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.lp-wrapper--implantes .lp-faq-contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(7, 6, 26, 0.4);
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   12. SCIENTIFIC ENDORSEMENT
   ============================================================ */
.lp-wrapper--implantes .lp-scientific {
  background: #EFF6FF;
  padding: 40px 0;
  text-align: center;
}

.lp-wrapper--implantes .lp-scientific > .lp-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-wrapper--implantes .lp-scientific-pill {
  display: inline-block;
  background: #1B3C87;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.lp-wrapper--implantes .lp-scientific-title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #1B3C87;
  margin: 0 0 12px;
}

.lp-wrapper--implantes .lp-scientific-title .lp-text-primary {
  color: inherit;
}

.lp-wrapper--implantes .lp-scientific-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6080ad;
  margin: 0 auto 24px;
  max-width: 600px;
}

.lp-wrapper--implantes .lp-scientific-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: #1B3C87;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 30px;
  border: 2px solid #1B3C87;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.lp-wrapper--implantes .lp-scientific-cta:hover {
  background: #1B3C87;
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}

.lp-wrapper--implantes .lp-scientific-cta-chevron {
  transition: transform 0.3s ease;
}

.lp-wrapper--implantes .lp-scientific-cta[aria-expanded="true"] .lp-scientific-cta-chevron {
  transform: rotate(180deg);
}

.lp-wrapper--implantes .lp-references {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 736px;
  margin: 28px auto 0;
  text-align: left;
}

.lp-wrapper--implantes .lp-references[hidden] {
  display: none;
}

.lp-wrapper--implantes .lp-reference-card {
  background: #f9fafb;
  border-left: 2.7px solid #1B3C87;
  border-radius: 4px;
  padding: 12px 14px 12px 18px;
}

.lp-wrapper--implantes .lp-reference-card p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #1B3C87;
}

.lp-wrapper--implantes .lp-reference-card strong {
  color: #1B3C87;
  font-weight: 700;
  margin-right: 4px;
}

.lp-wrapper--implantes .lp-reference-card em {
  font-style: italic;
}

.lp-wrapper--implantes .lp-scientific-disclaimer {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #1e40af;
  background: #EFF6FF;
  border: 0.7px solid #bfdbfe;
  border-radius: 8px;
  padding: 16px;
  margin: 20px auto 0;
  max-width: 736px;
  text-align: center;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .lp-wrapper--implantes .lp-hero {
    min-height: 540px;
  }

  .lp-wrapper--implantes .lp-hero-bg picture img {
    object-position: 65% center;
  }

  .lp-wrapper--implantes .lp-hero-overlay {
    background: rgba(217, 217, 217, 0.5);
  }

  .lp-wrapper--implantes .lp-hero-inner {
    padding: 80px 20px 40px;
    align-items: center;
  }

  .lp-wrapper--implantes .lp-hero-content--implantes {
    width: 100%;
    max-width: none;
    gap: 14px;
  }

  .lp-wrapper--implantes .lp-hero-logo--implantes {
    width: 200px;
  }

  .lp-wrapper--implantes .lp-hero-title--implantes { font-size: 24px; }

  .lp-wrapper--implantes .lp-hero-stat {
    width: 100px;
    height: 100px;
  }

  .lp-wrapper--implantes .lp-hero-stat-num { font-size: 1.8rem; }

  /* Claims */
  .lp-wrapper--implantes .lp-claims { padding: 28px 0; }
  .lp-wrapper--implantes .lp-claims-title { font-size: 24px; }
  .lp-wrapper--implantes .lp-claims-grid--4 {
    flex-direction: column;
    gap: 12px;
    padding: 0;
  }
  .lp-wrapper--implantes .lp-claim-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0.9px 2.7px rgba(0,0,0,0.1);
    border-radius: 12.6px;
    padding: 14px 16px;
    gap: 16px;
    max-width: none;
  }
  .lp-wrapper--implantes .lp-claim-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
  }

  /* Brushing */
  .lp-wrapper--implantes .lp-brushing { padding: 28px 0; }
  .lp-wrapper--implantes .lp-brushing-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .lp-wrapper--implantes .lp-brushing-title { font-size: 24px; }
  .lp-wrapper--implantes .lp-brushing-bathroom {
    margin-left: 0;
    max-width: none;
  }

  /* Video */
  .lp-wrapper--implantes .lp-video { padding: 16px 0 28px; }
  .lp-wrapper--implantes .lp-video-grid {
    flex-direction: column;
    gap: 32px;
  }
  .lp-wrapper--implantes .lp-video-left,
  .lp-wrapper--implantes .lp-video-right {
    flex: 0 0 100%;
  }
  .lp-wrapper--implantes .lp-video-title { font-size: 24px; }

  /* Zones */
  .lp-wrapper--implantes .lp-zones { padding: 40px 0; }
  .lp-wrapper--implantes .lp-zones-title { font-size: 1.5rem; }

  /* Brushing stat */
  .lp-wrapper--implantes .lp-brushing-stat { flex-direction: column; align-items: center; text-align: center; }
  .lp-wrapper--implantes .lp-brushing-stat-img { width: 160px; }

  /* Phases */
  .lp-wrapper--implantes .lp-phases { padding: 40px 0; }
  .lp-wrapper--implantes .lp-phases-title { font-size: 1.5rem; }
  .lp-wrapper--implantes .lp-phases-grid { flex-direction: column; gap: 20px; }
  .lp-wrapper--implantes .lp-phases-grid::before { display: none; }
  .lp-wrapper--implantes .lp-phases-col { display: contents; }
  .lp-wrapper--implantes .lp-phases-col--right { padding-top: 0; }
  .lp-wrapper--implantes .lp-phases-col--left .lp-phase-card:nth-child(1) { order: 1; }
  .lp-wrapper--implantes .lp-phases-col--right .lp-phase-card:nth-child(1) { order: 2; }
  .lp-wrapper--implantes .lp-phases-col--left .lp-phase-card:nth-child(2) { order: 3; }
  .lp-wrapper--implantes .lp-phases-col--right .lp-phase-card:nth-child(2) { order: 4; }

  /* Cost */
  .lp-wrapper--implantes .lp-cost { padding: 40px 0; }
  .lp-wrapper--implantes .lp-cost-grid { grid-template-columns: 1fr; }
  .lp-wrapper--implantes .lp-cost-text h2 { font-size: 1.5rem; }

  /* Products */
  .lp-wrapper--implantes .lp-products { padding: 48px 0; }
  .lp-wrapper--implantes .lp-products-title { font-size: 26px; }
  .lp-wrapper--implantes .lp-products-grid {
    scroll-snap-type: x mandatory;
    gap: 16px;
  }
  .lp-wrapper--implantes .lp-product-card {
    min-width: 78%;
    max-width: 78%;
  }
  .lp-wrapper--implantes .lp-product-image { height: 220px; }
  .lp-wrapper--implantes .lp-product-name { font-size: 18px; padding: 16px 20px 8px; }
  .lp-wrapper--implantes .lp-product-features li { font-size: 14px; }
  .lp-wrapper--implantes .lp-product-price { font-size: 28px; }
  .lp-wrapper--implantes .lp-product-cta { font-size: 14px; height: 44px; }

  /* Nozzle */
  .lp-wrapper--implantes .lp-nozzle { padding: 24px 0 32px; }
  .lp-wrapper--implantes .lp-nozzle-title { font-size: 24px; }
  .lp-wrapper--implantes .lp-nozzle-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lp-wrapper--implantes .lp-nozzle-labels {
    position: static;
    margin-top: 12px;
    justify-content: center;
  }

  /* Trust */
  .lp-wrapper--implantes .lp-trust { padding: 28px 0; }
  .lp-wrapper--implantes .lp-trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: none;
    padding: 0 24px;
  }
  .lp-wrapper--implantes .lp-trust-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
  }
  .lp-wrapper--implantes .lp-trust-icon {
    width: 52px;
    height: 52px;
  }
  .lp-wrapper--implantes .lp-trust-item strong { font-size: 14px; }
  .lp-wrapper--implantes .lp-trust-item span { display: none; }

  /* FAQ */
  .lp-wrapper--implantes .lp-faq { padding: 24px 0; }
  .lp-wrapper--implantes .lp-faq-title { font-size: 24px; }
  .lp-wrapper--implantes .lp-faq-question {
    padding: 14px 18px;
    font-size: 13px;
  }
  .lp-wrapper--implantes .lp-faq-answer p {
    padding: 0 18px 16px;
    font-size: 13px;
  }
  .lp-wrapper--implantes .lp-faq-contact { padding: 24px 20px; }

  /* Scientific */
  .lp-wrapper--implantes .lp-scientific { padding: 40px 0 56px; }
  .lp-wrapper--implantes .lp-scientific-title { font-size: 24px; }

  .lp-wrapper--implantes .lp-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 480px) {
  .lp-wrapper--implantes .lp-hero-title--implantes { font-size: 20px; }
  .lp-wrapper--implantes .lp-product-card {
    min-width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
}
