:root{
  --bg:#040814;
  --bg2:#081225;
  --surface:rgba(9,17,36,.78);
  --surface-2:rgba(14,24,49,.88);
  --panel:rgba(9,15,32,.92);
  --panel-2:rgba(12,20,44,.94);
  --text:#eef4ff;
  --muted:#96a8d6;
  --line:rgba(255,255,255,.08);
  --line-strong:rgba(255,255,255,.14);
  --cyan:#69e8ff;
  --blue:#49a6ff;
  --violet:#7f6dff;
  --pink:#ff6cc5;
  --mint:#69ffd4;
  --gold:#ddb048;
  --shadow:0 30px 90px rgba(0,0,0,.34);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; color:var(--text); min-height:100vh; overflow-x:hidden;
  font-family:Inter,system-ui,sans-serif;
  background:
    radial-gradient(circle at 10% 12%, rgba(70,173,255,.22), transparent 18%),
    radial-gradient(circle at 86% 10%, rgba(127,109,255,.18), transparent 24%),
    radial-gradient(circle at 75% 60%, rgba(255,108,197,.12), transparent 18%),
    radial-gradient(circle at 30% 80%, rgba(105,255,212,.09), transparent 18%),
    linear-gradient(180deg,#040814 0%,#071022 28%,#06111d 52%,#040814 100%);
}
body::before, body::after{
  content:""; position:fixed; inset:-20%; pointer-events:none; z-index:-3;
}
body::before{
  background:
    conic-gradient(from 180deg at 50% 50%, rgba(105,232,255,.12), transparent 18%, rgba(127,109,255,.10), transparent 36%, rgba(255,108,197,.08), transparent 54%, rgba(105,255,212,.09), transparent 70%, rgba(105,232,255,.10));
  filter:blur(90px);
  animation:meshSpin 28s linear infinite;
  opacity:.75;
}
body::after{
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:40px 40px;
  mask-image:radial-gradient(circle at center, black 45%, transparent 100%);
  opacity:.22;
  z-index:-2;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1480px, calc(100% - 40px));margin:0 auto}
.site-shell{position:relative;isolation:isolate}
.bg-grid,.bg-orb,.bg-noise{position:fixed;pointer-events:none;z-index:-1}
.bg-noise{inset:0;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E")}
.bg-orb{width:430px;height:430px;border-radius:50%;filter:blur(95px);opacity:.35;animation:orbFloat 18s ease-in-out infinite}
.orb-a{left:-80px;top:90px;background:linear-gradient(135deg,rgba(105,232,255,.84),rgba(73,166,255,.1))}
.orb-b{right:-70px;top:120px;background:linear-gradient(135deg,rgba(127,109,255,.84),rgba(255,108,197,.14));animation-delay:-4s}
.orb-c{left:22%;bottom:-140px;background:linear-gradient(135deg,rgba(105,255,212,.55),rgba(105,232,255,.1));animation-delay:-8s}
.orb-d{right:18%;bottom:10%;background:linear-gradient(135deg,rgba(255,196,102,.25),rgba(255,108,197,.08));animation-delay:-6s}
.topbar{
  position:sticky;top:0;z-index:40;
  backdrop-filter:blur(20px);
  background:linear-gradient(180deg, rgba(6,11,24,.9), rgba(6,11,24,.78));
  border-bottom:1px solid rgba(255,255,255,.06);
}
.topbar-inner{
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;
  min-height:94px;
}
.brand{display:flex;align-items:center;gap:14px;min-width:250px}
.brand img{height:62px;width:auto;filter:drop-shadow(0 12px 24px rgba(0,0,0,.28))}
.nav{
  display:flex;justify-content:center;align-items:center;gap:8px;overflow:auto;padding:8px;
  border:1px solid rgba(255,255,255,.06);border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.nav::-webkit-scrollbar{height:0}
.nav a{
  padding:12px 16px;border-radius:999px;color:#c7d5f4;font-size:14px;
  white-space:nowrap;transition:.24s ease;font-weight:600
}
.nav a:hover,.nav a.active{
  color:#fff;background:linear-gradient(135deg, rgba(105,232,255,.14), rgba(127,109,255,.16));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)
}
.header-actions{display:flex;align-items:center;gap:12px}
.ghost-contact{
  padding:12px 16px;border-radius:999px;border:1px solid var(--line);
  color:#deebff;background:rgba(255,255,255,.03);font-size:14px;font-weight:700
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:15px 22px;border-radius:18px;border:1px solid transparent;
  font-weight:800;transition:.25s ease;cursor:pointer
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#061120;background:linear-gradient(135deg,var(--cyan),var(--violet));
  box-shadow:0 16px 46px rgba(105,232,255,.26)
}
.btn-secondary{
  color:#ebf2ff;background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.11)
}
.nav-cta{min-width:126px}
.section{padding:96px 0}
.section-title{
  margin:0 0 18px;font-family:Outfit,Inter,sans-serif;font-size:clamp(34px,4.8vw,68px);
  line-height:1.02;letter-spacing:-.04em;max-width:1100px
}
.section-subtitle{
  max-width:830px;color:var(--muted);font-size:18px;line-height:1.84
}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;padding:11px 14px;margin-bottom:22px;border-radius:999px;
  font-size:12px;letter-spacing:.22em;font-weight:800;text-transform:uppercase;color:#dbe9ff;
  border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg, rgba(105,232,255,.13), rgba(127,109,255,.12))
}
.hero{padding:72px 0 40px}
.hero-grid{
  display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:28px;align-items:center
}
.hero-copy p{max-width:740px;color:#b7c7eb;font-size:18px;line-height:1.86}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0}
.hero-badges,.hero-feature-list,.mini-chips,.list-points{
  display:flex;flex-wrap:wrap;gap:12px
}
.hero-badges span,.hero-feature-list span,.mini-chips span,.list-points span,.stage-chip{
  padding:12px 15px;border-radius:999px;border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);color:#d9e7ff;font-size:14px
}
.hero-feature-list{margin-top:20px}

