/* Mestre Lukas LP v1.3.1 — estilos isolados */
.ml-lp {
  --bg: #030303;
  --surface: #0d0b0b;
  --surface-2: #151111;
  --line: rgba(255,255,255,.1);
  --text: #f5f0e8;
  --muted: #aaa49b;
  --wine: #a00021;
  --wine-bright: #e00031;
  --gold: #d2c7bc;
  --gold-soft: #f4efe9;
  --green: #5bc88a;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
  --shadow: 0 24px 70px rgba(0,0,0,.45);
}

.ml-lp, .ml-lp * { box-sizing: border-box; }
.ml-lp { scroll-behavior: smooth; }
.ml-lp { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.65; }
.ml-lp button, .ml-lp a { -webkit-tap-highlight-color: transparent; }
.ml-lp button { font: inherit; }
.ml-lp a { color: inherit; }
.ml-lp img { display: block; max-width: 100%; }
.ml-lp .mllp-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ml-lp .narrow { width: min(820px, calc(100% - 40px)); }
.ml-lp .section { padding: 112px 0; }
.ml-lp .skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; background: var(--gold-soft); color: #111; border-radius: 6px; }
.ml-lp .skip-link:focus { transform: translateY(0); }
.ml-lp :focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }

.ml-lp .mllp-header { position: absolute !important; z-index: 10; inset: 0 0 auto !important; max-width: none !important; width: auto !important; margin: 0 !important; padding: 26px 0; float: none !important; }
.ml-lp .header-inner, .ml-lp .brand, .ml-lp .video-availability, .ml-lp .hero-actions, .ml-lp .trust-list, .ml-lp .quiz-topline, .ml-lp .audio-title, .ml-lp .audio-controls, .ml-lp .proof-intro { display: flex; align-items: center; }
.ml-lp .brand { width: min(230px, 47vw); margin: 0; text-decoration: none; }
.ml-lp .brand-logo { display: block; width: 100%; height: auto; object-fit: contain; }
.ml-lp .header-inner { justify-content: center; }
.ml-lp .video-availability { gap: 9px; width: fit-content; margin: 0 auto 14px; padding: 7px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(0,0,0,.32); color: #c8c4bd; font-size: 12px; white-space: nowrap; }
.ml-lp .video-availability span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(91,200,138,.09); }

