:root{
  --bg:#000;
  --bg-soft:#050505;
  --surface:#0a0a0a;
  --surface-2:#111;
  --line:rgba(255,255,255,.08);
  --line-strong:rgba(255,255,255,.14);
  --text:#fff;
  --muted:rgba(255,255,255,.64);
  --muted-soft:rgba(255,255,255,.38);
  --accent:#ec1d27;
  --accent-soft:#7a0c11;
  --radius:22px;
  --shadow:0 20px 60px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Montserrat',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,textarea{font:inherit}
button{cursor:pointer}
[hidden]{display:none!important}

.stream-page{min-height:100vh;padding-bottom:88px}
.stream-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;position:fixed;top:0;left:0;right:0;z-index:25;background:linear-gradient(to bottom,rgba(0,0,0,.68),rgba(0,0,0,.24),transparent);backdrop-filter:none;border-bottom:0}
.stream-brand img{height:34px;width:auto}
.stream-nav{display:flex;gap:28px;font-size:.84rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.stream-nav a:hover{color:#fff}
.stream-top-actions{display:flex;align-items:center;gap:12px}
.stream-link-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;border-radius:18px;background:transparent;color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.stream-cta-btn,.stream-outline-btn,.stream-link-block{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:18px;font-size:.9rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;transition:transform .2s ease,opacity .2s ease,background .2s ease,border-color .2s ease}
.stream-cta-btn{background:#fff;color:#000;border:1px solid #fff;box-shadow:0 10px 30px rgba(0,0,0,.24)}
.stream-cta-btn.dark{background:var(--accent);border-color:var(--accent);color:#fff}
.stream-cta-btn:hover,.stream-outline-btn:hover,.stream-link-block:hover{transform:translateY(-1px)}
.stream-outline-btn{border:1px solid rgba(255,255,255,.22);color:#fff;background:transparent}
.stream-link-block{background:transparent;border:1px solid transparent;color:var(--muted)}
.full{width:100%}
.desktop-only{display:none!important}

.mosaic-hero{position:relative;min-height:560px;overflow:hidden;background:#000;border-bottom:0}
.mosaic-bg{position:absolute;inset:0;background:url('assets/hero-mosaic-reference.png') center top/cover no-repeat;transform:scale(1.01)}
.mosaic-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.28),rgba(0,0,0,.34) 18%,rgba(0,0,0,.24) 34%,rgba(0,0,0,.58) 62%,rgba(0,0,0,.92) 86%,#000 100%)}
.mosaic-divider{position:absolute;left:0;right:0;bottom:0;height:180px;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.95) 56%,#000 100%);z-index:1}
.mosaic-center{position:relative;z-index:2;min-height:560px;display:flex;align-items:center;justify-content:center;padding:110px 18px 110px}
.mosaic-center-logo{width:min(108vw,860px);height:auto;filter:drop-shadow(0 18px 38px rgba(0,0,0,.58))}

.showcase-hero{padding:12px 18px 0;border-top:1px solid rgba(255,255,255,.05)}
.showcase-headline{padding:20px 0 8px;text-align:center}
.headline-kicker,.section-kicker{display:inline-block;font-size:.92rem;font-weight:800;letter-spacing:.14em;color:#fff;text-transform:uppercase}
.section-kicker{font-size:.76rem;color:#f2f2f2}

.genre-stage{position:relative;padding:10px 0 24px}
.genre-row{display:grid;grid-template-columns:1fr;align-items:center;justify-items:center;gap:12px;min-height:138px}
.genre-item{font-size:clamp(1rem,4.2vw,1.7rem);font-weight:300;line-height:1.08;color:rgba(255,255,255,.22);text-align:center;transition:all .28s ease;white-space:normal;max-width:100%;overflow-wrap:anywhere}
.genre-item.active{font-size:clamp(2rem,9vw,3rem);color:#fff;font-weight:300}
.genre-item.side{font-size:clamp(1.25rem,5vw,2rem);color:rgba(255,255,255,.42)}
.genre-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;background:transparent;color:rgba(255,255,255,.55);font-size:3rem;line-height:1;display:grid;place-items:center;z-index:3}
.genre-arrow:hover{color:#fff}
.genre-arrow.left{left:-4px}
.genre-arrow.right{right:-4px}

.poster-grid{display:grid;grid-template-columns:1fr;gap:14px}
.poster-card{position:relative;border-radius:0;overflow:hidden;background:#000;border:1px solid rgba(255,255,255,.06);aspect-ratio:16/9}
.poster-card img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;background:#000}
.poster-card::after{content:none}
.poster-card:hover{border-color:rgba(255,255,255,.16)}

.sales-intro,.plans-wrap,.checkout-explain,.faq-wrap{padding:50px 18px 0}
.sales-copy{max-width:760px;margin:0 auto 26px;text-align:center}
.sales-copy h1,.section-center-title h2,.checkout-visual-card h2{margin:12px 0 14px;font-size:2.1rem;line-height:.98;letter-spacing:-.04em}
.sales-copy p,.section-center-title p,.faq-list p,.checkout-subtitle,.success-support-note p{margin:0;color:var(--muted);font-size:1rem;line-height:1.75}
.sales-points{display:grid;grid-template-columns:1fr;gap:12px;max-width:960px;margin:0 auto}
.benefit-point{padding:18px 18px 17px;border-radius:18px;background:var(--surface);border:1px solid rgba(255,255,255,.08)}
.benefit-point strong{display:block;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.benefit-point p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.65}

.section-center-title{max-width:800px;margin:0 auto 24px;text-align:center}
.section-center-title.narrow{max-width:560px}
.plans-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:1160px;margin:0 auto}
.plan-card{display:flex;flex-direction:column;gap:16px;background:linear-gradient(180deg,#070707,#0c0c0c);border:1px solid rgba(255,255,255,.08);border-radius:26px;padding:22px;box-shadow:var(--shadow)}
.plan-card.featured{border-color:rgba(236,29,39,.55)}
.plan-top{display:flex;justify-content:flex-start}
.plan-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.08);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.plan-card h3{margin:0;font-size:1.6rem;letter-spacing:-.04em}
.plan-price{display:flex;align-items:flex-end;gap:10px}
.plan-price strong{font-size:2rem;line-height:1;letter-spacing:-.05em}
.plan-price span,.plan-economy,.plan-desc,.plan-list li{color:var(--muted)}
.plan-economy{font-weight:700;font-size:.9rem}
.plan-desc{margin:0;line-height:1.65}
.plan-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.plan-list li{position:relative;padding-left:18px;font-size:.95rem}
.plan-list li::before{content:'•';position:absolute;left:0;top:0;color:#fff}
.plan-actions{display:grid;gap:10px;margin-top:auto}
.plan-actions .stream-cta-btn{background:var(--accent);border-color:var(--accent);color:#fff}


.devices-marquee-wrap{max-width:1160px;margin:22px auto 0;overflow:hidden}
.devices-marquee-shell{position:relative;overflow:hidden;padding:16px 0;background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,#ffffff 16%,#f7f7f7 50%,#ffffff 84%,rgba(255,255,255,.94) 100%)}
.devices-marquee-shell::before,.devices-marquee-shell::after{content:'';position:absolute;top:0;bottom:0;width:84px;pointer-events:none;z-index:2}
.devices-marquee-shell::before{left:0;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,0) 100%)}
.devices-marquee-shell::after{right:0;background:linear-gradient(270deg,#000 0%,rgba(0,0,0,0) 100%)}
.devices-marquee-track{display:flex;align-items:center;width:max-content;gap:0;animation:devicesMarquee 38s linear infinite;will-change:transform}
.device-logo-item{display:flex;align-items:center;justify-content:center;flex:0 0 auto;height:72px;min-width:180px;padding:0 22px}
.device-logo-item img{display:block;max-width:100%;max-height:58px;width:auto;height:auto;object-fit:contain}
@keyframes devicesMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.checkout-explain{padding-bottom:6px}
.checkout-visual-card{max-width:980px;margin:0 auto;padding:28px;border-radius:28px;background:linear-gradient(180deg,#060606,#0b0b0b);border:1px solid rgba(255,255,255,.08)}
.checkout-pill-list{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px}
.checkout-pill-list span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);font-size:.86rem;color:#fafafa}
.checkout-highlight-text{margin:18px 0 22px;font-size:1.05rem;line-height:1.7;font-weight:600;color:#f5f5f5;max-width:860px}
.checkout-highlight-text strong{color:#fff}
.checkout-cta-group{display:grid;gap:12px}

.faq-wrap{padding-bottom:50px}
.faq-list{max-width:900px;margin:0 auto;display:grid;gap:12px}
.faq-list details{background:#070707;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px}
.faq-list summary{list-style:none;cursor:pointer;font-size:1rem;font-weight:700}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list p{margin-top:12px}

.stream-footer{display:grid;gap:12px;justify-items:center;padding:22px 18px 120px;border-top:1px solid rgba(255,255,255,.04)}
.stream-footer img{height:22px;width:auto}
.stream-footer-links{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;color:var(--muted);font-size:.9rem}
.stream-footer-links a:hover{color:#fff}

.mobile-fixed-bar{position:fixed;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 14px 16px;border-radius:20px;background:rgba(8,8,8,.95);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px);z-index:24;box-shadow:0 16px 40px rgba(0,0,0,.38)}
.mobile-fixed-bar small{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}
.mobile-fixed-bar strong{font-size:.95rem}
.mobile-fixed-bar a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:16px;background:#fff;color:#000;font-size:.86rem;font-weight:800;letter-spacing:.04em}

/* Checkout */
.checkout-overlay{
  position:fixed;
  inset:0;
  z-index:80;
  display:grid;
  place-items:center;
  padding:16px;
  overflow:hidden;
}
.checkout-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.82);
  backdrop-filter:blur(12px);
}
.checkout-sheet{
  position:relative;
  z-index:2;
  width:min(1080px,100%);
  max-height:calc(100dvh - 32px);
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.22) transparent;
  background:rgba(4,4,6,.42);
  border:1px solid rgba(255,255,255,.11);
  border-radius:28px;
  box-shadow:0 36px 110px rgba(0,0,0,.72);
  padding:24px;
}
.checkout-sheet{position:relative;isolation:isolate}
.checkout-video-bg{position:absolute;inset:0;overflow:hidden;border-radius:inherit;pointer-events:none;z-index:0;background:#08080a}
.checkout-video-frame{position:absolute;inset:-10%;overflow:hidden;background:#08080a url("https://i.ytimg.com/vi/B8E-W6iS2w4/maxresdefault.jpg") center/cover no-repeat}
.checkout-video-frame iframe{position:absolute;top:50%;left:50%;width:max(100%,177.78vh);height:max(100%,56.25vw);min-width:100%;min-height:100%;transform:translate(-50%,-50%) scale(1.18);opacity:.92;filter:saturate(1.05) contrast(1.04) brightness(.82);border:0}
.checkout-video-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,2,3,.40) 0%,rgba(4,4,6,.52) 24%,rgba(5,5,7,.58) 58%,rgba(3,3,5,.76) 100%),radial-gradient(circle at 8% 0%,rgba(236,29,39,.18),transparent 36%),linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.24) 34%,rgba(0,0,0,.24) 66%,rgba(0,0,0,.62) 100%)}
.checkout-content-wrap{position:relative;z-index:1}
.checkout-sheet::-webkit-scrollbar{width:8px}
.checkout-sheet::-webkit-scrollbar-track{background:transparent}
.checkout-sheet::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:999px}
.checkout-close{
  position:sticky;
  top:0;
  z-index:10;
  margin-left:auto;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(17,17,19,.94);
  color:#fff;
  font-size:1.65rem;
  line-height:1;
  box-shadow:0 10px 28px rgba(0,0,0,.32);
}
.checkout-close:hover{background:#1d1d20;border-color:rgba(255,255,255,.28)}
.checkout-brand-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin:-38px 56px 24px 0;
  min-height:46px;
}
.checkout-brand-row img{width:auto;height:32px}
.checkout-brand-row div{display:grid;gap:3px}
.checkout-brand-row strong{font-size:.96rem}
.checkout-brand-row span{font-size:.78rem;color:rgba(255,255,255,.74)}
.checkout-stage{width:100%}
.checkout-stage-header{max-width:780px;margin-bottom:22px}
.checkout-stage-header-center{text-align:center;margin-left:auto;margin-right:auto}
.checkout-sheet h3{margin:10px 0 7px;font-size:clamp(2rem,4vw,3.2rem);line-height:1;letter-spacing:-.05em}
.checkout-subtitle{margin:0;color:rgba(255,255,255,.68);font-size:1rem;line-height:1.6}
.checkout-form-layout{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:18px;
  align-items:stretch;
}
.checkout-summary-panel,.checkout-data-panel,.checkout-pix-left,.checkout-pix-right{
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:rgba(8,8,10,.66);
  backdrop-filter:blur(8px);
}
.checkout-summary-panel{
  padding:22px;
  background:
    linear-gradient(180deg,rgba(236,29,39,.09),transparent 40%),
    rgba(255,255,255,.025);
}
.checkout-data-panel{padding:22px}
.checkout-panel-label{
  display:block;
  color:rgba(255,255,255,.55);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.checkout-panel-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.checkout-panel-heading h4{margin:7px 0 0;font-size:1.28rem;line-height:1.25}
.checkout-step-pill{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.7);
  font-size:.74rem;
  font-weight:700;
}
.checkout-price-box,.pix-order-summary,.success-order-card,.pix-status-card,.success-support-note{
  background:#0d0d0f;
  border:1px solid rgba(255,255,255,.09);
  border-radius:19px;
}
.checkout-price-box{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  padding:20px;
  margin:14px 0 18px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.checkout-price-box small,.pix-order-summary small,.success-order-card span{
  display:block;
  color:var(--muted);
  margin-bottom:7px;
}
.checkout-price-box strong{font-size:2.25rem;line-height:1;letter-spacing:-.055em}
.checkout-price-box>span{color:#fff;font-size:.92rem;font-weight:600}
.checkout-features{
  list-style:none;
  padding:0;
  margin:0 0 22px;
  display:grid;
  gap:11px;
}
.checkout-features li{
  position:relative;
  padding-left:28px;
  color:rgba(255,255,255,.78);
  line-height:1.5;
}
.checkout-features li::before{
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  display:grid;
  place-items:center;
  width:19px;
  height:19px;
  border-radius:50%;
  background:rgba(236,29,39,.17);
  color:#ff5b65;
  font-size:.72rem;
  font-weight:900;
}
.checkout-assurance{display:grid;gap:12px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}
.checkout-assurance>div{display:flex;align-items:flex-start;gap:11px}
.checkout-assurance>div>span{
  flex:0 0 26px;
  width:26px;
  height:26px;
  border-radius:9px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-size:.75rem;
}
.checkout-assurance p{margin:0;display:grid;gap:3px}
.checkout-assurance p strong{font-size:.88rem}
.checkout-assurance p small{font-size:.76rem;line-height:1.45;color:var(--muted)}
.checkout-form{display:grid;gap:14px}
.checkout-form label,.pix-copy-label{display:grid;gap:8px}
.checkout-form label>span,.pix-copy-label>span{font-size:.88rem;font-weight:750;color:rgba(255,255,255,.88)}
.checkout-form label>span small{color:var(--muted);font-weight:600}
.checkout-form input,.pix-copy-label textarea{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:#111114;
  color:#fff;
  padding:14px 15px;
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.checkout-form input{min-height:50px}
.checkout-form input::placeholder,.pix-copy-label textarea::placeholder{color:rgba(255,255,255,.3)}
.checkout-form input:focus,.pix-copy-label textarea:focus{
  border-color:rgba(236,29,39,.72);
  box-shadow:0 0 0 3px rgba(236,29,39,.13);
  background:#141417;
}
.checkout-error{
  margin:14px 0 0;
  padding:13px 15px;
  border-radius:14px;
  background:rgba(236,29,39,.14);
  border:1px solid rgba(236,29,39,.32);
  color:#ffd1d4;
  font-size:.9rem;
  line-height:1.5;
}
.checkout-buttons{display:grid;gap:10px;margin-top:17px}
.checkout-sheet .checkout-buttons .stream-cta-btn{
  background:linear-gradient(135deg,#f0232e,#d30d1a);
  color:#fff;
  border-color:#ef2732;
  box-shadow:0 14px 30px rgba(236,29,39,.2);
}
.checkout-sheet .checkout-buttons .stream-cta-btn:hover{filter:brightness(1.06)}
.checkout-sheet .checkout-buttons .stream-outline-btn{background:rgba(255,255,255,.04)}
.checkout-sheet .checkout-buttons .stream-link-block{min-height:42px;font-size:.78rem;background:rgba(255,255,255,.03)}
.checkout-privacy-note{margin:13px 0 0;color:rgba(255,255,255,.62);font-size:.76rem;line-height:1.55;text-align:center}
.checkout-pix-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:18px}
.checkout-pix-left,.checkout-pix-right{padding:20px}
.pix-order-summary{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  padding:17px;
  margin:0 0 16px;
}
.pix-order-summary .pix-total{text-align:right}
.pix-order-summary .pix-total strong{font-size:1.6rem;letter-spacing:-.05em}
.pix-qr-wrap{
  min-height:270px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  border-radius:20px;
  background:#fff;
  margin:0 auto;
  max-width:310px;
}
.pix-qr-wrap img{width:100%;height:auto;max-width:270px;border-radius:10px}
.pix-loading{color:#111;font-weight:800;text-align:center}
.pix-copy-label textarea{
  resize:none;
  min-height:112px;
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:.8rem;
  line-height:1.5;
  word-break:break-all;
}
.pix-status-card{display:flex;align-items:flex-start;gap:12px;padding:16px;margin:16px 0 10px}
.pix-status-card p{margin:5px 0 0;color:var(--muted);font-size:.86rem;line-height:1.5}
.pix-status-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#f5c342;
  box-shadow:0 0 0 6px rgba(245,195,66,.1);
  margin-top:5px;
  animation:pixPulse 1.5s ease-in-out infinite;
}
.pix-expiry{margin-top:9px;color:var(--muted);font-size:.9rem;text-align:center}
.checkout-success{
  max-width:620px;
  margin:0 auto;
  text-align:center;
  padding:14px 0 4px;
}
.success-icon{
  width:68px;
  height:68px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#32d17d,#0fa75b);
  color:#fff;
  font-size:2rem;
  font-weight:800;
  margin:0 auto 16px;
  box-shadow:0 14px 35px rgba(15,167,91,.22);
}
.success-order-card{padding:18px;margin:20px 0 14px;text-align:left}
.success-order-card strong{display:block;font-size:1.45rem;letter-spacing:-.04em}
.success-order-card small{display:block;color:var(--muted);margin-top:6px}
.success-support-note{padding:17px;text-align:left}
.success-support-note strong{display:block;margin-bottom:8px}
@keyframes pixPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.92)}}

@media (min-width:700px){
  .mosaic-hero{min-height:620px}
  .mosaic-center{min-height:620px;padding:120px 32px 120px}
  .mosaic-center-logo{width:min(92vw,1040px)}
  .showcase-hero{padding:24px 42px 0}
  .sales-intro,.plans-wrap,.checkout-explain,.faq-wrap{padding-left:42px;padding-right:42px}
  .genre-stage{padding-top:18px}
  .genre-row{grid-template-columns:repeat(3,1fr);min-height:98px}
  .genre-item{font-size:clamp(1.7rem,3.4vw,3rem)}
  .genre-item.active{font-size:clamp(2.8rem,5vw,4rem)}
  .poster-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .sales-copy h1,.section-center-title h2,.checkout-visual-card h2{font-size:3rem}
  .sales-points{grid-template-columns:repeat(2,1fr)}
  .plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .checkout-cta-group{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (min-width:1024px){
  .desktop-only{display:flex!important}
  .stream-brand img{height:42px}
  .mosaic-hero{min-height:640px}
  .mosaic-center{min-height:640px;padding:130px 40px 130px}
  .mosaic-center-logo{width:min(68vw,1120px)}
  .stream-topbar{padding:12px 20px}
  .showcase-hero{padding:30px 56px 0}
  .headline-kicker{font-size:1.08rem}
  .genre-row{grid-template-columns:repeat(3,1fr);gap:18px;min-height:112px}
  .genre-item{font-size:clamp(2rem,3.2vw,4rem)}
  .genre-item.active{font-size:clamp(3rem,4vw,4.6rem)}
  .genre-item.side{font-size:clamp(2rem,3vw,3.3rem)}
  .genre-arrow{width:56px;height:56px;font-size:4.1rem}
  .poster-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1140px;margin:0 auto}
  .sales-intro,.plans-wrap,.checkout-explain,.faq-wrap{padding-left:56px;padding-right:56px}
  .sales-copy h1,.section-center-title h2,.checkout-visual-card h2{font-size:4.35rem}
  .sales-copy p,.section-center-title p{font-size:1.06rem}
  .plans-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mobile-fixed-bar{display:none}
  .stream-footer{padding-bottom:38px}
}

@media (max-width:699px){
  .stream-topbar{padding:10px 10px 0 10px;gap:8px}
  .stream-brand img{height:28px}
  .stream-top-actions{gap:8px}
  .stream-link-btn,.stream-cta-btn{min-height:52px;padding:0 16px;border-radius:18px;font-size:.84rem}
  .mosaic-hero{min-height:470px}
  .mosaic-center{min-height:470px;padding:98px 16px 92px}
  .mosaic-center-logo{width:min(118vw,760px)}
}


@media (max-width:860px){
  .checkout-form-layout,.checkout-pix-layout{grid-template-columns:1fr}
  .checkout-summary-panel{order:1}
  .checkout-data-panel{order:2}
  .checkout-brand-row{margin-right:52px}
}

@media (max-width:699px){
  .checkout-overlay{padding:0;place-items:stretch}
  .checkout-sheet{
    width:100%;
    max-height:100dvh;
    height:100dvh;
    border-radius:0;
    border:0;
    padding:14px 14px calc(26px + env(safe-area-inset-bottom));
  }
  .checkout-close{top:0;width:40px;height:40px}
  .checkout-brand-row{margin:-36px 48px 20px 0;gap:10px}
  .checkout-brand-row img{height:25px}
  .checkout-brand-row strong{font-size:.82rem}
  .checkout-brand-row span{font-size:.68rem}
  .checkout-stage-header{margin-bottom:17px;padding-right:4px}
  .checkout-sheet h3{font-size:2.1rem}
  .checkout-summary-panel,.checkout-data-panel,.checkout-pix-left,.checkout-pix-right{padding:17px;border-radius:19px}
  .checkout-form-layout,.checkout-pix-layout{gap:12px}
  .checkout-price-box{padding:16px}
  .checkout-price-box strong{font-size:1.9rem}
  .checkout-panel-heading{display:grid}
  .checkout-step-pill{width:max-content}
  .pix-qr-wrap{min-height:236px;max-width:270px}
}

/* V143 — seção de categorias renderizada em React + Tailwind */
#categoriesReactRoot {
  width: 100%;
  overflow: hidden;
}
.showcase-hero {
  overflow: hidden;
}

@media (max-width:699px){
  .checkout-video-frame{inset:-14%}
  .checkout-video-frame iframe{transform:translate(-50%,-50%) scale(1.28);opacity:.80}
}

/* V159: faixa de logos garantida logo abaixo dos planos */
.devices-marquee-section{display:block;width:100%;margin:24px 0 38px;padding:0;position:relative;z-index:5;overflow:hidden;background:#fff;min-height:108px}
.devices-marquee-section .devices-marquee-wrap{max-width:none;margin:0;width:100%;display:block}
.devices-marquee-section .devices-marquee-shell{min-height:108px;border:0;border-radius:0}


/* V160 — ajuste mobile para reduzir sobra preta e subir o conteúdo */
@media (max-width:699px){
  .stream-page{padding-bottom:84px}
  .mosaic-hero{min-height:360px}
  .mosaic-bg{background-position:center top}
  .mosaic-divider{height:96px}
  .mosaic-center{min-height:360px;align-items:flex-start;padding:78px 12px 36px}
  .mosaic-center-logo{width:min(102vw,560px)}
  .showcase-hero{padding:0 12px 0}
  .showcase-headline{padding:6px 0 2px}
  .headline-kicker{font-size:.84rem;letter-spacing:.12em}
  .sales-intro,.plans-wrap,.checkout-explain,.faq-wrap{padding-top:36px}
}


/* V161 — compactar faixa de logos e bloco "Assine em poucos passos" no mobile */
@media (max-width:699px){
  .plans-wrap{padding-top:28px}
  .devices-marquee-wrap{margin:10px auto 0}
  .devices-marquee-shell{padding:8px 0}
  .devices-marquee-shell::before,.devices-marquee-shell::after{width:32px}
  .device-logo-item{height:48px;min-width:112px;padding:0 12px}
  .device-logo-item img{max-height:34px}

  .checkout-explain{padding-top:20px;padding-bottom:2px}
  .checkout-visual-card{padding:18px 16px 16px;border-radius:20px}
  .checkout-visual-card .headline-kicker{font-size:.78rem;letter-spacing:.1em}
  .checkout-visual-card .section-title{font-size:clamp(2rem,10vw,3rem);line-height:.96;letter-spacing:-.06em;margin-bottom:8px}
  .checkout-highlight-text{margin:10px 0 14px;font-size:.98rem;line-height:1.55}
  .checkout-cta-group{gap:10px}
  .checkout-cta-group .stream-cta-btn{min-height:52px;padding:0 16px;font-size:.95rem}
}


/* V162 — compactação real em todas as telas */
.mosaic-hero{min-height:430px!important}
.mosaic-center{min-height:430px!important;padding:84px 18px 42px!important}
.mosaic-center-logo{width:min(62vw,920px)!important}
.mosaic-divider{height:105px!important}
.showcase-hero{padding-top:0!important}
.showcase-headline{padding:8px 0 2px!important}

.plan-card{gap:11px!important;padding:18px!important;border-radius:22px!important}
.plan-badge{min-height:29px!important;padding:0 11px!important;font-size:.66rem!important}
.plan-card h3{font-size:1.42rem!important}
.plan-price strong{font-size:1.75rem!important}
.plan-desc{line-height:1.5!important}
.plan-list{gap:5px!important}
.plan-list li{font-size:.9rem!important}
.plan-actions{gap:8px!important}
.plan-actions .stream-cta-btn,.plan-actions .stream-outline-btn{min-height:46px!important}

.devices-marquee-shell::before,.devices-marquee-shell::after{width:46px!important}
.checkout-explain{padding-top:18px!important;padding-bottom:2px!important}
.checkout-visual-card{padding:22px!important;border-radius:22px!important}
.checkout-visual-card h2{font-size:clamp(2.35rem,4.3vw,3.55rem)!important;line-height:.96!important;margin:8px 0 10px!important}
.checkout-highlight-text{margin:10px 0 14px!important;font-size:1rem!important;line-height:1.55!important}
.checkout-cta-group{gap:10px!important}
.checkout-cta-group .stream-cta-btn,.checkout-cta-group .stream-outline-btn{min-height:48px!important}

@media (min-width:700px){
  .mosaic-hero,.mosaic-center{min-height:430px!important}
  .mosaic-center{padding:88px 28px 42px!important}
  .mosaic-center-logo{width:min(66vw,920px)!important}
  .showcase-hero{padding-top:4px!important}
}
@media (min-width:1024px){
  .mosaic-hero,.mosaic-center{min-height:440px!important}
  .mosaic-center{padding:92px 36px 44px!important}
  .mosaic-center-logo{width:min(60vw,900px)!important}
  .sales-intro,.plans-wrap,.faq-wrap{padding-top:38px!important}
}
@media (max-width:699px){
  .stream-page{padding-bottom:78px!important}
  .mosaic-hero,.mosaic-center{min-height:300px!important}
  .mosaic-center{align-items:flex-start!important;padding:66px 10px 18px!important}
  .mosaic-center-logo{width:min(94vw,520px)!important}
  .mosaic-divider{height:68px!important}
  .showcase-hero{padding:0 8px!important}
  .showcase-headline{padding:2px 0 0!important}
  .headline-kicker{font-size:.74rem!important;letter-spacing:.1em!important}
  .sales-intro,.plans-wrap,.faq-wrap{padding-top:26px!important}
  .plans-wrap{padding-left:12px!important;padding-right:12px!important}
  .plan-card{gap:8px!important;padding:14px!important;border-radius:18px!important}
  .plan-card h3{font-size:1.25rem!important}
  .plan-price strong{font-size:1.55rem!important}
  .plan-list li{font-size:.82rem!important}
  .plan-actions .stream-cta-btn,.plan-actions .stream-outline-btn{min-height:42px!important;font-size:.78rem!important}
  .checkout-explain{padding:14px 10px 2px!important}
  .checkout-visual-card{padding:15px 14px 14px!important;border-radius:18px!important}
  .checkout-visual-card h2{font-size:clamp(1.85rem,9vw,2.5rem)!important;margin:6px 0 8px!important}
  .checkout-highlight-text{margin:8px 0 12px!important;font-size:.88rem!important;line-height:1.45!important}
  .checkout-cta-group .stream-cta-btn,.checkout-cta-group .stream-outline-btn{min-height:42px!important;font-size:.78rem!important}
}


/* V164 — seção O que oferecemos */
.offers-section{padding:38px 18px 0}
.offers-title{margin-bottom:20px}
.offers-title h2{margin:10px 0 0;font-size:clamp(2rem,4.4vw,3.6rem);line-height:1;letter-spacing:-.05em}
.offers-grid{display:grid;grid-template-columns:1fr;gap:12px;max-width:1160px;margin:0 auto}
.offer-card{padding:20px;border-radius:22px;background:linear-gradient(180deg,#090909,#0d0d0d);border:1px solid rgba(255,255,255,.08);min-height:176px}
.offer-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:16px;border-radius:14px;background:rgba(236,29,39,.15);color:#ff3944;font-size:1.25rem;font-weight:800}
.offer-card h3{margin:0 0 8px;font-size:1.08rem;letter-spacing:-.02em}
.offer-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}
@media(min-width:700px){.offers-section{padding-left:42px;padding-right:42px}.offers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1024px){.offers-section{padding-left:56px;padding-right:56px}.offers-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:699px){
  .offers-section{padding:22px 10px 0}
  .offers-title{margin-bottom:12px}
  .offers-title h2{font-size:1.8rem}
  .offers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .offer-card{padding:13px;border-radius:15px;min-height:154px}
  .offer-icon{width:34px;height:34px;margin-bottom:10px;border-radius:11px;font-size:1rem}
  .offer-card h3{font-size:.86rem;line-height:1.25}
  .offer-card p{font-size:.72rem;line-height:1.45}
}


/* V168 — seções mais bem separadas e cards sem ícones */
.offer-icon{display:none!important}

/* Separação visual profissional entre as áreas principais */
.mosaic-hero,
.showcase-hero,
.offers-section,
.sales-intro,
.plans-wrap,
.devices-marquee-section,
.checkout-explain,
.faq-wrap{position:relative}

.showcase-hero,
.offers-section,
.sales-intro,
.plans-wrap,
.checkout-explain,
.faq-wrap{
  margin-top:28px;
  padding-top:54px;
}

.showcase-hero::before,
.offers-section::before,
.sales-intro::before,
.plans-wrap::before,
.checkout-explain::before,
.faq-wrap::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(1180px,calc(100% - 36px));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16) 18%,rgba(236,29,39,.34) 50%,rgba(255,255,255,.16) 82%,transparent);
}

.offers-section,
.plans-wrap,
.faq-wrap{
  background:radial-gradient(circle at 50% 0,rgba(236,29,39,.06),transparent 34%);
}

.offers-grid{gap:18px}
.offer-card{
  min-height:0;
  padding:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));
  border-color:rgba(255,255,255,.1);
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.offer-card h3{margin-top:0}

.devices-marquee-section{margin-top:34px!important;margin-bottom:34px!important}

@media(max-width:699px){
  .showcase-hero,
  .offers-section,
  .sales-intro,
  .plans-wrap,
  .checkout-explain,
  .faq-wrap{
    margin-top:18px;
    padding-top:34px!important;
  }
  .showcase-hero::before,
  .offers-section::before,
  .sales-intro::before,
  .plans-wrap::before,
  .checkout-explain::before,
  .faq-wrap::before{width:calc(100% - 24px)}
  .offers-grid{gap:10px}
  .offer-card{padding:15px;min-height:132px}
  .devices-marquee-section{margin-top:22px!important;margin-bottom:22px!important}
}


/* V169 — divisores com espaço reservado, sem sobreposição */
.showcase-hero,.offers-section,.sales-intro,.plans-wrap,.checkout-explain,.faq-wrap{position:relative!important;margin-top:18px!important;padding-top:68px!important}
.showcase-hero::before,.offers-section::before,.sales-intro::before,.plans-wrap::before,.checkout-explain::before,.faq-wrap::before{top:22px!important;height:1px!important;pointer-events:none!important}
.showcase-headline{padding-top:0!important}
@media(max-width:699px){
.showcase-hero,.offers-section,.sales-intro,.plans-wrap,.checkout-explain,.faq-wrap{margin-top:10px!important;padding-top:48px!important}
.showcase-hero{padding-left:6px!important;padding-right:6px!important;padding-bottom:0!important}
.showcase-hero::before,.offers-section::before,.sales-intro::before,.plans-wrap::before,.checkout-explain::before,.faq-wrap::before{top:16px!important}
}

/* V192 - fechamento robusto do modal PIX */
.checkout-close{z-index:99999!important;pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important}
.checkout-overlay.is-closed{display:none!important;visibility:hidden!important;pointer-events:none!important}
.checkout-sheet [data-close="1"]{pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important}


/* V193 — fechamento definitivo do modal PIX */
.checkout-sheet{position:relative!important}
.checkout-close{
  position:absolute!important;
  top:18px!important;
  right:18px!important;
  margin:0!important;
  z-index:2147483647!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
.checkout-overlay.is-closed,
.checkout-overlay[aria-hidden="true"],
.checkout-overlay[hidden]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
@media(max-width:699px){.checkout-close{top:12px!important;right:12px!important}}


/* WMCPLAYER V207 - indicação no checkout */
.checkout-referral-area{margin-top:2px;border:1px solid rgba(239,35,42,.22);border-radius:16px;background:rgba(239,35,42,.035);padding:12px}
.checkout-referral-toggle{width:100%;min-height:44px;border:0;background:transparent;color:#fff;font-weight:900;font-size:.78rem;letter-spacing:.04em;cursor:pointer;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:12px}
.checkout-referral-toggle::after{content:'+';font-size:1.2rem;color:#ef232a}
.checkout-referral-toggle[aria-expanded="true"]::after{content:'−'}
.checkout-referral-fields{display:grid;gap:9px;padding-top:10px}
.checkout-referral-fields[hidden]{display:none!important}
.checkout-referral-fields label{display:grid;gap:7px}
.checkout-referral-fields label>span{font-size:.8rem;font-weight:800;color:rgba(255,255,255,.88)}
.checkout-referral-fields input{width:100%;min-height:48px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#111115;color:#fff;padding:0 14px;text-transform:uppercase;font-weight:900;letter-spacing:.08em;outline:none}
.checkout-referral-fields input:focus{border-color:rgba(239,35,42,.75);box-shadow:0 0 0 3px rgba(239,35,42,.12)}
.checkout-referral-help{margin:0;color:rgba(255,255,255,.58);font-size:.72rem;line-height:1.45}
.checkout-referral-status{border-radius:11px;padding:10px 12px;font-size:.76rem;font-weight:800;line-height:1.4}
.checkout-referral-status[hidden]{display:none!important}
.checkout-referral-status.checking{background:rgba(255,193,7,.08);border:1px solid rgba(255,193,7,.24);color:#ffd866}
.checkout-referral-status.success{background:rgba(16,185,129,.09);border:1px solid rgba(16,185,129,.3);color:#6ee7b7}
.checkout-referral-status.error{background:rgba(239,35,42,.08);border:1px solid rgba(239,35,42,.28);color:#ff9b9f}
.checkout-referral-discount{margin:13px 0;padding:13px 14px;border-radius:14px;border:1px solid rgba(16,185,129,.32);background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(16,185,129,.035));display:grid;gap:5px}
.checkout-referral-discount[hidden]{display:none!important}
.checkout-referral-discount>span{font-size:.7rem;font-weight:850;letter-spacing:.05em;color:#6ee7b7;text-transform:uppercase}
.checkout-referral-discount>strong{font-size:1.05rem;color:#fff}
.checkout-referral-discount>small{color:rgba(255,255,255,.72);line-height:1.4}
.checkout-referral-discount del{color:rgba(255,255,255,.48)}
.checkout-referral-discount b{color:#6ee7b7;font-size:.94rem}
.pix-referral-badge{margin-top:10px;border-radius:999px;border:1px solid rgba(16,185,129,.3);background:rgba(16,185,129,.1);color:#6ee7b7;padding:8px 12px;text-align:center;font-size:.74rem;font-weight:850}
.pix-referral-badge[hidden]{display:none!important}
@media(max-width:640px){.checkout-referral-area{padding:10px}.checkout-referral-toggle{font-size:.72rem}.checkout-referral-fields input{min-height:45px}}

/* WMCPLAYER V221 — checkout responsivo sem recortes */
.checkout-overlay{
  align-items:flex-start!important;
  justify-items:center!important;
  padding:
    max(10px, env(safe-area-inset-top))
    14px
    max(10px, env(safe-area-inset-bottom))!important;
}
.checkout-sheet{
  width:min(1080px,100%)!important;
  max-height:calc(100dvh - 20px)!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  scroll-padding-top:84px!important;
  scroll-padding-bottom:28px!important;
  scrollbar-gutter:stable!important;
}
.checkout-content-wrap{
  width:100%!important;
  min-width:0!important;
}
.checkout-brand-row{
  margin:0 58px 18px 0!important;
  min-height:40px!important;
}
.checkout-stage-header{
  margin-bottom:18px!important;
  padding-right:52px!important;
}
.checkout-form-layout,
.checkout-pix-layout{
  min-width:0!important;
}
.checkout-summary-panel,
.checkout-data-panel,
.checkout-pix-left,
.checkout-pix-right{
  min-width:0!important;
}
.checkout-form input,
.checkout-referral-fields input,
.pix-copy-label textarea{
  max-width:100%!important;
  box-sizing:border-box!important;
}

/* Compacta apenas quando a altura útil é pequena. O conteúdo continua rolável. */
@media (min-width:861px) and (max-height:780px){
  .checkout-overlay{padding:8px 12px!important}
  .checkout-sheet{
    max-height:calc(100dvh - 16px)!important;
    padding:17px 18px 20px!important;
    border-radius:22px!important;
  }
  .checkout-close{top:12px!important;right:12px!important;width:40px!important;height:40px!important}
  .checkout-brand-row{margin:0 50px 10px 0!important;min-height:34px!important}
  .checkout-brand-row img{height:27px!important}
  .checkout-brand-row strong{font-size:.84rem!important}
  .checkout-brand-row span{font-size:.68rem!important}
  .checkout-stage-header{margin-bottom:12px!important;padding-right:48px!important}
  .checkout-sheet h3{margin:5px 0 5px!important;font-size:clamp(1.85rem,3vw,2.65rem)!important}
  .checkout-subtitle{font-size:.88rem!important;line-height:1.42!important}
  .checkout-form-layout,.checkout-pix-layout{gap:13px!important}
  .checkout-summary-panel,.checkout-data-panel,.checkout-pix-left,.checkout-pix-right{padding:15px!important;border-radius:18px!important}
  .checkout-panel-heading{margin-bottom:11px!important}
  .checkout-panel-heading h4{margin-top:4px!important;font-size:1.05rem!important}
  .checkout-step-pill{min-height:28px!important;padding:0 10px!important;font-size:.68rem!important}
  .checkout-price-box{padding:14px!important;margin:10px 0 12px!important;border-radius:15px!important}
  .checkout-price-box strong{font-size:1.9rem!important}
  .checkout-features{gap:7px!important;margin-bottom:13px!important}
  .checkout-features li{padding-left:24px!important;font-size:.86rem!important;line-height:1.35!important}
  .checkout-assurance{gap:8px!important;padding-top:12px!important}
  .checkout-assurance>div{gap:8px!important}
  .checkout-assurance>div>span{width:23px!important;height:23px!important;flex-basis:23px!important}
  .checkout-assurance p strong{font-size:.8rem!important}
  .checkout-assurance p small{font-size:.68rem!important;line-height:1.3!important}
  .checkout-form{gap:10px!important}
  .checkout-form label,.pix-copy-label{gap:5px!important}
  .checkout-form label>span,.pix-copy-label>span{font-size:.79rem!important}
  .checkout-form input{min-height:43px!important;padding:10px 13px!important;border-radius:12px!important}
  .checkout-referral-area{padding:9px 11px!important;border-radius:13px!important}
  .checkout-referral-toggle{min-height:36px!important;font-size:.7rem!important}
  .checkout-referral-fields{gap:7px!important;padding-top:7px!important}
  .checkout-referral-fields input{min-height:42px!important}
  .checkout-referral-help{font-size:.65rem!important;line-height:1.35!important}
  .checkout-referral-status{padding:8px 10px!important;font-size:.68rem!important}
  .checkout-buttons{gap:7px!important;margin-top:11px!important}
  .checkout-sheet .checkout-buttons .stream-cta-btn,
  .checkout-sheet .checkout-buttons .stream-outline-btn{min-height:44px!important}
  .checkout-privacy-note{margin-top:8px!important;font-size:.66rem!important;line-height:1.35!important}
}

@media (max-width:860px){
  .checkout-stage-header{padding-right:48px!important}
}

@media (max-width:699px){
  .checkout-overlay{
    padding:0!important;
    align-items:stretch!important;
    justify-items:stretch!important;
  }
  .checkout-sheet{
    height:100dvh!important;
    max-height:100dvh!important;
    padding:
      max(12px, env(safe-area-inset-top))
      13px
      calc(22px + env(safe-area-inset-bottom))!important;
    scroll-padding-top:70px!important;
    scrollbar-gutter:auto!important;
  }
  .checkout-brand-row{
    margin:0 46px 14px 0!important;
    min-height:34px!important;
  }
  .checkout-stage-header{padding-right:42px!important}
  .checkout-close{
    top:max(10px, env(safe-area-inset-top))!important;
    right:10px!important;
  }
}

/* Em notebooks com pouca altura, os campos rolam dentro do painel e as ações ficam sempre visíveis. */
@media (min-width:861px) and (max-height:700px){
  .checkout-sheet{overflow:hidden!important}
  .checkout-content-wrap{
    height:calc(100dvh - 50px)!important;
    max-height:calc(100dvh - 50px)!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  .checkout-brand-row{flex:0 0 auto!important}
  .checkout-stage{
    flex:1 1 auto!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .checkout-stage[hidden]{display:none!important}
  .checkout-stage-header{flex:0 0 auto!important}
  .checkout-form-layout{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    align-items:stretch!important;
  }
  .checkout-summary-panel{
    min-height:0!important;
    max-height:100%!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
  }
  .checkout-data-panel{
    min-height:0!important;
    max-height:100%!important;
    overflow:hidden!important;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto auto!important;
  }
  .checkout-data-panel>.checkout-panel-heading{grid-row:1!important}
  .checkout-data-panel>.checkout-form{
    grid-row:2!important;
    min-height:0!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    padding-right:5px!important;
    scrollbar-width:thin!important;
    scrollbar-color:rgba(255,255,255,.2) transparent!important;
  }
  .checkout-data-panel>.checkout-error{grid-row:3!important}
  .checkout-data-panel>.checkout-buttons{
    grid-row:4!important;
    margin-top:9px!important;
    padding-top:8px!important;
    border-top:1px solid rgba(255,255,255,.07)!important;
    background:linear-gradient(180deg,rgba(8,8,10,.2),rgba(8,8,10,.98) 28%)!important;
  }
  .checkout-data-panel>.checkout-privacy-note{display:none!important}
}

/* WMCPLAYER V283 - correções mobile do topo e checkout PIX */
html,body{max-width:100%;overflow-x:hidden}
body{position:relative}
.stream-page,.mosaic-hero,.showcase-hero,.offers-section,.sales-intro,.plans-wrap,.checkout-explain,.faq-wrap,.stream-footer{max-width:100%;overflow-x:hidden}
.stream-link-btn,.stream-cta-btn,.stream-outline-btn{white-space:nowrap}
.checkout-summary-panel,.checkout-data-panel,.checkout-pix-left,.checkout-pix-right,.pix-order-summary,.pix-qr-wrap,.pix-copy-label textarea{max-width:100%;min-width:0}
.checkout-pix-left,.checkout-pix-right{overflow:hidden}

@media (max-width:699px){
  .stream-topbar{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    padding:10px 12px 0!important;
  }
  .stream-brand{display:flex;justify-content:center}
  .stream-brand img{height:26px!important}
  .stream-top-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;
    gap:8px!important;
  }
  .stream-link-btn,.stream-cta-btn{
    width:100%!important;
    min-width:0!important;
    min-height:48px!important;
    padding:0 10px!important;
    border-radius:16px!important;
    font-size:.76rem!important;
    letter-spacing:.04em!important;
  }
  .stream-link-btn{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.12)!important}

  .checkout-sheet,
  .checkout-content-wrap,
  .checkout-stage,
  .checkout-form-layout,
  .checkout-pix-layout,
  .checkout-summary-panel,
  .checkout-data-panel,
  .checkout-pix-left,
  .checkout-pix-right{width:100%!important;max-width:100%!important}

  .checkout-sheet{padding:max(12px, env(safe-area-inset-top)) 12px calc(20px + env(safe-area-inset-bottom))!important}
  .checkout-brand-row{margin:0 40px 12px 0!important}
  .checkout-stage-header{padding-right:38px!important}
  .checkout-sheet h3{font-size:1.75rem!important;line-height:1.08!important;word-break:normal!important}
  .checkout-subtitle{font-size:.9rem!important;line-height:1.45!important}
  .checkout-summary-panel,.checkout-data-panel,.checkout-pix-left,.checkout-pix-right{padding:14px!important;border-radius:18px!important}
  .checkout-price-box,
  .pix-order-summary{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    align-items:flex-start!important;
  }
  .pix-order-summary .pix-total{text-align:left!important}
  .pix-order-summary .pix-total strong{font-size:1.35rem!important}
  .pix-qr-wrap{width:100%!important;max-width:none!important;min-height:220px!important;padding:14px!important}
  .pix-qr-wrap img{max-width:min(100%,240px)!important}
  .pix-copy-label textarea{min-height:104px!important;font-size:.76rem!important;line-height:1.45!important}
  .pix-status-card{margin:14px 0 8px!important}
  .checkout-sheet .stream-cta-btn,
  .checkout-sheet .stream-outline-btn,
  .checkout-sheet .stream-link-block{white-space:normal!important;text-align:center!important;line-height:1.2!important;padding:10px 14px!important}
}