.hero-stage{
  position:relative;
  min-height:720px;
  overflow:hidden;
  border-radius:38px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 14% 20%, rgba(105,232,255,.16), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(127,109,255,.2), transparent 28%),
    radial-gradient(circle at 54% 72%, rgba(255,108,197,.12), transparent 18%),
    linear-gradient(180deg, rgba(7,12,27,.98), rgba(4,8,20,.98));
  box-shadow:var(--shadow)
}
.hero-stage::before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.06);
  pointer-events:none
}
.hero-stage::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, transparent 0, rgba(255,255,255,.03) 50%, transparent 100%);
  transform:translateX(-100%);
  animation:shimmer 6.5s ease-in-out infinite;
  pointer-events:none
}

.hero-stage-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:280px minmax(320px,1fr) 260px;
  grid-template-rows:auto auto auto;
  grid-template-areas:
    "left visual visual"
    "copy visual side"
    "dashboard dashboard dashboard";
  gap:24px;
  min-height:auto;
  padding:28px;
  align-items:start
}
.stage-left{
  grid-area:left;
  display:block;
  min-width:0
}
.stage-copy{
  grid-area:copy;
  display:block;
  min-width:0
}
.stage-visual{
  grid-area:visual;
  position:relative;
  min-height:460px;
  border-radius:28px;
  overflow:hidden;
  min-width:0;
  display:block
}
.stage-side{
  grid-area:side;
  display:block;
  min-width:0
}
.ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12)}
.ring.one{width:360px;height:360px;right:56px;top:28px;border-color:rgba(105,232,255,.35);animation:spin 18s linear infinite}
.ring.two{width:246px;height:246px;right:113px;top:85px;border-color:rgba(127,109,255,.42);animation:spinReverse 12s linear infinite}
.ring.three{width:136px;height:136px;right:168px;top:139px;border-color:rgba(105,255,212,.48);animation:spin 9s linear infinite}
.ring::after{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  border-radius:50%;
  left:50%;
  top:8px;
  transform:translateX(-50%);
  background:linear-gradient(135deg,var(--cyan),var(--mint));
  box-shadow:0 0 20px rgba(105,255,212,.65)
}
.data-stream{
  position:absolute;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(105,232,255,0), rgba(105,232,255,.6), rgba(127,109,255,.88), rgba(127,109,255,0))
}
.data-stream-a{left:0;top:112px;width:230px;animation:pulseGlow 3.4s ease-in-out infinite}
.data-stream-b{left:28px;bottom:84px;width:180px;animation:pulseGlow 4.1s ease-in-out infinite .7s}
.orbit-card{
  position:relative;
  padding:18px 18px 16px;
  border-radius:24px;
  backdrop-filter:blur(18px);
  background:rgba(11,18,40,.72);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 48px rgba(0,0,0,.22)
}
.card-a{width:100%;max-width:none;animation:cardFloat 7s ease-in-out infinite}
.card-b{width:100%;max-width:none;animation:cardFloat 8s ease-in-out infinite -1.4s}
.card-c{
  position:relative;
  right:auto;
  bottom:auto;
  width:100%;
  height:100%;
  min-height:280px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  animation:cardFloat 7.8s ease-in-out infinite -.8s
}
.metric-title{font-size:12px;letter-spacing:.14em;color:#9fc1ff;text-transform:uppercase;font-weight:800}
.metric-big{font-size:44px;line-height:1;font-weight:900;margin:10px 0 12px}
.metric-bars{display:flex;gap:8px}
.metric-bars span{display:block;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--cyan),var(--violet))}
.metric-bars span:nth-child(1){width:40%}
.metric-bars span:nth-child(2){width:70%}
.metric-bars span:nth-child(3){width:92%}
.metric-list{display:grid;gap:10px;margin-top:10px}
.metric-list span{
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.05);
  background:rgba(255,255,255,.04);
  font-size:14px;
  color:#dce8ff;
  line-height:1.5
}
.dashboard-slab{
  grid-area:dashboard;
  position:relative;
  width:100%;
  max-width:100%;
  align-self:end
}
.stage-screen{
  padding:18px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(8,15,33,.92), rgba(11,20,42,.9));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 70px rgba(0,0,0,.32)
}
.stage-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:18px}
.stage-toolbar span{width:12px;height:12px;border-radius:50%}
.stage-toolbar span:nth-child(1){background:#ff6e89}
.stage-toolbar span:nth-child(2){background:#ffc95e}
.stage-toolbar span:nth-child(3){background:#67ffc3}
.dash-grid,.card-grid,.package-grid,.module-grid,.blog-grid,.ref-grid,.footer-grid,.security-grid{
  display:grid;gap:22px
}
.dash-grid{grid-template-columns:repeat(4,1fr)}
.dash-box{
  padding:20px;border-radius:20px;border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);text-align:left
}
.dash-box small{display:block;color:var(--muted);margin-bottom:8px}
.dash-box strong{font-size:28px}
.stage-bottom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}

.card-b .metric-list span{min-height:124px;display:block}
.card-c .metric-list{grid-template-columns:1fr}
.card-c .metric-list span{min-height:54px;display:flex;align-items:center}
.dashboard-slab{margin-top:6px}
.stage-screen{min-height:220px}



@media (max-width: 1200px){
  .hero-stage{min-height:unset}
  .hero-stage-grid{
    grid-template-columns:minmax(260px,320px) 1fr;
    grid-template-rows:auto auto auto;
    grid-template-areas:
      "left visual"
      "side visual"
      "dashboard dashboard";
    gap:22px;
    padding:24px;
    min-height:auto;
    align-items:start
  }
  .stage-left{grid-template-rows:auto auto}
  .stage-side{align-items:stretch}
  .card-c{min-height:220px}
  .stage-visual{min-height:420px}
  .ring.one{width:320px;height:320px;right:28px;top:40px}
  .ring.two{width:220px;height:220px;right:78px;top:90px}
  .ring.three{width:124px;height:124px;right:126px;top:138px}
}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-stage-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto auto;
    grid-template-areas:
      "left"
      "visual"
      "side"
      "dashboard";
    min-height:unset;
    gap:18px;
    padding:18px
  }
  .stage-left{grid-template-columns:1fr;grid-template-rows:auto auto;align-items:start}
  .stage-side{display:block}
  .stage-visual{min-height:320px}
  .card-a,.card-b,.card-c{max-width:none;width:100%;min-height:auto}
  .card-c{animation:cardFloat 7.8s ease-in-out infinite -.8s}
  .dashboard-slab{margin-top:2px}
  .stage-screen{padding:16px}
  .dash-grid,.stage-bottom-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width: 640px){
  .hero-stage{border-radius:28px}
  .hero-stage-grid{padding:16px;gap:16px}
  .stage-left{grid-template-columns:1fr}
  .stage-visual{min-height:260px}
  .ring.one{width:240px;height:240px;right:4px;top:22px}
  .ring.two{width:166px;height:166px;right:42px;top:59px}
  .ring.three{width:92px;height:92px;right:78px;top:96px}
  .data-stream-a{width:120px;top:88px}
  .data-stream-b{width:110px;left:10px;bottom:56px}
  .metric-big{font-size:36px}
  .dash-grid,.stage-bottom-grid{grid-template-columns:1fr}
}

