:root {
  --bg: #070912;
  --panel: #101624;
  --panel-2: #151d2f;
  --text: #f7fbff;
  --muted: #aab7cc;
  --line: rgba(255,255,255,.12);
  --cyan: #20e4ff;
  --green: #2cff9a;
  --violet: #8f5bff;
  --yellow: #ffd66b;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.sp-container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }

.sp-topbar {
  background: linear-gradient(90deg, rgba(32,228,255,.2), rgba(44,255,154,.2));
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.sp-topbar .sp-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
}
.sp-topbar a { color: var(--green); font-weight: 800; text-decoration: none; }

.sp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,9,18,.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.sp-header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}
.sp-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
}
.custom-logo { max-width: 180px; height: auto; }
.sp-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #041016;
  font-weight: 1000;
}
.sp-nav ul {
  display: flex;
  justify-content: center;
  gap: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sp-nav a { color: var(--muted); text-decoration: none; font-weight: 750; }
.sp-nav a:hover { color: #fff; }
.sp-actions { display: flex; gap: 10px; align-items: center; justify-content: flex-end; }
.sp-cart {
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  font-weight: 800;
}
.sp-cart strong { color: var(--green); }
.sp-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.sp-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.sp-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  color: #041016;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 16px 46px rgba(32,228,255,.22);
}
.sp-btn-small { min-height: 42px; padding-inline: 16px; }
.sp-btn-ghost {
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--line);
  box-shadow: none;
}

.sp-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.sp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 20%, rgba(32,228,255,.28), transparent 34%),
    radial-gradient(circle at 82% 28%, rgba(143,91,255,.25), transparent 30%),
    linear-gradient(90deg, rgba(7,9,18,.97), rgba(7,9,18,.72) 48%, rgba(7,9,18,.94));
  z-index: 1;
}
.sp-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .52;
  transform: scale(1.02);
}
.sp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  gap: 46px;
  align-items: center;
  padding: 72px 0;
}
.sp-kicker {
  color: var(--green);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
}
.sp-hero h1 {
  margin: 14px 0 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  max-width: 820px;
}
.sp-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
  max-width: 680px;
}
.sp-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.sp-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.sp-trust-row span,
.sp-chip-grid span {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.07);
  border-radius: 999px;
  padding: 10px 14px;
  color: #fff;
  font-weight: 800;
}
.sp-device-card {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
}
.sp-device-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}
.sp-device-stats {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 8px 12px;
  align-items: center;
  padding: 16px 4px 4px;
}
.sp-device-stats strong { color: var(--green); font-size: 28px; }
.sp-device-stats span { color: var(--muted); }

