.mobile-cta-bottom{
  display:none;
}

:root{
  --bg:#06101e;
  --bg2:#0b1527;
  --surface:rgba(255,255,255,.06);
  --surface-2:rgba(255,255,255,.04);
  --line:rgba(255,255,255,.11);
  --text:#f8fbff;
  --muted:#c2cfdf;
  --soft:#91a4bc;
  --max:1220px;
  --radius:30px;
  --shadow:0 24px 80px rgba(0,0,0,.34);
  --brand-a:#ffb86b;
  --brand-b:#ff8c42;
  --brand-c:#ff6a00;
  --panel:#0e1729;
}

*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  font-size:16px;
}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(1100px 660px at 88% -12%, rgba(72,150,255,.15), transparent 58%),
    radial-gradient(980px 560px at -12% 12%, rgba(255,255,255,.07), transparent 42%),
    linear-gradient(180deg,var(--bg) 0%,var(--bg2) 100%);
  overflow-x:hidden;
}
a{color:inherit}
img{max-width:100%;display:block;filter:none!important;opacity:1!important}
.container{max-width:var(--max);margin:0 auto;padding:0 26px}
.theme-dark{min-height:100vh}

.site-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(5,10,25,.62);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.header-inner{
  min-height:88px;
  display:flex;
  align-items:center;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  font-weight:800;
  letter-spacing:.02em;
  min-width:fit-content;
}
.brand img{
  width:60px;
  height:60px;
  object-fit:contain;
}
.brand span{
  font-size:20px;
  line-height:1;
}
.site-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:28px;
  color:var(--muted);
}
.site-nav a{
  text-decoration:none;
  position:relative;
  transition:.2s ease;
}
.site-nav a:hover{color:#fff}
.site-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-10px;
  height:2px;
  transform:scaleX(0);
  transform-origin:center;
  background:linear-gradient(90deg,var(--brand-a),var(--brand-c));
  transition:.25s ease;
}
.site-nav a:hover::after{transform:scaleX(1)}
.header-cta{
  margin-left:18px;

  color:#1a0d00;

  background:linear-gradient(135deg,var(--brand-a),var(--brand-b),var(--brand-c)) !important;

  border:1px solid rgba(255,140,66,.45) !important;

  backdrop-filter:blur(8px);

  box-shadow:
    0 10px 28px rgba(255,140,66,.35),
    inset 0 1px 0 rgba(255,255,255,.35);

  transition:.2s ease;
}
.header-cta:hover{
  transform:translateY(-1px);

  box-shadow:
    0 14px 36px rgba(255,140,66,.45);
}

.hamburger{
  display:none;
  margin-left:10px;
  width:48px;
  height:48px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  transition:.2s ease;
  position:relative;
  z-index:1200;
}
.hamburger:hover{background:rgba(255,255,255,.08)}
.hamburger span{
  display:block;
  width:20px;
  height:2px;
  background:#fff;
  border-radius:5px;
  transition:.25s ease;
}
.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.is-open span:nth-child(2){opacity:0}
.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:56px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid transparent;
  text-decoration:none;
  font-weight:800;
  letter-spacing:.01em;
  transition:.25s ease;
  cursor:pointer;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  color:#082031;
  background:linear-gradient(135deg,var(--brand-a) 0%,var(--brand-b) 44%,var(--brand-c) 100%);
}
.btn-glow{
  background-size:200% 200%;
  animation:glowShift 6s ease infinite;
  box-shadow:0 14px 44px rgba(67,200,255,.26), inset 0 1px 0 rgba(255,255,255,.45);
}
.btn-secondary{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
  color:#fff;
}
.btn-outline{
  background:transparent;
  border-color:rgba(255,255,255,.16);
  color:#fff;
}
.btn-full{width:100%}