.page-hero{padding:68px 0 26px}
.stats-grid{grid-template-columns:repeat(4,1fr);margin-top:32px}
.card-grid{grid-template-columns:repeat(3,1fr)}
.card,.package,.blog-card,.module-card,.ref-card,.contact-card,.admin-box,.admin-card{
  border-radius:28px;background:var(--surface);border:1px solid rgba(255,255,255,.07);
  backdrop-filter:blur(20px);box-shadow:var(--shadow)
}
.card,.blog-card,.module-card,.ref-card,.contact-card,.admin-box{padding:28px}
.card h3,.package h3,.blog-card h3,.module-card h3,.ref-card h3{margin:0 0 12px;font-size:24px}
.card p,.package p,.blog-card p,.module-card p,.ref-card p,.muted{color:var(--muted);line-height:1.8}
.package-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}
.package{
  position:relative;padding:26px;border:1px solid rgba(221,176,72,.18);
  background:linear-gradient(180deg, rgba(8,15,32,.96), rgba(4,10,24,.98))
}
.package.featured{
  transform:translateY(-10px);
  background:linear-gradient(180deg, rgba(28,33,68,.96), rgba(15,19,46,.96));
  border-color:rgba(221,176,72,.45);
  box-shadow:0 35px 90px rgba(221,176,72,.08)
}
.package-badge{
  position:absolute;top:-14px;left:30px;padding:8px 14px;border-radius:999px;
  background:linear-gradient(135deg,#f2c75f,#b98a23);color:#261900;font-weight:900;font-size:12px
}
.package-headline{
  color:#e0c06d;letter-spacing:.22em;font-size:12px;font-weight:900;text-transform:uppercase;
  margin-bottom:14px
}
.price{font-size:58px;line-height:1;font-weight:900;margin:0 0 18px}
.package ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:0}
.package li{
  position:relative;padding:12px 0 12px 18px;border-top:1px solid rgba(255,255,255,.06);font-size:15px;color:#e6efff
}
.package li::before{
  content:"";position:absolute;left:0;top:19px;width:8px;height:8px;border-radius:50%;
  background:linear-gradient(135deg, var(--gold), #ffe28d)
}
.package .btn{width:100%;margin-top:auto}
.ref-grid{grid-template-columns:repeat(2,1fr)}
.ref-card{padding:18px}
.ref-preview{
  position:relative;border-radius:24px;overflow:hidden;margin-bottom:20px;
  border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#071023,#081429)
}
.ref-browser{
  display:flex;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.04)
}
.ref-browser small{margin-left:auto;color:#93a6d0}
.ref-dot{width:10px;height:10px;border-radius:50%}
.ref-dot:nth-child(1){background:#ff6f8d}.ref-dot:nth-child(2){background:#ffcf66}.ref-dot:nth-child(3){background:#63ffcb}
.ref-image-wrap{padding:16px;background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01))}
.ref-image-wrap img{
  width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.08)
}
.ref-screen{padding:16px}
.ref-body{padding:10px}
.ref-chip{
  display:inline-flex;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.12em;
  background:rgba(105,232,255,.14);color:#e5f6ff
}
.ref-chip.soft{background:rgba(255,255,255,.06);letter-spacing:0;font-weight:700}
.ref-bullets{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px
}
.ref-bullets span{
  padding:14px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.05)
}
.ref-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.ref-meta{padding:0 8px 8px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px}
.contact-card{padding:32px}
.form-grid{display:grid;gap:16px}
.field input,.field textarea,.field select{
  width:100%;padding:16px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);color:#fff;outline:none;font:inherit
}
.field textarea{min-height:160px;resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus{
  border-color:rgba(105,232,255,.46);box-shadow:0 0 0 4px rgba(105,232,255,.08)
}
.notice{padding:16px 18px;border-radius:16px;margin-bottom:16px}
.notice.success{background:rgba(76,241,170,.12);border:1px solid rgba(76,241,170,.28);color:#dffcef}
.notice.error{background:rgba(255,93,123,.12);border:1px solid rgba(255,93,123,.28);color:#ffe3e8}
.footer{padding:28px 0 60px;border-top:1px solid rgba(255,255,255,.06);margin-top:40px}
.footer-grid{grid-template-columns:1.2fr .8fr .7fr;align-items:start}
.footer-logo{height:70px;margin-bottom:18px}
.whatsapp-float{
  position:fixed;left:20px;bottom:20px;z-index:35;display:inline-flex;align-items:center;gap:10px;
  padding:14px 18px;border-radius:999px;background:linear-gradient(135deg,#24d366,#1ea955);color:#fff;font-weight:900;
  box-shadow:0 18px 40px rgba(36,211,102,.28)
}
.music-widget{position:fixed;right:18px;bottom:18px;z-index:40}
.music-toggle{
  width:54px;height:54px;border:none;border-radius:18px;cursor:pointer;font-size:22px;font-weight:900;color:#05111f;
  background:linear-gradient(135deg,var(--cyan),var(--violet));box-shadow:0 18px 40px rgba(105,232,255,.24)
}
.music-panel{
  position:absolute;right:0;bottom:68px;width:290px;padding:14px;border-radius:22px;display:none;
  background:rgba(7,13,30,.95);border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);backdrop-filter:blur(20px)
}
.music-panel.open{display:block}
.music-panel-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}
.music-panel-header small{display:block;color:var(--muted);margin-top:4px}
.music-close{background:transparent;border:none;color:#fff;font-size:24px;cursor:pointer}
.music-now{padding:12px;border-radius:16px;background:rgba(255,255,255,.04);margin-bottom:12px;color:#e3edff}
.music-controls{display:flex;gap:10px;justify-content:center;margin:10px 0}
.music-controls button{
  width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05);color:#fff;cursor:pointer
}
.music-seek,.music-volume{margin:10px 0}
.music-volume span{display:block;margin-bottom:6px;color:var(--muted);font-size:13px}
.music-list{display:grid;gap:8px;max-height:160px;overflow:auto;margin-top:10px}
.music-item{
  text-align:left;padding:11px 12px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);
  color:#fff;cursor:pointer
}
.music-item.active{border-color:rgba(105,232,255,.36);background:rgba(105,232,255,.1)}
input[type=range]{width:100%}
.admin-page{
  min-height:100vh;padding:36px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(105,232,255,.16), transparent 18%),
    radial-gradient(circle at 90% 8%, rgba(127,109,255,.22), transparent 20%),
    linear-gradient(180deg,#050916,#081225)
}
.admin-card{overflow:hidden}
.admin-login{width:min(560px, calc(100% - 32px));padding:34px;margin:0 auto}
.admin-login img{height:72px;margin-bottom:22px}
.admin-shell{display:grid;grid-template-columns:300px 1fr;min-height:82vh}
.admin-sidebar{
  padding:26px;border-right:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02))
}
.admin-sidebar img{height:76px;margin-bottom:26px}
.admin-sidebar .sidebar-title{font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:#8ea4d3;margin-bottom:12px}
.admin-sidebar a{
  display:block;padding:13px 16px;border-radius:16px;color:#dbe7ff;margin-bottom:8px;font-weight:700
}
.admin-sidebar a:hover,.admin-sidebar a.active{background:rgba(105,232,255,.1);color:#fff}
.admin-content{padding:28px;max-height:88vh;overflow:auto}
.admin-topbar{
  display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:18px
}
.admin-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}
.kpi{
  padding:18px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)
}
.kpi span{display:block;color:var(--muted);font-size:14px;margin-bottom:10px}
.kpi strong{font-size:30px}
.admin-panel-grid{display:grid;gap:18px}
.admin-box h3{margin:0 0 16px;font-size:26px}
.inline-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.inline-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.table-list{display:grid;gap:12px}
.table-row{
  padding:16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)
}
.security-wrap{
  width:min(950px, calc(100% - 32px));margin:0 auto;padding:32px;border-radius:28px;
  background:linear-gradient(180deg, rgba(30,0,0,.93), rgba(12,1,1,.98));
  border:1px solid rgba(255,70,70,.28);box-shadow:0 30px 90px rgba(255,0,0,.16)
}
.security-wrap h1{font-size:clamp(36px,5vw,62px);margin:0 0 12px;color:#ff4646;line-height:1.02}
.security-grid{grid-template-columns:repeat(3,1fr);margin-top:22px}
.security-box{padding:16px;border-radius:18px;border:1px solid rgba(255,70,70,.24);background:rgba(255,255,255,.02)}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes spinReverse{to{transform:rotate(-360deg)}}
@keyframes orbFloat{50%{transform:translateY(-26px) translateX(18px)}}
@keyframes cardFloat{50%{transform:translateY(-10px)}}
@keyframes meshSpin{to{transform:rotate(360deg)}}
@keyframes streamMove{0%{transform:translateX(-22px)}50%{transform:translateX(18px)}100%{transform:translateX(-22px)}}
@keyframes shimmer{0%{transform:translateX(-100%)}50%,100%{transform:translateX(100%)}}
@media (max-width:1200px){
  .hero-grid,.contact-grid,.card-grid,.package-grid,.ref-grid,.footer-grid,.admin-shell,.admin-kpis{grid-template-columns:1fr}
  .topbar-inner{grid-template-columns:1fr;gap:14px;padding:12px 0}
  .header-actions{justify-content:space-between}
  .brand{justify-content:center;min-width:0}
  .nav{justify-content:flex-start}
  .hero-stage{min-height:760px}
  .dashboard-slab{width:calc(100% - 38px)}
  .security-grid,.dash-grid,.stage-bottom-grid,.inline-grid-3,.inline-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .container{width:min(100% - 28px, 1480px)}
  .section{padding:72px 0}
  .topbar-inner{min-height:auto}
  .brand img{height:54px}
  .section-title{font-size:clamp(30px,9vw,50px)}
  .hero-copy p,.section-subtitle{font-size:16px}
  .hero-stage{min-height:690px}
  .ring.one{width:300px;height:300px;right:22px;top:74px}
  .ring.two{width:210px;height:210px;right:67px;top:119px}
  .ring.three{width:118px;height:118px;right:115px;top:165px}
  .card-a{left:16px;top:22px;width:180px}
  .card-b{left:16px;bottom:210px;width:220px}
  .card-c{right:16px;bottom:200px;width:190px}
  .dash-grid,.stage-bottom-grid,.inline-grid,.inline-grid-3,.security-grid,.ref-bullets{grid-template-columns:1fr}
  .package.featured{transform:none}
  .ref-topline{align-items:flex-start}
  .music-panel{width:260px}
  .whatsapp-float span{display:none}
  .whatsapp-float{width:54px;height:54px;justify-content:center;padding:0}
  .admin-content{padding:20px}
}


/* --- Final polish overrides --- */
.container{width:min(1600px,calc(100% - 32px))}
.topbar-inner{min-height:100px}
.brand{min-width:320px}
.brand-mark{
  width:92px;height:92px;display:grid;place-items:center;flex:0 0 auto;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 16px 36px rgba(0,0,0,.28);
}
.brand-mark img{width:100%;height:auto;max-height:70px;object-fit:contain;filter:none !important}
.brand-copy{display:flex;flex-direction:column;gap:6px}
.brand-copy strong{font-size:28px;letter-spacing:.06em}
.brand-copy small{color:#a8bbe8;font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.footer-brand{display:flex;align-items:center;gap:16px}
.footer-logo{height:64px;width:auto;object-fit:contain}
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(520px,.95fr);gap:36px}
.hero-stage{min-height:780px}
.orbit-card{max-width:320px}
.card-b{left:28px;bottom:300px;width:300px}
.card-c{right:28px;bottom:290px;width:280px}
.dashboard-slab{bottom:28px;width:min(88%,820px)}
.stage-screen{background:linear-gradient(180deg,rgba(6,12,28,.96),rgba(7,14,31,.98))}
.dash-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.dash-box{min-height:128px;display:flex;flex-direction:column;justify-content:center}
.hero-feature-list{max-width:760px}
.ref-card{display:flex;flex-direction:column}
.ref-preview.has-image .ref-image-wrap{padding:18px 18px 10px}
.ref-preview.has-image + .ref-meta,
.ref-card .ref-meta{padding-top:12px}
.ref-image-wrap img{object-fit:cover;aspect-ratio:16/9}
.ref-body h3{margin:14px 0 0;font-size:42px;line-height:1.12}
.ref-bullets span{min-height:64px;display:flex;align-items:center}
.package-grid{align-items:stretch}
.package{display:flex;flex-direction:column}
.package .list{flex:1}
.package .list li:empty{display:none}
.music-widget{right:14px;bottom:14px}
.music-toggle{width:48px;height:48px;border-radius:16px}
.music-panel{width:260px;bottom:60px}
.admin-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px;padding:24px 0 40px}
.admin-page .container{width:min(1550px,calc(100% - 28px))}
.admin-sidebar{
  position:sticky;top:18px;align-self:start;min-height:calc(100vh - 36px);
  padding:24px;border-radius:28px;border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(8,14,30,.94),rgba(6,11,25,.92));
  box-shadow:var(--shadow)
}
.admin-brand{display:flex !important;align-items:center;gap:14px;margin-bottom:22px !important}
.admin-brand img{height:56px;margin:0 !important}
.admin-brand strong{display:block;font-size:24px}
.admin-brand small{color:#8fa8d8}
.admin-nav a{
  display:block;padding:14px 16px;border-radius:16px;color:#dce8ff;margin-bottom:8px;font-weight:700;
  background:rgba(255,255,255,.02)
}
.admin-nav a.active,.admin-nav a:hover{background:linear-gradient(135deg,rgba(105,232,255,.15),rgba(127,109,255,.16))}
.admin-main{display:grid;gap:18px}
.admin-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.admin-title{font-size:42px !important;margin:6px 0}
.admin-box-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px}
.admin-subcard{padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}
.field label{display:block;font-size:13px;font-weight:700;letter-spacing:.03em;color:#b9c9ec;margin-bottom:8px}
.field-span-2{grid-column:span 2}
.admin-thumb img{width:100%;max-height:260px;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.08);margin:8px 0 12px}
.danger-check{color:#ffb5b5;font-weight:700;font-size:14px}
.stats-table{display:grid;gap:10px}
.stats-row{
  display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;
  border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)
}
.switch-row{display:flex;align-items:center;gap:10px;font-weight:700}
@media (max-width:1100px){
  .hero-grid{grid-template-columns:1fr}
  .hero-stage{min-height:760px}
  .contact-grid{grid-template-columns:1fr}
  .package-grid,.ref-grid,.card-grid,.blog-grid,.module-grid{grid-template-columns:1fr}
  .admin-layout{grid-template-columns:1fr}
  .admin-sidebar{position:static;min-height:auto}
}
@media (max-width:860px){
  .topbar-inner{grid-template-columns:1fr;gap:14px;padding:16px 0}
  .brand{min-width:0;justify-content:center}
  .nav{justify-content:flex-start}
  .nav-cta{display:none}
  .hero-stage{min-height:auto;padding:24px 12px 260px}
  .orbit-card{position:relative !important;left:auto !important;right:auto !important;top:auto !important;bottom:auto !important;width:100% !important;max-width:none;margin:14px 0}
  .dashboard-slab{position:relative;left:auto;bottom:auto;transform:none;width:100%;margin-top:14px}
  .dash-grid{grid-template-columns:repeat(2,1fr)}
  .ref-bullets{grid-template-columns:1fr}
  .field-span-2{grid-column:auto}
  .music-widget{right:10px;bottom:10px}
}
@media (max-width:520px){
  .container{width:min(100% - 20px,1600px)}
  .brand-mark{width:72px;height:72px}
  .brand-copy strong{font-size:22px}
  .section-title{font-size:38px !important}
  .metric-big{font-size:36px}
  .dash-grid{grid-template-columns:1fr 1fr}
  .music-panel{width:min(88vw,260px)}
}


