:root {
  --bg: #05070e;
  --surface: #0b1020;
  --surface-2: #10172a;
  --line: #242e49;
  --text: #f4f7ff;
  --muted: #96a3bd;
  --purple: #865cff;
  --blue: #2563eb;
  --cyan: #27d8e5;
  --green: #45dfad;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background: radial-gradient(circle at 80% 10%, #172653 0, transparent 28%), var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: linear-gradient(#ffffff05 1px, transparent 1px), linear-gradient(90deg, #ffffff05 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 75%);
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, 92%); margin-inline: auto; }
.topStrip {
  width: 100%; min-height: 34px; padding: 8px 4%;
  display: flex; align-items: center; justify-content: center; gap: 22px;
  background: linear-gradient(90deg, #17102e, #0a2035);
  border-bottom: 1px solid #ffffff12; color: #b69fff;
  font-size: 9px; font-weight: 800; letter-spacing: .15em; text-align: center;
}
.topStrip b { color: #7d89a1; font-weight: 600; }
.nav.wrap {
  width: 100%; max-width: none; height: 82px; padding-inline: clamp(24px, 6vw, 96px);
  display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 20; border-bottom: 1px solid #202941;
  background: #060912ee; backdrop-filter: blur(18px);
}
.officialLogo { display: flex; flex-shrink: 0; }
.officialLogo img { width: 190px; height: 58px; object-fit: contain; object-position: left center; }
.navlinks { display: flex; align-items: center; gap: 28px; margin-left: auto; color: #b4bdd0; font-size: 14px; }
.navlinks > a:hover { color: #fff; }
.btn, .miniBtn {
  border: 0; cursor: pointer; color: #fff; font-weight: 850;
  background: linear-gradient(135deg, var(--purple), var(--blue) 62%, #098fac);
  box-shadow: 0 12px 35px #613ee22b; transition: .22s ease;
}
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border-radius: 12px; }
.btn:hover, .miniBtn:hover { transform: translateY(-2px); filter: brightness(1.12); }
.btn.ghost, .cartbtn { background: #101628; border: 1px solid #2b3652; box-shadow: none; }
.cartbtn { padding: 10px 13px; color: #fff; }
.cartbtn i { font-style: normal; background: #7c3aed; border-radius: 7px; padding: 3px 7px; }
.aurora { position: fixed; z-index: -1; border-radius: 50%; filter: blur(120px); opacity: .15; }
.a1 { width: 520px; height: 520px; right: -160px; top: -160px; background: #7146ff; }
.a2 { width: 420px; height: 420px; left: -250px; top: 46%; background: #00d5ff; }
main.wrap { padding-bottom: 70px; }
.alert { margin: 18px auto; padding: 13px 16px; border: 1px solid #1f664f; border-radius: 10px; background: #10362d; color: #79e4b5; }
.alert.error { border-color: #783246; background: #421d29; color: #ffadbd; }
.hero {
  min-height: 630px; padding: 78px 0 65px;
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 60px; align-items: center;
}
.heroCopy { position: relative; z-index: 3; }
.badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px;
  border: 1px solid #4a3b76; border-radius: 999px; background: #16122bd9;
  color: #c9baff; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
}
.badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); }
.hero h1 { max-width: 720px; margin: 24px 0 20px; font-size: clamp(48px, 5.8vw, 76px); line-height: 1.01; letter-spacing: -.055em; }
.hero p { max-width: 660px; color: #a8b3ca; font-size: 18px; line-height: 1.7; }
.heroActions { display: flex; flex-wrap: wrap; gap: 12px; margin: 31px 0 25px; }
.proof { display: flex; flex-wrap: wrap; gap: 9px; }
.proof span { padding: 8px 10px; border: 1px solid #26314a; border-radius: 9px; background: #090e19; color: #aab5ca; font-size: 11px; }
.techVisual { height: 470px; position: relative; display: grid; place-items: center; isolation: isolate; }
.core {
  width: 190px; height: 190px; padding: 25px; z-index: 2; overflow: hidden;
  display: grid; place-items: center; border: 1px solid #445177; border-radius: 45px;
  background: linear-gradient(145deg, #141b32, #070a13); box-shadow: 0 0 90px #6f3eff55; transform: rotate(-4deg);
}
.core img { width: 130px; height: 130px; object-fit: cover; border-radius: 27px; }
.core span { color: #63e7ed; font: 9px monospace; letter-spacing: .18em; }
.orbit { position: absolute; border: 1px solid #52618862; border-radius: 50%; animation: orbit 20s linear infinite; }
.o1 { width: 350px; height: 350px; }
.o2 { width: 455px; height: 280px; transform: rotate(35deg); animation-direction: reverse; }
@keyframes orbit { to { transform: rotate(360deg); } }
.floatcard {
  position: absolute; z-index: 4; min-width: 112px; padding: 15px 18px;
  border: 1px solid #374463; border-radius: 14px; background: #0d1427e8;
  box-shadow: 0 18px 45px #0009; backdrop-filter: blur(14px);
}
.floatcard b, .floatcard small { display: block; line-height: 1.35; }
.floatcard b { color: #c9bcff; font-size: 16px; }
.floatcard small { color: #7f8ba4; font-size: 10px; margin-top: 3px; }
.fc1 { left: 2%; top: 18%; } .fc2 { right: 1%; top: 27%; } .fc3 { right: 8%; bottom: 13%; }
.brands {
  min-height: 64px; padding: 18px 4%; display: flex; align-items: center; justify-content: space-around; gap: 20px;
  border-block: 1px solid #202942; background: #070b14; color: #63708c; font-size: 10px; font-weight: 800; letter-spacing: .2em;
}
.intro { max-width: 800px; margin: 0 auto; padding: 95px 0 42px; text-align: center; }
.eyebrow { color: #9679ff; font-size: 10px; font-weight: 900; letter-spacing: .23em; }
.intro h2, .finalCta h2 { margin: 15px 0; font-size: clamp(35px, 4.6vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.intro p, .finalCta p { color: var(--muted); font-size: 16px; line-height: 1.6; }
.gradient { background: linear-gradient(90deg, #a97cff, #28d8e4); color: transparent; background-clip: text; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card, .product {
  border: 1px solid var(--line); border-radius: 20px;
  background: linear-gradient(155deg, #11182a, #090d18); box-shadow: 0 22px 60px #0005;
}
.card { padding: 24px; }
.product { padding: 0; overflow: hidden; transition: .25s ease; }
.product:hover { transform: translateY(-6px); border-color: #58488f; box-shadow: 0 28px 70px #5b37ca24; }
.productMedia { display: block; position: relative; padding: 10px; }
.productMedia img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 14px; background: #12182a; }
.productMedia > span { position: absolute; left: 23px; bottom: 22px; padding: 6px 9px; border: 1px solid #ffffff26; border-radius: 7px; background: #060a12e8; color: var(--cyan); font: 9px monospace; }
.productBody { min-height: 230px; padding: 8px 22px 22px; display: flex; flex-direction: column; }
.productBody > small { color: #9679ff; font: 9px monospace; letter-spacing: .15em; }
.product h3 { margin: 11px 0 7px; font-size: 20px; }
.muted, .productBody .muted { color: var(--muted); line-height: 1.55; }
.productBottom { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; }
.price { margin: 0; color: #58e7ef; font-size: 23px; font-weight: 900; }
.miniBtn { width: 44px; height: 44px; border-radius: 12px; font-size: 23px; }
.benefits {
  margin: 95px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  overflow: hidden; border: 1px solid #26304a; border-radius: 23px; background: #26304a;
}
.benefits article { min-height: 205px; padding: 36px; background: #090e1a; }
.benefits article > b { color: #9174f5; font: 10px monospace; }
.benefits h3 { margin: 24px 0 10px; font-size: 20px; }
.benefits p { color: var(--muted); line-height: 1.6; }
.finalCta { margin: 0 0 45px; padding: 78px 30px; overflow: hidden; text-align: center; border: 1px solid #43376d; border-radius: 28px; background: radial-gradient(circle at 50% 130%, #6837d76b, transparent 56%), #0a0d18; }
.finalCta .btn { margin-top: 17px; }
.footer { padding: 55px 0 20px; border-top: 1px solid var(--line); background: #04060b; color: var(--muted); }
.footergrid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 45px; }
.footergrid > div { display: flex; flex-direction: column; gap: 11px; }
.footergrid b { color: #fff; }.footergrid p { line-height: 1.6; }.footer .officialLogo img { width: 205px; height: auto; }
.copyright { margin-top: 35px; padding-top: 20px; border-top: 1px solid #171e30; font-size: 11px; }
.catalogHead { max-width: 820px; margin: 90px auto 50px; text-align: center; }
.catalogHead h1 { margin: 16px 0; font-size: clamp(42px, 6vw, 68px); line-height: 1.05; letter-spacing: -.05em; }
.catalogHead p { color: var(--muted); font-size: 17px; }
.section-title { margin: 55px 0 24px; font-size: 35px; }
.form { max-width: 520px; margin: 55px auto; }.field { margin: 14px 0; }.field label { display: block; margin-bottom: 7px; color: #bdc7df; }
.field input, .field textarea, .field select { width: 100%; padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #070b15; color: #fff; }
.full { width: 100%; }.authPage { min-height: 680px; padding: 60px 0; display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 85px; }
.authIntro h1 { margin: 16px 0; font-size: 58px; line-height: 1.04; letter-spacing: -.05em; }.authIntro p { color: var(--muted); font-size: 17px; line-height: 1.7; }.authBenefits { display: grid; gap: 12px; margin-top: 25px; }.authCard { width: 100%; margin: 0; }.authSwitch { text-align: center; color: var(--muted); }.authSwitch a { color: #a88bff; font-weight: 800; }
.productDetail { padding: 75px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }.detailImage { position: relative; padding: 12px; border: 1px solid var(--line); border-radius: 26px; background: #0b1020; }.detailImage img { display: block; width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: 19px; }.detailImage > span { position: absolute; left: 28px; bottom: 27px; padding: 8px 11px; border-radius: 8px; background: #050912e8; }.detailInfo h1 { margin: 20px 0 12px; font-size: 55px; letter-spacing: -.05em; }.detailInfo .lead { color: #c3cce0; font-size: 19px; }.description { padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.7; }.detailBuy { margin: 25px 0; padding: 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 16px; background: #0a101e; }.detailBuy small, .detailBuy strong { display: block; }.detailBuy strong { color: var(--cyan); font-size: 27px; }.detailTrust { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 11px; }
.table { width: 100%; border-collapse: collapse; }.table th, .table td { padding: 13px; border-bottom: 1px solid var(--line); text-align: left; }
.hidden { display: none !important; }
@media (max-width: 820px) {
   .topStrip b { display: none; }.nav.wrap { height: 70px; padding-inline: 4%; }.officialLogo img { width: 145px; height: 47px; }.navlinks { gap: 9px; }.navlinks > a:not(.btn) { display: none; }.navlinks a[href*="login"], .navlinks a[href*="cliente"] { display: inline; font-size: 11px; }.cartbtn { font-size: 0; }.cartbtn::before { content: "Carrinho"; font-size: 11px; }
  .hero { min-height: auto; padding: 52px 0 28px; grid-template-columns: 1fr; gap: 25px; }.hero h1 { font-size: 45px; }.hero p { font-size: 16px; }.techVisual { height: 350px; }.core { width: 150px; height: 150px; padding: 18px; }.core img { width: 100px; height: 100px; }.o1 { width: 270px; height: 270px; }.o2 { width: 330px; height: 210px; }.floatcard { min-width: auto; padding: 10px 12px; }.fc1 { left: 0; }.fc2 { right: 0; }.fc3 { right: 3%; }.brands { justify-content: center; overflow: hidden; }.brands span:nth-child(even) { display: none; }
  .intro { padding: 68px 0 32px; }.intro h2 { font-size: 36px; }.grid, .benefits, .footergrid { grid-template-columns: 1fr; }.benefits { margin: 65px 0; }.benefits article { min-height: auto; padding: 28px; }.benefits h3 { margin-top: 15px; }.authPage, .productDetail { grid-template-columns: 1fr; gap: 30px; }.authIntro { display: none; }.detailInfo h1 { font-size: 40px; }.detailBuy { align-items: flex-start; flex-direction: column; gap: 15px; }.table { display: block; overflow-x: auto; }
}