.ml-lp .hero { position: relative; min-height: 820px; padding: 150px 0 88px; overflow: hidden; background: radial-gradient(circle at 77% 38%, rgba(224,0,49,.15), transparent 30%), radial-gradient(circle at 26% 66%, rgba(160,0,33,.08), transparent 31%), linear-gradient(180deg, #050404, #010101); }
.ml-lp .hero::before { content: ""; position: absolute; inset: 0; opacity: .035; background-image: url("../images/tridents-watermark.png"); background-position: 5% 120%; background-size: 540px; background-repeat: no-repeat; }
.ml-lp .hero-glow { position: absolute; width: 420px; height: 420px; left: -260px; top: 270px; border-radius: 50%; background: rgba(203,178,125,.08); filter: blur(100px); }
.ml-lp .hero-grid { position: relative; display: flex; flex-direction: column; align-items: center; max-width: 720px; margin-inline: auto; gap: 0; }
.ml-lp .hero-copy { order: 1; text-align: center; }
.ml-lp .hero-copy .eyebrow, .ml-lp .hero-actions, .ml-lp .trust-list { justify-content: center; }
.ml-lp .hero-conversion { order: 3; width: 100%; }
.ml-lp .eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.ml-lp h1, .ml-lp h2, .ml-lp h3 { margin: 0; font-family: var(--font-display); font-weight: 500; line-height: 1.18; text-transform: none; text-wrap: balance; }
.ml-lp h1 { max-width: 700px; margin-inline: auto; font-size: clamp(36px, 3.4vw, 50px); line-height: 1.24; letter-spacing: -.025em; }
.ml-lp h1 em { color: var(--wine-bright); font-style: normal; text-shadow: 0 0 28px rgba(224,0,49,.16); }
.ml-lp .hero-lead { max-width: 560px; margin: 16px auto 0; color: #c7c1b8; font-size: 19px; }
.ml-lp .hero-actions { flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 38px; }
.ml-lp .button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px; padding: 15px 22px; border: 0; border-radius: 4px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.ml-lp .button:hover { transform: translateY(-2px); }
.ml-lp .button-primary { background: #d0002d; color: white; box-shadow: 0 12px 30px rgba(208,0,45,.2); animation: button-glow 2.6s ease-in-out infinite; }
.ml-lp .button-primary:hover { background: #e50032; box-shadow: 0 16px 36px rgba(224,0,49,.28); animation-play-state: paused; }
@keyframes button-glow { 0%, 100% { box-shadow: 0 12px 30px rgba(208,0,45,.2); } 50% { box-shadow: 0 12px 34px rgba(224,0,49,.42); } }
.ml-lp .text-link { padding: 12px 0; color: #c8c3bb; text-underline-offset: 5px; }
.ml-lp .trust-list { flex-wrap: wrap; gap: 18px 26px; margin: 32px 0 0; padding: 0; color: #98938c; font-size: 12px; list-style: none; }
.ml-lp .trust-list li { display: flex; gap: 7px; align-items: center; }
.ml-lp .trust-list li span { color: var(--gold); }
.ml-lp .video-wrap { order: 2; width: min(100%, 320px); margin-top: 44px; }
.ml-lp .video-frame { position: relative; aspect-ratio: 9/16; overflow: hidden; border: 1px solid rgba(224,0,49,.28); border-radius: 0; background: #090707; box-shadow: 0 30px 80px rgba(0,0,0,.58), 0 0 42px rgba(160,0,33,.08); transition: box-shadow .35s ease; }
.ml-lp .video-frame:hover { box-shadow: 0 34px 90px rgba(0,0,0,.62), 0 0 56px rgba(160,0,33,.16); }
.ml-lp .video-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.06); border-radius: 0; }
.ml-lp .video-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.18); filter: saturate(.72) contrast(1.08) brightness(.82); transition: transform .6s ease; }
.ml-lp .video-frame:hover img { transform: scale(1.24); }
.ml-lp .video-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.78)); }
.ml-lp .play-button { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; place-items: center; width: 76px; height: 76px; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(143,38,54,.88); color: #fff; cursor: pointer; box-shadow: 0 0 0 13px rgba(0,0,0,.28); transition: transform .2s ease, background .2s ease; }
.ml-lp .play-button:hover { transform: translate(-50%,-50%) scale(1.06); background: var(--wine-bright); }
.ml-lp .play-button svg { width: 27px; height: 27px; fill: currentColor; }
.ml-lp .video-meta { position: absolute; z-index: 2; inset: auto 30px 25px; display: flex; justify-content: space-between; color: #e6e0d6; font-size: 11px; }
.ml-lp .video-meta span:first-child { display: flex; gap: 8px; align-items: center; }
.ml-lp .video-meta i { width: 6px; height: 6px; border-radius: 50%; background: var(--wine-bright); }
.ml-lp .video-note { margin: 12px 0 0; color: #78746f; font-size: 11px; text-align: center; }

.ml-lp .diagnostic { position: relative; background: radial-gradient(circle at 50% 0, rgba(160,0,33,.08), transparent 32%), #050404; color: var(--text); border-top: 1px solid rgba(224,0,49,.16); }
.ml-lp .diagnostic::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .38; background: linear-gradient(90deg, rgba(224,0,49,.045) 1px, transparent 1px); background-size: 86px 100%; }
.ml-lp .section-heading { position: relative; margin-bottom: 42px; text-align: center; }
.ml-lp .section-heading .eyebrow { color: var(--wine); }
.ml-lp .section-heading h2, .ml-lp .proof h2, .ml-lp .final-cta h2 { font-size: clamp(34px, 4.5vw, 55px); letter-spacing: -.035em; }
.ml-lp .section-heading > p:last-child { margin: 16px 0 0; color: #aaa3a0; font-size: 18px; }
.ml-lp .quiz-shell { position: relative; width: min(100%, 780px); max-width: 100%; margin-inline: auto; padding: 32px; overflow: hidden; border: 1px solid rgba(224,0,49,.24); border-radius: 6px; background: rgba(255,255,255,.05); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 24px 60px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.06); }
.ml-lp .quiz-shell::before { content: ""; position: absolute; top: -1px; left: 36px; width: 88px; height: 2px; background: var(--wine-bright); }
.ml-lp .quiz-topline { justify-content: space-between; min-height: 28px; }
.ml-lp .quiz-topline p { margin: 0; color: #858080; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ml-lp .quiz-reset { min-height: 40px; border: 0; background: transparent; color: #e50032; font-weight: 700; cursor: pointer; }
.ml-lp .progress { height: 3px; margin: 16px 0 34px; overflow: hidden; border-radius: 5px; background: #29292c; }
.ml-lp .progress span { display: block; width: 33.33%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--wine), var(--wine-bright)); box-shadow: 0 0 18px rgba(224,0,49,.5); transition: width .35s ease; }
.ml-lp .quiz-content { min-width: 0; min-height: 286px; }
.ml-lp .quiz-kicker { margin: 0 0 12px; color: #e50032; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; text-align: center; }
.ml-lp .quiz-content h3 { max-width: 680px; font-size: clamp(24px,3vw,34px); line-height: 1.28; }
.ml-lp .quiz-content > h3 { margin-inline: auto; text-align: center; }
.ml-lp .options { display: grid; width: 100%; min-width: 0; max-width: 100%; gap: 12px; margin: 28px 0 0; }
.ml-lp .option { position: relative; display: grid; grid-template-columns: 46px minmax(0, 1fr) 24px; gap: 14px; align-items: center; width: 100%; min-width: 0; max-width: 100%; min-height: 68px; margin: 0; padding: 12px 16px; border: 1px solid #302929; border-radius: 4px; background: #171313; color: #eee9e5; text-align: left; white-space: normal; cursor: pointer; transition: border-color .2s, transform .2s, box-shadow .2s, background .2s; }
.ml-lp .option:hover { transform: translateY(-1px); border-color: rgba(224,0,49,.75); background: #171216; box-shadow: 0 10px 28px rgba(224,0,49,.11); }
.ml-lp .option-index { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(224,0,49,.28); border-radius: 50%; background: rgba(160,0,33,.12); color: #e50032; font-size: 12px; font-weight: 800; }
.ml-lp .option-index svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ml-lp .option-label { min-width: 0; white-space: normal !important; overflow-wrap: anywhere; word-break: break-word; font-weight: 600; line-height: 1.4; }
.ml-lp .option-arrow { justify-self: end; color: #777276; font-size: 20px; }
.ml-lp .result { display: grid; gap: 18px; padding: 8px 0; animation: result-in .35s ease-out both; }
.ml-lp .result-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--wine); color: white; font-size: 20px; }
.ml-lp .result h3 { max-width: 740px; color: #e50032; font-size: clamp(27px,4vw,40px); }
.ml-lp .result > p { max-width: 740px; margin: 0; color: #bbb4b1; font-size: 17px; }
.ml-lp .result-close { margin-top: 8px; font: 600 17px var(--font-display); letter-spacing: .04em; text-transform: uppercase; }
.ml-lp .result .button { justify-self: start; min-width: 290px; }
.ml-lp .result .button span, .ml-lp .button-large span { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.35); }
@keyframes result-in { from { opacity: 0; transform: translateY(10px); } }

.ml-lp .audio-card { position: relative; display: grid; grid-template-columns: 64px minmax(0, 1fr); width: min(100%, 700px); max-width: 100%; gap: 18px; margin: 28px auto 0; padding: 22px 24px; border: 1px solid rgba(255,255,255,.12); border-left: 2px solid var(--wine-bright); border-radius: 6px; background: rgba(255,255,255,.05); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); color: var(--text); box-shadow: 0 18px 45px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05); transition: box-shadow .3s ease, border-color .3s ease; }
.ml-lp .audio-card:hover { border-color: rgba(255,255,255,.22); box-shadow: 0 22px 52px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08); }
.ml-lp .audio-avatar { position: relative; align-self: start; }
.ml-lp .audio-avatar img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: 50% 24%; }
.ml-lp .audio-avatar span { position: absolute; right: 5px; bottom: 3px; width: 12px; height: 12px; border: 2px solid #141618; border-radius: 50%; background: var(--green); }
.ml-lp .audio-title { justify-content: space-between; gap: 20px; }
.ml-lp .audio-title strong, .ml-lp .audio-title small { display: block; }
.ml-lp .audio-title small { margin-top: 2px; color: #8f8b85; }
.ml-lp .audio-title > span { color: #8f8b85; font-size: 12px; }
.ml-lp .audio-controls { gap: 15px; margin-top: 14px; }
.ml-lp .audio-play { position: relative; display: inline-flex; flex: 0 0 46px; align-items: center; justify-content: center; width: 46px; height: 46px; margin: 0; padding: 0; border: 0; border-radius: 50%; background: var(--wine); color: white; line-height: 0; cursor: pointer; }
.ml-lp .audio-play svg { position: absolute; top: 50%; left: 50%; display: block; width: 19px; height: 19px; fill: currentColor; transform: translate(-50%, -50%); }
.ml-lp .audio-play .icon-play { transform: translate(calc(-50% + 1.5px), -50%); }
.ml-lp .audio-play .icon-pause { display: none; }
.ml-lp .audio-card.is-playing .icon-play { display: none; }
.ml-lp .audio-card.is-playing .icon-pause { display: block; }
.ml-lp .waveform { display: flex; flex: 1; height: 42px; align-items: center; gap: 4px; overflow: hidden; }
.ml-lp .waveform span { flex: 1; min-width: 3px; max-width: 6px; height: calc(8px + (var(--h, .5) * 28px)); border-radius: 10px; background: #5d5a56; transform-origin: center; }
.ml-lp .waveform span:nth-child(3n+1) { --h: .25; }
.ml-lp .waveform span:nth-child(3n+2) { --h: .85; }
.ml-lp .waveform span:nth-child(4n) { --h: .55; }
.ml-lp .audio-card.is-playing .waveform span { background: linear-gradient(180deg, var(--gold-soft), var(--wine-bright)); animation: pulse-wave .8s ease-in-out infinite alternate; animation-delay: calc(var(--i, 0) * -60ms); }
.ml-lp .audio-card.is-playing .waveform span:nth-child(2n) { animation-duration: .58s; }
.ml-lp .audio-card.is-playing .waveform span:nth-child(3n) { animation-duration: 1.05s; }
@keyframes pulse-wave { to { transform: scaleY(.42); opacity: .62; } }
.ml-lp .audio-caption { margin: 10px 0 0; color: #77736d; font-size: 11px; }

.ml-lp .proof { position: relative; overflow: hidden; background: linear-gradient(180deg, #0b0b0c, #070708); border-top: 1px solid rgba(224,0,49,.14); }
.ml-lp .proof::after { content: "13K"; position: absolute; right: -20px; top: 18px; color: transparent; font: 700 clamp(110px,19vw,260px)/1 var(--font-display); -webkit-text-stroke: 1px rgba(224,0,49,.055); pointer-events: none; }
.ml-lp .proof-intro { flex-direction: column; text-align: center; gap: 36px; margin-bottom: 48px; }
.ml-lp .proof-intro > div:first-child { max-width: 620px; }
.ml-lp .stat { max-width: 330px; margin-inline: auto; padding: 0; border-left: 0; }
.ml-lp .stat strong { display: block; color: #e50032; font: 600 clamp(45px,6vw,72px)/1 var(--font-display); letter-spacing: -.04em; }
.ml-lp .stat p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.ml-lp .testimonials { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-block: 1px solid rgba(224,0,49,.24); }
.ml-lp blockquote { position: relative; margin: 0; padding: 38px 32px 31px; border: 0; border-right: 1px solid rgba(255,255,255,.09); border-radius: 0; background: transparent; transition: transform .25s ease, background .25s ease; }
.ml-lp blockquote:hover { transform: translateY(-4px); background: rgba(224,0,49,.045); }
.ml-lp blockquote:last-child { border-right: 0; }
.ml-lp blockquote::before { content: "“"; position: absolute; right: 28px; top: 10px; color: rgba(224,0,49,.32); font: 600 46px/1 var(--font-display); }
.ml-lp .stars { color: #e00031; font-size: 12px; letter-spacing: .2em; }
.ml-lp blockquote p { min-height: 112px; margin: 22px 0; color: #d0cac2; line-height: 1.7; }
.ml-lp blockquote footer { display: flex; justify-content: space-between; gap: 10px; padding-top: 18px; border-top: 1px solid rgba(224,0,49,.14); }
.ml-lp blockquote footer strong { color: var(--text); }
.ml-lp blockquote footer span { color: #77736e; font-size: 11px; }

.ml-lp .final-cta { position: relative; overflow: hidden; background: url("../images/black-candles.jpg") center/cover; }
.ml-lp .final-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,10,.97) 20%, rgba(8,9,10,.85), rgba(8,9,10,.76)); }
.ml-lp .final-card { position: relative; max-width: 800px; margin: 0 auto; text-align: center; }
.ml-lp .final-card > p:not(.eyebrow) { max-width: 630px; margin: 22px auto 0; color: #c1bbb3; font-size: 18px; }
.ml-lp .button-large { min-width: min(100%, 390px); margin-top: 34px; padding: 18px 28px; }
.ml-lp .final-card > small { display: block; margin-top: 16px; color: #817c75; }
.ml-lp .mllp-footer { position: relative; padding: 54px 0 32px; border-top: 1px solid rgba(224,0,49,.24); background: radial-gradient(circle at 50% 0, rgba(160,0,33,.12), transparent 46%), #060505; color: #8e8780; font-size: 12px; }
.ml-lp .mllp-footer::before { content: ""; position: absolute; top: -1px; left: 50%; width: min(180px, 40vw); height: 2px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--wine-bright), transparent); }
.ml-lp .mllp-footer .footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; align-items: end; gap: 50px; }
.ml-lp .footer-brand img { width: min(230px, 100%); height: auto; }
.ml-lp .footer-brand p { max-width: 360px; margin: 20px 0 0; line-height: 1.65; }
.ml-lp .footer-company { padding-left: 28px; border-left: 1px solid rgba(224,0,49,.2); }
.ml-lp .footer-company span { display: block; color: #eee7df; font: 600 15px var(--font-display); letter-spacing: .1em; text-transform: uppercase; }
.ml-lp .footer-company p, .ml-lp .footer-trust p { margin: 10px 0 0; }
.ml-lp .footer-trust { text-align: right; }
.ml-lp .footer-trust span { display: inline-flex; align-items: center; gap: 9px; color: #c9c2ba; }
.ml-lp .footer-trust i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(91,200,138,.08); }
.ml-lp.ml-motion-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .4s ease-out, transform .4s cubic-bezier(.22,1,.36,1); }
.ml-lp.ml-motion-ready [data-reveal][data-reveal-delay="1"] { transition-delay: .07s; }
.ml-lp.ml-motion-ready [data-reveal][data-reveal-delay="2"] { transition-delay: .14s; }
.ml-lp.ml-motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.ml-lp .quiz-content > * { animation: quiz-enter .3s ease-out both; }
.ml-lp .option { animation: option-enter .28s ease-out both; }
.ml-lp .option:nth-child(2) { animation-delay: .04s; }
.ml-lp .option:nth-child(3) { animation-delay: .08s; }
@keyframes quiz-enter { from { opacity: 0; transform: translateY(8px); } }
@keyframes option-enter { from { opacity: 0; transform: translateY(6px); } }
.ml-lp .preview-toast { position: fixed; z-index: 30; right: 20px; bottom: 20px; max-width: min(360px, calc(100% - 40px)); padding: 14px 18px; border: 1px solid rgba(203,178,125,.4); border-radius: 8px; background: #17191c; box-shadow: var(--shadow); color: #e8e0d5; font-size: 13px; }

@media (max-width: 900px) {
.ml-lp .hero { min-height: auto; }
.ml-lp .testimonials { grid-template-columns: 1fr; }
.ml-lp blockquote, .ml-lp blockquote:last-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.ml-lp blockquote:last-child { border-bottom: 0; }
.ml-lp blockquote p { min-height: auto; }
}

@media (max-width: 900px) {
.ml-lp .mllp-container, .ml-lp .narrow { width: 100%; padding-inline: 20px; }
.ml-lp .section { padding: 68px 0; }
.ml-lp .mllp-header { position: relative; max-width: none !important; width: 100% !important; margin: 0 !important; padding: 18px 0; background: #090707; border-bottom: 1px solid rgba(224,0,49,.12); }
.ml-lp .hero { padding: 0 0 70px; }
.ml-lp .hero-grid { margin-top: 40px; }
.ml-lp h1 { max-width: 530px; font-size: clamp(28px, 7.9vw, 35px); line-height: 1.2; }
.ml-lp .hero-lead { margin-top: 14px; font-size: 17px; }
.ml-lp .video-wrap { margin-top: 30px; }
.ml-lp .hero-actions { flex-direction: column; gap: 7px; margin-top: 28px; }
.ml-lp .hero-actions .button { width: 100%; }
.ml-lp .trust-list { gap: 10px 18px; }
.ml-lp .video-frame { aspect-ratio: 9/16; border-radius: 0; }
.ml-lp .section-heading h2, .ml-lp .proof h2, .ml-lp .final-cta h2 { font-size: clamp(27px, 8.2vw, 33px); line-height: 1.22; }
.ml-lp .section-heading > p:last-child, .ml-lp .final-card > p:not(.eyebrow) { font-size: 16px; }
.ml-lp .quiz-shell { width: 100%; padding: 24px 18px; border-radius: 6px; }
.ml-lp .quiz-shell::before { left: 18px; width: 62px; }
.ml-lp .quiz-content { min-height: 350px; }
.ml-lp .quiz-content h3 { font-size: clamp(21px, 6.7vw, 27px); line-height: 1.28; }
.ml-lp .option { grid-template-columns: 38px minmax(0, 1fr) 18px; gap: 11px; padding: 11px 12px; }
.ml-lp .result .button { min-width: 0; width: 100%; }
.ml-lp .audio-card { grid-template-columns: 52px minmax(0, 1fr); width: 100%; gap: 13px; padding: 18px 14px; }
.ml-lp .audio-avatar img { width: 50px; height: 50px; }
.ml-lp .proof-intro { gap: 28px; }
.ml-lp blockquote { padding: 32px 22px 27px; }
.ml-lp .mllp-footer .footer-grid { grid-template-columns: 1fr; align-items: start; gap: 28px; }
.ml-lp .footer-company { padding: 22px 0 0; border-top: 1px solid rgba(224,0,49,.18); border-left: 0; }
.ml-lp .footer-trust { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
.ml-lp { scroll-behavior: auto; }
.ml-lp, .ml-lp *, .ml-lp *::before, .ml-lp *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Integração com WordPress e Elementor */
.ml-lp {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  isolation: isolate;
}
.ml-lp.ml-lp--full-width {
  width: 100dvw;
  max-width: 100dvw;
  margin-left: calc(50% - 50dvw);
}
.ml-lp .video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ml-lp .video-frame.has-video::after { display: none; }
.ml-lp audio { display: none; }
.ml-lp [hidden] { display: none !important; }