/* --- Ultimate polish fixes --- */
main#pageContent{display:block;min-height:40vh;transition:opacity .26s ease, transform .26s ease}
main#pageContent.page-loading{opacity:.55;transform:translateY(6px)}
.topbar{position:sticky;top:0;z-index:30;background:linear-gradient(180deg,rgba(4,8,20,.88),rgba(4,8,20,.6));backdrop-filter:blur(22px);border-bottom:1px solid rgba(255,255,255,.05)}
.topbar-inner{grid-template-columns:auto 1fr auto;align-items:center}
.brand{display:flex;align-items:center;gap:16px;min-width:0}
.brand-mark{
  width:74px;height:74px;display:grid;place-items:center;flex:0 0 auto;
  border-radius:22px;background:linear-gradient(180deg,rgba(113,232,255,.14),rgba(127,109,255,.09));
  border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.04);
}
.brand-mark::after{
  content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle, rgba(113,232,255,.22), transparent 60%);
  filter:blur(24px);opacity:.65;z-index:-1
}
.brand-mark img{width:62px;height:62px;max-height:none;object-fit:contain}
.brand-copy strong{font-size:clamp(24px,2.2vw,34px);letter-spacing:.02em;font-weight:900}
.brand-copy small{font-size:11px;color:#b6c8f4}
.footer-logo{height:54px}
.nav{justify-content:center;flex-wrap:nowrap;overflow:auto;padding-bottom:4px}
.nav::-webkit-scrollbar{height:0}
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(520px,760px);gap:34px}
.hero-stage{
  min-height:760px;overflow:hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(105,232,255,.18), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(127,109,255,.22), transparent 26%),
    radial-gradient(circle at 55% 65%, rgba(255,108,197,.15), transparent 18%),
    linear-gradient(180deg, rgba(7,12,27,.96), rgba(4,8,20,.98));
}
.hero-stage,.card,.package,.ref-card,.module-card,.blog-card,.orbit-card,.dash-box,.btn{position:relative;will-change:transform}
.hero-stage::selection,.card::selection{background:rgba(113,232,255,.16)}
.card::before,.package::before,.ref-card::before,.module-card::before,.blog-card::before,.hero-stage::before,.btn::before,.orbit-card::before,.dash-box::before{
  content:"";position:absolute;inset:0;border-radius:inherit;
  background:radial-gradient(280px circle at var(--mx,50%) var(--my,50%), rgba(113,232,255,.12), transparent 40%);
  opacity:0;transition:opacity .24s ease;pointer-events:none
}
.card:hover::before,.package:hover::before,.ref-card:hover::before,.module-card:hover::before,.blog-card:hover::before,.hero-stage:hover::before,.btn:hover::before,.orbit-card:hover::before,.dash-box:hover::before{opacity:1}
.card:hover,.package:hover,.ref-card:hover,.module-card:hover,.blog-card:hover,.btn:hover,.dash-box:hover{border-color:rgba(113,232,255,.18);box-shadow:0 22px 60px rgba(0,0,0,.35)}
.card-b{left:30px;bottom:352px;width:280px;z-index:3}
.card-c{right:30px;bottom:276px;width:250px;z-index:3}
.dashboard-slab{bottom:18px;width:min(88%,790px);z-index:2}
.stage-screen{padding:16px 16px 14px;border-radius:26px}
.dash-grid{gap:14px}
.dash-box{min-height:112px}
.metric-list span{font-size:13px}
.ref-card{overflow:hidden}
.ref-preview.has-image{padding-bottom:0}
.ref-preview.has-image .ref-image-wrap{padding:16px}
.ref-image-wrap img{aspect-ratio:16/9;object-fit:cover;background:#07111f}
.ref-meta{padding:6px 6px 4px}
.package ul{margin:20px 0 24px;padding:0;list-style:none;display:grid;gap:12px;flex:1}
.package li{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}
.music-widget{right:16px;bottom:16px}
.music-toggle{width:52px;height:52px;border-radius:18px}
.music-panel{width:252px;bottom:64px}
.music-item strong{font-size:14px}
.whatsapp-float{backdrop-filter:blur(16px)}
.admin-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:22px}
.admin-sidebar{
  position:sticky;top:18px;align-self:start;min-height:calc(100vh - 36px);
  padding:26px;border-radius:30px;border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(9,16,34,.96),rgba(6,12,28,.92));
  box-shadow:0 28px 70px rgba(0,0,0,.28)
}
.admin-nav{display:grid;gap:10px}
.admin-nav a{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid transparent}
.admin-nav a:hover,.admin-nav a.active{background:linear-gradient(135deg,rgba(113,232,255,.14),rgba(127,109,255,.16));border-color:rgba(255,255,255,.08)}
.admin-box{overflow:hidden}
.admin-box-head{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:12px}
.admin-thumb img{max-width:220px;border-radius:18px;border:1px solid rgba(255,255,255,.08)}
.hero-feature-list span,.hero-badges span,.stage-chip,.mini-chips span{transition:transform .2s ease, border-color .2s ease, background .2s ease}
.hero-feature-list span:hover,.hero-badges span:hover,.stage-chip:hover,.mini-chips span:hover{transform:translateY(-2px);border-color:rgba(113,232,255,.22);background:rgba(255,255,255,.08)}
@keyframes bgShift{
  0%{background-position:0 0, 0 0, 0 0, 0 0, 0 0}
  100%{background-position:80px -60px,-100px 80px,50px -40px,-60px 40px,0 0}
}
body{background-size:auto,auto,auto,auto,cover;animation:bgShift 18s ease-in-out infinite alternate}
@media (max-width:1200px){
  .topbar-inner{grid-template-columns:1fr;gap:12px;justify-items:center}
  .nav{justify-content:flex-start;width:100%}
  .hero-grid{grid-template-columns:1fr}
  .hero-stage{min-height:720px}
  .card-b{bottom:276px}
}
@media (max-width:760px){
  .brand-mark{width:56px;height:56px;border-radius:18px}
  .brand-mark img{width:44px;height:44px}
  .brand-copy strong{font-size:26px}
  .brand-copy small{font-size:10px}
  .topbar-inner{padding:8px 0}
  .hero-stage{min-height:660px}
  .card-a{left:14px;top:24px;width:170px}
  .card-b{left:14px;bottom:226px;width:195px}
  .card-c{right:14px;bottom:224px;width:165px}
  .metric-list span{padding:10px;font-size:12px}
  .dashboard-slab{width:calc(100% - 24px);bottom:12px}
  .dash-box{min-height:92px;padding:14px}
  .dash-box strong{font-size:22px}
  .music-panel{width:232px}
  .admin-layout{grid-template-columns:1fr}
  .admin-sidebar{position:relative;min-height:auto}
}


