:root{
  --bg0:#05070b;
  --bg1:#070a10;
  --bg2:#0b0f14;
  --line:rgba(255,255,255,.10);

  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.64);
  --muted2:rgba(255,255,255,.52);

  --red:#ff2d2d;
  --blue:#169bff;

  --shadow: 0 18px 55px rgba(0,0,0,.58);
  --r:20px;
  --r2:28px;
  --max:1180px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }

body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: #06080c;
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
a:hover{ opacity:.92; }

.container{
  width:min(var(--max), calc(100% - 44px));
  margin-inline:auto;
}

/* === Background: smooth, no repeat, plus dither overlay to kill banding === */
.bg{
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    radial-gradient(1200px 900px at 18% -10%, rgba(22,155,255,.10), transparent 62%),
    radial-gradient(1100px 850px at 86% 0%, rgba(255,45,45,.08), transparent 62%),
    radial-gradient(900px 800px at 50% 120%, rgba(22,155,255,.06), transparent 60%),
    linear-gradient(180deg, var(--bg0) 0%, var(--bg2) 45%, var(--bg1) 100%);
}

/* super-light dither overlay (not repeating images) */
.bg--dither{
  z-index: -4;
  opacity: .14;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.06) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 60%, rgba(255,255,255,.05) 0 1px, transparent 2px),
    radial-gradient(circle at 30% 80%, rgba(255,255,255,.04) 0 1px, transparent 2px);
  filter: blur(0.2px);
}

#fx{
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: .95; /* more visible */
}

/* NAV */
.nav{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5,7,11,.62);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}

.nav__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  padding: 14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 260px;
}

.brand__logo{
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  padding: 10px;
  filter: drop-shadow(0 22px 46px rgba(0,0,0,.62)) saturate(1.20) contrast(1.12);
}

.brand__stack{ display:flex; flex-direction:column; gap:2px; }
.brand__name{ font-weight: 900; letter-spacing: .14em; font-size: 12px; }
.brand__tag{
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--muted2);
}

.nav__links{
  display:flex;
  gap: 12px;
  align-items:center;
  color: var(--muted);
  font-weight: 850;
  font-size: 14px;
}
.nav__links a{ padding: 10px 10px; border-radius: 12px; }
.nav__links a:hover{ color: var(--text); background: rgba(255,255,255,.04); }

.nav__toggle{
  display:none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  cursor:pointer;
}
.nav__toggle span{
  display:block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: rgba(255,255,255,.75);
  border-radius: 2px;
}

.nav__mobile{
  display:none;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 10px 0 16px;
}
.nav__mobile a{
  display:block;
  padding: 14px 22px;
  color: var(--muted);
  font-weight: 900;
}
.nav__mobile a:hover{ color: var(--text); background: rgba(255,255,255,.03); }

/* HERO */
.hero{ padding: 56px 0 26px; }
.hero__grid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 22px;
  align-items: stretch;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: var(--muted);
  font-weight: 900;
  font-size: 13px;
}
.pill__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(22,155,255,.95);
  box-shadow: 0 0 18px rgba(22,155,255,.25);
}

.hero__title{
  margin: 16px 0 10px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.03;
  letter-spacing: -0.03em;
}
.accent{
  background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(22,155,255,.65));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__sub{
  margin: 0 0 18px;
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

.hero__cta{ display:flex; gap: 12px; flex-wrap: wrap; margin: 10px 0 18px; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: var(--text);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .02em;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, box-shadow .12s ease;
}
.btn:active{ transform: translateY(1px); }
.btn--primary{
  background: linear-gradient(135deg, rgba(255,45,45,.92), rgba(22,155,255,.55));
  box-shadow: 0 18px 50px rgba(0,0,0,.55);
}
.btn--primary:hover{ box-shadow: 0 22px 70px rgba(0,0,0,.65); }
.btn--ghost:hover{ background: rgba(255,255,255,.055); }
.btn--small{ padding: 10px 14px; border-radius: 14px; font-size: 13px; }
.btn--full{ width:100%; }

.hero__meta{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
.metaCard{
  display:flex;
  gap: 12px;
  align-items:center;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.metaDot{ width:10px; height:10px; border-radius: 999px; }
.metaDot--red{ background: rgba(255,45,45,.9); box-shadow: 0 0 18px rgba(255,45,45,.18); }
.metaDot--blue{ background: rgba(22,155,255,.9); box-shadow: 0 0 18px rgba(22,155,255,.16); }
.metaLabel{ font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; color: var(--muted2); }
.metaValue{ font-weight: 900; font-size: 13px; }

/* HERO PANEL */
.panel{
  position: relative;
  overflow: hidden;
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  padding: 16px;
}

.panel__watermark{
  position:absolute;
  width: 560px;
  height: 560px;
  object-fit: contain;
  opacity: .055;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  filter: saturate(1.15) contrast(1.10);
  pointer-events:none;
}

.panel__top{ display:flex; align-items:center; gap: 12px; }
.chip{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  color: var(--muted);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .12em;
}
.rule{
  height: 10px; flex: 1;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,45,45,.22), rgba(22,155,255,.18));
  opacity: .9;
}

.panel__center{
  position: relative;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  gap: 12px;
  padding: 18px 10px 8px;
  min-height: 240px;
  text-align:center;
}
.halo{
  position:absolute;
  width: 260px; height: 260px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(22,155,255,.16), transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(255,45,45,.12), transparent 62%);
  filter: blur(8px);
  opacity: .8;
  pointer-events:none;
}

