
:root{
  --purple-950:#10001f;--purple-900:#1b0534;--purple-850:#260543;--purple-800:#35065d;
  --purple-700:#5b0f91;--purple-600:#7b20c6;--purple-500:#9d35ec;--magenta:#d743f4;
  --ink:#170d2d;--muted:#70677f;--line:#e9e3f1;--surface:#fff;--soft:#f8f5fb;
  --success:#1e9f63;--shadow:0 22px 60px rgba(28,5,53,.14);--radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}.section{padding:84px 0}.section-sm{padding:54px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--purple-600);background:#f3e9ff;border:1px solid #e6d4fb;border-radius:999px;padding:8px 12px}.section-title{font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;margin:16px 0}.section-subtitle{font-size:1.08rem;color:var(--muted);max-width:720px;margin:0}.grid{display:grid;gap:24px}
.header{position:sticky;top:0;z-index:50;background:rgba(18,0,34,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{min-height:82px;display:flex;align-items:center;gap:28px}.brand{width:142px;flex:0 0 auto}.brand img{width:100%;height:58px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:24px;margin-left:auto;color:#fff;font-weight:650;font-size:.95rem}.nav-links a{opacity:.82;transition:.2s}.nav-links a:hover,.nav-links a.active{opacity:1;color:#efbdff}.nav-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:12px;padding:14px 20px;font-weight:800;cursor:pointer;transition:.2s;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--purple-500),var(--purple-700));color:#fff;box-shadow:0 12px 30px rgba(124,32,198,.28)}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}.btn-light{background:#fff;color:var(--purple-800)}.btn-ghost{background:#f3ebfa;color:var(--purple-800)}.menu-toggle{display:none;margin-left:auto;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:10px;padding:10px 12px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 20%,rgba(210,62,255,.38),transparent 24%),radial-gradient(circle at 35% 110%,rgba(130,32,222,.45),transparent 38%),linear-gradient(120deg,#120021 0%,#260448 50%,#120021 100%);color:#fff;padding:80px 0 56px}.hero:before{content:"";position:absolute;width:680px;height:260px;border:3px solid rgba(225,100,255,.45);border-radius:50%;transform:rotate(-12deg);right:3%;top:17%;filter:drop-shadow(0 0 18px rgba(221,65,255,.7));opacity:.8}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .72fr .8fr;align-items:center;gap:26px}.hero-copy h1{font-size:clamp(3rem,5vw,5.5rem);line-height:.94;letter-spacing:-.045em;margin:0 0 24px}.gradient-text{background:linear-gradient(90deg,#c65fff,#ff65e4);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy p{font-size:1.2rem;color:#e9ddf4;max-width:560px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.offer-card{position:relative;background:linear-gradient(180deg,rgba(113,21,171,.82),rgba(26,3,49,.94));border:1px solid rgba(236,157,255,.35);border-radius:25px;padding:26px;box-shadow:0 28px 70px rgba(0,0,0,.27);z-index:2}.offer-badge{display:inline-flex;border-radius:999px;background:linear-gradient(90deg,#b13cf0,#d753f5);padding:7px 11px;font-size:.72rem;font-weight:900;text-transform:uppercase}.offer-speed{display:flex;align-items:flex-end;gap:8px;margin:22px 0 0}.offer-speed strong{font-size:5.5rem;line-height:.85}.offer-speed span{font-size:1.5rem;color:#e057f7;font-weight:900}.offer-service{font-size:1.85rem;font-weight:900;margin:8px 0 18px}.offer-features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);font-size:.75rem;color:#e7ddf0}.offer-price{margin-top:18px}.offer-price small{display:block;color:#d9cde2}.offer-price strong{font-size:3.6rem;line-height:1;color:#e24dfa}.offer-price b{font-size:1.25rem}.hero-photo{height:490px;overflow:hidden;border-radius:32px;box-shadow:0 28px 70px rgba(0,0,0,.26);position:relative}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,0,50,.15),transparent)}
.availability-wrap{position:relative;margin-top:-24px;z-index:5}.availability-card{background:#fff;border:1px solid #eee8f4;border-radius:24px;padding:26px;box-shadow:var(--shadow)}.availability-top{display:grid;grid-template-columns:1fr 1.25fr;gap:28px;align-items:center}.availability-title{display:flex;gap:16px;align-items:flex-start}.pin{width:54px;height:54px;flex:0 0 54px;border-radius:18px;background:linear-gradient(135deg,#8f27dd,#5d0a9b);display:grid;place-items:center;color:#fff;font-size:1.55rem}.availability-title h2{margin:0;font-size:1.65rem;line-height:1.12}.availability-title p{margin:8px 0 0;color:var(--muted)}.availability-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:.84rem;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid #dbd2e5;border-radius:12px;padding:14px 15px;outline:none;background:#fff;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--purple-500);box-shadow:0 0 0 3px rgba(157,53,236,.12)}.benefit-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid var(--line);margin-top:24px;padding-top:22px}.benefit{padding:0 18px;border-right:1px solid var(--line)}.benefit:first-child{padding-left:0}.benefit:last-child{border-right:0}.benefit strong{display:block;font-size:.9rem}.benefit span{font-size:.76rem;color:var(--muted)}
.trustbar{background:linear-gradient(90deg,#23003e,#3c0769);color:#fff;border-radius:22px;margin-top:18px;padding:22px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust-item{display:flex;align-items:center;gap:14px}.trust-icon{font-size:1.6rem;color:#e45bfa}.trust-item strong{display:block}.trust-item span{font-size:.8rem;color:#d6c8e2}
.cards{grid-template-columns:repeat(3,1fr);margin-top:36px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 16px 45px rgba(27,5,52,.07)}.card h3{margin:10px 0 8px}.card p{color:var(--muted)}.plan-card{position:relative;display:flex;flex-direction:column;min-height:420px}.plan-card.featured{border:2px solid var(--purple-500);transform:translateY(-8px)}.plan-tag{position:absolute;top:18px;right:18px;background:#f0ddff;color:var(--purple-800);font-size:.7rem;font-weight:900;padding:7px 10px;border-radius:999px}.plan-speed{font-size:3rem;font-weight:950;letter-spacing:-.04em;color:var(--purple-800)}.plan-price{font-size:2.6rem;font-weight:950;color:var(--purple-600);margin:16px 0}.plan-price small{font-size:.84rem;color:var(--muted);font-weight:650}.plan-list{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px}.plan-list li:before{content:"✓";color:var(--success);font-weight:900;margin-right:8px}.plan-card .btn{margin-top:auto}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.tab-btn{border:1px solid #ded2e8;border-radius:999px;background:#fff;padding:11px 18px;font-weight:800;color:var(--purple-800);cursor:pointer}.tab-btn.active{background:var(--purple-800);color:#fff;border-color:var(--purple-800)}.tab-panel{display:none}.tab-panel.active{display:grid}
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.visual-panel{min-height:430px;border-radius:32px;background:radial-gradient(circle at 25% 20%,rgba(236,84,255,.58),transparent 27%),linear-gradient(145deg,#270247,#6e149d);position:relative;overflow:hidden;padding:38px;color:#fff}.visual-panel:before,.visual-panel:after{content:"";position:absolute;border:2px solid rgba(255,255,255,.22);border-radius:50%;width:500px;height:180px;transform:rotate(-22deg)}.visual-panel:before{right:-180px;top:70px}.visual-panel:after{left:-240px;bottom:30px}.visual-panel h3{font-size:2.8rem;line-height:1.05;max-width:420px;position:relative}.visual-panel p{position:relative;color:#eee0f7;max-width:480px}.icon-grid{grid-template-columns:repeat(2,1fr);margin-top:24px}.icon-card{background:var(--soft);border:1px solid var(--line);border-radius:20px;padding:22px}.icon-card span{font-size:1.8rem}.icon-card h3{margin:10px 0 6px}.icon-card p{margin:0;color:var(--muted)}
.page-hero{background:linear-gradient(120deg,#160028,#380760 58%,#6a118f);color:#fff;padding:72px 0;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:540px;height:190px;border:2px solid rgba(247,168,255,.35);border-radius:50%;right:-90px;top:22px;transform:rotate(-13deg)}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(2.6rem,5vw,4.7rem);line-height:1;margin:10px 0 18px}.page-hero p{font-size:1.12rem;color:#e6d8f0;max-width:760px}
.condo-search{background:#fff;border-radius:28px;border:1px solid var(--line);padding:30px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-grid .full{grid-column:1/-1}.result-box{display:none;margin-top:18px;padding:16px;border-radius:14px;background:#effaf5;border:1px solid #bfe8d2;color:#156e47}.future-note{margin-top:24px;border-left:4px solid var(--purple-500);background:#f7effd;padding:18px;border-radius:0 14px 14px 0;color:#4b315f}
.faq{display:grid;gap:12px;margin-top:30px}.faq-item{border:1px solid var(--line);border-radius:16px;overflow:hidden}.faq-button{width:100%;display:flex;justify-content:space-between;align-items:center;border:0;background:#fff;padding:19px 20px;text-align:left;font-weight:850;color:var(--ink);cursor:pointer}.faq-answer{display:none;padding:0 20px 19px;color:var(--muted)}.faq-item.open .faq-answer{display:block}
.footer{background:#130022;color:#fff;padding:60px 0 28px;margin-top:60px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:36px}.footer-brand img{width:150px;height:80px;object-fit:contain}.footer p,.footer a{color:#cfc1da}.footer h4{margin:0 0 16px}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:22px;color:#aa9ab8;font-size:.85rem;display:flex;justify-content:space-between;gap:20px}.whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:1.6rem;box-shadow:0 14px 35px rgba(37,211,102,.35);z-index:45}.toast{position:fixed;right:22px;bottom:92px;background:#19032d;color:#fff;padding:14px 18px;border-radius:12px;box-shadow:var(--shadow);opacity:0;transform:translateY(10px);pointer-events:none;transition:.25s;z-index:60;max-width:350px}.toast.show{opacity:1;transform:translateY(0)}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr 1fr}.hero-photo{display:none}.nav-links{position:fixed;inset:82px 0 auto 0;background:#160028;padding:22px 24px;display:none;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-toggle{display:block}.nav-actions .btn-outline{display:none}.availability-top{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.benefit-strip{grid-template-columns:repeat(3,1fr);gap:18px}.benefit{border:0;padding:0}.trustbar{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.container{width:min(100% - 24px,1180px)}.section{padding:62px 0}.header .nav{min-height:72px}.brand{width:116px}.brand img{height:48px}.nav-actions .btn-primary{display:none}.hero{padding:58px 0 38px}.hero-grid{grid-template-columns:1fr}.hero-copy h1{font-size:3.25rem}.offer-card{margin-top:14px}.offer-speed strong{font-size:4.4rem}.availability-wrap{margin-top:12px}.availability-card{padding:20px}.availability-form{grid-template-columns:1fr}.benefit-strip{grid-template-columns:1fr 1fr}.trustbar{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.plan-card.featured{transform:none}.split{grid-template-columns:1fr}.icon-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.hero-actions{display:grid}.btn{width:100%}.page-hero{padding:56px 0}.offer-features{grid-template-columns:1fr}.offer-features div{padding:5px 0}}


/* === Refinamento visual 2026-08 === */
.nav{min-height:84px;gap:20px}
.brand{width:118px}.brand img{height:50px}
.nav-links{gap:18px;flex:1;justify-content:center;margin-left:0;font-size:.92rem}.nav-links a{white-space:nowrap}
.nav-actions{gap:12px;flex:0 0 auto}.nav-actions .btn{min-width:210px}
.btn{min-height:52px;padding:0 22px;border-radius:16px;font-size:.95rem;line-height:1}.btn-outline{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.03)}.btn-outline:hover{background:rgba(255,255,255,.08)}
.hero-copy p{max-width:520px}.hero-actions .btn{min-width:244px}
.offer-card{background:linear-gradient(180deg,rgba(121,22,185,.92),rgba(28,4,52,.96));box-shadow:0 34px 80px rgba(6,0,18,.34)}
.offer-badge{box-shadow:0 12px 30px rgba(215,83,245,.28)}
.offer-service{display:flex;align-items:center;gap:8px}
.offer-features{grid-template-columns:repeat(3,1fr);gap:12px;border:0;padding:18px 0 0}
.offer-feature{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);border-radius:18px;padding:14px 12px;display:flex;gap:10px;align-items:flex-start}
.offer-icon{width:36px;height:36px;flex:0 0 36px;border-radius:12px;background:rgba(255,255,255,.12);display:grid;place-items:center}
.offer-icon svg{width:18px;height:18px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.offer-feature strong{display:block;font-size:.8rem;font-weight:800}.offer-feature span{display:block;font-size:.73rem;color:#dfd1ea;line-height:1.35}
.offer-price{display:flex;align-items:flex-end;flex-wrap:wrap;gap:6px}.offer-price b{font-size:1.2rem;line-height:1.3}.offer-price small:last-child{align-self:flex-end;padding-bottom:8px}
.availability-card{padding:32px;border-radius:28px}.availability-top{grid-template-columns:minmax(280px,.95fr) minmax(0,1.2fr);gap:34px}.availability-form{grid-template-columns:1fr 1fr minmax(230px,auto);gap:14px;align-items:end;background:#fbf8fe;border:1px solid #eee4f8;border-radius:22px;padding:18px}.field label{font-size:.73rem;letter-spacing:.05em;text-transform:uppercase;color:#6e5f80}.field input,.field select,.field textarea{min-height:54px;border-radius:14px;border:1px solid #d9ccec}.field input::placeholder{color:#9483a8}.availability-form .btn{width:100%}.benefit-strip{padding-top:26px}.benefit strong{display:flex;align-items:center;gap:8px}.benefit-icon{width:30px;height:30px;border-radius:10px;background:#f4e8ff;color:var(--purple-700);display:inline-grid;place-items:center;font-size:1rem}
.trustbar{padding:24px 26px;border-radius:26px}.trust-item{padding-right:8px}
.card{border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(180deg,#efe3fb,#f7effd) border-box;box-shadow:0 12px 34px rgba(27,5,52,.06);transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease}.card:hover{transform:translateY(-8px);box-shadow:0 24px 60px rgba(27,5,52,.12)}
.plan-card{min-height:440px;padding:26px 26px 24px;background:linear-gradient(180deg,#fff,#fcf9ff) padding-box,linear-gradient(180deg,#ecdafb,#f8efff) border-box;overflow:hidden}.plan-card:before{content:"";position:absolute;left:0;right:0;top:0;height:88px;background:linear-gradient(180deg,rgba(157,53,236,.10),rgba(255,255,255,0));pointer-events:none}.plan-card .eyebrow{background:#f2e6ff;border-color:#e4cdfa;color:var(--purple-700)}.plan-tag{top:18px;right:18px;background:#f1dcff;color:var(--purple-800);box-shadow:0 10px 24px rgba(157,53,236,.16)}
.plan-card.featured{transform:translateY(-10px);background:linear-gradient(180deg,#fff,#fbf5ff) padding-box,linear-gradient(160deg,#f16cff,#7a22c6) border-box;box-shadow:0 28px 70px rgba(98,17,158,.16)}
.plan-speed{font-size:3.25rem;line-height:.95;margin:10px 0 6px}.plan-price{display:flex;align-items:flex-end;gap:6px;flex-wrap:wrap;line-height:1}.plan-price small{padding-bottom:5px}.plan-list{gap:12px}.plan-list li{display:flex;align-items:flex-start;gap:10px;color:#2a143d}.plan-list li:before{content:"";width:20px;height:20px;flex:0 0 20px;border-radius:50%;margin:2px 0 0;background:linear-gradient(180deg,#b83ef0,#7e21c8);box-shadow:inset 0 0 0 6px rgba(255,255,255,.85),0 6px 16px rgba(126,33,200,.22)}
.service-grid .card{padding:28px}.service-brand{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 18px;border-radius:18px;border:1px solid #eadbf8;background:#fbf8ff;font-weight:900;font-size:1.18rem;letter-spacing:-.02em;margin-bottom:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.service-brand small{font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-left:8px;opacity:.76}.service-brand.globoplay{color:#ff5d57;background:linear-gradient(90deg,rgba(255,93,87,.08),rgba(255,255,255,.96));border-color:#ffd7d3}.service-brand.watch{color:#5d0a9b;background:linear-gradient(90deg,rgba(147,76,235,.11),rgba(255,255,255,.96));border-color:#e4d4fb}
.service-card-actions{margin-top:22px}
.tabs{gap:12px}.tab-btn{padding:12px 20px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.tab-btn.active{box-shadow:0 12px 24px rgba(53,6,93,.16)}
.footer-bottom span:last-child{opacity:.82}
@media(max-width:1200px){.nav-actions .btn{min-width:190px}.nav-links{gap:14px;font-size:.9rem}}
@media(max-width:1050px){.nav-links{margin-left:auto;justify-content:flex-start}.nav-actions .btn{min-width:0}.availability-form{grid-template-columns:1fr 1fr}.availability-form .btn{grid-column:1/-1}.plan-card.featured{transform:none}}
@media(max-width:720px){.nav-actions .btn-outline{display:none}.nav-actions .btn{min-width:0}.hero-actions .btn{min-width:0}.availability-top{gap:22px}.availability-form{grid-template-columns:1fr}.benefit strong{font-size:.88rem}.offer-feature{padding:12px}.offer-icon{width:32px;height:32px;flex-basis:32px}.plan-speed{font-size:2.8rem}.service-brand{min-height:52px;font-size:1.05rem}.service-card-actions .btn{width:auto;min-width:160px}}


/* ==========================================================
   OPIX PRECADASTRO MODAL V1
   ========================================================== */

body.opix-modal-open{
  overflow:hidden;
}

.opix-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(18,0,34,.68);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease,visibility .22s ease;
}

.opix-modal.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.opix-modal-dialog{
  width:min(680px,100%);
  max-height:92vh;
  overflow:auto;
  background:#fff;
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  box-shadow:0 34px 100px rgba(12,0,25,.42);
  transform:translateY(18px) scale(.985);
  transition:transform .24s ease;
  overscroll-behavior:contain;
}

.opix-modal.open .opix-modal-dialog{
  transform:translateY(0) scale(1);
}

.opix-modal-header{
  position:relative;
  padding:28px 30px 26px;
  color:#fff;
  background:
    radial-gradient(
      circle at 82% 0,
      rgba(215,67,244,.38),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      var(--purple-950),
      var(--purple-800)
    );
}

.opix-modal-progress{
  display:flex;
  gap:7px;
  width:150px;
  margin-bottom:22px;
}

.opix-progress-bar{
  height:5px;
  flex:1;
  border-radius:99px;
  background:rgba(255,255,255,.24);
  transition:.25s ease;
}

.opix-progress-bar.active{
  background:linear-gradient(
    90deg,
    #d743f4,
    #f191ff
  );
  box-shadow:0 0 14px rgba(215,67,244,.4);
}

.opix-modal-kicker{
  display:block;
  margin-bottom:6px;
  color:#dabbe9;
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.11em;
}

.opix-modal-header h2{
  margin:0;
  max-width:500px;
  font-size:clamp(1.55rem,4vw,2.1rem);
  line-height:1.08;
  letter-spacing:-.025em;
}

.opix-modal-close{
  position:absolute;
  top:20px;
  right:20px;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:1.6rem;
  line-height:1;
  cursor:pointer;
  transition:.2s ease;
}

.opix-modal-close:hover{
  background:rgba(255,255,255,.20);
  transform:rotate(4deg);
}

.opix-modal-body{
  padding:28px 30px 30px;
}

.opix-step-caption{
  margin-bottom:22px;
  color:var(--muted);
  font-size:.92rem;
}

.opix-form-step{
  display:none;
}

.opix-form-step.active{
  display:block;
  animation:opixStepIn .2s ease;
}

@keyframes opixStepIn{
  from{
    opacity:0;
    transform:translateX(8px);
  }
  to{
    opacity:1;
    transform:none;
  }
}

.opix-modal-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.opix-field{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.opix-field-full{
  grid-column:1/-1;
}

.opix-field label{
  color:#493958;
  font-size:.78rem;
  font-weight:850;
}

.opix-field label span{
  margin-left:4px;
  color:#95879f;
  font-size:.7rem;
  font-weight:650;
}

.opix-field input,
.opix-field select{
  width:100%;
  min-height:55px;
  padding:0 15px;
  border:1px solid #ded3e8;
  border-radius:15px;
  outline:none;
  background:#fff;
  color:var(--ink);
  font-size:.97rem;
  transition:border-color .18s ease,box-shadow .18s ease;
}

.opix-field input::placeholder{
  color:#a89caf;
}

.opix-field input:focus,
.opix-field select:focus{
  border-color:var(--purple-500);
  box-shadow:0 0 0 4px rgba(157,53,236,.10);
}

.opix-modal-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:26px;
}

.opix-actions-end{
  justify-content:flex-end;
}

.opix-modal-actions .btn{
  min-width:160px;
}

.opix-modal-alert{
  display:none;
  margin-bottom:20px;
  padding:13px 15px;
  border-radius:13px;
  font-size:.88rem;
  font-weight:700;
}

.opix-modal-alert.show{
  display:block;
}

.opix-modal-alert.error{
  color:#8a2548;
  background:#fff0f5;
  border:1px solid #f3c4d3;
}

.opix-modal-alert.success{
  color:#176743;
  background:#effaf5;
  border:1px solid #bfe8d2;
}

.opix-review{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.opix-review-item{
  padding:15px 16px;
  border:1px solid #ebE3f1;
  border-radius:16px;
  background:#fbf8fd;
}

.opix-review-item span{
  display:block;
  margin-bottom:4px;
  color:#8b7e96;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.opix-review-item strong{
  display:block;
  color:#2c173d;
  font-size:.91rem;
  overflow-wrap:anywhere;
}

.opix-review-full{
  grid-column:1/-1;
}

.opix-review-note{
  margin:18px 0 0;
  padding:14px 16px;
  border-left:4px solid var(--purple-500);
  border-radius:0 13px 13px 0;
  background:#f8f1fd;
  color:#655570;
  font-size:.84rem;
}

.opix-honeypot{
  position:absolute!important;
  left:-99999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

.opix-modal-success{
  padding:18px 8px 8px;
  text-align:center;
}

.opix-success-icon{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  margin:0 auto 20px;
  border-radius:50%;
  background:linear-gradient(
    135deg,
    #30b878,
    #168b58
  );
  color:#fff;
  font-size:2.2rem;
  font-weight:900;
  box-shadow:0 14px 35px rgba(30,159,99,.24);
}

.opix-modal-success h3{
  margin:0 0 10px;
  color:var(--purple-850);
  font-size:1.8rem;
}

.opix-modal-success p{
  max-width:470px;
  margin:0 auto 24px;
  color:var(--muted);
}

.opix-modal-success .btn{
  min-width:190px;
}

.opix-modal button:disabled{
  cursor:not-allowed;
  opacity:.65;
  transform:none!important;
}


/* Tablet */

@media(max-width:720px){

  .opix-modal{
    align-items:flex-end;
    padding:10px;
  }

  .opix-modal-dialog{
    width:100%;
    max-height:94vh;
    border-radius:25px 25px 18px 18px;
  }

  .opix-modal-header{
    padding:24px 20px 22px;
  }

  .opix-modal-body{
    padding:22px 20px 24px;
  }

  .opix-modal-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .opix-field-full{
    grid-column:auto;
  }

  .opix-modal-actions{
    flex-direction:column-reverse;
  }

  .opix-modal-actions .btn{
    width:100%;
  }

  .opix-review{
    grid-template-columns:1fr;
  }

  .opix-review-full{
    grid-column:auto;
  }

  .opix-modal-progress{
    width:120px;
    margin-bottom:18px;
  }

}


/* Telas muito pequenas */

@media(max-width:420px){

  .opix-modal{
    padding:0;
  }

  .opix-modal-dialog{
    max-height:100vh;
    min-height:100vh;
    border-radius:0;
  }

  .opix-modal-header{
    padding-top:22px;
  }

  .opix-modal-close{
    top:16px;
    right:16px;
  }

}


/* ==========================================================
   OPIX CEP STATUS V1
   ========================================================== */

.opix-cep-status{
  display:block;
  min-height:17px;
  margin-top:1px;
  color:#8b7e96;
  font-size:.72rem;
  font-weight:700;
  line-height:1.35;
}

.opix-cep-status.loading{
  color:var(--purple-600);
}

.opix-cep-status.success{
  color:#188257;
}

.opix-cep-status.error{
  color:#a12b52;
}

/* ===== OLLI TECNOLOGIA — FOOTER CREDIT START ===== */

.opix-footer-developer {
  display: inline-flex;
  align-items: center;
  gap: 4px;

  color: inherit;
  opacity: .68;

  font-size: 12px;
  line-height: 1.4;

  text-decoration: none;

  transition:
    opacity .2s ease,
    color .2s ease;
}

.opix-footer-developer strong {
  font-weight: 800;
}

.opix-footer-developer:hover {
  color: #9d4edd;
  opacity: 1;
}

.opix-footer-developer:focus-visible {
  outline: 2px solid #9d4edd;
  outline-offset: 4px;
  border-radius: 4px;
  opacity: 1;
}

@media (max-width: 680px) {
  .opix-footer-developer {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }
}

/* ===== OLLI TECNOLOGIA — FOOTER CREDIT END ===== */

/* ===== OPIX HEADER RESPONSIVE V3 START ===== */


/*
 * Apenas proteção geral.
 * O conteúdo em si deve caber corretamente,
 * não depender disso para esconder erro.
 */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}


/* ========================================================
 * DESKTOP
 * ======================================================== */

@media (min-width: 1001px) {

  /*
   * Recupera as margens laterais.
   *
   * Em uma tela de 1366px teremos aproximadamente
   * 20px de respiro em cada lado.
   */
  .header .container.nav,
  header.header .container.nav {
    width: calc(100% - 40px) !important;

    max-width: 1326px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    display: flex !important;
    align-items: center !important;

    gap: clamp(14px, 1.35vw, 22px) !important;

    box-sizing: border-box !important;
  }


  /*
   * LOGO
   *
   * Incluímos vários seletores porque o site
   * pode estar usando .brand/.logo ou SVG.
   */
  .header .brand,
  .header .logo,
  .header .nav > a:first-child {
    flex: 0 0 auto !important;

    display: flex !important;
    align-items: center !important;
  }


  .header .brand img,
  .header .logo img,
  .header a.brand img,
  .header .nav > a:first-child img,
  .header img.brand-logo,
  .header img.logo {
    width: auto !important;

    height: 58px !important;

    max-width: 135px !important;

    object-fit: contain !important;

    flex: 0 0 auto !important;
  }


  /*
   * Caso a marca seja SVG inline.
   */
  .header .brand svg,
  .header .logo svg,
  .header .nav > a:first-child svg {
    width: 122px !important;
    height: auto !important;
    max-height: 58px !important;
  }


  /*
   * Menu central
   */
  .header nav,
  .header .menu,
  .header .nav-links {
    min-width: 0 !important;
  }


  .header .menu,
  .header .nav-links {
    display: flex !important;
    align-items: center !important;

    gap: clamp(11px, 1vw, 17px) !important;
  }


  .header .menu a,
  .header .nav-links a {
    white-space: nowrap !important;

    font-size:
      clamp(13px, .96vw, 14px) !important;

    letter-spacing: -.012em !important;
  }


  /*
   * Botões da direita
   */
  .header .nav-actions,
  .header .actions {
    flex: 0 0 auto !important;

    display: flex !important;
    align-items: center !important;

    gap: 9px !important;
  }


  .header .nav-actions .btn,
  .header .actions .btn {
    min-width: 0 !important;

    padding-left:
      clamp(15px, 1.3vw, 20px) !important;

    padding-right:
      clamp(15px, 1.3vw, 20px) !important;

    white-space: nowrap !important;

    font-size:
      clamp(13px, .95vw, 14px) !important;
  }

}


/* ========================================================
 * DESKTOP MAIS APERTADO
 * ======================================================== */

@media (min-width: 1001px) and (max-width: 1220px) {

  .header .container.nav {
    width: calc(100% - 28px) !important;

    gap: 10px !important;
  }


  .header .brand img,
  .header .logo img,
  .header a.brand img,
  .header .nav > a:first-child img,
  .header img.brand-logo,
  .header img.logo {
    height: 52px !important;
    max-width: 120px !important;
  }


  .header .menu,
  .header .nav-links {
    gap: 9px !important;
  }


  .header .menu a,
  .header .nav-links a {
    font-size: 12.5px !important;
  }


  .header .nav-actions .btn,
  .header .actions .btn {
    padding-left: 12px !important;
    padding-right: 12px !important;

    font-size: 12.5px !important;
  }

}


/*
 * Em mobile/tablet deixamos as regras responsivas
 * originais do site assumirem o controle.
 */

/* ===== OPIX HEADER RESPONSIVE V3 END ===== */

/* ===== OPIX HEADER LOGO V4 START ===== */

@media (min-width: 1001px) {

  /*
   * Reserva espaço real para a identidade OPIX.
   */
  .header .nav > a:first-child,
  .header .brand,
  .header .logo {
    width: 125px !important;
    min-width: 125px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    flex: 0 0 125px !important;
  }


  /*
   * Dimensionamento pela largura.
   * Isso deixa a logo realmente maior visualmente.
   */
  .header .nav > a:first-child img,
  .header .brand img,
  .header .logo img,
  .header a.brand img,
  .header img.brand-logo,
  .header img.logo {
    width: 112px !important;
    height: auto !important;

    max-width: none !important;
    max-height: 64px !important;

    object-fit: contain !important;
  }


  .header .nav > a:first-child svg,
  .header .brand svg,
  .header .logo svg {
    width: 112px !important;
    height: auto !important;

    max-width: none !important;
    max-height: 64px !important;
  }

}


/*
 * Em desktop um pouco mais apertado,
 * continua maior que antes, mas economiza espaço.
 */
@media (min-width: 1001px) and (max-width: 1220px) {

  .header .nav > a:first-child,
  .header .brand,
  .header .logo {
    width: 112px !important;
    min-width: 112px !important;
    flex-basis: 112px !important;
  }

  .header .nav > a:first-child img,
  .header .brand img,
  .header .logo img,
  .header a.brand img,
  .header img.brand-logo,
  .header img.logo,
  .header .nav > a:first-child svg,
  .header .brand svg,
  .header .logo svg {
    width: 100px !important;
    height: auto !important;
  }

}

/* ===== OPIX HEADER LOGO V4 END ===== */

/* ===== OPIX HEADER LOGO V5 START ===== */

@media (min-width: 1221px) {

  /*
   * Área exclusiva da marca.
   * Centralizamos a logo dentro do espaço disponível.
   */
  .header .nav > a:first-child,
  .header .brand,
  .header .logo {
    width: 160px !important;
    min-width: 160px !important;
    flex: 0 0 160px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  /*
   * Logo maior visualmente.
   */
  .header .nav > a:first-child img,
  .header .brand img,
  .header .logo img,
  .header a.brand img,
  .header img.brand-logo,
  .header img.logo {
    width: 135px !important;
    height: auto !important;

    max-width: none !important;
    max-height: 70px !important;

    object-fit: contain !important;

    margin: 0 auto !important;
  }


  .header .nav > a:first-child svg,
  .header .brand svg,
  .header .logo svg {
    width: 135px !important;
    height: auto !important;

    max-width: none !important;
    max-height: 70px !important;

    margin: 0 auto !important;
  }

}


/*
 * Desktop intermediário.
 * Mantém a logo grande sem apertar demais o menu.
 */
@media (min-width: 1001px) and (max-width: 1220px) {

  .header .nav > a:first-child,
  .header .brand,
  .header .logo {
    width: 130px !important;
    min-width: 130px !important;
    flex: 0 0 130px !important;

    justify-content: center !important;
  }


  .header .nav > a:first-child img,
  .header .brand img,
  .header .logo img,
  .header a.brand img,
  .header img.brand-logo,
  .header img.logo,
  .header .nav > a:first-child svg,
  .header .brand svg,
  .header .logo svg {
    width: 115px !important;
    height: auto !important;

    margin: 0 auto !important;
  }

}

/* ===== OPIX HEADER LOGO V5 END ===== */

/* ===== OPIX LEGAL PAGES START ===== */

.legal-page {
  background: #fff;
}

.legal-hero {
  padding: 90px 0 65px;
  background:
    radial-gradient(
      circle at 78% 15%,
      rgba(157, 0, 255, .10),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #fbf9fd,
      #fff
    );
}

.legal-hero h1 {
  max-width: 800px;
  margin: 15px 0 18px;

  font-size:
    clamp(40px, 5vw, 68px);

  line-height: 1;
  letter-spacing: -.045em;
  color: #1d1023;
}

.legal-hero p {
  max-width: 720px;
  margin: 0;

  font-size: 17px;
  line-height: 1.65;

  color: #75667c;
}

.legal-content {
  padding: 35px 0 100px;
}

.legal-document {
  max-width: 920px;
  margin: 0 auto;
}

.legal-document section {
  padding: 32px 0;

  border-bottom:
    1px solid rgba(127, 59, 151, .13);
}

.legal-document h2 {
  margin: 0 0 15px;

  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.02em;

  color: #27102d;
}

.legal-document p,
.legal-document li {
  font-size: 15px;
  line-height: 1.75;

  color: #716478;
}

.legal-document p {
  margin: 0 0 13px;
}

.legal-document ul {
  margin: 16px 0 0;
  padding-left: 22px;
}

.legal-document li {
  margin: 6px 0;
}

.legal-update {
  margin-top: 38px;

  font-size: 12px;

  color: #978b9c;
}

.legal-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 47px;

  padding: 10px 20px;

  border: 1px solid #9b00db;
  border-radius: 13px;

  background: #9b00db;
  color: #fff;

  font-size: 13px;
  font-weight: 800;

  text-decoration: none;
}

.legal-action-outline {
  background: transparent;
  color: #8311ad;
}

.legal-actions,
.legal-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 22px;
}

.legal-inline-links a {
  color: #8a14b5;

  font-size: 14px;
  font-weight: 750;

  text-decoration: none;
}

.legal-doc-grid {
  display: grid;
  gap: 14px;

  margin-top: 24px;
}

.legal-doc-card {
  display: grid;

  grid-template-columns:
    42px
    1fr
    auto;

  gap: 16px;
  align-items: center;

  padding: 22px;

  border:
    1px solid
    rgba(143, 47, 178, .17);

  border-radius: 18px;

  color: inherit;

  text-decoration: none;

  background: #fff;

  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.legal-doc-card:hover {
  transform: translateY(-2px);

  border-color:
    rgba(143, 47, 178, .35);

  box-shadow:
    0 14px 35px
    rgba(71, 31, 82, .07);
}

.legal-doc-card > span {
  width: 36px;
  height: 36px;

  display: grid;
  place-items: center;

  border-radius: 10px;

  background: #a400e7;
  color: #fff;

  font-size: 10px;
  font-weight: 900;
}

.legal-doc-card strong {
  display: block;

  margin-bottom: 4px;

  color: #26102c;
}

.legal-doc-card p {
  margin: 0;

  font-size: 13px;
}

.legal-doc-card b {
  font-size: 22px;
  color: #9b00db;
}

@media (max-width: 680px) {

  .legal-hero {
    padding: 65px 0 45px;
  }

  .legal-content {
    padding-bottom: 70px;
  }

  .legal-document section {
    padding: 25px 0;
  }

  .legal-doc-card {
    grid-template-columns:
      38px 1fr;

    padding: 18px;
  }

  .legal-doc-card b {
    display: none;
  }

  .legal-actions {
    flex-direction: column;
  }

  .legal-action {
    width: 100%;
  }
}

/* ===== OPIX LEGAL PAGES END ===== */

/* ===== OPIX INSTAGRAM FOOTER START ===== */

.opix-footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-right: 20px;

  font-size: 12px;
  line-height: 1.4;

  color: inherit;
  opacity: .72;

  text-decoration: none;

  transition:
    opacity .2s ease,
    color .2s ease,
    transform .2s ease;
}

.opix-instagram-icon {
  width: 22px;
  height: 22px;

  display: inline-grid;
  place-items: center;

  flex: 0 0 auto;

  border-radius: 7px;

  color: #d754ff;

  background:
    rgba(215, 84, 255, .09);
}

.opix-footer-instagram strong {
  font-weight: 800;
}

.opix-footer-instagram:hover {
  color: #d754ff;
  opacity: 1;

  transform:
    translateY(-1px);
}

@media (max-width: 680px) {

  .opix-footer-instagram {
    width: 100%;

    justify-content: center;

    margin:
      8px 0 5px;
  }

}

/* ===== OPIX INSTAGRAM FOOTER END ===== */


/* ==========================================================
   OPIX CENTRAL ASSINANTE MOBILE V1
   ========================================================== */

.opix-mobile-assinante {
    display: none !important;
}

@media (max-width: 1100px) {

    .opix-mobile-assinante {
        display: flex !important;
        align-items: center;
        justify-content: center;

        width: 100%;
        min-height: 48px;

        margin-top: 10px;
        padding: 12px 18px;

        border: 1px solid rgba(139, 47, 216, 0.28);
        border-radius: 14px;

        background:
            linear-gradient(
                135deg,
                rgba(139, 47, 216, 0.10),
                rgba(91, 22, 142, 0.05)
            );

        color: #5b168e !important;

        font-weight: 700;
        text-align: center;
        text-decoration: none !important;

        transition:
            transform .2s ease,
            background .2s ease,
            border-color .2s ease;
    }

    .opix-mobile-assinante:hover,
    .opix-mobile-assinante:focus {
        background:
            linear-gradient(
                135deg,
                rgba(139, 47, 216, 0.17),
                rgba(91, 22, 142, 0.09)
            );

        border-color:
            rgba(139, 47, 216, 0.42);

        transform:
            translateY(-1px);
    }
}

/* FIM OPIX CENTRAL ASSINANTE MOBILE V1 */