/* --- polish fixes --- */
.brand{display:flex;align-items:center;gap:16px}
.brand-mark{
  width:64px;height:64px;border-radius:20px;display:grid;place-items:center;
  background:linear-gradient(180deg, rgba(9,18,40,.96), rgba(6,11,24,.92));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 32px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;flex:0 0 64px
}
.brand-mark img{width:48px;height:48px;object-fit:contain}
.brand-copy strong{display:block;font-size:clamp(22px,2.2vw,34px);line-height:1;font-weight:900;letter-spacing:.01em}
.brand-copy small{display:block;margin-top:6px;color:#b0c4ee;letter-spacing:.22em;text-transform:uppercase;font-size:11px}

.hero-stage{min-height:720px}
.hero-stage .orbit-card{z-index:3}
.hero-stage .dashboard-slab{z-index:4}
.hero-stage .ring,.hero-stage .data-stream{z-index:1}
.ring.one{right:72px;top:84px}
.ring.two{right:130px;top:142px}
.ring.three{right:187px;top:199px}
.card-a{left:24px;top:42px;width:228px}
.card-b{left:28px;bottom:188px;width:250px}
.card-c{right:24px;top:208px;width:240px}
.metric-list span{display:flex;align-items:center;min-height:54px}
.dashboard-slab{width:min(88%,760px);bottom:22px}
.stage-screen{backdrop-filter:blur(20px)}
.stage-bottom-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.dash-box strong{font-size:clamp(26px,2vw,38px)}

.card,.package,.blog-card,.module-card,.ref-card,.admin-box,.dash-box{
  transition:transform .32s ease, box-shadow .32s ease, border-color .32s ease, background .32s ease;
}
.card:hover,.package:hover,.blog-card:hover,.module-card:hover,.ref-card:hover,.admin-box:hover,.dash-box:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 60px rgba(0,0,0,.34), 0 0 0 1px rgba(105,232,255,.12);
}
.btn{transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.24)}
.ref-card:hover .ref-preview{box-shadow:0 24px 50px rgba(0,0,0,.28), inset 0 0 0 1px rgba(105,232,255,.16)}
.ref-card:hover .ref-image-wrap img,.ref-card:hover .ref-screen{transform:scale(1.02)}
.ref-image-wrap img,.ref-screen{transition:transform .5s ease}
.hero-stage::after{animation:shimmer 7s ease-in-out infinite}
.hero-stage:hover .ring.one{animation-duration:12s}
.hero-stage:hover .ring.two{animation-duration:9s}
.hero-stage:hover .ring.three{animation-duration:7s}

