/* Mestre das Thumbnails — direção baseada na landing original.
   Estilos exclusivos da página; sem bibliotecas ou fontes remotas. */
body.cpmdark-mestre {
    --mt-yellow: #ffd24b;
    --mt-green: #29dd80;
    --mt-red: #ff0033;
    --mt-white: #f7f7fa;
    --mt-muted: #b1b2bd;
    --mt-line: #ffffff1a;
    margin: 0;
    background: #060709;
    color: var(--mt-white);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
.cpmdark-mestre *, .cpmdark-mestre *::before, .cpmdark-mestre *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.cpmdark-mestre img { display: block; max-width: 100%; height: auto; }
.cpmdark-mestre figure { margin: 0; }
.cpmdark-mestre a { color: inherit; }
.cpmdark-mestre button, .cpmdark-mestre input { font: inherit; }
.cpmdark-mestre :focus-visible { outline: 3px solid var(--mt-yellow); outline-offset: 5px; }
.cpmdark-mestre em { color: var(--mt-yellow); font-style: normal; }
.cpmdark-mestre h1, .cpmdark-mestre h2, .cpmdark-mestre h3 {
    margin: 0;
    font-family: inherit;
    font-weight: 650;
    text-wrap: balance;
}
.cpmdark-mestre h1 { font-size: clamp(2rem, 3.1vw, 2.9rem); line-height: 1.16; letter-spacing: -.032em; }
.cpmdark-mestre h2 { font-size: clamp(1.9rem, 3.2vw, 2.85rem); line-height: 1.17; letter-spacing: -.03em; }
.cpmdark-mestre h3 { font-size: 1.3rem; line-height: 1.3; letter-spacing: -.015em; }
.cpmdark-mestre p { margin: 20px 0 0; }
.mt-container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.mt-preview-banner { display: flex; justify-content: center; align-items: center; gap: 14px; padding: 5px 16px; background: #272319; color: #ffdd79; text-align: center; font-size: 11px; }
.mt-preview-banner strong { letter-spacing: .1em; }
.mt-skip-link { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 12px 20px; background: #fff; color: #000 !important; }
.mt-skip-link:focus { top: 12px; }
.mt-header { position: relative; z-index: 2; border-bottom: 1px solid var(--mt-line); background: #09090b; }
.mt-header__inner { display: flex; justify-content: space-between; align-items: center; min-height: 62px; gap: 24px; }
.mt-header__inner > p { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.mt-header__inner strong { color: var(--mt-yellow); font-weight: 700; }
.mt-header nav { display: flex; gap: 26px; align-items: center; }
.mt-header nav a { text-decoration: none; color: #c3c3cc; font-size: 13px; }
.mt-header nav a:last-child { color: var(--mt-green); }
.mt-header nav a:hover { color: #fff; }
.mt-hero { position: relative; isolation: isolate; background: radial-gradient(ellipse at 20% 10%,#13223a66,transparent 55%),#060709; }
.mt-hero__art { position: absolute; z-index: -1; inset: 0 0 0 42%; overflow: hidden; background: radial-gradient(ellipse at 55% 55%,#70142877,transparent 65%); mask-image: linear-gradient(90deg,transparent,#000 13%),linear-gradient(0deg,transparent,#000 10%); mask-composite: intersect; }
.mt-hero__thumbnails { position: absolute; inset: 0; }
.cpmdark-mestre .mt-hero__thumb { position: absolute; width: 43%; height: auto; aspect-ratio: 8/5; object-fit: contain; border-radius: 12px; box-shadow: 0 15px 40px #0009; border: 1px solid #ffffff33; }
.mt-hero__thumb--1 { top: 7%; left: -2%; transform: perspective(800px) rotateY(15deg) rotate(-12deg); filter: blur(.7px); }
.mt-hero__thumb--2 { top: 4%; right: -8%; transform: perspective(800px) rotateY(-15deg) rotate(13deg); filter: blur(.6px); }
.mt-hero__thumb--3 { top: 39%; left: -11%; transform: perspective(800px) rotateY(15deg) rotate(-8deg); }
.mt-hero__thumb--4 { top: 38%; right: -7%; transform: perspective(800px) rotateY(-15deg) rotate(10deg); }
.mt-hero__thumb--5 { bottom: -2%; left: -4%; transform: rotate(-13deg); filter: blur(1px); }
.mt-hero__thumb--6 { bottom: -5%; right: -8%; transform: rotate(12deg); filter: blur(1px); }
.cpmdark-mestre .mt-hero__portrait { position: absolute; z-index: 1; bottom: 0; left: 50%; transform: translateX(-50%); width: 90%; max-width: 700px; height: auto; max-height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 42px #0009); }
.mt-hero__art::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(0deg,#060709,transparent 18%),linear-gradient(90deg,#060709,transparent 17%,transparent 94%,#06070933); pointer-events: none; }
.mt-hero__grid { display: grid; grid-template-columns: 48% 1fr; align-items: center; min-height: 650px; padding-block: 44px 58px; }
.mt-hero__copy { position: relative; }
.mt-course-logo { width: min(420px, 92%); margin-bottom: 32px; }
.mt-hero h1 { max-width: 520px; }
.mt-hero__lead { max-width: 470px; color: #d1d1da; font-size: 16px; line-height: 1.7; }
.mt-hero__actions { margin-top: 28px; }
.cpmdark-mestre .mt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 56px;
    padding: 17px 25px;
    border: 1px solid #77ffc355;
    border-radius: 10px;
    background: linear-gradient(135deg, #42ed93, #19cf77);
    color: #062716;
    box-shadow: 0 7px 0 #09864733, 0 14px 45px #13ba6826;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}
.mt-button > span { flex: none; font-size: 19px; }
.mt-button:hover { transform: translateY(-3px); box-shadow: 0 7px 0 #09864744, 0 15px 45px #13ba6840; }
.mt-button--block { width: 100%; }
.mt-hero__facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 22px 0 0; padding: 0; list-style: none; color: #cacbd2; font-size: 12px; }
.mt-hero__facts li::before { content: "✓"; color: var(--mt-yellow); margin-right: 7px; }
.mt-hero__next { position: absolute; bottom: -20px; left: calc(50% - 20px); width: 40px; height: 40px; border: 1px solid #ffd24b44; border-radius: 50%; display: grid; place-items: center; background: #0c0d11; color: var(--mt-yellow) !important; text-decoration: none; }
.cpmdark-mestre main > section:not(.mt-hero) { padding-block: 88px; }
.cpmdark-mestre main > section[id] { scroll-margin-top: 24px; }
.mt-heading { max-width: 770px; margin: 0 auto 40px; text-align: center; }
.mt-heading > p:not(.mt-eyebrow) { max-width: 660px; margin-inline: auto; color: var(--mt-muted); }
.cpmdark-mestre .mt-eyebrow { margin: 0 0 14px; color: var(--mt-yellow); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.mt-center { text-align: center; }
.mt-section-action { margin-top: 36px; }
.mt-video-section { background: radial-gradient(ellipse at 50% 65%, #15192d 0%, transparent 60%), #060709; }
.mt-video { position: relative; max-width: 880px; margin: 0 auto; aspect-ratio: 16/9; border: 1px solid #ffd24b70; border-radius: 14px; background: #020204; box-shadow: 0 0 0 7px #ffffff04, 0 25px 90px #0009; }
.mt-video__button { position: relative; width: 100%; height: 100%; border: 0; border-radius: inherit; overflow: hidden; background: #000; color: #fff; cursor: pointer; padding: 0; display: block; }
.cpmdark-mestre .mt-video__button > img { width: 100%; height: 100%; object-fit: cover; }
.mt-video__button::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, #000b, transparent 60%); }
.mt-video__play { position: absolute; z-index: 1; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; background: #f22936; color: #fff; box-shadow: 0 0 0 12px #f2293628; font-size: 24px; padding-left: 4px; transition: box-shadow .2s; }
.mt-video__button:hover .mt-video__play { box-shadow: 0 0 0 18px #f2293628; }
.mt-video__label { position: absolute; z-index: 1; bottom: 22px; left: 25px; font-size: 13px; }
.mt-video__iframe { display: block; width: 100%; height: 100%; border: 0; border-radius: inherit; }
.mt-tools { border-block: 1px solid var(--mt-line); background: radial-gradient(ellipse at 20% 20%, #152442aa, transparent 55%), radial-gradient(ellipse at 90% 30%, #51102044, transparent 55%), #0b0d14; }
.mt-tools__visual { max-width: 960px; margin: -5px auto 24px !important; }
.mt-tools__visual img { width: 100%; }
.mt-tool-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; max-width: 1010px; margin-inline: auto; }
.mt-tool-list article { padding: 30px 32px; border: 1px solid #6078a533; border-radius: 16px; background: linear-gradient(145deg, #142644, #101322 70%); }
.mt-tool-label { display: block; margin-bottom: 18px; color: #8cbcf3; font-size: 10px; letter-spacing: .15em; }
.mt-tool-list h3 { font-size: clamp(1.35rem,2vw,1.65rem); }
.mt-tool-list p, .mt-tool-list ul { color: #b7bed0; font-size: 14px; }
.mt-tool-list ul { margin: 20px 0 0; padding-left: 18px; }
.mt-tool-list li { margin-top: 10px; padding-left: 4px; }
.mt-tool-list li::marker { color: var(--mt-yellow); }
.mt-resources { background: #07090d; }
.mt-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: center; gap: 64px; }
.mt-split p:not(.mt-eyebrow) { color: var(--mt-muted); }
.mt-split .mt-button { margin-top: 28px; }
.mt-split figure img { width: 100%; object-fit: contain; }
.mt-split--reverse { margin-top: 96px; }
.mt-split--reverse > div { order: 2; }
.mt-resources .mt-split figure { position: relative; }
.mt-resources .mt-split figure::before { content: ""; position: absolute; inset: 8%; background: #377ff222; filter: blur(65px); z-index: 0; }
.mt-resources .mt-split figure img { position: relative; filter: drop-shadow(0 15px 30px #0008); }
.mt-gallery { border-block: 1px solid var(--mt-line); background: #0d0e14; }
.mt-gallery__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; }
.mt-gallery__navigation, .mt-testimonial-navigation { display: flex; gap: 10px; flex: none; }
.mt-gallery__navigation button, .mt-testimonial-navigation button { width: 48px; height: 48px; border: 1px solid #ffffff33; border-radius: 50%; color: #fff; background: transparent; cursor: pointer; font-size: 22px; line-height: 1; }
.mt-gallery__navigation button:hover, .mt-testimonial-navigation button:hover, .mt-gallery__navigation button[aria-pressed="true"] { background: #ffd24b; color: #0a0a0a; }
.mt-gallery__navigation button:disabled, .mt-testimonial-navigation button:disabled { opacity: .3; cursor: default; }
.mt-gallery__description { max-width: 690px; color: var(--mt-muted); font-size: 15px; }
.mt-gallery__track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #645b3a #17191f; padding: 25px 3px 18px; margin-top: 12px; }
.mt-gallery__track figure { flex: 0 0 calc((100% - 40px)/3); min-width: 0; scroll-snap-align: start; }
.mt-gallery__track img { width: 100%; aspect-ratio: 8/5; object-fit: contain; border-radius: 10px; border: 1px solid #ffffff26; transition: transform .3s; }
@media (hover:hover) { .mt-gallery__track figure:hover img { transform: perspective(650px) rotateY(-4deg) translateY(-5px); } }
.mt-gallery__track figcaption { margin-top: 10px; color: #9a9baa; font-size: 11px; letter-spacing: .04em; }
.mt-gallery__note { max-width: 760px; font-size: 12px; color: #9a9baa; }
.mt-results { background: radial-gradient(ellipse at 50% 20%, #21241950, transparent 55%), #07090b; }
.mt-comparison-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.mt-comparison__canvas { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; isolation: isolate; box-shadow: 0 0 0 1px #ffffff20; }
.cpmdark-mestre .mt-comparison__canvas img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.mt-comparison__canvas > img { position: absolute; inset: 0; }
.mt-comparison__before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--reveal)) 0 0); pointer-events: none; }
.mt-comparison__label { position: absolute; top: 14px; padding: 4px 10px; background: #050609d9; border-radius: 5px; color: #fff; font-size: 11px; font-weight: 600; pointer-events: none; }
.mt-comparison__label--before { left: 14px; }
.mt-comparison__label--after { right: 14px; background: #e9c64b; color: #1c1a10; }
.mt-comparison__divider { position: absolute; z-index: 2; inset: 0 auto 0 var(--reveal); width: 2px; transform: translateX(-50%); background: #fff; pointer-events: none; box-shadow: 0 0 8px #0004; }
.mt-comparison__divider span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 44px; height: 44px; display: grid; place-items: center; background: #fff; color: #090909; border: 3px solid #ffffff; border-radius: 50%; font-size: 23px; box-shadow: 0 4px 18px #0005; }
.mt-comparison__range { position: absolute; z-index: 3; inset: 0; margin: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; touch-action: pan-y; }
.mt-comparison:focus-within .mt-comparison__canvas { outline: 3px solid var(--mt-yellow); outline-offset: 6px; }
.mt-disclaimer { max-width: 800px; margin: 25px auto 0 !important; font-size: 12px; color: #9d9eab; text-align: center; }
.mt-testimonials { background: #0c0e13; border-block: 1px solid var(--mt-line); }
.mt-testimonial-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.mt-testimonial-intro { max-width: 760px; }
.mt-testimonial-intro > p:last-child { color: var(--mt-muted); }
.mt-testimonial-grid { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #645b3a #17191f; padding: 5px 3px 20px; }
.mt-testimonial-grid figure { flex: 0 0 calc((100% - 44px)/3); min-width: 0; scroll-snap-align: start; border-radius: 12px; overflow: hidden; background: #171a21; border: 1px solid var(--mt-line); }
.mt-testimonial-grid img { width: 100%; aspect-ratio: 11/19; object-fit: contain; background: #0a0b0f; }
.mt-testimonial-grid figcaption { border-top: 1px solid var(--mt-line); padding: 13px 20px; font-size: 13px; color: #d3d3dc; }
.mt-curriculum { background: radial-gradient(ellipse at 50% 0%, #20162966, transparent 60%), #08090d; }
.mt-module-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.mt-module-grid article { position: relative; padding: 27px; border: 1px solid var(--mt-line); border-radius: 12px; background: linear-gradient(140deg, #191c27, #101218); }
.mt-module-grid article > span { display: block; margin-bottom: 22px; color: var(--mt-yellow); font-size: 10px; letter-spacing: .1em; }
.mt-module-grid h3 { font-size: 19px; }
.mt-module-grid p { margin-top: 13px; color: var(--mt-muted); font-size: 14px; line-height: 1.7; }
.mt-bonus { background: radial-gradient(ellipse at 50% 65%, #29201388, transparent 70%), #090b0e; }
.mt-bonus__shelf { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; }
.mt-bonus__shelf figure { text-align: center; }
.mt-bonus__shelf img { width: 100%; aspect-ratio: 195/280; object-fit: contain; filter: drop-shadow(0 20px 15px #000a); transition: transform .25s; }
@media (hover:hover) { .mt-bonus__shelf figure:hover img { transform: translateY(-8px); } }
.mt-bonus__shelf figcaption { margin-top: 20px; font-size: 12px; color: #c5c5d0; }
.mt-community { background: radial-gradient(ellipse at 25% 50%, #123a6266, transparent 50%), #080b12; border-block: 1px solid var(--mt-line); }
.mt-community figure { max-width: 440px; margin-inline: auto; }
.mt-check-list { margin: 26px 0; padding: 0; list-style: none; }
.mt-check-list li { position: relative; padding-left: 26px; margin-top: 12px; color: #c9c9d3; font-size: 15px; }
.mt-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--mt-green); }
.mt-pricing { background: radial-gradient(ellipse at 50% 45%, #47351a44, transparent 60%), #08090b; }
.mt-price-grid { max-width: 930px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; align-items: stretch; }
.mt-price-card { display: flex; flex-direction: column; padding: 36px; border: 1px solid #3b3e46; border-radius: 16px; background: #12151c; }
.mt-price-card--featured { border-color: #ffd24b99; background: linear-gradient(150deg,#262219,#141619 75%); box-shadow: 0 0 60px #f6c14409; }
.cpmdark-mestre .mt-price-card__tag { margin: 0 0 12px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--mt-yellow); }
.cpmdark-mestre .mt-price-card__price { font-size: 64px; font-weight: 700; letter-spacing: -.05em; line-height: 1.1; margin-top: 24px; }
.mt-price-card__price span, .mt-price-card__price small { font-size: 24px; font-weight: 400; letter-spacing: -.02em; }
.cpmdark-mestre .mt-price-card__installments { margin: 12px 0 0; font-size: 14px; color: #c5c5cf; }
.mt-price-card ul { padding: 23px 0; margin: 23px 0; border-block: 1px solid var(--mt-line); list-style: none; }
.mt-price-card li { padding-left: 25px; position: relative; font-size: 14px; color: #c0c1ce; margin: 9px 0; }
.mt-price-card li::before { content: "✓"; color: var(--mt-green); position: absolute; left: 0; }
.mt-price-card .mt-button { margin-top: auto; font-size: 14px; }
.mt-checkout-note { max-width: 760px; margin: 26px auto 0 !important; color: #9b9da9; font-size: 12px; text-align: center; }
.mt-author { background: #0c0d12; }
.mt-author figure { mask-image: linear-gradient(0deg,transparent,black 12%,black 80%,transparent), linear-gradient(90deg,transparent,black 12%,black 86%,transparent); mask-composite: intersect; }
.mt-author figure img { max-height: 520px; object-fit: contain; }
.mt-guarantee { background: #0a100f; border-block: 1px solid #29dd8019; }
.mt-guarantee__inner { max-width: 880px; display: grid; grid-template-columns: 160px 1fr; align-items: center; gap: 55px; }
.mt-guarantee__seal { width: 150px; height: 176px; border: 1px solid #e7ce7a99; border-radius: 65px 65px 75px 75px; background: linear-gradient(145deg,#ddc16a14,transparent); box-shadow: inset 0 0 0 7px #dcc98209; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #e4cc83; line-height: 1; }
.mt-guarantee__seal strong { font-size: 80px; font-weight: 500; margin: 7px 0; }
.mt-guarantee__seal span { font-size: 10px; letter-spacing: .25em; }
.mt-guarantee p:last-child { color: var(--mt-muted); }
.mt-faq { background: #07090d; }
.mt-faq__inner { max-width: 880px; }
.mt-faq__list { display: grid; gap: 9px; }
.mt-faq details { border: 1px solid var(--mt-line); border-radius: 9px; background: #11141b; }
.mt-faq summary { position: relative; padding: 20px 52px 20px 23px; font-size: 15px; font-weight: 550; cursor: pointer; list-style: none; }
.mt-faq summary::-webkit-details-marker { display: none; }
.mt-faq summary::after { content: "+"; position: absolute; top: 14px; right: 22px; font-size: 24px; color: var(--mt-yellow); font-weight: 300; }
.mt-faq details[open] summary::after { content: "−"; }
.mt-faq details[open] { border-color: #ffd24b50; }
.mt-faq details p { padding: 0 23px 22px; margin: 0; font-size: 14px; color: #bdbecb; }
.mt-final-cta { border-top: 1px solid var(--mt-line); background: radial-gradient(ellipse at 50% 100%,#35211366,transparent 65%),#0b0c11; }
.mt-final-cta h2 { max-width: 720px; margin: 0 auto 32px; }
.mt-footer { padding: 42px 0 25px; background: #050507; }
.mt-footer__warning { max-width: 820px; margin: 0 auto 36px; text-align: center; }
.mt-footer__warning strong { display: block; font-size: 18px; font-weight: 600; color: #d7d7df; }
.mt-footer__warning p { margin: 12px 0 0; color: #9495a3; font-size: 12px; }
.mt-footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 23px; border-top: 1px solid var(--mt-line); color: #9293a0; font-size: 11px; }
.mt-footer__inner p { margin: 0; }
.mt-footer__inner div { display: flex; gap: 20px; flex: none; }
.mt-footer a { text-decoration: none; }
.mt-footer a:hover { color: #fff; }
@media (max-width: 1000px) {
    .mt-header nav a:not(:last-child) { display: none; }
    .mt-hero__grid { min-height: 630px; grid-template-columns: 48% 1fr; }
    .cpmdark-mestre h1 { font-size: 35px; }
    .mt-hero__lead { font-size: 15px; }
    .mt-course-logo { margin-bottom: 26px; }
    .mt-hero .mt-button { padding-inline: 18px; font-size: 14px; }
    .mt-split { gap: 35px; }
    .mt-module-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mt-bonus__shelf { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; max-width: 720px; margin: 0 auto; }
    .mt-bonus__shelf img { max-height: 280px; }
}
@media (max-width: 900px) {
    .mt-container { width: calc(100% - 36px); }
    .mt-preview-banner { font-size: 9px; gap: 8px; }
    .mt-header__inner { min-height: 48px; justify-content: center; text-align: center; }
    .mt-header__inner p { font-size: 10px; }
    .mt-header nav { display: none; }
    .mt-hero { display: flex; flex-direction: column; background: radial-gradient(ellipse at top right,#14233c99,transparent 70%),#060709; }
    .mt-hero__grid { order: 0; display: block; min-height: auto; padding: 36px 0 0; }
    .mt-hero__copy { max-width: 590px; margin: 0 auto; text-align: center; }
    .mt-course-logo { width: min(340px,90%); margin: 0 auto 24px; }
    .cpmdark-mestre h1 { font-size: clamp(30px,5.7vw,39px); line-height: 1.19; }
    .mt-hero h1, .mt-hero__lead { max-width: 590px; margin-inline: auto; }
    .mt-hero__lead { font-size: 15px; margin-top: 18px; }
    .mt-hero__actions { margin-top: 24px; }
    .mt-hero .mt-button { min-height: 54px; font-size: 14px; }
    .mt-hero__facts { justify-content: center; font-size: 10px; margin-top: 16px; gap: 7px 14px; }
    .mt-hero__art { position: relative; z-index: 0; inset: auto; order: 1; height: clamp(330px,83vw,480px); margin-top: 16px; }
    .cpmdark-mestre .mt-hero__portrait { width: 92%; max-width: 480px; height: auto; max-height: 100%; object-fit: contain; object-position: center bottom; }
    .mt-hero__art::after { background: linear-gradient(180deg,#060709,transparent 15%,transparent 70%,#060709); }
    .mt-hero__next { z-index: 1; }
    .cpmdark-mestre main > section:not(.mt-hero) { padding-block: 62px; }
    .mt-heading { margin-bottom: 30px; }
    .mt-heading > p:not(.mt-eyebrow) { font-size: 15px; }
    .mt-eyebrow { font-size: 10px !important; }
    .mt-video { border-radius: 9px; }
    .mt-video__play { width: 52px; height: 52px; font-size: 18px; }
    .mt-video__label { bottom: 12px; left: 15px; font-size: 11px; }
    .mt-button { max-width: 100%; gap: 14px !important; padding-inline: 18px !important; font-size: 14px !important; }
    .mt-tool-list, .mt-split, .mt-comparison-grid, .mt-price-grid { grid-template-columns: minmax(0,1fr); }
    .mt-tool-list { gap: 15px; }
    .mt-tool-list article { padding: 25px; }
    .mt-tools__visual { width: calc(100% + 20px); max-width: none; margin-left: -10px !important; }
    .mt-split { gap: 30px; }
    .mt-split--reverse { margin-top: 70px; }
    .mt-split--reverse > div { order: 0; }
    .mt-split figure { max-width: 500px; }
    .mt-split figure img { max-height: 420px; }
    .mt-gallery__heading { gap: 12px; }
    .mt-gallery__navigation, .mt-testimonial-navigation { gap: 6px; }
    .mt-gallery__navigation button, .mt-testimonial-navigation button { width: 40px; height: 40px; font-size: 19px; }
    .mt-gallery__track figure { flex-basis: 82%; }
    .mt-gallery__track { gap: 14px; }
    .mt-gallery__description { font-size: 14px; }
    .mt-comparison-grid { gap: 22px; max-width: 560px; margin-inline: auto; }
    .mt-comparison__label { top: 10px; font-size: 10px; }
    .mt-comparison__label--before { left: 10px; }
    .mt-comparison__label--after { right: 10px; }
    .mt-testimonial-heading { gap: 18px; }
    .mt-testimonial-grid { gap: 14px; }
    .mt-testimonial-grid figure { flex-basis: 72%; }
    .mt-testimonial-grid figcaption { font-size: 11px; padding: 10px 12px; }
    .mt-module-grid { gap: 12px; }
    .mt-module-grid article { padding: 20px; }
    .mt-module-grid h3 { font-size: 17px; }
    .mt-module-grid p { font-size: 13px; }
    .mt-module-grid article > span { font-size: 9px; margin-bottom: 17px; }
    .mt-bonus__shelf { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 20px; }
    .mt-bonus__shelf img { max-height: 260px; }
    .mt-community figure { max-width: 320px; margin-inline: auto; }
    .mt-price-grid { max-width: 490px; }
    .mt-price-card { padding: 29px; }
    .mt-price-card__price { font-size: 58px !important; }
    .mt-author .mt-split > div { order: -1; }
    .mt-author figure { max-width: 400px; margin-inline: auto; }
    .mt-guarantee__inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .mt-guarantee__seal { margin-inline: auto; width: 130px; height: 152px; }
    .mt-guarantee__seal strong { font-size: 64px; }
    .mt-footer__inner { flex-direction: column; text-align: center; gap: 18px; }
}
@media (max-width: 430px) {
    .mt-gallery__heading { display: block; }
    .mt-gallery__navigation { margin-top: 22px; }
    .mt-testimonial-heading { display: block; }
    .mt-testimonial-navigation { margin-top: 22px; }
    .mt-testimonial-grid figure { flex-basis: 88%; }
    .mt-module-grid { grid-template-columns: minmax(0,1fr); }
    .mt-module-grid article { padding: 24px; }
    .mt-module-grid p { font-size: 14px; }
    .mt-module-grid h3 { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .cpmdark-mestre *, .cpmdark-mestre *::before, .cpmdark-mestre *::after { animation: none !important; transition: none !important; }
}
