
:root{
  --bg:#05070a;
  --bg2:#0a0f16;
  --panel:#101720;
  --panel2:#151e29;
  --line:#233141;
  --text:#f8fafc;
  --muted:#aab4c2;
  --orange:#ff8a1f;
  --orange2:#ffb04f;
  --cyan:#35c9ee;
  --green:#37d66b;
  --max:1180px;
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:
  radial-gradient(circle at 80% -10%,rgba(51,107,170,.18),transparent 35%),
  linear-gradient(180deg,#040608 0%,#070b10 46%,#05070a 100%);
  color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Arial,sans-serif;
  line-height:1.55;
}
a{color:inherit}
img{max-width:100%}
.container{max-width:var(--max);margin:auto;padding:0 24px}
.nav{
  position:sticky;top:0;z-index:50;
  background:rgba(5,7,10,.78);backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.06)
}
.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:900;letter-spacing:-.04em}
.brand-logo{width:42px;height:42px;border-radius:11px;display:block;box-shadow:0 7px 22px rgba(0,0,0,.35)}
.brand span{color:var(--orange)}
.nav-links{display:flex;gap:22px;align-items:center;font-size:14px;color:#d6dce5}
.nav-links a{text-decoration:none}
.nav-cta{background:linear-gradient(135deg,var(--orange),#ff6a00);padding:11px 17px;border-radius:13px;font-weight:800;color:#111}
.hero{padding:78px 0 64px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:50px}
.kicker{color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px}
h1{font-size:clamp(52px,7vw,86px);line-height:.94;letter-spacing:-.055em;margin:15px 0 22px}
h1 .accent{color:var(--orange)}
.lead{font-size:21px;color:var(--muted);max-width:680px;margin:0}
.quick-features{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:28px 0}
.quick{
  text-align:center;padding:15px 8px;border:1px solid var(--line);border-radius:17px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
  font-size:13px;color:#d9e0e9
}
.quick b{display:block;color:var(--orange);font-size:23px;margin-bottom:5px}
.downloads{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.store-btn{
  min-width:210px;display:flex;align-items:center;gap:13px;
  border:1px solid #4b5665;border-radius:14px;padding:11px 16px;text-decoration:none;
  background:#090c11
}
.store-btn .store-icon{font-size:32px;line-height:1}
.store-btn small{display:block;color:#c1c8d1;font-size:11px}
.store-btn strong{font-size:20px}
.store-btn.android{opacity:.62;position:relative;cursor:not-allowed}
.soon{
  position:absolute;right:-7px;top:-9px;background:#2675ff;color:white;
  border-radius:999px;padding:4px 9px;font-size:10px;font-weight:900;letter-spacing:.06em
}
.hero-phone-wrap{position:relative;min-height:610px}
.phone{
  width:325px;border-radius:50px;padding:10px;background:#11161d;
  border:1px solid #3d4652;box-shadow:0 34px 100px rgba(0,0,0,.55);
  position:absolute;overflow:hidden
}
.phone img{display:block;border-radius:40px}
.phone.one{right:140px;top:0;transform:rotate(-3deg);z-index:2}
.phone.two{right:0;top:115px;transform:rotate(5deg);z-index:1;width:285px}
.glow{position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(41,117,192,.22);filter:blur(75px);right:20px;top:60px}
.section{padding:78px 0}
.section.light{background:#f5f7fa;color:#111827}
.section-title{font-size:40px;letter-spacing:-.035em;margin:0 0 14px}
.section-lead{color:var(--muted);max-width:760px;margin:0}
.light .section-lead{color:#596577}
.compat-grid{display:grid;grid-template-columns:1.05fr 1.95fr;gap:34px;align-items:center;margin-top:34px}
.compat-copy p{color:#526071}
.compat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.adapter{background:white;border-radius:22px;padding:14px;box-shadow:0 14px 40px rgba(21,31,45,.09);text-align:center;border:1px solid #e1e6ec}
.adapter img{height:230px;width:100%;object-fit:cover;border-radius:16px}
.adapter h3{margin:13px 0 2px}
.adapter p{margin:0;color:#657082;font-size:13px}
.notice{margin-top:20px;padding:13px 15px;background:#eef3f8;border-radius:14px;color:#5f6d7c;font-size:13px}
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}
.feature{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:22px}
.feature .ico{width:47px;height:47px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--orange);color:var(--orange);font-size:23px;margin-bottom:16px}
.feature h3{margin:0 0 7px;font-size:18px}
.feature p{margin:0;color:var(--muted);font-size:14px}
.shots{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin-top:34px}
.shot{background:#10151c;border:1px solid #273342;border-radius:27px;padding:7px;box-shadow:0 18px 45px rgba(0,0,0,.25)}
.shot img{display:block;border-radius:22px}
.pro-card{
  margin-top:28px;display:grid;grid-template-columns:.85fr 1.15fr;gap:0;
  background:linear-gradient(135deg,#101923,#0a1118);border:1px solid #2b3a4d;border-radius:30px;overflow:hidden
}
.pro-visual{
  min-height:410px;background:
  linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.65)),
  url('assets/painel.png') center 25%/cover no-repeat;
  display:flex;align-items:flex-end;padding:34px
}
.pro-quote{font-size:30px;font-weight:800;max-width:470px;letter-spacing:-.03em}
.pro-copy{padding:40px}
.pro-copy h3{font-size:31px;margin:0 0 4px}
.pro-copy h3 span{color:var(--orange)}
.pro-copy p{color:var(--muted)}
.pro-list{display:grid;gap:11px;margin:23px 0 28px}
.pro-item{display:flex;gap:11px;align-items:center}
.check{color:var(--orange);font-weight:900}
.cta{
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;
  background:linear-gradient(135deg,var(--orange),#ff6e00);color:#0b0d10;font-weight:900;
  border-radius:14px;padding:14px 21px
}

.alert-highlight{
  margin-top:30px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:20px;
  align-items:stretch;
}
.alert-main{
  background:linear-gradient(135deg,#2a0d0d,#10151c 60%);
  border:1px solid #6a2323;
  border-radius:28px;
  padding:32px;
  position:relative;
  overflow:hidden;
}
.alert-main:after{
  content:"";
  position:absolute;
  width:260px;height:260px;border-radius:50%;
  right:-80px;top:-90px;
  background:rgba(255,67,67,.10);
  filter:blur(10px);
}
.alert-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#ff3b30;
  color:#fff;
  padding:7px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
}
.alert-main h3{font-size:34px;line-height:1.06;margin:18px 0 12px;letter-spacing:-.035em}
.alert-main p{color:#c9d1dc;margin:0;max-width:700px}
.alert-settings{
  display:grid;
  gap:12px;
}
.alert-setting{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:20px;
  padding:20px;
  display:grid;
  grid-template-columns:54px 1fr auto;
  gap:14px;
  align-items:center;
}
.alert-setting .aico{
  width:50px;height:50px;border-radius:50%;
  display:grid;place-items:center;
  background:#321315;color:#ff5f56;
  border:1px solid #6e2426;
  font-size:24px;
}
.alert-setting h4{margin:0 0 4px;font-size:17px}
.alert-setting p{margin:0;color:var(--muted);font-size:13px}
.alert-value{
  font-weight:900;
  color:#fff;
  background:#0c1117;
  border:1px solid #27313d;
  border-radius:12px;
  padding:9px 11px;
  white-space:nowrap;
}
@media(max-width:980px){.alert-highlight{grid-template-columns:1fr}}

.faq{display:grid;gap:12px;margin-top:30px}
details{background:var(--panel);border:1px solid var(--line);border-radius:17px;padding:17px 19px}
summary{cursor:pointer;font-weight:750}
details p{color:var(--muted);margin-bottom:0}
.footer{border-top:1px solid #1c2733;padding:34px 0 48px;color:#8f9baa}
.footer-inner{display:flex;justify-content:space-between;gap:25px;align-items:center}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer a{text-decoration:none}
@media(max-width:980px){
  .hero-grid,.compat-grid,.pro-card{grid-template-columns:1fr}
  .hero-phone-wrap{min-height:550px;margin-top:20px}
  .phone.one{left:6%;right:auto}.phone.two{right:6%}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .shots{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:680px){
  .nav-links a:not(.nav-cta){display:none}
  .hero{padding-top:50px}
  h1{font-size:52px}
  .quick-features{grid-template-columns:repeat(2,1fr)}
  .downloads{flex-direction:column}.store-btn{width:100%}
  .hero-phone-wrap{min-height:520px}
  .phone.one{width:250px;left:0}.phone.two{width:220px;right:0;top:145px}
  .compat-cards{grid-template-columns:1fr}
  .adapter img{height:auto;max-height:380px;object-fit:contain}
  .features-grid{grid-template-columns:1fr}
  .shots{grid-template-columns:repeat(2,1fr)}
  .section-title{font-size:34px}
  .footer-inner{flex-direction:column;align-items:flex-start}
}
