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

/* ============================================================
   LANDING GENERALE (cms-17) — aislado, no comparte CSS
   ============================================================ */

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

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

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

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

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

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

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

.lp-wrapper--lp .lp-text-primary { color: #1d4896; }
.lp-wrapper--lp .lp-text-blue    { color: #1d4896; }
.lp-wrapper--lp .lp-text-extrabold { font-weight: 900; }

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

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

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

.lp-wrapper--lp .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--lp .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--lp .lp-hero-content--lp {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  max-width: 460px;
  width: 50%;
}

.lp-wrapper--lp .lp-hero-content--lp .lp-hero-badge {
  display: inline-block;
  background: #1d4896;
  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--lp .lp-hero-logo--lp {
  width: 340px;
  height: auto;
  display: block;
}

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

.lp-wrapper--lp .lp-hero-x3 {
  margin: 4px 0;
}

.lp-wrapper--lp .lp-hero-x3-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(108deg, #cdb573 9%, #ebdc7f 50%, #cdb573 92%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.lp-wrapper--lp .lp-hero-x3-num {
  font-size: 48px;
  font-weight: 800;
  color: #1d4896;
  line-height: 1;
}

.lp-wrapper--lp .lp-hero-x3-text {
  font-size: 13px;
  font-weight: 700;
  color: #1d4896;
  text-align: center;
  line-height: 1.2;
  margin-top: 4px;
}

.lp-wrapper--lp .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--lp .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--lp .lp-claims {
  background: #eff6ff;
  padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lp-wrapper--lp .lp-brushing-bathroom img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-wrapper--lp .lp-brushing-chart {
  margin-top: 8px;
}

.lp-wrapper--lp .lp-brushing-chart img {
  max-width: 315px;
  height: auto;
  display: block;
}

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

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

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

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

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

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

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

.lp-wrapper--lp .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--lp .lp-video-embed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-wrapper--lp .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--lp .lp-video-play-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%) scale(1.1);
}

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

.lp-wrapper--lp .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;
  transition: transform 0.2s, box-shadow 0.2s;
}

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

/* ============================================================
   5b. RECOMMENDED FOR
   ============================================================ */
.lp-wrapper--lp .lp-recommended-section--lp {
  padding: 48px 0;
  background: #eff6ff;
}

.lp-wrapper--lp .lp-brushing-recommended {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.lp-wrapper--lp .lp-brushing-recommended-title {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  letter-spacing: 0.45px;
  margin: 0;
}

.lp-wrapper--lp .lp-brushing-recommended-grid {
  display: flex;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
}

.lp-wrapper--lp .lp-recommended-card {
  background: #fff;
  border: 1.481px solid #bedbff;
  border-radius: 16px;
  padding: 12px 10px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  height: 67px;
  flex: 1 1 0;
  white-space: nowrap;
}

.lp-wrapper--lp .lp-recommended-card img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.lp-wrapper--lp .lp-recommended-card span {
  font-size: 15px;
  font-weight: 700;
  color: #1e2939;
  overflow: hidden;
  word-break: break-word;
  min-width: 0;
}

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

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

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

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

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

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

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

.lp-wrapper--lp .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--lp .lp-products-grid.is-dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}

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

.lp-wrapper--lp .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--lp .lp-product-card:hover {
  border-color: #2b7fff;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.lp-wrapper--lp .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--lp .lp-product-badge--popular,
.lp-wrapper--lp .lp-product-badge--starter,
.lp-wrapper--lp .lp-product-badge--traveller {
  background: linear-gradient(90deg, #1d4896 47.61%, #07061A 100%);
}

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

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

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

.lp-wrapper--lp .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--lp .lp-product-features {
  list-style: none;
  padding: 0 18px;
  margin: 0 0 10px;
  text-align: left;
  min-height: 105px;
}

.lp-wrapper--lp .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--lp .lp-product-features li svg {
  flex-shrink: 0;
  width: 13px;
  height: 13px;
}

.lp-wrapper--lp .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: #211c80;
  margin: 0 18px 12px;
}

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

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

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

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

.lp-wrapper--lp .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--lp .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--lp .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--lp .lp-product-cta:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

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

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

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

.lp-wrapper--lp .lp-products-cta-wrap .lp-product-cta {
  margin: 0;
  padding: 0 40px;
  height: 48px;
  font-size: 15px;
}

/* ============================================================
   6b. COMPARISON TABLE
   ============================================================ */
.lp-wrapper--lp .lp-compare {
  background: #f9fafb;
  padding: 56px 0;
}

.lp-wrapper--lp .lp-compare-title {
  font-size: 36px;
  font-weight: 800;
  color: #07061a;
  text-align: center;
  margin: 0 0 12px;
  line-height: 1.2;
}

.lp-wrapper--lp .lp-compare-subtitle {
  font-size: 16px;
  color: #6080ad;
  text-align: center;
  margin: 0 0 36px;
}

.lp-wrapper--lp .lp-compare-table {
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.lp-wrapper--lp .lp-compare-header {
  display: grid;
  grid-template-columns: 1fr 160px 160px;
  background: linear-gradient(90deg, #1d4896 44%, #07061a 84%);
  padding: 16px 20px;
}

.lp-wrapper--lp .lp-compare-col-feature {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.lp-wrapper--lp .lp-compare-col-brand {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.lp-wrapper--lp .lp-compare-row {
  display: grid;
  grid-template-columns: 1fr 160px 160px;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  min-height: 80px;
}

.lp-wrapper--lp .lp-compare-row--alt { background: #f9fafb; }
.lp-wrapper--lp .lp-compare-row--last { border-bottom: none; }

.lp-wrapper--lp .lp-compare-cell-feature {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 16px 0;
}

.lp-wrapper--lp .lp-compare-cell-feature strong {
  font-size: 14px;
  font-weight: 700;
  color: #1d4896;
}

.lp-wrapper--lp .lp-compare-cell-feature span {
  font-size: 12px;
  color: #6b7280;
}

.lp-wrapper--lp .lp-compare-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-wrapper--lp .lp-compare-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-wrapper--lp .lp-compare-icon--yes {
  background: linear-gradient(90deg, #10b981, #059669);
}

.lp-wrapper--lp .lp-compare-icon--no {
  background: #e5e7eb;
}

.lp-wrapper--lp .lp-compare-icon--partial {
  background: #fbbf24;
}

/* ============================================================
   6c. SORTEO COUNTDOWN
   ============================================================ */
.lp-wrapper--lp .lp-sorteo {
  background: #f9fafb;
  padding: 48px 0 180px;
}

.lp-wrapper--lp .lp-sorteo > .lp-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.lp-wrapper--lp .lp-sorteo-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: stretch;
  box-shadow: 0 20px 48px rgba(0,0,0,0.2);
  width: calc(100% - 220px);
}

.lp-wrapper--lp .lp-sorteo-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: 0;
}

.lp-wrapper--lp .lp-sorteo-content {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 28px 44px 28px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lp-wrapper--lp .lp-sorteo-title {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.3;
}

.lp-wrapper--lp .lp-sorteo-title strong {
  font-weight: 800;
}

.lp-wrapper--lp .lp-sorteo-desc {
  font-size: 15px;
  color: #fff;
  margin: 0 0 24px;
  line-height: 1.6;
  text-align: center;
}

.lp-wrapper--lp .lp-sorteo-countdown-wrap {
  background: #fff;
  border-radius: 18px;
  padding: 20px 32px 16px;
  margin-bottom: 24px;
  width: 100%;
  max-width: 500px;
}

.lp-wrapper--lp .lp-sorteo-countdown-label {
  font-size: 13px;
  font-weight: 700;
  color: #101828;
  text-align: center;
  margin: 0 0 12px;
}

.lp-wrapper--lp .lp-sorteo-countdown {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin-bottom: 12px;
}

.lp-wrapper--lp .lp-sorteo-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 60px;
}

.lp-wrapper--lp .lp-sorteo-num {
  font-size: 40px;
  font-weight: 800;
  color: #101828;
  line-height: 1;
}

.lp-wrapper--lp .lp-sorteo-label {
  font-size: 10px;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: 0.05em;
}

.lp-wrapper--lp .lp-sorteo-sep {
  font-size: 36px;
  font-weight: 800;
  color: #d1d5db;
  line-height: 1;
  padding-top: 2px;
}

.lp-wrapper--lp .lp-sorteo-note {
  font-size: 11px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

.lp-wrapper--lp .lp-sorteo-cta {
  display: inline-block;
  background: #ff751f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 60px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 12px rgba(0,0,0,0.15);
  transition: transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.03em;
}

.lp-wrapper--lp .lp-sorteo-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.2);
  color: #fff;
  text-decoration: none;
}

.lp-wrapper--lp .lp-sorteo-product {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.lp-wrapper--lp .lp-sorteo-product img {
  height: 635px;
  width: auto;
  object-fit: contain;
  object-position: bottom;
  display: block;
}

/* ============================================================
   6. NOZZLE SECTION
   ============================================================ */
.lp-wrapper--lp .lp-nozzle {
  background: #eff6ff;
  padding: 28px 0 40px;
  text-align: center;
}

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

.lp-wrapper--lp .lp-nozzle-pill {
  display: inline-block;
  background: #1d4896;
  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--lp .lp-nozzle-title {
  font-size: 36px;
  font-weight: 700;
  color: #101828;
  margin: 0 0 12px;
}

.lp-wrapper--lp .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: 580px;
}

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

.lp-wrapper--lp .lp-nozzle-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lp-wrapper--lp .lp-nozzle-stage {
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%, #2C455C 0%, #071422 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  padding: 32px 16px 0;
  min-height: 320px;
  position: relative;
}

.lp-wrapper--lp .lp-nozzle-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: transform 0.2s, filter 0.2s;
  position: relative;
}

.lp-wrapper--lp .lp-nozzle-btn:hover {
  transform: translateY(-8px);
  filter: drop-shadow(0 8px 16px rgba(255,255,255,0.15));
  z-index: 1;
}

.lp-wrapper--lp .lp-nozzle-btn img {
  width: 100%;
  max-width: 80px;
  height: 260px;
  object-fit: contain;
  object-position: bottom;
  display: block;
}

.lp-wrapper--lp .lp-nozzle-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  background: linear-gradient(135deg, #cdb573, #ebdc7f 50%, #cdb573);
  color: #101828;
  border-radius: 9999px;
  padding: 10px 24px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.lp-wrapper--lp .lp-nozzle-badge strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

/* ---- Nozzle modal ---- */
.lp-nozzle-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.lp-nozzle-modal--open {
  display: flex;
}

.lp-nozzle-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 34, 0.8);
  backdrop-filter: blur(4px);
}

.lp-nozzle-modal-dialog {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4);
  z-index: 1;
}

.lp-nozzle-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101828;
  transition: background 0.15s;
}

.lp-nozzle-modal-close:hover { background: #e5e7eb; }

.lp-nozzle-modal-content {
  display: flex;
  gap: 24px;
  align-items: center;
}

.lp-nozzle-modal-img-wrap {
  flex-shrink: 0;
  width: 120px;
  height: 200px;
  background: radial-gradient(50% 50% at 50% 50%, #2C455C 0%, #071422 100%);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.lp-nozzle-modal-img {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: cover;
  object-position: top center;
}

.lp-nozzle-modal-body { flex: 1; }

.lp-nozzle-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  margin: 0 0 10px;
}

.lp-nozzle-modal-desc {
  font-size: 14px;
  color: #4a5565;
  line-height: 1.6;
  margin: 0;
}

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

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

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

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

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

.lp-wrapper--lp .lp-nozzle-footnote {
  font-size: 12px !important;
  color: #6b7280 !important;
  margin-top: 4px !important;
}

.lp-wrapper--lp .lp-nozzle-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #07061a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 14px 38px;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: 1px;
  align-self: center;
  margin-top: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

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

/* ============================================================
   7. FOOTER TRUST BAR
   ============================================================ */
.lp-wrapper--lp .lp-trust {
  background: #eff6ff;
  padding: 40px 0;
  border-top: 1px solid #eff6ff;
}

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

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

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

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

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

.lp-wrapper--lp .lp-trust-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d4896, #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--lp .lp-trust-item strong {
  font-size: 16px;
  font-weight: 700;
  color: #1d4896;
  margin-bottom: -6px;
}

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

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

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

.lp-wrapper--lp .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--lp .lp-faq-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  color: #101828;
  margin: 0;
}

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

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

.lp-wrapper--lp .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--lp .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--lp .lp-faq-question:hover { color: #211c80; }

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

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

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

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

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

.lp-wrapper--lp .lp-faq-answer a {
  color: #211c80;
  text-decoration: underline;
}

.lp-wrapper--lp .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--lp .lp-faq-contact h3 {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  margin: 0 0 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lp-wrapper--lp .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--lp .lp-hero {
    min-height: 540px;
  }

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

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

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

  .lp-wrapper--lp .lp-hero-content--lp {
    width: 100%;
    max-width: none;
    gap: 14px;
    align-items: center;
    text-align: center;
  }

  .lp-wrapper--lp .lp-hero-content--lp .lp-hero-badge {
    align-self: center;
  }

  .lp-wrapper--lp .lp-hero-title--lp {
    text-align: center;
  }

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

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

  .lp-wrapper--lp .lp-hero-x3-circle {
    width: 92px;
    height: 92px;
  }

  .lp-wrapper--lp .lp-hero-x3-num { font-size: 32px; }

  /* Claims */
  .lp-wrapper--lp .lp-claims { padding: 28px 0; }
  .lp-wrapper--lp .lp-claims-title { font-size: 24px; }
  .lp-wrapper--lp .lp-claims-grid {
    flex-direction: column;
    gap: 12px;
    padding: 0;
  }
  .lp-wrapper--lp .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--lp .lp-claim-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
  }
  .lp-wrapper--lp .lp-claim-text { font-size: 14px; }

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

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

  /* Comparison */
  .lp-wrapper--lp .lp-compare { padding: 36px 0; }
  .lp-wrapper--lp .lp-compare-title { font-size: 24px; }
  .lp-wrapper--lp .lp-compare-header {
    grid-template-columns: 1fr 80px 80px;
    padding: 12px 12px;
  }
  .lp-wrapper--lp .lp-compare-row {
    grid-template-columns: 1fr 80px 80px;
    padding: 0 12px;
    min-height: 70px;
  }
  .lp-wrapper--lp .lp-compare-col-brand,
  .lp-wrapper--lp .lp-compare-col-feature { font-size: 12px; }

  /* Sorteo */
  .lp-wrapper--lp .lp-sorteo { padding: 32px 0; }
  .lp-wrapper--lp .lp-sorteo-card { width: 100%; }
  .lp-wrapper--lp .lp-sorteo-product { display: none; }
  .lp-wrapper--lp .lp-sorteo-content { padding: 36px 24px 36px; }
  .lp-wrapper--lp .lp-sorteo-num { font-size: 28px; min-width: 40px; }
  .lp-wrapper--lp .lp-sorteo-countdown-wrap { padding: 16px 16px 12px; }

  /* Recommended */
  .lp-wrapper--lp .lp-recommended-section--lp { padding: 32px 0; }
  .lp-wrapper--lp .lp-brushing-recommended-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .lp-wrapper--lp .lp-recommended-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 16px 12px;
    white-space: normal;
  }

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

  /* Nozzle */
  .lp-wrapper--lp .lp-nozzle { padding: 24px 0 32px; }
  .lp-wrapper--lp .lp-nozzle-title { font-size: 26px; }
  .lp-wrapper--lp .lp-nozzle-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lp-wrapper--lp .lp-nozzle-stage {
    min-height: 220px;
    padding: 20px 8px 0;
  }
  .lp-wrapper--lp .lp-nozzle-btn img {
    max-width: 50px;
    height: 180px;
  }

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

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

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

  /* Lateral 16px padding for all sections on mobile */
  .lp-wrapper--lp .lp-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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