html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.page-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  isolation: isolate;
}
.site-bg-base {
  position: fixed;
  inset: 0;
  z-index: -11;
  width: 100vw;
  max-width: 100%;
  background:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.14), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(139, 92, 246, 0.12), transparent 26%),
    linear-gradient(180deg, #020617 0%, #040b16 40%, #030712 100%);
}
.energy-grid-canvas {
  position: fixed;
  inset: 0;
  z-index: -10;
  width: 100vw;
  height: 100vh;
  display: block;
  opacity: 0.8;
}
.glass-panel {
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(18px);
}
.safe-wrap {
  min-width: 0;
  overflow-wrap: anywhere;
}
.menu-panel {
  display: none;
}
.menu-panel.is-open {
  display: block;
}
body:not(.page-ready) header,
body:not(.page-ready) main,
body:not(.page-ready) footer {
  opacity: 0;
}
.legal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.75rem 1.5rem;
  text-align: center;
}
.legal-footer p {
  margin: 0 auto;
  max-width: 64rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: rgba(148, 163, 184, 0.55);
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  [data-aos="fade-left"],
  [data-aos="fade-right"] {
    transform: translate3d(0, 44px, 0) !important;
  }
  [data-aos="fade-left"].aos-animate,
  [data-aos="fade-right"].aos-animate {
    transform: translate3d(0, 0, 0) !important;
  }
  .page-shell {
    overflow-y: hidden;
  }
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 16px;
  transform: translateY(120%);
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cookie-banner.is-visible {
  transform: translateY(0);
}
.cookie-banner-inner {
  margin: 0 auto;
  max-width: 880px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 6, 23, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 80px rgba(70, 53, 165, 0.28);
}
.cookie-banner-icon {
  font-size: 1.8rem;
  line-height: 1;
  flex: 0 0 auto;
}
.cookie-banner-text {
  flex: 1 1 320px;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.6;
  color: #cbd5e1;
}
.cookie-banner-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  flex: 1 1 100%;
}
.cookie-banner-link {
  font-size: 0.82rem;
  color: #67e8f9;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.cookie-banner-btn {
  flex: 0 0 auto;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(103, 232, 249, 0.3);
  background: rgba(103, 232, 249, 0.12);
  color: #f0fdff;
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
  transition: background 220ms ease, transform 220ms ease;
  white-space: nowrap;
}
.cookie-banner-btn:hover {
  background: rgba(103, 232, 249, 0.22);
  transform: translateY(-1px);
}
.cookie-banner-btn-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #cbd5e1;
}
.cookie-banner-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #f0fdff;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-banner {
    transition: none;
  }
}
.pricing-original {
  margin-right: 6px;
  font-size: 0.5em;
  font-weight: 500;
  color: rgb(148 163 184);
  text-decoration: line-through;
}
.pricing-discount-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 2px 10px;
  border-radius: 999px;
  border: 1px solid rgba(103, 232, 249, 0.3);
  background: rgba(103, 232, 249, 0.12);
  color: #a5f3fc;
  font-size: 0.28em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  vertical-align: middle;
}