.panel__logo{
  position: relative;
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  padding: 16px;
  filter: drop-shadow(0 22px 46px rgba(0,0,0,.62)) saturate(1.20) contrast(1.12);
}

.panel__center--tight{
  min-height: 170px;   /* closes the empty space */
  padding: 14px 10px 8px;
}

.wordmark--lift{
  margin-top: 6px;     /* keeps it centered nicely */
}

.panel__center--tight .halo{
  width: 220px;
  height: 220px;
  opacity: .65;
}


.wordmark__main{ font-weight: 900; letter-spacing: .18em; font-size: 18px; }
.wordmark__sub{
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.panel__rows{ display:grid; gap: 10px; padding: 6px 6px 6px; }
.row{
  display:flex; align-items:center; gap: 10px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.16);
  color: rgba(255,255,255,.82);
  font-weight: 850;
  font-size: 13px;
}
.dot{ width:10px; height:10px; border-radius: 999px; }
.dot--blue{ background: rgba(22,155,255,.9); box-shadow: 0 0 18px rgba(22,155,255,.14); }
.dot--red{ background: rgba(255,45,45,.9); box-shadow: 0 0 18px rgba(255,45,45,.14); }

.panel__bottom{
  display:flex; align-items:center; justify-content:space-between;
  gap: 12px; padding-top: 14px;
}
.tiny{ color: var(--muted2); font-weight: 900; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

/* SECTIONS */
.section{ padding: 64px 0; }
.section--end{ padding-bottom: 46px; }
.head{ margin-bottom: 18px; }
.kicker{
  color: var(--muted2);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.head h2{
  margin:0 0 10px;
  font-size: clamp(26px, 3.2vw, 36px);
  letter-spacing: -0.02em;
}
.head p{ margin:0; color: var(--muted); line-height: 1.7; max-width: 78ch; }

/* PACKAGE CARDS */
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.card{
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: 0 14px 48px rgba(0,0,0,.42);
  padding: 18px;
  display:flex;
  flex-direction:column;
  min-height: 450px;
}

.card--featured{
  border-color: rgba(255,45,45,.20);
  box-shadow: 0 18px 60px rgba(0,0,0,.58);
}

.tag{
  display:inline-flex;
  align-items:center;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  color: var(--muted);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .12em;
  margin-bottom: 14px;
}
.tag--blue{ box-shadow: 0 0 0 6px rgba(22,155,255,.06) inset; }
.tag--red{ box-shadow: 0 0 0 6px rgba(255,45,45,.06) inset; }

.card__title{ font-weight: 900; font-size: 18px; letter-spacing: -.01em; }
.card__desc{ margin-top: 8px; color: var(--muted); line-height: 1.6; }

.price{
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.14);
  padding: 10px 12px;
  display:grid;
  gap: 8px;
}
.price__row{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap: 10px;
  color: rgba(255,255,255,.82);
  font-weight: 850;
  font-size: 13px;
}
.price__row strong{ font-weight: 900; }

.list{
  list-style:none;
  padding:0;
  margin: 16px 0 0;
  display:grid;
  gap: 10px;
}
.list li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(255,255,255,.82);
  font-weight: 650;
  line-height: 1.45;
}
.list li:before{
  content:"";
  width: 10px; height: 10px;
  margin-top: 4px;
  border-radius: 3px;
  background: rgba(22,155,255,.75);
  box-shadow: 0 0 16px rgba(22,155,255,.12);
  flex: 0 0 auto;
}
.muted{ color: var(--muted2); font-weight: 650; }

.card__foot{
  margin-top:auto;
  padding-top: 16px;
  display:grid;
  gap: 12px;
}
.fine{ color: var(--muted2); font-weight: 800; font-size: 12px; line-height: 1.5; }

/* NOTICE */
.notice{
  margin-top: 16px;
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  display:flex;
  overflow:hidden;
}
.notice__bar{
  width: 6px;
  background: linear-gradient(180deg, rgba(255,45,45,.80), rgba(22,155,255,.45));
}
.notice__text{ padding: 14px; color: rgba(255,255,255,.78); line-height: 1.6; }

/* ADD-ONS GRID */
.grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}
.box{
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding: 18px;
}
.box--note{ border-color: rgba(22,155,255,.18); }

.box h3{ margin:0 0 12px; font-size: 15px; letter-spacing: -.01em; }