@media (max-width: 1180px){
  .hero-grid{grid-template-columns:1fr}
  .hero-stage{min-height:680px}
  .card-a{left:20px;top:28px;width:220px}
  .card-b{left:20px;bottom:178px;width:240px}
  .card-c{right:20px;top:180px;width:220px}
  .ring.one{right:42px;top:82px}
  .ring.two{right:95px;top:135px}
  .ring.three{right:146px;top:186px}
}
@media (max-width: 860px){
  .container{width:min(100% - 24px, 1480px)}
  .topbar-inner{gap:14px}
  .nav{overflow-x:auto;white-space:nowrap;padding-bottom:6px}
  .brand-mark{width:54px;height:54px;flex-basis:54px;border-radius:16px}
  .brand-mark img{width:40px;height:40px}
  .brand-copy strong{font-size:28px}
  .hero-stage{min-height:660px}
  .dashboard-slab{width:calc(100% - 24px);left:12px;transform:none}
  .stage-screen{padding:14px;border-radius:22px}
  .dash-grid{grid-template-columns:repeat(2,1fr)}
  .stage-bottom-grid{grid-template-columns:repeat(2,1fr)}
  .card-a{left:12px;top:18px;width:188px;padding:14px}
  .card-b{left:12px;bottom:208px;width:188px;padding:14px}
  .card-c{right:12px;top:118px;width:188px;padding:14px}
  .metric-title{font-size:11px}
  .metric-big{font-size:34px}
  .metric-list span{font-size:13px;min-height:48px;padding:10px}
  .ring.one{width:300px;height:300px;right:10px;top:90px}
  .ring.two{width:210px;height:210px;right:55px;top:135px}
  .ring.three{width:120px;height:120px;right:100px;top:180px}
}
@media (max-width: 620px){
  .brand-copy strong{font-size:24px}
  .brand-copy small{font-size:10px;letter-spacing:.16em}
  .hero-stage{min-height:620px}
  .card-a,.card-b,.card-c{position:absolute;width:168px}
  .card-a{left:10px;top:12px}
  .card-b{left:10px;bottom:220px}
  .card-c{right:10px;top:120px}
  .ring.one{width:250px;height:250px;right:-18px;top:120px}
  .ring.two{width:170px;height:170px;right:22px;top:160px}
  .ring.three{width:100px;height:100px;right:58px;top:196px}
}


