:root{--black:#07080a;--black2:#0d0e12;--red:#ed1724;--red2:#b80d17;--text:#111318;--muted:#6d7079;--line:#e7e8ec;--soft:#f8f8f9;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.5}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.header{height:72px;background:#07080a;color:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid #14151a}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:9px}.brand-logo{width:42px;height:42px;object-fit:contain}.brand-copy{display:flex;align-items:baseline;gap:4px;font-size:19px;font-weight:900}.brand-copy b{color:#fff}.brand-copy b::first-letter{color:var(--red)}.brand-copy small{font-size:8px;letter-spacing:2px;color:#a0a2aa}.links{display:flex;align-items:center;gap:31px;font-size:12px;font-weight:850}.links a.active{color:#fff;position:relative}.links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-21px;height:2px;background:var(--red)}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:7px;font-size:12px;font-weight:950;transition:.2s}.button:hover{transform:translateY(-1px)}.button.compact{padding:11px 17px}.primary{background:linear-gradient(135deg,var(--red),#ff2735);color:#fff;box-shadow:0 10px 24px rgba(237,23,36,.22)}.ghost{color:#fff;border:1px solid #45464c;background:rgba(255,255,255,.02)}.cart-button{background:none;border:0;color:#fff;font-size:18px;cursor:pointer}.menu{display:none;border:0;background:none;color:#fff;font-size:24px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 42%,#2e0c11 0,#15090c 33%,#07080a 70%);color:#fff;min-height:520px}.hero-layout{min-height:520px;display:grid;grid-template-columns:.9fr 1.15fr .18fr;gap:42px;align-items:center;position:relative;z-index:2}.hero-watermark{position:absolute;left:-40px;top:20px;width:500px;height:500px;border-radius:50%;border:90px solid rgba(155,9,18,.18)}.hero-watermark:before,.hero-watermark:after{content:"";position:absolute;background:rgba(155,9,18,.18)}.hero-watermark:before{width:90px;height:500px;left:115px;top:-90px;border-radius:45px}.hero-watermark:after{width:90px;height:500px;right:115px;top:-90px;border-radius:45px}.hero-lines{position:absolute;right:-120px;top:70px;width:640px;height:360px;background:repeating-linear-gradient(170deg,transparent 0 38px,rgba(255,31,45,.08) 40px 42px)}.eyebrow{display:block;color:#ff4e5b;font-size:10px;font-weight:950;letter-spacing:1.8px;margin-bottom:12px}.hero h1{font-size:clamp(48px,5vw,70px);letter-spacing:-3px;line-height:.98;margin:0 0 10px}.hero h1 span{color:var(--red)}.hero-subtitle{font-size:20px;margin:0 0 23px}.hero-text{font-size:15px;color:#d1d2d7}.hero-actions{display:flex;gap:11px;margin-top:26px}.tv-area{position:relative;min-height:400px;display:grid;place-items:center}.tv{position:relative;width:470px;max-width:100%}.tv-screen{height:300px;background:linear-gradient(145deg,#1c1d22,#0f1014);border:7px solid #2b2c31;box-shadow:0 30px 70px rgba(0,0,0,.38);display:flex;flex-direction:column;align-items:center;justify-content:center}.tv-logo-img{width:115px;height:115px;object-fit:contain;margin-bottom:7px}.tv-title{font-size:28px;font-weight:950;color:var(--red)}.tv-subtitle{font-size:10px;letter-spacing:1.5px}.tv-feet{display:flex;justify-content:space-between}.tv-feet span{display:block;width:90px;height:10px;background:#26272b}.tv-box{position:absolute;width:155px;height:46px;background:#15161a;border-radius:7px;left:140px;bottom:22px}.remote{position:absolute;width:52px;height:150px;background:#26272c;border-radius:14px;right:55px;bottom:23px;transform:rotate(-6deg);box-shadow:0 14px 28px rgba(0,0,0,.35)}.remote span{position:absolute;border-radius:50%;background:#3c3d43}.r1{width:13px;height:13px;left:19px;top:18px}.r2{width:24px;height:24px;left:14px;top:48px}.r3{width:10px;height:10px;left:21px;top:88px}.r4{width:10px;height:10px;left:21px;top:112px}.side-benefits{border:1px solid #3a3b40;border-radius:14px;overflow:hidden}.side-benefits>div{height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid #3a3b40}.side-benefits>div:last-child{border-bottom:0}.side-icon{font-size:22px;margin-bottom:5px}.side-benefits b{font-size:9px}.trust{background:#fff;height:0}.trust-box{position:relative;z-index:5;transform:translateY(-20px);display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:10px;padding:19px 21px;box-shadow:0 10px 30px rgba(0,0,0,.09)}.trust-box>div{display:flex;align-items:center;gap:12px;padding:0 19px;border-right:1px solid var(--line)}.trust-box>div:last-child{border:0}.trust-icon{color:var(--red);font-size:20px}.trust-box b{font-size:12px}.trust-box small{display:block;color:#8c8f96;font-size:10px}.plans{padding:85px 0 80px}.section-title{max-width:680px}.section-title.center{text-align:center;margin:0 auto 34px}.section-title h2{font-size:clamp(32px,4vw,44px);letter-spacing:-1.4px;margin:0 0 8px}.section-title p{color:var(--muted);font-size:13px}.red{color:var(--red)}.plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,360px));justify-content:center;gap:18px}.plan-card{position:relative;background:#fff;border:1px solid #dedfe4;border-radius:12px;padding:22px;box-shadow:0 11px 24px rgba(0,0,0,.05)}.plan-card.featured{border:1.5px solid var(--red)}.popular{position:absolute;right:12px;top:9px;background:var(--red);color:#fff;border-radius:4px;padding:5px 8px;font-size:8px;font-weight:950}.plan-head{display:flex;align-items:center;gap:12px}.plan-badge{width:48px;height:48px;border:1px solid #e2e3e7;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:20px;font-weight:950}.plan-badge small{font-size:7px}.plan-head span{font-size:9px;font-weight:950}.plan-head h3{font-size:18px;margin:1px 0}.price{font-size:37px;color:var(--red);font-weight:950;margin:15px 0}.price sup{font-size:14px}.plan-card ul{list-style:none;padding:13px 0;margin:0;border-top:1px solid var(--line)}.plan-card li{font-size:11px;padding:5px 0}.plan-card li:before{content:"✓";color:var(--red);font-weight:950;margin-right:7px}.how{padding:30px 0 75px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:23px}.steps article{text-align:center;position:relative}.step-num{position:absolute;top:-3px;left:calc(50% - 42px);width:23px;height:23px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:950}.step-icon{width:56px;height:56px;border-radius:50%;border:1px solid #dfe0e4;display:grid;place-items:center;margin:0 auto 13px;font-size:21px;box-shadow:0 7px 16px rgba(0,0,0,.06)}.steps h3{font-size:13px;margin:0 0 4px}.steps p{font-size:10px;color:var(--muted);max-width:180px;margin:auto}.devices{background:#101114;color:#fff;padding:75px 0}.device-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.device-grid h2{font-size:40px;margin:0 0 12px}.device-grid p{color:#b4b6bd}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.chips span{border:1px solid #383940;border-radius:22px;padding:8px 12px;font-size:10px}.device-panel{max-width:420px;width:100%;margin:auto;background:#1b1c20;border:1px solid #34353a;border-radius:14px;padding:26px}.device-logo{display:block;width:95px;margin:0 auto 20px}.fake-field{display:flex;justify-content:space-between;background:#111216;border:1px solid #33343a;border-radius:7px;padding:11px 12px;margin-top:8px}.fake-field small{color:#81838b}.faq-section{padding:75px 0;background:#f7f7f8}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.faq details{background:#fff;border:1px solid var(--line);border-radius:8px;padding:0 16px;margin-bottom:7px}.faq summary{font-size:12px;font-weight:850;padding:15px 0;cursor:pointer}.faq p{font-size:11px;color:var(--muted);padding:0 0 15px;margin:0}footer{background:#090a0c;color:#ddd;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid p{color:#75777e;font-size:11px}.footer-grid>div>b{color:#fff}.footer-grid a:not(.brand){font-size:11px;color:#9698a0}.copyright{border-top:1px solid #24252a;margin-top:28px;padding-top:17px;color:#65676e;font-size:10px}.ecwid-native-plan-button .form-control__button{background:var(--red)!important;border-radius:6px!important;min-height:46px!important;font-weight:900!important}.ecwid-native-plan-button .form-control__button-text{font-weight:900!important}
@media(max-width:900px){.container{width:min(100% - 28px,1180px)}.header{height:68px}.menu{display:block}.links{display:none;position:absolute;top:68px;left:0;right:0;background:#07080a;padding:20px;flex-direction:column}.links.open{display:flex}.hero{padding:50px 0}.hero-layout{grid-template-columns:1fr;min-height:auto}.tv-area{min-height:360px}.side-benefits{display:grid;grid-template-columns:repeat(3,1fr)}.side-benefits>div{height:82px;border-bottom:0;border-right:1px solid #3a3b40}.side-benefits>div:last-child{border-right:0}.trust{height:auto}.trust-box{transform:none;margin-top:0;grid-template-columns:1fr 1fr}.trust-box>div{padding:12px;border-bottom:1px solid var(--line)}.plan-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.device-grid,.faq-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:520px){.hero h1{font-size:44px}.hero-subtitle{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.tv{width:300px}.tv-screen{height:190px}.tv-logo-img{width:75px;height:75px}.tv-title{font-size:19px}.remote,.tv-box{display:none}.side-benefits{grid-template-columns:1fr}.side-benefits>div{border-right:0;border-bottom:1px solid #3a3b40}.trust-box{grid-template-columns:1fr}.trust-box>div{border-right:0}.plans,.how,.devices,.faq-section{padding:58px 0}.steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}

/* =========================================================
   V7 - AJUSTE VISUAL MAIS PRÓXIMO DO LAYOUT APROVADO
   ========================================================= */
@media (min-width: 1200px){
  .container{width:min(1115px,calc(100% - 48px))}
  .header{height:70px}
  .brand-logo{width:48px;height:48px}
  .brand-copy{font-size:20px}
  .links{gap:28px;font-size:11px}

  .hero{min-height:455px}
  .hero-layout{
    min-height:455px;
    grid-template-columns:.82fr 1.22fr .18fr;
    gap:28px;
  }
  .hero-copy{padding-left:4px}
  .hero h1{font-size:58px;line-height:.98;letter-spacing:-2.8px}
  .hero-subtitle{font-size:18px}
  .hero-text{font-size:13px;line-height:1.55}
  .hero-actions{margin-top:23px}
  .hero-actions .button{padding:13px 19px;font-size:11px}

  .tv-area{min-height:385px}
  .tv{width:500px}
  .tv-screen{height:315px}
  .tv-logo-img{width:125px;height:125px}
  .tv-title{font-size:30px}
  .tv-subtitle{font-size:9px}
  .remote{right:28px;bottom:18px;height:145px}
  .tv-box{left:160px;bottom:17px;width:160px}

  .side-benefits{width:92px;justify-self:end}
  .side-benefits>div{height:92px}
  .side-icon{font-size:20px}
  .side-benefits b{font-size:8px}

  .hero-watermark{
    left:-115px;
    top:-6px;
    width:465px;
    height:465px;
    border-width:82px;
  }

  .trust-box{
    max-width:1010px;
    padding:17px 18px;
    transform:translateY(-20px);
  }
  .trust-box b{font-size:11px}
  .trust-box small{font-size:9px}

  .plans{padding-top:70px}
  .plan-grid{grid-template-columns:repeat(2,330px);gap:18px}
  .plan-card{padding:20px}
  .price{font-size:35px}
}

/* =========================================================
   CARRINHO VISÍVEL E REENTRADA SEGURA
   ========================================================= */
.cart-button{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border:1px solid #2d2e33;
  border-radius:9px;
  background:#111216;
  color:#fff;
}
.cart-button:hover{background:#18191e}
.cart-symbol{font-size:16px;line-height:1}
.cart-count{
  position:absolute;
  top:-7px;
  right:-7px;
  min-width:21px;
  height:21px;
  padding:0 5px;
  border-radius:999px;
  border:2px solid #07080a;
  background:var(--red);
  color:#fff;
  font-size:10px;
  font-weight:950;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ibo-cart-alert{
  position:sticky;
  top:70px;
  z-index:90;
  background:#fff6f6;
  border-bottom:1px solid #ffd5d8;
  box-shadow:0 5px 18px rgba(0,0,0,.05);
}
.ibo-cart-alert-inner{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:#681017;
  font-size:12px;
}
.ibo-cart-alert button{
  border:0;
  border-radius:7px;
  padding:9px 13px;
  background:var(--red);
  color:#fff;
  font:inherit;
  font-size:10px;
  font-weight:950;
  cursor:pointer;
}
.ibo-cart-alert button:hover{background:var(--red2)}

@media(max-width:900px){
  .ibo-cart-alert{top:68px}
}
@media(max-width:520px){
  .ibo-cart-alert-inner{
    min-height:56px;
    font-size:11px;
  }
  .ibo-cart-alert-inner span{max-width:68%}
  .ibo-cart-alert button{padding:9px 10px}
}


/* =========================================================
   V8 - HERO APROVADO COM TV MAIS REALISTA
   ========================================================= */

/* remove totalmente o elemento visual que lembrava box/IPTV */
.tv-box{display:none!important}

/* TV mais real, widescreen e com bezel fino */
.tv{
  width:540px!important;
  max-width:100%;
  perspective:1200px;
}
.tv-bezel{
  position:relative;
  padding:7px;
  background:linear-gradient(145deg,#3a3b40,#17181d 48%,#050608);
  border-radius:8px;
  box-shadow:
    0 28px 70px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 -1px 0 rgba(255,255,255,.04) inset;
  transform:perspective(1100px) rotateY(-2deg);
}
.tv-screen{
  position:relative;
  height:305px!important;
  border:0!important;
  border-radius:3px;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 28%,rgba(255,255,255,.05),transparent 27%),
    linear-gradient(145deg,#1a1b1f,#090a0d 65%,#020203);
  box-shadow:
    inset 0 0 60px rgba(0,0,0,.78),
    inset 0 1px 0 rgba(255,255,255,.025);
}
.screen-reflection{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(115deg,rgba(255,255,255,.055),transparent 20%,transparent 73%,rgba(255,255,255,.025)),
    radial-gradient(circle at 78% 15%,rgba(255,255,255,.05),transparent 28%);
  mix-blend-mode:screen;
}
.tv-logo-img{
  width:125px!important;
  height:125px!important;
  position:relative;
  z-index:2;
  object-fit:contain;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.38));
}
.tv-title,.tv-subtitle{position:relative;z-index:2}
.tv-title{
  font-size:29px!important;
  letter-spacing:-.7px;
}
.tv-subtitle{
  color:#fff;
  opacity:.95;
}
.tv-feet{
  position:relative;
  height:34px;
  margin-top:0!important;
}
.tv-feet span{
  position:absolute;
  top:2px;
  width:88px!important;
  height:10px!important;
  background:linear-gradient(#2c2d31,#111216)!important;
  border-radius:2px;
  box-shadow:0 5px 9px rgba(0,0,0,.35);
}
.tv-feet span:first-child{
  left:54px;
  transform:skewX(-28deg);
}
.tv-feet span:last-child{
  right:54px;
  transform:skewX(28deg);
}

/* controle remoto discreto, sem box */
.remote{
  width:48px!important;
  height:145px!important;
  right:12px!important;
  bottom:16px!important;
  border:1px solid #393a3f;
  background:linear-gradient(160deg,#2d2e33,#17181c)!important;
  box-shadow:0 18px 30px rgba(0,0,0,.4)!important;
}

/* mantém o hero nas proporções da referência aprovada */
@media(min-width:1200px){
  .hero{min-height:485px!important}
  .hero-layout{
    min-height:485px!important;
    grid-template-columns:.88fr 1.2fr .19fr!important;
    gap:34px!important;
  }
  .hero-copy{padding-left:0!important}
  .hero h1{font-size:59px!important}
  .hero-subtitle{font-size:18px!important}
  .hero-text{font-size:13px!important}
  .tv-area{min-height:405px!important}
  .side-benefits{width:94px!important}
  .side-benefits>div{height:98px!important}
  .hero-watermark{
    left:-94px!important;
    top:-10px!important;
    width:470px!important;
    height:470px!important;
  }
  .trust-box{
    max-width:1030px!important;
  }
}

/* mobile */
@media(max-width:900px){
  .tv{width:430px!important}
  .tv-screen{height:245px!important}
  .tv-logo-img{width:102px!important;height:102px!important}
}
@media(max-width:520px){
  .tv{width:300px!important}
  .tv-screen{height:175px!important}
  .tv-logo-img{width:72px!important;height:72px!important}
  .tv-title{font-size:18px!important}
  .tv-subtitle{font-size:7px!important}
  .remote{display:none!important}
}

/* reforça carrinho visível */
.cart-button{
  box-shadow:0 8px 20px rgba(0,0,0,.16);
}
.ibo-cart-alert{
  border-bottom-color:#ffc8cc!important;
}


/* =========================================================
   V9 - MOBILE CLEAN
   Desktop preservado. Ajustes somente para celular.
   ========================================================= */
@media (max-width: 600px){

  /* Hero mais limpo: remove o círculo/barra gigante no mobile */
  .hero-watermark{
    display:none!important;
  }

  /* Fundo premium e discreto, sem símbolo gigante atrás do texto */
  .hero{
    min-height:auto!important;
    overflow:hidden!important;
    background:
      radial-gradient(circle at 82% 70%, rgba(225,18,36,.13), transparent 34%),
      linear-gradient(155deg,#050607 0%,#09090b 48%,#16080b 100%)!important;
  }

  /* linhas vermelhas ficam muito mais sutis */
  .hero::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.26;
    background:
      linear-gradient(170deg,
        transparent 0 34%,
        rgba(225,18,36,.13) 34.3% 34.7%,
        transparent 35% 43%,
        rgba(225,18,36,.09) 43.3% 43.7%,
        transparent 44% 100%);
  }

  .hero-layout{
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
    padding-top:52px!important;
    padding-bottom:24px!important;
    gap:24px!important;
  }

  .hero-copy{
    position:relative;
    z-index:2;
    width:100%!important;
    padding:0 20px!important;
    margin:0!important;
  }

  .eyebrow{
    font-size:12px!important;
    letter-spacing:2.1px!important;
    margin-bottom:18px!important;
  }

  .hero h1{
    font-size:48px!important;
    line-height:.96!important;
    letter-spacing:-2px!important;
    margin:0 0 18px!important;
  }

  .hero-subtitle{
    font-size:18px!important;
    line-height:1.35!important;
    margin-bottom:25px!important;
  }

  .hero-text{
    max-width:100%!important;
    font-size:16px!important;
    line-height:1.55!important;
    margin-bottom:28px!important;
  }

  .hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    width:100%!important;
  }

  .hero-actions .btn{
    width:100%!important;
    min-height:58px!important;
    margin:0!important;
  }

  /* TV sobe e passa a aparecer logo após os botões */
  .tv-area{
    order:2;
    position:relative;
    z-index:2;
    width:100%!important;
    min-height:0!important;
    padding:2px 18px 0!important;
    margin:0!important;
  }

  .tv{
    width:min(100%,390px)!important;
    margin:0 auto!important;
  }

  .tv-screen{
    height:218px!important;
  }

  .tv-logo-img{
    width:88px!important;
    height:88px!important;
  }

  .tv-title{
    font-size:21px!important;
  }

  .tv-subtitle{
    font-size:8px!important;
  }

  /* cards laterais não ocupam o hero no celular */
  .side-benefits{
    display:none!important;
  }

  /* faixa de confiança vem logo depois da TV */
  .trust-box{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:calc(100% - 28px)!important;
    margin:0 auto 20px!important;
  }
}

@media (max-width: 390px){
  .hero-layout{
    padding-top:42px!important;
  }
  .hero h1{
    font-size:43px!important;
  }
  .hero-subtitle{
    font-size:17px!important;
  }
  .hero-text{
    font-size:15px!important;
  }
  .tv-screen{
    height:190px!important;
  }
}


/* =========================================================
   LOGO — CARREGAMENTO SEGURO
   ========================================================= */
.brand-logo,
.tv-logo-img,
.device-logo{
  display:block;
  max-width:100%;
}

.brand-logo{
  flex:0 0 auto;
}

.brand-copy{
  min-width:max-content;
}

/* Evita que qualquer regra externa de tema/plugin esconda o logo. */
.brand img,
.tv-screen img,
.device-panel img{
  visibility:visible!important;
  opacity:1!important;
}

/* Mantém proporção real do arquivo enviado. */
.brand-logo,
.tv-logo-img,
.device-logo{
  object-fit:contain!important;
  object-position:center!important;
}

/* Mobile: logo do cabeçalho sem estourar a barra */
@media(max-width:520px){
  .brand-logo{
    width:46px!important;
    height:46px!important;
  }
  .brand-copy{
    font-size:18px!important;
  }
}