@keyframes glowShift{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* ===== HERO PREMIUM ===== */

.hero{
  position:relative;
  overflow:hidden;
  padding:80px 0 60px;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:48px;
  align-items:center;
  min-height:auto;
  padding:10px 0 20px;
}
.hero-copy{position:relative;z-index:2}
.eyebrow{
  display:inline-block;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--soft);
  margin-bottom:16px;
}
.hero-title{
  margin:0 0 18px;
  max-width:680px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:800;
}
.hero-title span{
  color:#dff7ff;
}
.lead{
  margin:0;
  max-width:680px;
  font-size:clamp(16px,1.35vw,19px);
  line-height:1.8;
  color:var(--muted);
}
.hero-price{
  display:flex;
  align-items:flex-end;
  gap:16px;
  flex-wrap:wrap;
  margin:28px 0 22px;
}
.old-price{
  text-decoration:line-through;
  color:var(--soft);
  font-size:20px;
}
.new-price{
  font-size:46px;
  line-height:1;
  font-weight:900;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:0 0 26px;
}
.benefit-list,.check-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}
.benefit-list li,.check-list li{
  position:relative;
  padding-left:28px;
  color:var(--muted);
  line-height:1.8;
}
.benefit-list li::before,.check-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#fff;
}
.hero-visual{position:relative;z-index:2}
.device-card{
  position:relative;
  padding:18px;
  border-radius:36px;
  background:linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 90px rgba(0,0,0,.4);
  max-width:640px;
  width:100%;
  margin-left:auto;
}
.device-card img,
.device-card picture img{
  width:100%;
  max-height:520px;
  height:auto;
  border-radius:26px;
  object-fit:cover;
}
.hero-blur{
  position:absolute;
  border-radius:999px;
  filter:blur(52px);
  pointer-events:none;
}
.hero-blur-1{
  width:320px;
  height:320px;
  background:rgba(67,200,255,.17);
  top:110px;
  left:-90px;
}
.hero-blur-2{
  width:280px;
  height:280px;
  background:rgba(77,242,255,.12);
  right:-85px;
  top:160px;
}

.section{padding:84px 0}
.section-soft{
  background:rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.section-head{
  margin-bottom:28px;
  max-width:860px;
}
.section-head h2,.split-grid h2,.buy-copy h2{
  margin:0;
  font-size:clamp(30px,3.8vw,48px);
  line-height:1.08;
  letter-spacing:-.02em;
}
.section-text{
  margin:14px 0 0;
  color:var(--muted);
  line-height:1.85;
  font-size:17px;
}

.feature-grid,.review-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.feature-card,.review-card,.buy-card,.legal-card,.redirect-card,.viewer-card{
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow);
}
.feature-card{
  overflow:hidden;
}
.feature-card img,
.feature-card picture img{
  width:100%;
  height:260px;
  object-fit:cover;
  object-position:center top;
}
.feature-content{
  padding:22px 22px 24px;
}
.feature-content h3,.review-card h3{
  margin:0 0 8px;
  font-size:22px;
}
.feature-content p,.review-card p,.muted,.fineprint,.legal-card p,.legal-card li{
  color:var(--muted);
  line-height:1.8;
}

.split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:start;
}
.inside-note{
  padding:28px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
}
.inside-note-label{
  display:inline-block;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--soft);
  margin-bottom:12px;
}
.inside-note-title{
  font-size:24px;
  font-weight:800;
  margin-bottom:12px;
}
.inside-note p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}

.review-card{padding:24px}
.review-top{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
}
.review-avatar{
  width:68px;
  height:68px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.15);
  flex:0 0 68px;
}

.buy-section{padding-bottom:92px}
.buy-card{
  padding:30px;
  display:grid;
  grid-template-columns:1fr .96fr;
  gap:30px;
}
.buy-price-line{
  display:flex;
  align-items:flex-end;
  gap:14px;
  flex-wrap:wrap;
  margin-top:18px;
}
.buy-price{
  font-size:42px;
}
.buy-form{
  display:grid;
  gap:16px;
}
.buy-form label{display:grid;gap:8px}
.buy-form span{
  color:var(--muted);
  font-size:14px;
}
.buy-form input{
  width:100%;
  min-height:58px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:#fff;
  padding:0 16px;
  outline:none;
}
.buy-form input::placeholder{color:#90a1b8}
.buy-form input:focus{
  border-color:rgba(143,215,255,.42);
  box-shadow:0 0 0 4px rgba(84,203,255,.08);
}
.fineprint{
  font-size:13px;
}

.site-footer{
  border-top:1px solid rgba(255,255,255,.08);
  padding:24px 0 34px;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
  font-size:14px;
}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}

.legal-shell,.admin-shell,.redirect-page{
  min-height:100vh;
  padding:42px 0 72px;
}
.legal-card,.redirect-card{
  padding:32px;
}
.legal-card h1{
  margin:0 0 20px;
  font-size:clamp(34px,4vw,54px);
}
.legal-card h2{
  margin-top:30px;
  margin-bottom:10px;
}

.redirect-page{
  display:grid;
  place-items:center;
}
.redirect-card{
  width:min(100%,660px);
  text-align:center;
}
.loader{
  width:44px;
  height:44px;
  margin:0 auto 18px;
  border-radius:50%;
  border:4px solid rgba(255,255,255,.18);
  border-top-color:#fff;
  animation:spin 1s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg)}}
.button-row{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}