/* --- hero stage overlap hotfix --- */
.hero-stage{min-height:780px}
.orbit-card{z-index:4}
.card-a{left:28px;top:26px;width:220px}
.card-b{
  left:28px;
  top:250px;
  bottom:auto;
  width:min(300px, calc(100% - 380px));
}
.card-c{
  right:28px;
  top:250px;
  bottom:auto;
  width:230px;
}
.dashboard-slab{
  z-index:3;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  width:min(calc(100% - 96px), 680px);
}
.stage-screen{padding:18px 18px 16px}
.dash-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.dash-box{min-width:0}
.dash-box strong{font-size:26px}
.stage-bottom-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.metric-list span{
  word-break:break-word;
}

@media (max-width:1200px){
  .hero-stage{min-height:860px}
  .card-b{top:250px;width:min(320px, calc(100% - 360px))}
  .card-c{top:250px}
  .dashboard-slab{width:calc(100% - 52px)}
}

@media (max-width:760px){
  .hero-stage{min-height:930px}
  .card-a{left:16px;top:18px;width:180px}
  .card-b{
    left:16px;
    top:220px;
    width:calc(100% - 32px);
    max-width:none;
  }
  .card-c{
    left:16px;
    right:16px;
    top:430px;
    width:auto;
  }
  .dashboard-slab{
    width:calc(100% - 24px);
    bottom:18px;
  }
}


