/* COLAB2© - site multipáginas funcional */
:root{
  --bg:#f5f7fb;
  --paper:#ffffff;
  --ink:#101114;
  --muted:#626977;
  --line:rgba(16,17,20,.10);
  --blue:#1356ff;
  --blue2:#0066cc;
  --dark:#05070c;
  --soft:#eef3ff;
  --glass:rgba(255,255,255,.72);
  --glass-dark:rgba(7,10,17,.70);
  --shadow:0 26px 80px rgba(13,24,46,.12);
  --r:30px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 9% 0%,rgba(19,86,255,.13),transparent 30%),
    radial-gradient(circle at 88% 9%,rgba(0,102,204,.12),transparent 30%),
    linear-gradient(180deg,#fbfcff 0%,var(--bg) 42%,#fff 100%);
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(var(--max),calc(100% - 32px));margin:auto}
h1,h2,h3,p{margin-top:0}
h1,h2,h3,.brand,.price{font-family:"Sora","Inter",sans-serif}
h1{font-size:clamp(42px,6.4vw,82px);line-height:.98;letter-spacing:-.07em;margin-bottom:20px}
h2{font-size:clamp(32px,4.2vw,58px);line-height:1.02;letter-spacing:-.055em;margin-bottom:14px}
h3{font-size:clamp(22px,2.3vw,32px);line-height:1.08;letter-spacing:-.04em;margin-bottom:10px}
p{color:var(--muted);line-height:1.58}
section{padding:78px 0}
.eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--blue);font-weight:800;letter-spacing:-.01em;margin-bottom:12px}
.eyebrow:before{content:"";width:28px;height:3px;border-radius:99px;background:var(--blue)}
.lead{font-size:clamp(18px,2.1vw,24px);color:#3b414d;line-height:1.38;letter-spacing:-.025em;font-weight:500}
.center{text-align:center}
.center .lead{margin-left:auto;margin-right:auto;max-width:800px}
.btns{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:24px}
.center .btns{justify-content:center}
.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:11px 18px;font-size:15px;font-weight:750;border:1px solid transparent;cursor:pointer;transition:.18s ease}
.btn:hover{transform:translateY(-1px)}
.btnBlue{background:var(--blue);color:#fff;box-shadow:0 12px 28px rgba(19,86,255,.20)}
.btnDark{background:#05070c;color:#fff}
.btnLight{background:#fff;color:#101114;border-color:var(--line)}
.btnGlass{background:rgba(255,255,255,.65);border-color:rgba(255,255,255,.65);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.link{color:var(--blue);font-weight:750}
.link:after{content:" ›";font-size:20px}

/* Header */
.topbar{
  position:sticky;top:0;z-index:100;
  background:rgba(251,252,255,.74);
  backdrop-filter:saturate(180%) blur(22px);
  -webkit-backdrop-filter:saturate(180%) blur(22px);
  border-bottom:1px solid rgba(16,17,20,.08);
}
.nav{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:800;letter-spacing:-.04em}
.brand span{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#05070c;color:#fff;font-size:12px}
.menu{display:flex;align-items:center;gap:2px;flex-wrap:wrap}
.menu a{padding:9px 10px;color:#3c414a;font-size:13px;font-weight:600;border-radius:999px}
.menu a:hover,.menu a.active{background:rgba(16,17,20,.07)}
.menu .cta{background:var(--blue);color:#fff}
.mobileMenu{display:none}

/* Hero */
.hero{min-height:720px;padding:76px 0 48px;display:grid;align-items:center}
.heroGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.heroCopy{max-width:720px}
.heroCopy .lead{max-width:660px}
.noticeRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.notice{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.70);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:#424955;font-size:13px;font-weight:700;box-shadow:0 12px 30px rgba(13,24,46,.08)}
.notice i{width:8px;height:8px;border-radius:50%;background:#1fc56b}
.visualCard{min-height:590px;border-radius:44px;background:radial-gradient(circle at 50% 8%,rgba(19,86,255,.20),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.74),rgba(255,255,255,.38));border:1px solid rgba(255,255,255,.70);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:var(--shadow);display:grid;place-items:center;overflow:hidden;position:relative}
.visualCard:after{content:"";position:absolute;width:80%;height:24px;bottom:74px;border-radius:50%;background:rgba(19,86,255,.28);filter:blur(22px)}
.visualCard img{max-height:500px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 28px 48px rgba(13,24,46,.20))}

/* Cards */
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{background:var(--glass);border:1px solid rgba(255,255,255,.78);border-radius:var(--r);padding:28px;box-shadow:var(--shadow);backdrop-filter:saturate(165%) blur(22px);-webkit-backdrop-filter:saturate(165%) blur(22px)}
.card.dark{color:#fff;background:var(--glass-dark);border-color:rgba(255,255,255,.18)}
.card.dark p{color:rgba(255,255,255,.80)}
.card.blue{color:#fff;background:linear-gradient(145deg,rgba(19,86,255,.86),rgba(0,102,204,.78));border-color:rgba(255,255,255,.25)}
.card.blue p{color:rgba(255,255,255,.88)}
.icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#eef3ff;color:var(--blue);font-size:22px;margin-bottom:16px}
.card.dark .icon,.card.blue .icon{background:rgba(255,255,255,.16);color:#fff}
.sectionHead{max-width:860px;margin-bottom:30px}
.sectionHead.center{margin-left:auto;margin-right:auto}
.compact{padding-top:36px}
.miniRule{margin-top:18px;padding:14px 16px;border-radius:20px;background:rgba(19,86,255,.08);border:1px solid rgba(19,86,255,.14);color:#343b48;font-weight:650;line-height:1.45}
.card.dark .miniRule{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:rgba(255,255,255,.86)}

/* Condition */
.condition{background:#05070c;color:#fff;padding:34px 0;border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10)}
.conditionBox{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;align-items:center}
.condition h2{font-size:clamp(28px,3.4vw,44px);margin-bottom:0}
.condition p{color:rgba(255,255,255,.80);margin:0}
.condition strong{color:#fff}

/* Plans */
.plan{display:flex;flex-direction:column;min-height:520px}
.badge{align-self:flex-start;padding:7px 10px;border-radius:99px;background:#eef3ff;color:#0c45d8;font-size:12px;font-weight:800;margin-bottom:16px}
.backup{padding:11px 13px;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid rgba(16,17,20,.07);font-weight:850;margin:4px 0 14px}
.backup.black{background:#05070c;color:#fff}
.list{display:grid;gap:8px;margin:8px 0 18px}
.list span{color:#464d59;font-size:14px;line-height:1.4}
.list span:before{content:"✓";color:var(--blue);font-weight:900;margin-right:7px}
.value{margin-top:auto;border-top:1px solid rgba(16,17,20,.10);padding-top:15px}
.value summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;color:var(--blue);font-weight:850}
.value summary::-webkit-details-marker{display:none}
.value summary:after{content:"+";font-size:24px}
.value[open] summary:after{content:"−"}
.price{font-size:37px;letter-spacing:-.05em;margin-top:15px;font-weight:800}
.price small{font-size:15px;color:var(--muted);font-weight:500}
.tax{color:#4a515c;font-weight:650;margin-top:3px}

/* Image band */
.band{border-radius:44px;overflow:hidden;min-height:630px;display:grid;align-items:end;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.68)),url("assets/background.webp") center/cover;color:#fff}
.bandContent{padding:70px;max-width:820px}
.band p{color:rgba(255,255,255,.84)}
.pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.pills span{padding:9px 12px;border-radius:99px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#fff;font-weight:700;font-size:13px}

/* App / downloads / TV */
.appGrid,.tvGrid{display:grid;grid-template-columns:.95fr 1.05fr;gap:16px;align-items:stretch}
.deviceShots{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.deviceShots img{border-radius:24px;aspect-ratio:9/16;object-fit:cover;background:#0b0e16;box-shadow:0 20px 54px rgba(13,24,46,.16)}
.downloads{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.download{padding:20px;border-radius:24px;background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.75)}
.platformIcon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:#eef3ff;margin-bottom:12px}
.platformIcon svg{width:30px;height:30px}
.download h3{font-size:22px;margin-bottom:6px}
.download p{font-size:14px;margin-bottom:14px}
.tvGrid img{border-radius:24px;box-shadow:0 22px 60px rgba(13,24,46,.14)}
.stack{display:grid;gap:16px}

/* Services */
.service{min-height:310px;display:flex;flex-direction:column}
.service .btn{margin-top:auto;align-self:flex-start}

/* Sponsorship */
.sponsorPlan{min-height:470px;display:flex;flex-direction:column}
.benefitList{display:grid;gap:10px;margin:16px 0}
.benefitList span{padding:11px 12px;border-radius:14px;background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.72);font-size:14px;color:#3d4552;line-height:1.35}
.benefitList span:before{content:"•";color:var(--blue);font-weight:900;margin-right:8px}
.card.blue .benefitList span{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.20);color:#fff}

/* Licensing */
.licenseList{display:grid;gap:8px;margin-top:16px}
.licenseList span{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.72);color:#363c45;font-weight:650}

/* FAQ */
.faqGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.faq{border-radius:22px;overflow:hidden;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.76);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.faq summary{list-style:none;cursor:pointer;padding:18px 20px;font-weight:850;display:flex;justify-content:space-between;gap:12px}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";font-size:22px;color:var(--blue)}
.faq[open] summary:after{content:"−"}
.faq div{padding:0 20px 20px;color:var(--muted);line-height:1.55}

/* Final/contact */
.final{background:radial-gradient(circle at 15% 12%,rgba(19,86,255,.24),transparent 30%),linear-gradient(135deg,#05070c,#111827);color:#fff;border-radius:44px 44px 0 0;margin-top:50px}
.final p{color:rgba(255,255,255,.80)}
.formBox{background:rgba(255,255,255,.88);color:#101114;border:1px solid rgba(255,255,255,.70);border-radius:var(--r);padding:28px;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}
label{display:grid;gap:6px;font-weight:750;color:#303641;font-size:13px}
input,select,textarea{width:100%;border:1px solid rgba(16,17,20,.14);border-radius:14px;padding:12px 13px;font:inherit;background:rgba(255,255,255,.78);outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(19,86,255,.12)}
textarea{min-height:104px;resize:vertical}
.full{grid-column:1/-1}

/* Footer */
.footer{padding:28px 0 42px;background:#05070c;color:rgba(255,255,255,.62);font-size:13px}
.footerRow{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);padding-top:18px}
.footer strong{color:#fff}

/* Responsive */
@media(max-width:980px){
  .heroGrid,.grid2,.grid3,.grid4,.conditionBox,.appGrid,.tvGrid,.downloads,.faqGrid{grid-template-columns:1fr}
  .hero{min-height:auto}
  .visualCard{min-height:520px}
  .bandContent{padding:44px 26px}
  .band{min-height:580px}
  .menu a{font-size:12px;padding:8px}
}
@media(max-width:680px){
  section{padding:58px 0}
  h1{font-size:43px}
  h2{font-size:34px}
  .menu{display:none}
  .heroGrid{gap:26px}
  .visualCard{min-height:430px;border-radius:30px}
  .visualCard img{max-height:370px}
  .fields{grid-template-columns:1fr}
  .card{padding:23px;border-radius:24px}
  .final{border-radius:28px 28px 0 0}
}



/* Botão White/Dark e tema escuro */
.themeToggle{
  min-height:36px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(16,17,20,.10);
  background:rgba(255,255,255,.70);
  backdrop-filter:saturate(170%) blur(18px);
  -webkit-backdrop-filter:saturate(170%) blur(18px);
  color:#101114;
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:7px;
  box-shadow:0 10px 24px rgba(13,24,46,.08);
  transition:.18s ease;
}
.themeToggle:hover{transform:translateY(-1px)}
.themeToggleIcon{
  width:18px;
  height:18px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  background:#05070c;
  color:#fff;
  font-size:11px;
}
html[data-theme="dark"]{
  color-scheme:dark;
}
html[data-theme="dark"] body{
  color:#f7f8fb;
  background:
    radial-gradient(circle at 9% 0%,rgba(19,86,255,.22),transparent 30%),
    radial-gradient(circle at 88% 9%,rgba(0,102,204,.20),transparent 30%),
    linear-gradient(180deg,#05070c 0%,#0d1320 45%,#070a11 100%);
}
html[data-theme="dark"] .topbar{
  background:rgba(5,7,12,.72);
  border-bottom-color:rgba(255,255,255,.10);
}
html[data-theme="dark"] .brand{color:#fff}
html[data-theme="dark"] .brand span{background:#fff;color:#05070c}
html[data-theme="dark"] .menu a{color:rgba(255,255,255,.74)}
html[data-theme="dark"] .menu a:hover,
html[data-theme="dark"] .menu a.active{background:rgba(255,255,255,.10);color:#fff}
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3{color:#fff}
html[data-theme="dark"] p,
html[data-theme="dark"] .lead{color:rgba(255,255,255,.76)}
html[data-theme="dark"] .card,
html[data-theme="dark"] .download,
html[data-theme="dark"] .faq,
html[data-theme="dark"] .formBox{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  box-shadow:0 26px 80px rgba(0,0,0,.28);
}
html[data-theme="dark"] .card p,
html[data-theme="dark"] .download p,
html[data-theme="dark"] .faq div{color:rgba(255,255,255,.74)}
html[data-theme="dark"] .card.blue{
  background:linear-gradient(145deg,rgba(19,86,255,.74),rgba(0,102,204,.58));
}
html[data-theme="dark"] .visualCard{
  background:
    radial-gradient(circle at 50% 8%,rgba(19,86,255,.30),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05));
  border-color:rgba(255,255,255,.14);
  box-shadow:0 30px 90px rgba(0,0,0,.32);
}
html[data-theme="dark"] .notice,
html[data-theme="dark"] .miniRule,
html[data-theme="dark"] .backup,
html[data-theme="dark"] .licenseList span,
html[data-theme="dark"] .benefitList span{
  background:rgba(255,255,255,.09);
  border-color:rgba(255,255,255,.14);
  color:rgba(255,255,255,.82);
}
html[data-theme="dark"] .list span,
html[data-theme="dark"] .tax{color:rgba(255,255,255,.76)}
html[data-theme="dark"] .value{border-top-color:rgba(255,255,255,.14)}
html[data-theme="dark"] .price small{color:rgba(255,255,255,.64)}
html[data-theme="dark"] .platformIcon,
html[data-theme="dark"] .icon,
html[data-theme="dark"] .num,
html[data-theme="dark"] .badge{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
}
html[data-theme="dark"] .platformIcon svg rect[fill="#101114"],
html[data-theme="dark"] .platformIcon svg path[fill="#101114"],
html[data-theme="dark"] .platformIcon svg rect[fill="#05070c"]{fill:#fff}
html[data-theme="dark"] .platformIcon svg rect[stroke="#101114"],
html[data-theme="dark"] .platformIcon svg path[stroke="#101114"]{stroke:#fff}
html[data-theme="dark"] .btnLight{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.15);
  color:#fff;
}
html[data-theme="dark"] .btnDark{
  background:#fff;
  color:#05070c;
}
html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.16);
  color:#fff;
}
html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder{color:rgba(255,255,255,.48)}
html[data-theme="dark"] select option{color:#101114}
html[data-theme="dark"] label{color:rgba(255,255,255,.86)}
html[data-theme="dark"] .formBox h3{color:#fff}
html[data-theme="dark"] .themeToggle{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.16);
  color:#fff;
}
html[data-theme="dark"] .themeToggleIcon{
  background:#fff;
  color:#05070c;
}
html[data-theme="dark"] .footer{background:#03050a}
@media(max-width:680px){
  .themeToggle{
    min-height:34px;
    padding:7px 10px;
    font-size:12px;
  }
}
