.tvb-ml {
  --tvb-ink: #142b35;
  --tvb-muted: #53666c;
  --tvb-paper: #f4f5f1;
  --tvb-surface: #ffffff;
  --tvb-soft: #e8eee9;
  --tvb-line: #d3dbd6;
  --tvb-accent: #ffe35a;
  --tvb-accent-dark: #f0cf00;
  --tvb-blue: #285c73;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(22px, 4vw, 58px);
  color: var(--tvb-ink);
  background: var(--tvb-paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  isolation: isolate;
}
.tvb-ml *, .tvb-ml *::before, .tvb-ml *::after { box-sizing: border-box; }
.tvb-ml .tvb-ml__inner { max-width: 1120px; margin: 0 auto; }
.tvb-ml .tvb-ml__header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; padding-bottom: 18px; border-bottom: 1px solid var(--tvb-line); }
.tvb-ml .tvb-ml__header--product { padding-bottom: 16px; }
.tvb-ml .tvb-ml__brand { margin: 0; color: var(--tvb-ink); font-size: 16px; font-weight: 850; letter-spacing: .045em; line-height: 1.45; }
.tvb-ml .tvb-ml__brand span { display: block; margin-top: 3px; color: var(--tvb-muted); font-size: 14px; font-weight: 400; letter-spacing: 0; }
.tvb-ml .tvb-ml__disclosure { margin: 0; color: var(--tvb-muted); font-size: 14px; }
.tvb-ml .tvb-ml__back { color: var(--tvb-blue); font-size: 15px; font-weight: 700; text-decoration: none; }
.tvb-ml .tvb-ml__back:hover { color: var(--tvb-ink); text-decoration: underline; }
.tvb-ml .tvb-ml__back:focus-visible, .tvb-ml .tvb-ml__product-nav a:focus-visible, .tvb-ml .tvb-ml__button:focus-visible { outline: 3px solid #145d9b; outline-offset: 4px; }
.tvb-ml .tvb-ml__eyebrow { margin: 0 0 12px; color: var(--tvb-blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; line-height: 1.4; }
.tvb-ml .tvb-ml__heading { max-width: 820px; margin: 0 0 14px; color: var(--tvb-ink); font-family: inherit; font-size: clamp(32px, 5vw, 58px); font-weight: 780; line-height: 1.04; letter-spacing: -.045em; overflow-wrap: break-word; }
.tvb-ml .tvb-ml__lead { max-width: 720px; margin: 0; color: var(--tvb-muted); font-size: 17px; line-height: 1.65; }
.tvb-ml .tvb-ml__selection-intro { padding: clamp(34px, 6vw, 76px) 0 34px; }
.tvb-ml .tvb-ml__product-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.tvb-ml .tvb-ml__product-nav a { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 46px; padding: 10px 14px 10px 16px; border: 1px solid var(--tvb-line); border-radius: 99px; color: var(--tvb-ink); background: var(--tvb-surface); font-size: 15px; font-weight: 700; text-decoration: none; }
.tvb-ml .tvb-ml__product-nav a:hover { border-color: var(--tvb-ink); background: var(--tvb-soft); }
.tvb-ml .tvb-ml__product-nav span { color: var(--tvb-blue); font-size: 19px; line-height: 1; }
.tvb-ml .tvb-ml__selection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.tvb-ml .tvb-ml__selection-card { display: flex; min-width: 0; overflow: hidden; border: 1px solid var(--tvb-line); border-radius: 18px; background: var(--tvb-surface); }
.tvb-ml .tvb-ml__selection-photo { position: relative; flex: 0 0 42%; min-height: 300px; overflow: hidden; background: #e8e9e5; }
.tvb-ml .tvb-ml__selection-photo .tvb-ml__image { position: absolute; display: block; max-width: none !important; min-width: 0 !important; height: auto !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; object-fit: fill; }
.tvb-ml .tvb-ml__selection-photo .tvb-ml__image--camisa { width: 485.384615% !important; left: -12.307692%; top: -19.615385%; }
.tvb-ml .tvb-ml__selection-photo .tvb-ml__image--tenis { width: 472.307692% !important; left: -17.307692%; top: -18.461538%; }
.tvb-ml .tvb-ml__selection-body { display: flex; flex: 1; min-width: 0; flex-direction: column; padding: 28px; }
.tvb-ml .tvb-ml__selection-title { margin: 0 0 12px; color: var(--tvb-ink); font-family: inherit; font-size: clamp(23px, 2.5vw, 31px); font-weight: 760; line-height: 1.1; letter-spacing: -.035em; overflow-wrap: break-word; }
.tvb-ml .tvb-ml__selection-body > p:not(.tvb-ml__eyebrow) { margin: 0 0 20px; color: var(--tvb-muted); font-size: 16px; line-height: 1.55; }
.tvb-ml .tvb-ml__selection-meta { display: flex; flex-direction: column; gap: 2px; margin: auto 0 20px; padding-top: 16px; border-top: 1px solid var(--tvb-line); }
.tvb-ml .tvb-ml__selection-meta strong { color: var(--tvb-ink); font-size: 15px; }
.tvb-ml .tvb-ml__selection-meta span { color: var(--tvb-muted); font-size: 14px; }
.tvb-ml .tvb-ml__button { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 54px; padding: 13px 18px; border: 1px solid transparent; border-radius: 9px; color: var(--tvb-ink); font-family: inherit; font-size: 16px; font-weight: 750; line-height: 1.35; text-decoration: none; overflow-wrap: anywhere; transition: background-color .15s ease, transform .15s ease; }
.tvb-ml .tvb-ml__button span { flex-shrink: 0; font-size: 23px; font-weight: 400; line-height: 1; }
.tvb-ml .tvb-ml__button:hover { transform: translateY(-1px); text-decoration: none; }
.tvb-ml .tvb-ml__button:visited { color: var(--tvb-ink); }
.tvb-ml .tvb-ml__button--dark { background: var(--tvb-ink); color: #fff; }
.tvb-ml .tvb-ml__button--dark:visited { color: #fff; }
.tvb-ml .tvb-ml__button--dark:hover { color: #fff; background: #244552; }
.tvb-ml .tvb-ml__button--primary { border-color: var(--tvb-accent-dark); background: var(--tvb-accent); }
.tvb-ml .tvb-ml__button--primary:hover { background: #ffdb27; }
.tvb-ml .tvb-ml__selection-note { display: grid; grid-template-columns: 1.25fr 1fr; gap: 22px 44px; margin-top: 26px; padding: 20px 24px; border-left: 4px solid var(--tvb-accent-dark); background: var(--tvb-soft); }
.tvb-ml .tvb-ml__selection-note p { margin: 0; color: var(--tvb-muted); font-size: 14px; line-height: 1.6; }
.tvb-ml .tvb-ml__selection-note strong { color: var(--tvb-ink); }
.tvb-ml .tvb-ml__embedded-product { scroll-margin-top: 24px; }

/* Individual product landing pages */
.tvb-ml .tvb-ml__product-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 6vw, 78px); align-items: center; padding: clamp(40px, 7vw, 86px) 0 64px; }
.tvb-ml .tvb-ml__product-media { min-width: 0; }
.tvb-ml .tvb-ml__product-badge { display: inline-block; margin-bottom: 20px; padding: 7px 11px; border-radius: 999px; color: var(--tvb-ink); background: var(--tvb-accent); font-size: 12px; font-weight: 850; letter-spacing: .08em; line-height: 1.4; }
.tvb-ml .tvb-ml__photo { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 16px; background: #e8e9e5; }
.tvb-ml .tvb-ml__photo--large { max-width: 500px; }
.tvb-ml .tvb-ml__photo .tvb-ml__image { position: absolute; display: block; max-width: none !important; min-width: 0 !important; height: auto !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; object-fit: fill; }
.tvb-ml .tvb-ml__photo .tvb-ml__image--camisa { width: 485.384615% !important; left: -12.307692%; top: -19.615385%; }
.tvb-ml .tvb-ml__photo .tvb-ml__image--tenis { width: 472.307692% !important; left: -17.307692%; top: -18.461538%; }
.tvb-ml .tvb-ml__media-caption { max-width: 500px; margin: 10px 0 0; color: var(--tvb-muted); font-size: 13px; }
.tvb-ml .tvb-ml__product-copy { min-width: 0; }
.tvb-ml .tvb-ml__product-title { max-width: 660px; margin: 0 0 16px; color: var(--tvb-ink); font-family: inherit; font-size: clamp(36px, 5vw, 64px); font-weight: 780; line-height: .99; letter-spacing: -.055em; overflow-wrap: break-word; }
.tvb-ml .tvb-ml__product-subtitle { max-width: 610px; margin: 0 0 26px; color: var(--tvb-muted); font-size: 18px; line-height: 1.55; }
.tvb-ml .tvb-ml__price-panel { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 0 0 18px; padding: 17px 18px; border: 1px solid var(--tvb-line); border-radius: 12px; background: var(--tvb-surface); }
.tvb-ml .tvb-ml__price-panel div { display: flex; flex-direction: column; }
.tvb-ml .tvb-ml__price-panel span { color: var(--tvb-muted); font-size: 13px; }
.tvb-ml .tvb-ml__price-panel strong { color: var(--tvb-ink); font-size: 31px; font-weight: 800; line-height: 1.15; }
.tvb-ml .tvb-ml__price-panel p { max-width: 220px; margin: 0; color: var(--tvb-muted); font-size: 13px; line-height: 1.45; text-align: right; }
.tvb-ml .tvb-ml__cta-note { margin: 9px 0 0; color: var(--tvb-muted); font-size: 13px; }
.tvb-ml .tvb-ml__fact-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--tvb-line); border-bottom: 1px solid var(--tvb-line); }
.tvb-ml .tvb-ml__fact-row > div { min-width: 0; padding: 23px 22px; border-right: 1px solid var(--tvb-line); }
.tvb-ml .tvb-ml__fact-row > div:last-child { border-right: 0; }
.tvb-ml .tvb-ml__fact-number { display: block; margin-bottom: 8px; color: var(--tvb-blue); font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.tvb-ml .tvb-ml__fact-row strong { display: block; color: var(--tvb-ink); font-size: 17px; line-height: 1.3; }
.tvb-ml .tvb-ml__fact-row p { margin: 5px 0 0; color: var(--tvb-muted); font-size: 14px; line-height: 1.5; }
.tvb-ml .tvb-ml__details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; padding: 70px 0; }
.tvb-ml .tvb-ml__detail-block { min-width: 0; padding: 30px; border: 1px solid var(--tvb-line); border-radius: 16px; background: var(--tvb-surface); }
.tvb-ml .tvb-ml__detail-block--soft { border-color: transparent; background: var(--tvb-soft); }
.tvb-ml .tvb-ml__detail-block h2, .tvb-ml .tvb-ml__how-to h2 { margin: 0 0 15px; color: var(--tvb-ink); font-family: inherit; font-size: clamp(25px, 3vw, 37px); font-weight: 760; line-height: 1.08; letter-spacing: -.04em; }
.tvb-ml .tvb-ml__detail-block > p:not(.tvb-ml__eyebrow) { margin: 0; color: var(--tvb-muted); font-size: 16px; line-height: 1.65; }
.tvb-ml .tvb-ml__check-list, .tvb-ml .tvb-ml__number-list { margin: 22px 0 0; padding: 0; list-style: none; }
.tvb-ml .tvb-ml__check-list li { position: relative; margin: 12px 0; padding-left: 27px; color: var(--tvb-ink); font-size: 15px; line-height: 1.5; }
.tvb-ml .tvb-ml__check-list li::before { position: absolute; top: 1px; left: 0; color: var(--tvb-blue); content: "✓"; font-size: 18px; font-weight: 800; }
.tvb-ml .tvb-ml__number-list { counter-reset: tvb-item; }
.tvb-ml .tvb-ml__number-list li { position: relative; margin: 14px 0; padding-left: 35px; color: var(--tvb-muted); font-size: 15px; line-height: 1.55; counter-increment: tvb-item; }
.tvb-ml .tvb-ml__number-list li::before { position: absolute; top: 0; left: 0; color: var(--tvb-blue); content: counter(tvb-item, decimal-leading-zero); font-size: 14px; font-weight: 850; }
.tvb-ml .tvb-ml__number-list strong { color: var(--tvb-ink); }
.tvb-ml .tvb-ml__how-to { padding: 34px; border-radius: 18px; background: var(--tvb-ink); }
.tvb-ml .tvb-ml__how-to .tvb-ml__eyebrow { color: var(--tvb-accent); }
.tvb-ml .tvb-ml__how-to h2 { color: #fff; }
.tvb-ml .tvb-ml__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 30px 0 28px; }
.tvb-ml .tvb-ml__steps > div { min-width: 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.25); }
.tvb-ml .tvb-ml__steps span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-bottom: 13px; border-radius: 50%; color: var(--tvb-ink); background: var(--tvb-accent); font-size: 14px; font-weight: 850; }
.tvb-ml .tvb-ml__steps strong { display: block; color: #fff; font-size: 16px; line-height: 1.35; }
.tvb-ml .tvb-ml__steps p { margin: 5px 0 0; color: #d9e4e6; font-size: 14px; line-height: 1.5; }
.tvb-ml .tvb-ml__how-to .tvb-ml__button--primary { max-width: 440px; }
.tvb-ml .tvb-ml__button--wide { margin-top: 4px; }
.tvb-ml .tvb-ml__footer { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--tvb-line); }
.tvb-ml .tvb-ml__footer p { max-width: 900px; margin: 0; color: var(--tvb-muted); font-size: 14px; line-height: 1.65; }
.tvb-ml .tvb-ml__footer .tvb-ml__footer-title { margin-bottom: 6px; color: var(--tvb-ink); font-size: 16px; font-weight: 750; }
@media (max-width: 820px) {
  .tvb-ml .tvb-ml__selection-grid, .tvb-ml .tvb-ml__product-hero { grid-template-columns: 1fr; }
  .tvb-ml .tvb-ml__selection-card { max-width: 680px; }
  .tvb-ml .tvb-ml__product-media { display: grid; justify-items: center; }
  .tvb-ml .tvb-ml__product-copy { max-width: 680px; }
  .tvb-ml .tvb-ml__photo--large { width: min(100%, 520px); }
}
@media (max-width: 620px) {
  .tvb-ml { padding: 20px 14px; }
  .tvb-ml .tvb-ml__selection-card { display: block; }
  .tvb-ml .tvb-ml__selection-photo { min-height: 280px; }
  .tvb-ml .tvb-ml__selection-body { padding: 22px; }
  .tvb-ml .tvb-ml__selection-note, .tvb-ml .tvb-ml__details-grid { grid-template-columns: 1fr; }
  .tvb-ml .tvb-ml__selection-note { gap: 12px; padding: 18px; }
  .tvb-ml .tvb-ml__product-hero { gap: 34px; padding-top: 38px; }
  .tvb-ml .tvb-ml__price-panel { display: block; }
  .tvb-ml .tvb-ml__price-panel p { max-width: none; margin-top: 8px; text-align: left; }
  .tvb-ml .tvb-ml__fact-row, .tvb-ml .tvb-ml__steps { grid-template-columns: 1fr; }
  .tvb-ml .tvb-ml__fact-row > div { border-right: 0; border-bottom: 1px solid var(--tvb-line); }
  .tvb-ml .tvb-ml__fact-row > div:last-child { border-bottom: 0; }
  .tvb-ml .tvb-ml__details-grid { padding: 46px 0; }
  .tvb-ml .tvb-ml__detail-block, .tvb-ml .tvb-ml__how-to { padding: 24px; }
  .tvb-ml .tvb-ml__steps { gap: 18px; }
}

/* V2 — camada de conversão: menos distração, mais clareza e melhor leitura no celular. */
.tvb-ml__native-header { padding-top: 10px !important; padding-bottom: 12px !important; }
.tvb-ml__native-header .tvb-ml__logo img { width: min(156px, 100%); }
.tvb-ml__native-header .tvb-ml__disclosure { font-size: 12px; }
.tvb-ml__product-hero { margin-top: 10px; border-radius: 22px; background: linear-gradient(135deg, #ffffff 0%, #fff8d8 72%, #e8f7ef 100%); box-shadow: 0 16px 36px rgba(18,57,68,.12); }
.tvb-ml__product-media .tvb-ml__photo { border-radius: 18px; background: #fff; }
.tvb-ml__product-media .tvb-ml__image img { display: block; width: 100%; height: auto; border-radius: 18px; }
.tvb-ml__product-title .elementor-heading-title { font-size: clamp(34px, 4.2vw, 56px); letter-spacing: -.045em; }
.tvb-ml__product-subtitle p { max-width: 560px; font-size: 17px; }
.tvb-ml__price-panel { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 18px; border: 1px solid rgba(18,57,68,.12); border-radius: 14px; background: rgba(255,255,255,.8); }
.tvb-ml__price-panel strong { font-size: 36px; }
.tvb-ml .elementor-widget-button.tvb-ml__button--primary .elementor-button { min-height: 60px; border-radius: 12px; font-size: 17px; }
.tvb-ml__fact-row { margin-top: 24px; }
.tvb-ml__details-grid { padding-top: 54px !important; padding-bottom: 54px !important; }
.tvb-ml__testimonials { margin-bottom: 46px; }
.tvb-ml__how-to { border-radius: 22px; }
@media (max-width: 620px) {
  .tvb-ml__price-panel { display: block; }
  .tvb-ml__price-panel p { max-width: none; margin-top: 8px; text-align: left; }
  .tvb-ml__button--sticky-mobile { position: fixed !important; right: 14px; bottom: 14px; left: 14px; z-index: 9999; width: auto !important; max-width: none !important; padding: 0 12px; border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 10px 30px rgba(0,0,0,.22); }
  .tvb-ml__button--sticky-mobile .elementor-button { min-height: 54px !important; }
  .tvb-ml__native-footer { padding-bottom: 92px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .tvb-ml .tvb-ml__button { transition: none; }
}

/* Visual refresh: brighter, warmer and more editorial while keeping the block scoped. */
.tvb-ml {
  --tvb-ink: #123944;
  --tvb-muted: #48636a;
  --tvb-paper: #fff9eb;
  --tvb-surface: #ffffff;
  --tvb-soft: #e2f3e8;
  --tvb-line: #d6e1d7;
  --tvb-accent: #ffd438;
  --tvb-accent-dark: #e6b900;
  --tvb-blue: #08766f;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 90% 5%, rgba(255,212,56,.28), transparent 26%), linear-gradient(145deg, #fff9eb 0%, #fffdf7 55%, #eaf7ed 100%);
}
.tvb-ml::before { position: absolute; top: -120px; right: -120px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,137,94,.13); content: ""; }
.tvb-ml .tvb-ml__inner { position: relative; z-index: 1; }
.tvb-ml .tvb-ml__brandmark { display: inline-flex; align-items: center; gap: 10px; color: var(--tvb-ink); text-decoration: none; }
.tvb-ml .tvb-ml__brandmark:hover { color: var(--tvb-blue); text-decoration: none; }
.tvb-ml .tvb-ml__brandmark img { display: block; width: 58px; height: 58px; object-fit: contain; }
.tvb-ml .tvb-ml__brandmark .tvb-ml__brand { display: flex; flex-direction: column; letter-spacing: 0; }
.tvb-ml .tvb-ml__brandmark .tvb-ml__brand strong { color: inherit; font-size: 17px; font-weight: 850; line-height: 1.2; }
.tvb-ml .tvb-ml__brandmark .tvb-ml__brand small { margin-top: 3px; color: var(--tvb-muted); font-size: 13px; font-weight: 500; line-height: 1.3; }
.tvb-ml .tvb-ml__brandmark--product img { width: 50px; height: 50px; }
.tvb-ml .tvb-ml__header { border-bottom-color: rgba(18,57,68,.16); }
.tvb-ml .tvb-ml__selection-intro { position: relative; }
.tvb-ml .tvb-ml__selection-intro::after { position: absolute; top: 42px; right: 5%; width: 100px; height: 100px; border: 14px solid rgba(8,118,111,.12); border-radius: 50%; content: ""; }
.tvb-ml .tvb-ml__selection-card { border: 0; box-shadow: 0 18px 40px rgba(18,57,68,.12); }
.tvb-ml .tvb-ml__selection-card--camisa { border-top: 6px solid #ffd438; }
.tvb-ml .tvb-ml__selection-card--tenis { border-top: 6px solid #ff895e; }
.tvb-ml .tvb-ml__selection-photo { background: #e1e7e1; }
.tvb-ml .tvb-ml__selection-body { background: rgba(255,255,255,.96); }
.tvb-ml .tvb-ml__selection-note { border-left-color: #ff895e; background: #e2f3e8; }
.tvb-ml .tvb-ml__button--dark { background: #123944; }
.tvb-ml .tvb-ml__button--dark:hover { background: #08766f; }
.tvb-ml .tvb-ml__product-hero { margin-top: 24px; padding: clamp(28px, 5vw, 64px); border-radius: 28px; background: linear-gradient(135deg, #ffffff 0%, #fff4bd 100%); box-shadow: 0 20px 48px rgba(18,57,68,.13); }
.tvb-ml .tvb-ml__product-media { position: relative; }
.tvb-ml .tvb-ml__product-media::after { position: absolute; right: 2%; bottom: 34px; width: 80px; height: 80px; border-radius: 50%; background: #ff895e; opacity: .85; content: ""; }
.tvb-ml .tvb-ml__photo { z-index: 1; box-shadow: 0 16px 28px rgba(18,57,68,.16); }
.tvb-ml .tvb-ml__product-badge { position: relative; z-index: 2; color: #123944; background: #ffd438; }
.tvb-ml .tvb-ml__price-panel { border-color: rgba(18,57,68,.14); box-shadow: 0 9px 20px rgba(18,57,68,.06); }
.tvb-ml .tvb-ml__price-panel strong { color: #08766f; }
.tvb-ml .tvb-ml__button--primary { box-shadow: 0 8px 0 #e6b900; }
.tvb-ml .tvb-ml__button--primary:hover { box-shadow: 0 5px 0 #e6b900; transform: translateY(2px); }
.tvb-ml .tvb-ml__fact-row { margin-top: 36px; overflow: hidden; border: 0; border-radius: 18px; background: #123944; box-shadow: 0 14px 28px rgba(18,57,68,.12); }
.tvb-ml .tvb-ml__fact-row > div { border-right-color: rgba(255,255,255,.19); }
.tvb-ml .tvb-ml__fact-row strong, .tvb-ml .tvb-ml__fact-row p { color: #fff; }
.tvb-ml .tvb-ml__fact-row p { color: #d9ece8; }
.tvb-ml .tvb-ml__fact-number { color: #ffd438; }
.tvb-ml .tvb-ml__detail-block { border: 0; box-shadow: 0 12px 28px rgba(18,57,68,.08); }
.tvb-ml .tvb-ml__detail-block--soft { background: #e2f3e8; box-shadow: none; }
.tvb-ml .tvb-ml__check-list li::before { color: #08766f; }
.tvb-ml .tvb-ml__how-to { background: linear-gradient(135deg, #123944 0%, #08766f 100%); box-shadow: 0 18px 38px rgba(18,57,68,.18); }

/* A visible opinions/testimonials area that points to real buyer feedback. */
.tvb-ml .tvb-ml__testimonials { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(28px, 5vw, 56px); align-items: center; margin: 0 0 64px; padding: clamp(28px, 5vw, 52px); border-radius: 26px; color: #fff; background: linear-gradient(135deg, #08766f 0%, #123944 100%); box-shadow: 0 18px 40px rgba(18,57,68,.19); }
.tvb-ml .tvb-ml__testimonials-intro { min-width: 0; }
.tvb-ml .tvb-ml__testimonials-intro .tvb-ml__eyebrow { color: #ffd438; }
.tvb-ml .tvb-ml__testimonials-intro h2 { max-width: 500px; margin: 0 0 14px; color: #fff; font-family: inherit; font-size: clamp(27px, 3.4vw, 43px); font-weight: 780; line-height: 1.05; letter-spacing: -.045em; }
.tvb-ml .tvb-ml__testimonials-intro > p:not(.tvb-ml__eyebrow) { max-width: 520px; margin: 0; color: #d9ece8; font-size: 16px; line-height: 1.65; }
.tvb-ml .tvb-ml__testimonials-intro .tvb-ml__button { max-width: 310px; margin-top: 24px; }
.tvb-ml .tvb-ml__testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; min-width: 0; }
.tvb-ml .tvb-ml__testimonial-card { display: flex; min-width: 0; min-height: 230px; flex-direction: column; padding: 22px; border-radius: 17px; color: #123944; box-shadow: 0 12px 22px rgba(0,0,0,.11); }
.tvb-ml .tvb-ml__testimonial-card--yellow { background: #ffd438; }
.tvb-ml .tvb-ml__testimonial-card--white { background: #fff; }
.tvb-ml .tvb-ml__testimonial-card--orange { color: #fff; background: #ff895e; }
.tvb-ml .tvb-ml__quote-mark { display: block; height: 38px; margin-bottom: 12px; font-family: Georgia, serif; font-size: 50px; font-weight: 700; line-height: .8; }
.tvb-ml .tvb-ml__testimonial-card h3 { margin: 0 0 9px; color: inherit; font-family: inherit; font-size: 19px; font-weight: 780; line-height: 1.2; }
.tvb-ml .tvb-ml__testimonial-card p { margin: 0; color: inherit; font-size: 14px; line-height: 1.55; opacity: .88; }
.tvb-ml .tvb-ml__testimonial-link { margin-top: auto; padding-top: 17px; color: inherit; font-size: 13px; font-weight: 800; }
@media (max-width: 820px) {
  .tvb-ml .tvb-ml__testimonials { grid-template-columns: 1fr; }
  .tvb-ml .tvb-ml__testimonials-intro { max-width: 680px; }
}
@media (max-width: 620px) {
  .tvb-ml .tvb-ml__selection-intro::after { display: none; }
  .tvb-ml .tvb-ml__product-hero { margin-top: 14px; padding: 20px; border-radius: 20px; }
  .tvb-ml .tvb-ml__fact-row { margin-top: 22px; }
  .tvb-ml .tvb-ml__testimonials { margin-bottom: 46px; padding: 22px; border-radius: 20px; }
  .tvb-ml .tvb-ml__testimonial-grid { grid-template-columns: 1fr; }
  .tvb-ml .tvb-ml__testimonial-card { min-height: 0; }
}

/* Elementor-native layout bridge. Elementor wraps each section and column in
 * its own containers; these selectors apply the same visual system to the
 * imported native widgets without changing the shortcode templates above. */
.tvb-ml.elementor-section > .elementor-container { position: relative; z-index: 1; max-width: 1120px; }
.tvb-ml .elementor-widget-wrap { min-width: 0; padding: 0 !important; }
.tvb-ml .elementor-widget-text-editor p { margin-top: 0; }
.tvb-ml .elementor-widget-heading .elementor-heading-title { margin-top: 0; }

.tvb-ml__native-header > .elementor-container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tvb-ml__native-header { padding: 18px clamp(18px, 4vw, 58px) 24px !important; }
.tvb-ml__native-header .tvb-ml__brandmark { display: flex; align-items: center; }
.tvb-ml__native-header .tvb-ml__logo img { display: block; width: min(230px, 100%); height: auto; object-fit: contain; }
.tvb-ml__native-header .tvb-ml__native-right { text-align: right; }
.tvb-ml__native-header .tvb-ml__disclosure p { margin: 0; }

.tvb-ml__native-selection > .elementor-container { display: block; }
.tvb-ml__native-selection { padding: 0 clamp(18px, 4vw, 58px) 34px !important; }
.tvb-ml__native-selection .tvb-ml__selection-intro { width: 100%; }

.tvb-ml__selection-card > .elementor-container { display: flex; align-items: stretch; }
.tvb-ml__selection-card { padding: 0 !important; margin: 0 0 26px; }
.tvb-ml__selection-card .tvb-ml__selection-photo { display: flex; flex: 0 0 43%; min-width: 0; }
.tvb-ml__selection-card .tvb-ml__selection-photo .elementor-widget-wrap { position: static; width: 100%; min-height: 100%; }
.tvb-ml__selection-card .tvb-ml__selection-photo .elementor-widget-image,
.tvb-ml__selection-card .tvb-ml__selection-photo .elementor-widget-image .elementor-widget-container { width: 100%; height: 100%; }
.tvb-ml__selection-card .tvb-ml__selection-body { display: flex; flex: 1 1 auto; min-width: 0; }
.tvb-ml__selection-card .tvb-ml__selection-body .elementor-widget-wrap { display: flex; flex: 1 1 auto; min-height: 100%; flex-direction: column; padding: 28px !important; }
.tvb-ml__selection-card .tvb-ml__selection-body .elementor-widget-button { margin-top: auto; }
.tvb-ml__selection-card .tvb-ml__selection-title .elementor-heading-title { color: var(--tvb-ink); }
.tvb-ml__selection-card .tvb-ml__selection-body .elementor-widget-text-editor p:not(.tvb-ml__eyebrow):not(.tvb-ml__selection-meta) { color: var(--tvb-muted); font-size: 16px; line-height: 1.55; }

.tvb-ml__product-hero > .elementor-container { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 6vw, 78px); align-items: center; }
.tvb-ml__product-hero { padding: clamp(28px, 5vw, 64px) !important; }
.tvb-ml__product-hero > .elementor-container > .elementor-column { width: auto; min-width: 0; flex: none; }
.tvb-ml__product-hero .tvb-ml__product-media .elementor-widget-wrap { position: static; width: 100%; min-height: 100%; }
.tvb-ml__product-hero .tvb-ml__product-copy .elementor-widget-wrap { width: 100%; }
.tvb-ml__product-title .elementor-heading-title { max-width: 660px; margin: 0 0 16px; color: var(--tvb-ink); font-family: inherit; font-size: clamp(36px, 5vw, 64px); font-weight: 780; line-height: .99; letter-spacing: -.055em; overflow-wrap: break-word; }
.tvb-ml__product-subtitle p { max-width: 610px; margin: 0 0 26px; color: var(--tvb-muted); font-size: 18px; line-height: 1.55; }
.tvb-ml__product-copy .tvb-ml__eyebrow p { margin-bottom: 12px; }
.tvb-ml__product-media .tvb-ml__media-caption p { margin: 10px 0 0; }

.tvb-ml__fact-row > .elementor-container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tvb-ml__fact-row { padding: 0 !important; }
.tvb-ml__fact-row > .elementor-container > .elementor-column { width: auto; min-width: 0; flex: none; }
.tvb-ml__fact-row .tvb-ml__fact-item { min-width: 0; padding: 23px 22px; border-right: 1px solid rgba(255,255,255,.19); }
.tvb-ml__fact-row .tvb-ml__fact-item:last-child { border-right: 0; }
.tvb-ml__fact-row .tvb-ml__fact-item .elementor-heading-title { margin: 0; color: #fff; font-size: 17px; line-height: 1.3; }
.tvb-ml__fact-row .tvb-ml__fact-item p { color: #d9ece8; }

.tvb-ml__details-grid > .elementor-container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.tvb-ml__details-grid { padding: 70px clamp(18px, 4vw, 58px) !important; }
.tvb-ml__details-grid > .elementor-container > .elementor-column { width: auto; min-width: 0; flex: none; }
.tvb-ml__details-grid .tvb-ml__detail-block { min-width: 0; padding: 30px; }
.tvb-ml__details-grid .tvb-ml__detail-block .elementor-heading-title { margin: 0 0 15px; color: var(--tvb-ink); font-family: inherit; font-size: clamp(25px, 3vw, 37px); font-weight: 760; line-height: 1.08; letter-spacing: -.04em; }
.tvb-ml__details-grid .tvb-ml__detail-block > .elementor-widget-wrap { min-height: 100%; }

.tvb-ml__testimonials > .elementor-container { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(28px, 5vw, 56px); align-items: center; }
.tvb-ml__testimonials { padding: clamp(28px, 5vw, 52px) !important; }
.tvb-ml__testimonials > .elementor-container > .elementor-column { width: auto; min-width: 0; flex: none; }
.tvb-ml__testimonials .tvb-ml__testimonials-intro .elementor-heading-title { max-width: 500px; margin: 0 0 14px; color: #fff; font-family: inherit; font-size: clamp(27px, 3.4vw, 43px); font-weight: 780; line-height: 1.05; letter-spacing: -.045em; }
.tvb-ml__testimonials .tvb-ml__testimonials-intro p:not(.tvb-ml__eyebrow) { max-width: 520px; color: #d9ece8; font-size: 16px; line-height: 1.65; }
.tvb-ml__testimonials .tvb-ml__testimonial-grid-wrap > .elementor-widget-wrap { width: 100%; }
.tvb-ml__testimonials .tvb-ml__testimonial-grid { width: 100%; }
.tvb-ml__testimonial-grid > .elementor-container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tvb-ml__testimonial-grid > .elementor-container > .elementor-column { width: auto; min-width: 0; flex: none; }
.tvb-ml__testimonial-grid .tvb-ml__testimonial-card { display: flex; min-width: 0; min-height: 230px; padding: 22px; }
.tvb-ml__testimonial-grid .tvb-ml__testimonial-card .elementor-widget-wrap { display: flex; flex: 1 1 auto; min-height: 100%; flex-direction: column; }
.tvb-ml__testimonial-grid .tvb-ml__testimonial-card .elementor-heading-title { margin: 0 0 9px; color: inherit; font-family: inherit; font-size: 19px; font-weight: 780; line-height: 1.2; }
.tvb-ml__testimonial-grid .tvb-ml__testimonial-link { display: block; margin-top: auto; }

.tvb-ml__how-to > .elementor-container { display: block; }
.tvb-ml__how-to { padding: 34px clamp(22px, 4vw, 52px) !important; }
.tvb-ml__how-to .tvb-ml__howto-intro > .elementor-widget-wrap { width: 100%; }
.tvb-ml__how-to .tvb-ml__howto-intro .elementor-heading-title { margin: 0 0 15px; color: #fff; font-family: inherit; font-size: clamp(25px, 3vw, 37px); font-weight: 760; line-height: 1.08; letter-spacing: -.04em; }
.tvb-ml__how-to .tvb-ml__steps { width: 100%; margin: 30px 0 28px; }
.tvb-ml__steps > .elementor-container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.tvb-ml__steps > .elementor-container > .elementor-column { width: auto; min-width: 0; flex: none; }
.tvb-ml__steps .tvb-ml__step { min-width: 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.25); }
.tvb-ml__steps .tvb-ml__step .elementor-heading-title { margin: 0; color: #fff; font-size: 16px; line-height: 1.35; }
.tvb-ml__steps .tvb-ml__step p { color: #d9e4e6; font-size: 14px; line-height: 1.5; }
.tvb-ml__how-to .elementor-widget-button.tvb-ml__button { max-width: 440px; }

.tvb-ml .elementor-widget-button.tvb-ml__button { width: 100%; }
.tvb-ml .elementor-widget-button.tvb-ml__button .elementor-widget-container { width: 100%; }
.tvb-ml .elementor-widget-button.tvb-ml__button .elementor-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; padding: 13px 18px; border: 1px solid transparent; border-radius: 9px; color: var(--tvb-ink); font-family: inherit; font-size: 16px; font-weight: 750; line-height: 1.35; text-decoration: none; transition: background-color .15s ease, transform .15s ease; }
.tvb-ml .elementor-widget-button.tvb-ml__button .elementor-button:hover { transform: translateY(-1px); text-decoration: none; }
.tvb-ml .elementor-widget-button.tvb-ml__button--dark .elementor-button { color: #fff; background: var(--tvb-ink); }
.tvb-ml .elementor-widget-button.tvb-ml__button--dark .elementor-button:hover { color: #fff; background: #08766f; }
.tvb-ml .elementor-widget-button.tvb-ml__button--primary .elementor-button { border-color: var(--tvb-accent-dark); color: var(--tvb-ink); background: var(--tvb-accent); box-shadow: 0 8px 0 #e6b900; }
.tvb-ml .elementor-widget-button.tvb-ml__button--primary .elementor-button:hover { color: var(--tvb-ink); background: #ffdb27; box-shadow: 0 5px 0 #e6b900; transform: translateY(2px); }
.tvb-ml__native-footer { padding: 22px clamp(18px, 4vw, 58px) 34px !important; }

@media (max-width: 820px) {
  .tvb-ml__selection-card > .elementor-container,
  .tvb-ml__product-hero > .elementor-container { display: grid; grid-template-columns: 1fr; }
  .tvb-ml__selection-card .tvb-ml__selection-photo { min-height: 300px; }
  .tvb-ml__fact-row > .elementor-container,
  .tvb-ml__details-grid > .elementor-container,
  .tvb-ml__testimonials > .elementor-container { grid-template-columns: 1fr; }
  .tvb-ml__testimonial-grid > .elementor-container { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .tvb-ml__native-header > .elementor-container { display: block; }
  .tvb-ml__native-header .tvb-ml__native-right { margin-top: 8px; text-align: left; }
  .tvb-ml__selection-card .tvb-ml__selection-photo { min-height: 280px; }
  .tvb-ml__selection-card .tvb-ml__selection-body .elementor-widget-wrap { padding: 22px !important; }
  .tvb-ml__product-hero > .elementor-container { gap: 34px; }
  .tvb-ml__testimonial-grid > .elementor-container,
  .tvb-ml__steps > .elementor-container { grid-template-columns: 1fr; }
  .tvb-ml__fact-row .tvb-ml__fact-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.19); }
  .tvb-ml__fact-row .tvb-ml__fact-item:last-child { border-bottom: 0; }
  .tvb-ml__testimonial-grid .tvb-ml__testimonial-card { min-height: 0; }
}