/* --- definitive hero layout fix --- */
.hero-stage{
  min-height: 820px !important;
  isolation: isolate;
}
.hero-stage .ring,
.hero-stage .data-stream{
  z-index: 1 !important;
}
.hero-stage .orbit-card{
  z-index: 4 !important;
}
.hero-stage .dashboard-slab{
  z-index: 3 !important;
  left: 50% !important;
  bottom: 24px !important;
  transform: translateX(-50%) !important;
  width: min(calc(100% - 110px), 660px) !important;
}
.hero-stage .stage-screen{
  padding: 16px 16px 14px !important;
}
.hero-stage .dash-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.hero-stage .stage-bottom-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.hero-stage .dash-box{
  min-width: 0;
}
.hero-stage .dash-box strong{
  font-size: 24px !important;
}
.card-a{
  left: 30px !important;
  top: 26px !important;
  width: 220px !important;
}
.card-b{
  left: 30px !important;
  top: 338px !important;
  bottom: auto !important;
  width: 300px !important;
}
.card-c{
  right: 30px !important;
  top: 312px !important;
  bottom: auto !important;
  width: 236px !important;
}
.card-b .metric-list span,
.card-c .metric-list span{
  word-break: break-word;
}
.ring.one{
  right: 76px !important;
  top: 82px !important;
}
.ring.two{
  right: 134px !important;
  top: 140px !important;
}
.ring.three{
  right: 192px !important;
  top: 198px !important;
}

/* laptop/tablet: stop overlap completely by stacking cards inside stage */
@media (max-width: 1250px){
  .hero-stage{
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding: 24px 24px 28px !important;
  }
  .hero-stage .orbit-card{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: min(320px, 58%) !important;
    margin: 0 !important;
  }
  .hero-stage .card-c{
    align-self: flex-end;
  }
  .hero-stage .dashboard-slab{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 6px !important;
  }
  .hero-stage .ring.one{
    right: 38px !important;
    top: 44px !important;
  }
  .hero-stage .ring.two{
    right: 94px !important;
    top: 100px !important;
  }
  .hero-stage .ring.three{
    right: 150px !important;
    top: 156px !important;
  }
}

@media (max-width: 760px){
  .hero-stage{
    padding: 18px 16px 22px !important;
  }
  .hero-stage .orbit-card{
    width: 100% !important;
    max-width: none !important;
  }
  .hero-stage .dash-grid,
  .hero-stage .stage-bottom-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px){
  .hero-stage .dash-grid,
  .hero-stage .stage-bottom-grid{
    grid-template-columns: 1fr !important;
  }
}


@media (max-width: 1180px){
  .hero-stage-grid{
    grid-template-columns:minmax(220px,260px) minmax(0,1fr);
    grid-template-rows:auto auto auto;
    grid-template-areas:
      "left visual"
      "side visual"
      "dashboard dashboard";
    gap:20px;
    min-height:auto;
  }
  .stage-side{align-items:flex-start}
  .card-c{min-height:220px}
}

@media (max-width: 860px){
  .hero-stage-grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "left"
      "visual"
      "side"
      "dashboard";
    padding:18px;
    gap:18px;
  }
  .stage-visual{min-height:340px}
  .card-c{min-height:auto}
}


@media (max-width: 1280px){
  .hero-stage-grid{
    grid-template-columns:260px 1fr;
    grid-template-areas:
      "left visual"
      "copy side"
      "dashboard dashboard";
  }
  .stage-visual{min-height:420px}
}
@media (max-width: 980px){
  .hero-stage-grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "left"
      "visual"
      "copy"
      "side"
      "dashboard";
    padding:22px;
  }
  .stage-visual{min-height:360px}
}



/* === FINAL HERO NO-OVERLAP OVERRIDE === */
.hero-stage{
  min-height:auto !important;
  overflow:hidden !important;
}
.hero-stage-grid{
  position:relative !important;
  z-index:2 !important;
  display:grid !important;
  grid-template-columns:280px minmax(0,1fr) 260px !important;
  grid-template-rows:auto auto auto !important;
  grid-template-areas:
    "left visual side"
    "copy visual side"
    "dashboard dashboard dashboard" !important;
  gap:22px !important;
  padding:28px !important;
  align-items:start !important;
}
.stage-left{grid-area:left !important; min-width:0 !important; position:relative !important; z-index:3 !important;}
.stage-copy{grid-area:copy !important; min-width:0 !important; position:relative !important; z-index:3 !important;}
.stage-visual{
  grid-area:visual !important;
  min-width:0 !important;
  min-height:430px !important;
  position:relative !important;
  z-index:1 !important;
  overflow:hidden !important;
}
.stage-side{
  grid-area:side !important;
  min-width:0 !important;
  position:relative !important;
  z-index:3 !important;
  display:flex !important;
  align-self:stretch !important;
}
.dashboard-slab{
  grid-area:dashboard !important;
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  transform:none !important;
  width:100% !important;
  max-width:100% !important;
  margin-top:2px !important;
  z-index:2 !important;
}
.orbit-card,
.card-a,.card-b,.card-c{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}
.card-c{
  min-height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.stage-copy .card-b{min-height:178px !important;}
.stage-left .card-a{max-width:230px !important;}
.stage-screen{position:relative !important; z-index:1 !important;}

@media (max-width: 1280px){
  .hero-stage-grid{
    grid-template-columns:260px minmax(0,1fr) !important;
    grid-template-areas:
      "left visual"
      "copy visual"
      "side side"
      "dashboard dashboard" !important;
  }
  .stage-side{display:block !important;}
  .card-c{min-height:auto !important;}
}
@media (max-width: 980px){
  .hero-stage-grid{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "left"
      "visual"
      "copy"
      "side"
      "dashboard" !important;
    padding:20px !important;
    gap:18px !important;
  }
  .stage-visual{min-height:340px !important;}
  .stage-left .card-a{max-width:none !important;}
}
@media (max-width: 640px){
  .hero-stage-grid{padding:16px !important;}
  .stage-visual{min-height:280px !important;}
  .dash-grid,
  .stage-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 520px){
  .dash-grid,
  .stage-bottom-grid{grid-template-columns:1fr !important;}
}