.sp-section { padding: 86px 0; }
.sp-heading { text-align: center; max-width: 820px; }
.sp-heading h2,
.sp-devices h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}
.sp-heading p { color: var(--muted); line-height: 1.7; }
.sp-devices { padding: 38px 0; background: #0a0e19; border-block: 1px solid var(--line); }
.sp-devices h2 { text-align: center; margin-bottom: 22px; }
.sp-chip-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.sp-feature-grid,
.sp-price-grid,
.sp-testimonial-grid,
.sp-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.sp-feature-card,
.sp-price-card,
.sp-post-card,
.sp-page,
.woocommerce ul.products li.product,
.sp-testimonial-grid blockquote {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
.sp-feature-card { padding: 26px; }
.sp-feature-card span {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  margin-bottom: 22px;
}
.sp-feature-card h3,
.sp-price-card h3 { margin: 0 0 12px; font-size: 22px; }
.sp-feature-card p,
.sp-price-card li,
.sp-testimonial-grid blockquote,
.sp-page { color: var(--muted); line-height: 1.65; }

.sp-pricing { background: linear-gradient(180deg, #070912, #0b1020); }
.sp-wc-products { margin-top: 30px; }
.sp-price-grid { margin-top: 22px; align-items: stretch; }
.sp-price-card { position: relative; padding: 30px; }
.sp-price-card.is-featured {
  border-color: rgba(44,255,154,.55);
  transform: translateY(-12px);
  box-shadow: 0 34px 90px rgba(44,255,154,.12);
}
.sp-badge {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--yellow);
  color: #120d02;
  font-weight: 950;
  margin-bottom: 18px;
}
.sp-price { font-size: 42px; font-weight: 1000; margin: 0 0 18px; color: #fff; }
.sp-price del { color: var(--muted); font-size: 22px; margin-right: 8px; }
.sp-price-card ul { display: grid; gap: 10px; padding-left: 20px; margin: 0 0 24px; }
.sp-price-card li::marker { color: var(--green); }

.sp-showcase { background: #0a0e19; }
.sp-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}
.sp-showcase h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.08; margin: 10px 0 14px; }
.sp-showcase p { color: var(--muted); line-height: 1.7; }
.sp-showcase img { width: 100%; border-radius: 18px; border: 1px solid var(--line); }

.sp-testimonial-grid blockquote { margin: 0; padding: 24px; }
.sp-testimonial-grid strong { display: block; color: var(--yellow); margin-top: 16px; }
.sp-faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 22px;
  background: rgba(255,255,255,.055);
  margin-bottom: 12px;
}
.sp-faq summary { cursor: pointer; color: #fff; font-weight: 900; }
.sp-faq p { color: var(--muted); line-height: 1.7; }

.sp-footer {
  padding: 54px 0 24px;
  background: #05070d;
  border-top: 1px solid var(--line);
}
.sp-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
}
.sp-footer p { color: var(--muted); line-height: 1.7; }
.sp-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.sp-footer a { color: #fff; text-decoration: none; }
.sp-copy { color: var(--muted); border-top: 1px solid var(--line); margin-top: 26px; padding-top: 18px; }
.sp-floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  border-radius: 999px;
  padding: 14px 18px;
  background: #25d366;
  color: #06120a;
  font-weight: 1000;
  text-decoration: none;
  box-shadow: 0 16px 46px rgba(0,0,0,.35);
}

.sp-page { padding: 34px; }
.sp-page h1 { color: #fff; }
.sp-post-card { padding: 22px; }
.sp-post-card a { color: #fff; text-decoration: none; }
.sp-shop { background: #080b14; }
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #fff; font-size: 18px; }
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--green); font-weight: 1000; }
.woocommerce div.product,
.woocommerce .woocommerce-breadcrumb { color: var(--text); }
.sp-notice { text-align: center; color: var(--muted); }

@media (max-width: 980px) {
  .sp-header-inner { grid-template-columns: auto auto; }
  .sp-menu-toggle { display: block; justify-self: end; }
  .sp-nav {
    grid-column: 1 / -1;
    display: none;
    padding-bottom: 18px;
  }
  .sp-nav.is-open { display: block; }
  .sp-nav ul { display: grid; gap: 12px; justify-content: stretch; }
  .sp-actions { display: none; }
  .sp-hero-grid,
  .sp-showcase-grid { grid-template-columns: 1fr; }
  .sp-feature-grid,
  .sp-price-grid,
  .sp-testimonial-grid,
  .sp-post-grid,
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .sp-container { width: min(var(--container), calc(100% - 22px)); }
  .sp-topbar .sp-container { display: grid; text-align: center; }
  .sp-hero { min-height: 650px; }
  .sp-hero h1 { font-size: 42px; }
  .sp-hero p { font-size: 17px; }
  .sp-hero-actions { display: grid; }
  .sp-feature-grid,
  .sp-price-grid,
  .sp-testimonial-grid,
  .sp-post-grid,
  .woocommerce ul.products,
  .sp-footer-grid { grid-template-columns: 1fr; }
  .sp-price-card.is-featured { transform: none; }
  .sp-device-stats { grid-template-columns: 1fr 1fr; }
}