.addon{ margin-bottom: 10px; }
.addon__row{
  display:flex;
  justify-content:space-between;
  gap: 12px;
  align-items:flex-start;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.14);
  color: rgba(255,255,255,.84);
  font-weight: 850;
  font-size: 13px;
  line-height: 1.35;
}
.addon__row strong{ font-weight: 900; text-align:right; }
.addon__note{
  margin-top: 6px;
  padding: 0 12px;
  color: var(--muted2);
  font-weight: 750;
  font-size: 12px;
  line-height: 1.5;
}

/* PAYMENTS */
.pay{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}
.pay__card{
  display:flex;
  gap: 14px;
  align-items:center;
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding: 18px;
}
.pay__icon{ width: 12px; height: 12px; border-radius: 4px; }
.pay__icon--blue{ background: rgba(22,155,255,.9); box-shadow: 0 0 18px rgba(22,155,255,.16); }
.pay__icon--red{ background: rgba(255,45,45,.9); box-shadow: 0 0 18px rgba(255,45,45,.14); }
.pay__title{ font-weight: 900; }
.pay__sub{ color: var(--muted); font-weight: 750; font-size: 13px; margin-top: 4px; }

/* SERVICE AREA */
.triplet{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}
.info{
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding: 18px;
}
.info--accent{ border-color: rgba(255,45,45,.18); }
.info h3{ margin:0 0 8px; font-size: 15px; }
.info p{ margin:0; color: var(--muted); line-height: 1.7; }

/* CONTACT */
.cta{
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding: 18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contactLine{
  margin-top: 10px;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}

.contactLine__label{
  color: var(--muted2);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

.contactLine__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cta__actions{ display:flex; gap: 10px; flex-wrap:wrap; margin: 14px 0 12px; }

.form{
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  padding: 16px;
}
.form__title{ font-weight: 900; letter-spacing:.04em; }
.form__hint{ margin-top: 6px; color: var(--muted2); font-weight: 800; font-size: 12px; }
textarea{
  width: 100%;
  margin-top: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.86);
  padding: 12px;
  font-family: inherit;
  resize: none;
  line-height: 1.45;
}
.form__row{ margin-top: 12px; }

/* FOOTER */
.footer{
  margin-top: 18px;
  padding: 18px 0 6px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footerBrand{
  display:flex;
  align-items:center;
  gap: 12px;
}
.footerBrand__logo{
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  padding: 9px;
  filter: drop-shadow(0 22px 46px rgba(0,0,0,.62)) saturate(1.20) contrast(1.12);
}
.footerBrand__stack{ display:flex; flex-direction:column; gap:2px; }
.footerBrand__name{ font-weight: 900; letter-spacing:.14em; font-size: 12px; }
.footerBrand__tag{ color: var(--muted2); font-weight: 850; letter-spacing:.10em; text-transform:uppercase; font-size: 11px; }

.footerLinks{
  display:flex;
  gap: 12px;
  color: var(--muted);
  font-weight: 850;
  font-size: 13px;
}
.footerLinks a{ padding: 8px 10px; border-radius: 12px; }
.footerLinks a:hover{ background: rgba(255,255,255,.04); color: var(--text); }

/* RESPONSIVE */
@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
  .cards{ grid-template-columns: 1fr; }
  .grid{ grid-template-columns: 1fr; }
  .triplet{ grid-template-columns: 1fr; }
  .cta{ grid-template-columns: 1fr; }
  .hero__meta{ grid-template-columns: 1fr; }
  .pay{ grid-template-columns: 1fr; }
  .panel__logo{ width: 160px; height: 160px; }
  .halo{ width: 230px; height: 230px; }
  .panel__watermark{ width: 460px; height: 460px; top: -120px; }
}

@media (max-width: 860px){
  .nav__links{ display:none; }
  .nav__toggle{ display:block; }
  .nav__mobile.is-open{ display:block; }
}

@media (prefers-reduced-motion: reduce){
  *{ scroll-behavior:auto !important; transition:none !important; }
  #fx{ display:none !important; }
}

.addonList{ display:flex; flex-direction:column; gap:14px; }
.addonItem{ padding:12px 12px; border-radius:16px; border:1px solid rgba(255,255,255,.10); background: rgba(0,0,0,.16); }
.addonItem__name{ font-weight: 900; letter-spacing:.01em; }
.addonItem__price{ margin-top:6px; font-weight: 900; color: rgba(255,255,255,.92); }
.addonItem__note{ margin-top:8px; color: rgba(255,255,255,.70); font-size: 13px; line-height: 1.35; }

/* Add-ons layout helpers */
.addonList{ display:flex; flex-direction:column; gap:14px; }

.addonItem{
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.16);
}

.addonItem__name{
  font-weight: 900;
  letter-spacing:.01em;
}

.addonItem__price{
  margin-top:6px;
  font-weight: 900;
  color: rgba(255,255,255,.92);
}

.addonItem__note{
  margin-top:8px;
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.35;
}