.viewer-body{
  background:linear-gradient(180deg,#08111f 0%, #0b1527 100%);
  color:#fff;
}
.viewer-header{
  position:sticky;
  top:0;
  z-index:40;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 20px;
  background:rgba(5,10,25,.78);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.viewer-brand{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.meta{
  font-size:13px;
  color:var(--muted);
}
.viewer-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  padding:22px;
}
.viewer-frame{
  position:relative;
  min-height:calc(100vh - 122px);
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  box-shadow:var(--shadow);
  background:#111827;
}
.viewer-frame iframe{
  width:100%;
  height:calc(100vh - 122px);
  border:0;
}
.viewer-sidebar{min-width:0}
.viewer-card{
  padding:22px;
  position:sticky;
  top:96px;
}
.resource-list{
  display:grid;
  gap:12px;
}
.resource-card{
  display:grid;
  gap:6px;
  padding:16px;
  text-decoration:none;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  transition:.22s ease;
}
.resource-card:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.07);
}
.resource-card span{
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}
.viewer-watermark{
  position:fixed;
  inset:72px 0 0 0;
  display:grid;
  place-items:center;
  pointer-events:none;
  color:rgba(255,255,255,.05);
  font-size:30px;
  transform:rotate(-28deg);
  z-index:12;
  text-align:center;
}

.admin-table-wrap{
  overflow:auto;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.03);
}
.admin-table{
  width:100%;
  border-collapse:collapse;
  min-width:980px;
}
.admin-table th,.admin-table td{
  padding:14px 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
  font-size:14px;
}
.admin-table th{
  background:rgba(255,255,255,.05);
}

@media (min-width: 1024px){
  .hero-grid{
    align-items:center;
  }
  .device-card{
    max-height:560px;
  }
}

@media (max-width: 1060px){
  .feature-grid,.review-grid,.buy-card,.split-grid,.viewer-layout,.hero-grid{
    grid-template-columns:1fr;
  }
  .viewer-card{position:static}
  .viewer-frame iframe{height:70vh}

  .hero{
    padding:52px 0 42px;
  }
  .hero-grid{
    gap:32px;
    padding-top:0;
  }
  .device-card{
    max-width:560px;
    margin:0 auto;
  }
}

@media (max-width: 860px){
  .header-cta{display:none}

  .hamburger{
    display:flex;
    margin-left:auto;
    width:48px;
    height:48px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.06);
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    position:relative;
    z-index:1200;
  }

  .site-nav{
    position:fixed;
    top:82px;
    left:14px;
    right:14px;
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:18px;
    border-radius:22px;
    background:#0b1527;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 30px 80px rgba(0,0,0,.6);
    opacity:0;
    transform:translateY(-10px);
    pointer-events:none;
    transition:.25s ease;
    z-index:100;
  }

  .site-nav.is-open{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
  }

  .site-nav a{
    display:block;
    width:100%;
    padding:14px 16px;
    border-radius:12px;
    background:rgba(255,255,255,.06);
    font-size:16px;
    font-weight:500;
    transition:.2s ease;
  }

  .site-nav a:hover{
    background:rgba(255,255,255,.12);
  }

 .site-nav .mobile-cta{
  margin-top:8px;
  text-align:center;
  font-weight:700;
  background:linear-gradient(90deg,#ffb86b,#ff6a00);
  color:#000;
}

  .brand img{width:62px;height:62px}
  .hero{padding-top:30px}
  .hero-grid{min-height:auto;padding-top:0}
  .new-price{font-size:38px}
  .viewer-watermark{font-size:22px}

  .mobile-cta-bottom{
  display:block;
  margin-top:auto;
  padding:18px;
  border-radius:18px;
  text-align:center;
  font-weight:900;
  background:#ff8c42 !important;
  color:#02121f !important;
  box-shadow:0 14px 40px rgba(255,140,66,.5);
  border:none;
}
}

@media (max-width: 768px){
  .feature-card img,
  .feature-card picture img{
    height:320px;
    object-position:center top;
  }

  .hero{
    padding:40px 0 28px;
  }
  .hero-title{
    font-size:clamp(30px,8.2vw,46px);
    line-height:1.08;
  }
  .lead{
    font-size:17px;
    line-height:1.75;
  }
  .device-card{
    padding:14px;
    border-radius:28px;
    max-width:100%;
  }
  .device-card img,
  .device-card picture img{
    max-height:420px;
    border-radius:22px;
  }
}

@media (max-width: 560px){
  .container{padding:0 18px}
  .header-inner{min-height:80px}
  .brand span{font-size:18px}
  .hero-title{font-size:clamp(30px,11vw,46px);line-height:1.08}
  .lead{font-size:17px;line-height:1.75}
  .btn{width:100%}
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }
  .legal-card,.redirect-card,.buy-card{padding:22px}
  .viewer-layout{padding:14px}
  .viewer-header{padding:12px 14px}

  .feature-card img,
  .feature-card picture img{
    height:300px;
  }
}

body.menu-open{
  overflow:hidden;
}

body.menu-open::before{
  content:"";
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.25);
  z-index:80;
}