:root {
  color-scheme: dark;
  --theme-name: dark;
  --page-bg: #0a0f15;
  --page-bg-soft: #121a24;
  --surface-bg: #131c27;
  --surface-bg-strong: #192434;
  --text-primary: #f3f7fb;
  --text-secondary: #a4b2c5;
  --border-subtle: #2a3a50;
  --accent-primary: #3af0d0;
  --accent-secondary: #7cc9ff;
  --accent-electric: #3d8cff;
  --page-gradient: linear-gradient(180deg, #01040a 0%, #030815 100%);
  --elevation-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --header-bg: linear-gradient(
    90deg,
    rgba(8, 14, 22, 0.86),
    rgba(13, 28, 40, 0.78)
  );
  --header-border: rgba(122, 146, 173, 0.18);
  --header-energy-line: rgba(61, 140, 255, 0.3);
  --header-energy-shadow: rgba(61, 140, 255, 0.2);
  --header-energy-sweep: linear-gradient(
    90deg,
    transparent,
    rgba(100, 180, 255, 0.8),
    rgba(255, 255, 255, 0.9),
    rgba(100, 180, 255, 0.8),
    transparent
  );
  --header-energy-sweep-shadow: rgba(61, 140, 255, 0.6);
  --toggle-bg: linear-gradient(145deg, rgba(18, 28, 40, 0.9), rgba(12, 20, 31, 0.92));
  --toggle-border: rgba(108, 149, 196, 0.28);
  --toggle-text: #eaf3ff;
  --toggle-shadow: 0 12px 28px rgba(3, 10, 18, 0.32);
  --toggle-icon-active-bg: linear-gradient(140deg, rgba(49, 118, 255, 0.85), rgba(90, 186, 255, 0.7));
  --toggle-icon-active-color: #ffffff;
  --toggle-icon-inactive-color: rgba(191, 212, 236, 0.62);
  --toggle-icon-inactive-bg: rgba(255, 255, 255, 0.05);
  --toggle-hover-border: rgba(131, 203, 255, 0.52);
  --toggle-hover-shadow: 0 16px 30px rgba(14, 34, 60, 0.34);
  --toggle-focus-ring: rgba(88, 166, 255, 0.38);
  --theme-transition-duration: 420ms;
  --theme-transition-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --floating-edge: 1rem;
  --floating-bottom: calc(clamp(0.9rem, 2.2vw, 1.4rem) + env(safe-area-inset-bottom, 0px));
  --floating-gap: 0.7rem;
  --floating-whatsapp-size: 3.65rem;
  --floating-bot-size: 3.15rem;
  --floating-bot-visual-size: 5.2rem;
  --floating-bot-stack-height: 5.7rem;
  --floating-bot-right: calc(var(--floating-edge) + ((var(--floating-whatsapp-size) - var(--floating-bot-visual-size)) / 2));
  --radius: 18px;
  --shadow: var(--elevation-shadow);
  --bg: var(--page-bg);
  --bg-soft: var(--page-bg-soft);
  --surface: var(--surface-bg);
  --surface-2: var(--surface-bg-strong);
  --text: var(--text-primary);
  --muted: var(--text-secondary);
  --line: var(--border-subtle);
  --accent: var(--accent-primary);
  --accent-2: var(--accent-secondary);
  --electric-blue: var(--accent-electric);
}

[data-theme="dark"] {
  color-scheme: dark;
  --theme-name: dark;
}

[data-theme="light"] {
  color-scheme: light;
  --theme-name: light;
  --page-bg: #f3f7fc;
  --page-bg-soft: #e7eef7;
  --surface-bg: #ffffff;
  --surface-bg-strong: #edf4fb;
  --text-primary: #0f1d2d;
  --text-secondary: #51657c;
  --border-subtle: #c8d8ea;
  --accent-primary: #119e89;
  --accent-secondary: #4c9fff;
  --accent-electric: #1f7cff;
  --page-gradient: linear-gradient(180deg, #f7fbff 0%, #eaf3ff 100%);
  --elevation-shadow: 0 24px 60px rgba(23, 51, 84, 0.12);
  --header-bg: linear-gradient(
    90deg,
    rgba(247, 251, 255, 0.9),
    rgba(236, 244, 252, 0.82)
  );
  --header-border: rgba(86, 122, 160, 0.16);
  --header-energy-line: rgba(31, 124, 255, 0.22);
  --header-energy-shadow: rgba(31, 124, 255, 0.14);
  --header-energy-sweep: linear-gradient(
    90deg,
    transparent,
    rgba(78, 158, 255, 0.55),
    rgba(255, 255, 255, 0.94),
    rgba(78, 158, 255, 0.55),
    transparent
  );
  --header-energy-sweep-shadow: rgba(31, 124, 255, 0.26);
  --toggle-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 243, 252, 0.94));
  --toggle-border: rgba(96, 134, 174, 0.22);
  --toggle-text: #17314d;
  --toggle-shadow: 0 14px 30px rgba(20, 52, 87, 0.12);
  --toggle-icon-active-bg: linear-gradient(140deg, rgba(31, 124, 255, 0.9), rgba(115, 191, 255, 0.72));
  --toggle-icon-active-color: #ffffff;
  --toggle-icon-inactive-color: rgba(70, 95, 124, 0.62);
  --toggle-icon-inactive-bg: rgba(34, 84, 140, 0.06);
  --toggle-hover-border: rgba(31, 124, 255, 0.36);
  --toggle-hover-shadow: 0 16px 30px rgba(20, 52, 87, 0.18);
  --toggle-focus-ring: rgba(31, 124, 255, 0.22);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Syne", sans-serif;
  color: var(--text);
  background: var(--page-gradient);
  line-height: 1.6;
  overflow-x: clip;
}

#electricity-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: transparent;
}

img {
  width: 100%;
  display: block;
  border-radius: calc(var(--radius) - 2px);
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}


.site-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 1.2rem 0;
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--header-energy-line);
  box-shadow: 0 0 10px var(--header-energy-shadow);
  z-index: 10;
  overflow: hidden;
}

.site-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 40%;
  height: 2px;
  background: var(--header-energy-sweep);
  box-shadow: 0 0 15px var(--header-energy-sweep-shadow);
  z-index: 11;
  will-change: transform;
  /* Use transform (GPU-only) instead of left (layout) to prevent reflow
     that breaks position:fixed compositing on iOS WebKit */
  animation: headerEnergySweep 4.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  font-size: clamp(0.88rem, 1.8vw, 1rem);
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--text);
  text-decoration: none;
}

.brand-text {
  display: inline-block;
}

.brand-partner {
  position: relative;
  flex: 0 0 auto;
  width: clamp(3.5rem, 8vw, 4.65rem);
  height: clamp(2.7rem, 6vw, 3.6rem);
}

.brand-partner-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.2));
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity var(--theme-transition-duration) var(--theme-transition-ease),
    filter var(--theme-transition-duration) var(--theme-transition-ease);
}

.brand-partner-logo--dark {
  opacity: 1;
}

.brand-partner-logo--light {
  opacity: 0;
}

[data-theme="light"] .brand-partner-logo--dark {
  opacity: 0;
}

[data-theme="light"] .brand-partner-logo--light {
  opacity: 1;
  filter: drop-shadow(0 8px 18px rgba(32, 78, 129, 0.14));
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.95rem;
  padding: 0.35rem 0.45rem 0.35rem 0.55rem;
  border: 1px solid var(--toggle-border);
  border-radius: 999px;
  background: var(--toggle-bg);
  color: var(--toggle-text);
  box-shadow: var(--toggle-shadow);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.theme-toggle:hover {
  transform: translateY(-2px);
  border-color: var(--toggle-hover-border);
  box-shadow: var(--toggle-hover-shadow);
}

.theme-toggle:focus-visible {
  outline: none;
  box-shadow:
    var(--toggle-hover-shadow),
    0 0 0 4px var(--toggle-focus-ring);
}

.theme-toggle__icons {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}

.theme-toggle__icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: var(--toggle-icon-inactive-color);
  background: var(--toggle-icon-inactive-bg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.theme-toggle__icon svg {
  width: 1.08rem;
  height: 1.08rem;
  overflow: visible;
}

.theme-toggle__label {
  min-width: 3.7rem;
  padding-right: 0.25rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
}

[data-theme="light"] .theme-toggle__icon--sun,
[data-theme="dark"] .theme-toggle__icon--moon {
  color: var(--toggle-icon-active-color);
  background: var(--toggle-icon-active-bg);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 20px rgba(74, 159, 255, 0.34);
  transform: translateY(-1px);
}

:root.theme-switching .site-header,
:root.theme-switching .site-header::before,
:root.theme-switching .site-header::after,
:root.theme-switching .brand,
:root.theme-switching .btn,
:root.theme-switching .theme-toggle,
:root.theme-switching .theme-toggle__icon,
:root.theme-switching .theme-toggle__label {
  transition:
    color var(--theme-transition-duration) var(--theme-transition-ease),
    background var(--theme-transition-duration) var(--theme-transition-ease),
    border-color var(--theme-transition-duration) var(--theme-transition-ease),
    box-shadow var(--theme-transition-duration) var(--theme-transition-ease),
    text-shadow var(--theme-transition-duration) var(--theme-transition-ease),
    opacity var(--theme-transition-duration) var(--theme-transition-ease);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
  font-family: "Syne", sans-serif;
}

h1 {
  font-size: clamp(2.3rem, 6vw, 5.4rem);
}

.hero-copy h1 {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.03em;
}

.hero-brand-slot {
  position: relative;
  width: min(100%, 36rem);
  min-height: clamp(3.8rem, 8.2vw, 6rem);
}

.hero-outline-brand {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  color: transparent;
  transform: translateY(-50%);
  -webkit-text-stroke: 1.5px rgba(245, 251, 255, 0.92);
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.24),
    0 0 22px rgba(131, 192, 255, 0.18);
  transition:
    opacity var(--theme-transition-duration) var(--theme-transition-ease),
    text-shadow var(--theme-transition-duration) var(--theme-transition-ease);
}

.hero-brand-logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: min(100%, clamp(14.5rem, 42vw, 30rem));
  height: auto;
  opacity: 0;
  transform: translateY(-50%);
  filter: drop-shadow(0 10px 24px rgba(25, 77, 139, 0.12));
  pointer-events: none;
  transition:
    opacity var(--theme-transition-duration) var(--theme-transition-ease),
    filter var(--theme-transition-duration) var(--theme-transition-ease);
}

.hero-brand-logo--dark {
  filter: drop-shadow(0 12px 28px rgba(7, 20, 38, 0.4));
}

.hero-outline-brand::before,
.hero-outline-brand::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke: 1.7px rgba(255, 255, 255, 0.92);
  background-image: linear-gradient(
    108deg,
    rgba(255, 255, 255, 0) 38%,
    rgba(255, 255, 255, 0.92) 50%,
    rgba(255, 255, 255, 0) 62%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  background-position: -180% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.5));
  opacity: 0;
  animation: leadStrokeGlowSweep 3.6s linear infinite;
}

.hero-outline-brand::after {
  animation-delay: -1.8s;
}

[data-theme="light"] .hero-outline-brand,
[data-theme="dark"] .hero-outline-brand {
  opacity: 0;
  pointer-events: none;
}

[data-theme="light"] .hero-brand-logo--light,
[data-theme="dark"] .hero-brand-logo--dark {
  opacity: 1;
}

h2 {
  font-size: clamp(1.6rem, 3.4vw, 3.1rem);
  max-width: 18ch;
}

h3 {
  font-size: clamp(1.1rem, 2.1vw, 1.5rem);
}

p {
  margin: 0;
}

.eyebrow {
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 0.8rem;
}

#hero .eyebrow {
  color: var(--electric-blue);
  margin-bottom: 1.15rem;
}

#specs .eyebrow {
  color: var(--electric-blue);
}

#features .eyebrow,
#gallery .eyebrow,
#faq .eyebrow,
#highlights .eyebrow,
#lead .eyebrow,
#social-proof .eyebrow {
  color: var(--electric-blue);
}

.subtitle {
  margin-top: 1rem;
  color: #d2dce8;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  max-width: 38ch;
}

[data-theme="light"] .subtitle {
  color: #35506f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #eaf3ff;
  border-color: rgba(92, 163, 255, 0.55);
  background: linear-gradient(130deg, #2458e2 0%, #307dff 46%, #38a0ff 100%);
  box-shadow:
    0 10px 24px rgba(35, 108, 255, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.btn-primary::before,
.btn-outline::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(
    120deg,
    rgba(78, 175, 255, 0.34),
    rgba(49, 104, 255, 0.4),
    rgba(82, 206, 255, 0.3)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.btn-primary::after,
.btn-outline::after {
  content: "";
  position: absolute;
  top: -140%;
  left: -35%;
  width: 45%;
  height: 340%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.48) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(18deg) translateX(-145%);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-primary:hover {
  background: linear-gradient(130deg, #2f6dff 0%, #3f95ff 52%, #56beff 100%);
  border-color: rgba(131, 203, 255, 0.78);
  box-shadow:
    0 14px 30px rgba(38, 126, 255, 0.5),
    0 0 18px rgba(72, 174, 255, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:hover::after {
  transform: rotate(18deg) translateX(390%);
}

[data-theme="light"] .btn-primary {
  color: #f8fbff;
  border-color: rgba(52, 131, 255, 0.44);
  background: linear-gradient(135deg, #1769f2 0%, #2988ff 52%, #59b4ff 100%);
  box-shadow:
    0 14px 28px rgba(38, 110, 223, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

[data-theme="light"] .btn-primary::before,
[data-theme="light"] .btn-outline::before {
  background: linear-gradient(
    120deg,
    rgba(91, 174, 255, 0.3),
    rgba(53, 120, 255, 0.28),
    rgba(120, 210, 255, 0.2)
  );
}

[data-theme="light"] .btn-primary:hover {
  background: linear-gradient(135deg, #0f5ae0 0%, #247cff 50%, #4faeff 100%);
  border-color: rgba(46, 130, 255, 0.56);
  box-shadow:
    0 18px 34px rgba(34, 107, 220, 0.26),
    0 0 18px rgba(100, 179, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.btn-outline {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.04);
}

.btn-outline:hover {
  background: linear-gradient(130deg, #2f6dff 0%, #3f95ff 52%, #56beff 100%);
  border-color: rgba(131, 203, 255, 0.78);
  box-shadow:
    0 14px 30px rgba(38, 126, 255, 0.5),
    0 0 18px rgba(72, 174, 255, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.btn-outline:hover::before {
  opacity: 1;
}

.btn-outline:hover::after {
  transform: rotate(18deg) translateX(390%);
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(24, 35, 49, 0.5);
}

[data-theme="light"] .btn-ghost {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #123250;
  border-color: rgba(91, 136, 189, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 245, 253, 0.92));
  box-shadow:
    0 10px 24px rgba(26, 58, 96, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

[data-theme="light"] .btn-ghost:hover {
  color: #0d2d4a;
  border-color: rgba(48, 123, 239, 0.44);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(228, 239, 251, 0.96));
  box-shadow:
    0 16px 28px rgba(32, 77, 128, 0.14),
    0 0 14px rgba(78, 165, 255, 0.12);
}

.hero {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid rgba(61, 140, 255, 0.42);
  box-shadow: var(--shadow);
  background: #070d17;
}

.hero-media picture {
  display: block;
  transform-origin: center center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}


.hero-media img {
  min-height: 420px;
  object-fit: cover;
  border-radius: 0;
}

.hero-slide-image {
  transform-origin: center center;
  animation: heroKenBurnStop 17s cubic-bezier(0.2, 0.65, 0.2, 1) 0.3s 1 forwards;
}

.hero-media:hover picture {
  transform: scale(1.025);
}

.hero-slide-caption {
  position: absolute;
  left: clamp(1rem, 2.2vw, 1.6rem);
  bottom: clamp(1rem, 2.2vw, 1.6rem);
  max-width: min(42ch, 92%);
  z-index: 2;
  text-shadow: 0 10px 18px rgba(2, 8, 14, 0.42);
}

[data-theme="light"] .hero-slide-caption {
  text-shadow:
    0 12px 26px rgba(7, 20, 38, 0.46),
    0 2px 10px rgba(7, 20, 38, 0.32);
}

.hero-slide-brand {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.09em;
  font-size: clamp(1.2rem, 2.2vw, 1.9rem);
  font-weight: 800;
}

[data-theme="light"] .hero-slide-brand {
  color: #f7fbff;
}

.hero-slide-tagline {
  margin-top: 0.5rem;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 600;
  color: #e6edf7;
}

[data-theme="light"] .hero-slide-tagline {
  color: #f1f7ff;
}

.hero-slide-tagline span {
  color: #5fb3ff;
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0;
  border-radius: 0;
  background: linear-gradient(
    110deg,
    #2f6fff 0%,
    #3f8eff 24%,
    #4aa9ff 52%,
    #4ecfff 76%,
    #2f6fff 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientTextFlow 5.4s ease-in-out infinite alternate;
  text-shadow: 0 0 14px rgba(73, 170, 255, 0.24);
}

@keyframes heroKenBurnStop {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  72% {
    transform: scale(1.09) translate3d(-1.3%, -0.8%, 0);
  }
  100% {
    transform: scale(1.11) translate3d(-1.7%, -1.1%, 0);
  }
}

@keyframes gradientTextFlow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.stats {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.stat {
  position: relative;
  overflow: hidden;
  background: rgba(19, 28, 39, 0.82);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.1rem 0.9rem;
  transition: all 0.3s var(--ease);
}

.stat--autonomy {
  border-color: rgba(88, 184, 255, 0.52);
  background:
    radial-gradient(circle at 18% 18%, rgba(94, 208, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(17, 35, 52, 0.92), rgba(13, 24, 36, 0.9));
  box-shadow:
    0 0 0 1px rgba(89, 175, 255, 0.18),
    0 0 22px rgba(55, 147, 255, 0.24),
    inset 0 0 22px rgba(93, 205, 255, 0.08);
  animation: autonomyPulse 2.8s ease-in-out infinite;
}

.stat--autonomy::before,
.stat--autonomy::after {
  content: "";
  position: absolute;
  inset: -18%;
  pointer-events: none;
}

.stat--autonomy::before {
  background:
    linear-gradient(
      118deg,
      transparent 0%,
      transparent 34%,
      rgba(117, 225, 255, 0.05) 40%,
      rgba(117, 225, 255, 0.62) 49%,
      rgba(255, 255, 255, 0.92) 50%,
      rgba(117, 225, 255, 0.58) 51%,
      rgba(117, 225, 255, 0.05) 60%,
      transparent 66%,
      transparent 100%
    );
  opacity: 0.95;
  mix-blend-mode: screen;
  transform: translateX(-135%) skewX(-18deg);
  animation: autonomyArc 3.6s linear infinite;
}

.stat--autonomy::after {
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 30%, rgba(94, 208, 255, 0.34), transparent 22%),
    radial-gradient(circle at 78% 72%, rgba(74, 159, 255, 0.28), transparent 26%);
  opacity: 0.72;
  animation: autonomySpark 2.2s ease-in-out infinite;
}

.stat--autonomy .value,
.stat--autonomy .label {
  position: relative;
  z-index: 1;
}

.stat:hover {
  border-color: rgba(61, 140, 255, 0.4);
  background: rgba(25, 38, 55, 0.9);
  box-shadow: 0 0 20px rgba(61, 140, 255, 0.15);
}

.stat-badge {
  position: absolute;
  top: 0.62rem;
  right: 0.62rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.3rem;
  padding: 0.18rem 0.42rem;
  border-radius: 999px;
  border: 1px solid rgba(133, 221, 255, 0.52);
  background: linear-gradient(180deg, rgba(137, 232, 255, 0.24), rgba(53, 134, 255, 0.26));
  color: #f5fcff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow:
    0 0 16px rgba(92, 194, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}

.stat--autonomy:hover {
  border-color: rgba(111, 210, 255, 0.7);
  background:
    radial-gradient(circle at 18% 18%, rgba(110, 220, 255, 0.24), transparent 44%),
    linear-gradient(180deg, rgba(20, 40, 58, 0.96), rgba(14, 27, 41, 0.94));
  box-shadow:
    0 0 0 1px rgba(112, 201, 255, 0.24),
    0 0 28px rgba(76, 167, 255, 0.3),
    inset 0 0 26px rgba(120, 225, 255, 0.12);
}

.value {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 15px rgba(61, 140, 255, 0.3);
  display: block;
}

.label {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

[data-theme="light"] .stat {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 253, 0.98));
  border-color: rgba(112, 149, 193, 0.22);
  box-shadow:
    0 14px 28px rgba(28, 67, 108, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

[data-theme="light"] .stat:hover {
  border-color: rgba(47, 126, 244, 0.4);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(231, 242, 253, 1));
  box-shadow:
    0 18px 34px rgba(34, 81, 129, 0.12),
    0 0 20px rgba(74, 159, 255, 0.12);
}

[data-theme="light"] .stat-badge {
  border-color: rgba(80, 154, 230, 0.34);
  background: linear-gradient(180deg, rgba(136, 220, 255, 0.3), rgba(73, 154, 255, 0.18));
  color: #0f4e88;
  box-shadow:
    0 10px 18px rgba(48, 104, 165, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

[data-theme="light"] .stat--autonomy {
  border-color: rgba(78, 151, 229, 0.36);
  background:
    radial-gradient(circle at 18% 18%, rgba(91, 193, 255, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(228, 242, 255, 0.98));
  box-shadow:
    0 18px 34px rgba(34, 81, 129, 0.12),
    0 0 24px rgba(74, 159, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

[data-theme="light"] .stat--autonomy:hover {
  border-color: rgba(57, 138, 232, 0.48);
  background:
    radial-gradient(circle at 18% 18%, rgba(102, 206, 255, 0.24), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(223, 239, 255, 1));
  box-shadow:
    0 20px 38px rgba(34, 81, 129, 0.14),
    0 0 28px rgba(74, 159, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .value {
  color: #123a68;
  text-shadow: 0 0 16px rgba(73, 154, 255, 0.18);
}

.stat--autonomy .value {
  text-shadow:
    0 0 18px rgba(74, 175, 255, 0.3),
    0 0 34px rgba(96, 223, 255, 0.2);
}

[data-theme="light"] .stat--autonomy .value {
  color: #0f4e88;
  text-shadow:
    0 0 18px rgba(60, 163, 255, 0.22),
    0 0 28px rgba(98, 211, 255, 0.18);
}

[data-theme="light"] .label {
  color: #59708b;
}

.stat--autonomy .label {
  color: rgba(216, 235, 255, 0.86);
}

[data-theme="light"] .stat--autonomy .label {
  color: #456b93;
}

@keyframes autonomyPulse {
  0%,
  100% {
    transform: none;
    box-shadow:
      0 0 0 1px rgba(89, 175, 255, 0.18),
      0 0 22px rgba(55, 147, 255, 0.24),
      inset 0 0 22px rgba(93, 205, 255, 0.08);
  }

  50% {
    transform: none;
    box-shadow:
      0 0 0 1px rgba(111, 210, 255, 0.26),
      0 0 32px rgba(76, 167, 255, 0.32),
      inset 0 0 28px rgba(120, 225, 255, 0.12);
  }
}

@keyframes autonomyArc {
  0% {
    transform: translateX(-135%) skewX(-18deg);
    opacity: 0;
  }

  10% {
    opacity: 0.9;
  }

  48% {
    opacity: 1;
  }

  60% {
    opacity: 0.16;
  }

  100% {
    transform: translateX(135%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes autonomySpark {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(0.96);
  }

  45% {
    opacity: 0.82;
    transform: scale(1.03);
  }

  70% {
    opacity: 0.54;
    transform: scale(0.99);
  }
}

.section-head {
  margin-bottom: 1.8rem;
}

.highlight-grid {
  display: grid;
  gap: 1rem;
}

.highlight-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(20, 30, 43, 0.9), rgba(15, 23, 33, 0.9));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  transition: all 0.4s var(--ease);
}

[data-theme="light"] .highlight-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 246, 253, 0.98));
  border-color: rgba(110, 145, 186, 0.2);
  box-shadow:
    0 16px 30px rgba(31, 70, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.highlight-card:hover {
  border-color: rgba(61, 140, 255, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(61, 140, 255, 0.1);
}

.highlight-card::before,
.highlight-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.highlight-card::before {
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.12),
    rgba(61, 140, 255, 0.08),
    rgba(255, 255, 255, 0.04)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

[data-theme="light"] .highlight-card::before {
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.65),
    rgba(84, 164, 255, 0.12),
    rgba(255, 255, 255, 0.36)
  );
}

.highlight-card::after {
  top: -150%;
  left: -45%;
  width: 42%;
  height: 380%;
  background: linear-gradient(
    102deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(166, 220, 255, 0.34) 48%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(16deg) translateX(-140%);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-theme="light"] .highlight-card::after {
  background: linear-gradient(
    102deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(133, 197, 255, 0.24) 48%,
    rgba(255, 255, 255, 0) 100%
  );
}

.highlight-card:hover::before {
  opacity: 1;
}

.highlight-card:hover::after {
  transform: rotate(16deg) translateX(300%);
}

.highlight-card p {
  margin-top: 0.8rem;
  color: var(--muted);
  line-height: 1.6;
}

[data-theme="light"] .highlight-card h3 {
  color: #18324d;
}

[data-theme="light"] .highlight-card p {
  color: #5a6f87;
}

.icon {
  width: 2.3rem;
  height: 2.3rem;
  display: grid;
  place-items: center;
  color: var(--electric-blue);
  border-radius: 12px;
  background: rgba(61, 140, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(103, 178, 255, 0.22);
  margin-bottom: 0.8rem;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease;
}

[data-theme="light"] .icon {
  color: #1f7cff;
  background: linear-gradient(145deg, rgba(229, 241, 255, 0.96), rgba(215, 233, 252, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(107, 170, 255, 0.24),
    0 8px 18px rgba(53, 120, 207, 0.1);
}

.icon svg {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.highlight-card.connectivity-card .icon {
  color: var(--electric-blue);
  background: rgba(61, 140, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(103, 178, 255, 0.3);
}

[data-theme="light"] .highlight-card.connectivity-card .icon {
  color: #166ff0;
  background: linear-gradient(145deg, rgba(223, 239, 255, 1), rgba(205, 228, 253, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(76, 153, 255, 0.28),
    0 10px 20px rgba(36, 112, 210, 0.12);
}

@media (hover: hover) {
  [data-theme="light"] .highlight-card:hover {
    border-color: rgba(47, 126, 244, 0.36);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(230, 242, 253, 1));
    box-shadow:
      0 18px 34px rgba(30, 74, 119, 0.14),
      0 0 22px rgba(88, 170, 255, 0.12);
  }

  .highlight-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(84, 168, 255, 0.56);
    background: linear-gradient(158deg, rgba(18, 34, 54, 0.95), rgba(10, 24, 42, 0.95));
    box-shadow:
      0 18px 36px rgba(4, 18, 38, 0.42),
      0 0 24px rgba(46, 139, 255, 0.24);
  }

  .highlight-card:hover::before {
    opacity: 1;
  }

  .highlight-card:hover::after {
    transform: rotate(16deg) translateX(390%);
  }

  .highlight-card:hover .icon {
    transform: translateY(-2px) scale(1.08);
    color: #a8d9ff;
    background: linear-gradient(140deg, rgba(37, 112, 255, 0.38), rgba(58, 193, 255, 0.28));
    box-shadow: 0 0 16px rgba(56, 160, 255, 0.36);
  }

  [data-theme="light"] .highlight-card:hover .icon {
    color: #f8fbff;
    background: linear-gradient(140deg, rgba(35, 118, 244, 0.86), rgba(85, 179, 255, 0.7));
    box-shadow: 0 0 18px rgba(68, 155, 255, 0.24);
  }

  .highlight-card.connectivity-card:hover .icon {
    color: #c7e7ff;
    background: linear-gradient(140deg, rgba(41, 118, 255, 0.58), rgba(78, 180, 255, 0.34));
    box-shadow: 0 0 18px rgba(56, 160, 255, 0.45);
  }

  [data-theme="light"] .highlight-card.connectivity-card:hover .icon {
    color: #ffffff;
    background: linear-gradient(140deg, rgba(24, 108, 240, 0.9), rgba(74, 171, 255, 0.76));
    box-shadow: 0 0 20px rgba(64, 149, 255, 0.28);
  }

  .highlight-card:hover .icon svg {
    transform: scale(1.08) rotate(-3deg);
  }
}

.gallery-stack {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: 1fr;
  width: 96vw;
  max-width: 1600px;
  margin: 0 auto;
}



.showcase {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #000;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
  aspect-ratio: 4 / 5;
}

.showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}

/* Elegant Zoom-in on Hover */
.showcase:hover img {
  transform: scale(1.1);
}

/* Electric Blue Border Animation on Hover */
.showcase:hover {
  border-color: #3182ff;
  box-shadow: 0 0 25px rgba(49, 130, 255, 0.4), inset 0 0 10px rgba(49, 130, 255, 0.2);
}

.showcase::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  transition: border-color 0.4s ease;
  z-index: 2;
}

.showcase:hover::after {
  border-color: rgba(49, 130, 255, 0.6);
  animation: borderGlow 2s infinite;
}

@keyframes borderGlow {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* Reveal Zoom Effect */
.reveal-zoom.reveal-visible img,
.reveal-zoom.is-visible img {
  animation: revealZoom 1.4s cubic-bezier(0.2, 0, 0.2, 1) forwards;
}

@keyframes revealZoom {
  from { transform: scale(1.2); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}



.feature-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
  background: rgba(16, 24, 35, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}

[data-theme="light"] .feature-row {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 253, 0.98));
  border-color: rgba(111, 147, 189, 0.22);
  box-shadow:
    0 16px 30px rgba(30, 70, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.feature-media {
  overflow: hidden;
  border-radius: calc(var(--radius) - 6px);
}

[data-theme="light"] .feature-media {
  border: 1px solid rgba(125, 162, 205, 0.18);
  box-shadow: 0 10px 24px rgba(29, 70, 112, 0.08);
}

.feature-media img {
  min-height: 220px;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0, 0.2, 1);
  transform-origin: center center;
}

@media (hover: hover) {
  .feature-row:hover .feature-media img {
    transform: scale(1.08);
  }

  [data-theme="light"] .feature-row:hover {
    border-color: rgba(47, 126, 244, 0.36);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(230, 242, 253, 1));
    box-shadow:
      0 18px 34px rgba(31, 74, 117, 0.14),
      0 0 20px rgba(88, 170, 255, 0.1);
  }
}

.feature-copy p {
  margin-top: 0.7rem;
  color: var(--muted);
}

[data-theme="light"] .feature-copy h3 {
  color: #17324f;
}

[data-theme="light"] .feature-copy p {
  color: #59708a;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.logo-row span {
  border: 1px solid var(--line);
  background: rgba(21, 32, 45, 0.7);
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  text-align: center;
  color: #dce5f1;
  font-size: 0.85rem;
  letter-spacing: 0.07em;
}

[data-theme="light"] .logo-row span {
  border-color: rgba(108, 145, 186, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 246, 253, 0.98));
  color: #47627f;
  box-shadow:
    0 10px 22px rgba(30, 70, 110, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.testimonials {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}

.quote {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(18, 27, 38, 0.85);
  padding: 1.2rem;
  color: #d5deea;
  font-size: 1.05rem;
}

[data-theme="light"] .quote {
  border-color: rgba(112, 149, 192, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 246, 253, 0.98));
  color: #29425f;
  box-shadow:
    0 14px 28px rgba(29, 68, 108, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.reviews-marquee {
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
  padding: 0.7rem 0.35rem 0.9rem;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 6%,
    #000 94%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 6%,
    #000 94%,
    transparent 100%
  );
}

.reviews-scroller {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: reviewsLoop 68s linear infinite;
}

.reviews-row {
  display: flex;
  gap: 1rem;
}

.review-card {
  min-width: clamp(250px, 72vw, 330px);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.05rem 1rem;
  background: linear-gradient(160deg, rgba(20, 30, 43, 0.92), rgba(14, 22, 34, 0.92));
  box-shadow: 0 12px 26px rgba(4, 14, 28, 0.35);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

[data-theme="light"] .review-card {
  border-color: rgba(109, 145, 186, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 246, 253, 0.98));
  box-shadow:
    0 14px 28px rgba(31, 70, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.review-rating {
  font-size: 0.92rem;
  letter-spacing: 0.09em;
  color: #69b4ff;
  text-shadow: 0 0 10px rgba(89, 166, 255, 0.35);
}

[data-theme="light"] .review-rating {
  color: #1f7cff;
  text-shadow: 0 0 12px rgba(76, 158, 255, 0.18);
}

.review-card h3 {
  margin-top: 0.45rem;
  font-size: 1.2rem;
}

[data-theme="light"] .review-card h3 {
  color: #17324f;
}

.review-card p {
  color: #c5d3e3;
}

[data-theme="light"] .review-card p {
  color: #5a6f87;
}

.review-card h3 + p {
  margin-top: 0.55rem;
  line-height: 1.55;
}

.review-author {
  margin-top: 0.78rem;
  font-size: 0.9rem;
  color: #9eb2c8;
}

[data-theme="light"] .review-author {
  color: #6a7f97;
}

@media (hover: hover) {
  .review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(91, 170, 255, 0.55);
    box-shadow:
      0 16px 30px rgba(8, 20, 38, 0.42),
      0 0 20px rgba(53, 145, 255, 0.18);
  }

  [data-theme="light"] .review-card:hover {
    border-color: rgba(47, 126, 244, 0.38);
    box-shadow:
      0 18px 34px rgba(31, 74, 117, 0.14),
      0 0 20px rgba(88, 170, 255, 0.12);
  }
}

@keyframes reviewsLoop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 0.5rem), 0, 0);
  }
}

.specs-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 26, 38, 0.95);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

[data-theme="light"] .specs-card {
  border-color: rgba(111, 147, 189, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 246, 253, 0.98));
  box-shadow:
    0 18px 36px rgba(30, 70, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.spec-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid var(--line);
  transition: background 0.3s ease;
}

[data-theme="light"] .spec-row {
  border-bottom-color: rgba(114, 150, 192, 0.16);
}

.spec-row:hover {
  background: rgba(61, 140, 255, 0.03);
}

[data-theme="light"] .spec-row:hover {
  background: rgba(66, 145, 255, 0.06);
}

.spec-row span {
  color: var(--muted);
  font-weight: 500;
}

[data-theme="light"] .spec-row span {
  color: #5c718a;
}

.spec-row strong {
  color: #fff;
  text-shadow: 0 0 8px rgba(61, 140, 255, 0.2);
}

[data-theme="light"] .spec-row strong {
  color: #143655;
  text-shadow: 0 0 10px rgba(84, 165, 255, 0.16);
}

.price-showcase {
  position: relative;
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.price-copy,
.price-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.price-copy {
  padding: clamp(1.5rem, 3vw, 2.3rem);
  background:
    radial-gradient(circle at top left, rgba(87, 213, 255, 0.14), transparent 34%),
    linear-gradient(155deg, rgba(16, 25, 37, 0.94), rgba(10, 18, 29, 0.96));
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.32);
}

.price-copy::before,
.price-card::before,
.price-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.price-copy::before {
  inset: auto 1.2rem 1.2rem auto;
  width: clamp(5rem, 16vw, 8.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 192, 255, 0.22), rgba(64, 192, 255, 0));
  filter: blur(6px);
}

.price-copy h2 {
  max-width: 12ch;
}

.price-copy .eyebrow {
  color: #5faeff;
}

.price-copy .eyebrow::after {
  background: linear-gradient(90deg, rgba(77, 163, 255, 0.95), rgba(109, 198, 255, 0.4));
}

.price-copy p:last-child {
  max-width: 44ch;
  color: #c5d4e4;
}

[data-theme="light"] .price-copy {
  border-color: rgba(111, 147, 189, 0.22);
  background:
    radial-gradient(circle at top left, rgba(90, 183, 255, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(234, 244, 253, 0.98));
  box-shadow:
    0 22px 46px rgba(30, 70, 110, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

[data-theme="light"] .price-copy p:last-child {
  color: #587089;
}

[data-theme="light"] .price-copy .eyebrow {
  color: #2b7fff;
}

[data-theme="light"] .price-copy .eyebrow::after {
  background: linear-gradient(90deg, rgba(43, 127, 255, 0.82), rgba(122, 190, 255, 0.34));
}

.price-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.7rem;
  min-height: clamp(280px, 36vw, 360px);
  padding: clamp(1.5rem, 4vw, 2.2rem);
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(74, 178, 255, 0.2), transparent 36%),
    linear-gradient(145deg, rgba(20, 36, 58, 0.95), rgba(8, 15, 26, 0.98));
  box-shadow:
    0 30px 60px rgba(4, 15, 29, 0.44),
    inset 0 0 0 1px rgba(127, 194, 255, 0.12);
  isolation: isolate;
}

.price-card::before {
  inset: 11%;
  border-radius: 28px;
  border: 1px solid rgba(110, 197, 255, 0.18);
  box-shadow:
    0 0 0 1px rgba(54, 137, 255, 0.08),
    inset 0 0 28px rgba(78, 179, 255, 0.1);
  animation: priceCardPulse 3.8s ease-in-out infinite;
}

.price-card::after {
  top: -135%;
  left: -30%;
  width: 38%;
  height: 360%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(186, 231, 255, 0.72) 48%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(16deg) translateX(-160%);
  animation: priceCardShine 5.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  opacity: 0.9;
}

[data-theme="light"] .price-card {
  border-color: rgba(106, 145, 191, 0.24);
  background:
    radial-gradient(circle at 50% 38%, rgba(106, 191, 255, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(227, 240, 253, 0.98));
  box-shadow:
    0 26px 52px rgba(29, 68, 108, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .price-card::before {
  border-color: rgba(77, 156, 255, 0.18);
  box-shadow:
    0 0 0 1px rgba(84, 161, 255, 0.08),
    inset 0 0 28px rgba(103, 184, 255, 0.12);
}

[data-theme="light"] .price-card::after {
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(147, 209, 255, 0.58) 48%,
    rgba(255, 255, 255, 0) 100%
  );
}

.price-card__label,
.price-card__caption {
  position: relative;
  z-index: 1;
}

.price-card__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 203, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
  color: #d9efff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow:
    0 0 16px rgba(85, 180, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .price-card__label {
  border-color: rgba(91, 162, 244, 0.24);
  background: rgba(255, 255, 255, 0.6);
  color: #2060a0;
  box-shadow:
    0 10px 18px rgba(49, 109, 176, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.price-card__value-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  line-height: 0.9;
  animation: priceValueFloat 4.2s ease-in-out infinite;
}

.price-card__currency {
  margin-top: 0.45rem;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #bfe6ff;
  text-shadow: 0 0 18px rgba(88, 183, 255, 0.28);
}

.price-card__value {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(3.9rem, 10vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums lining-nums;
  color: #f7fbff;
  text-shadow:
    0 0 18px rgba(87, 184, 255, 0.28),
    0 0 44px rgba(39, 124, 255, 0.22);
}

[data-theme="light"] .price-card__currency,
[data-theme="light"] .price-card__value {
  color: #10365a;
  text-shadow:
    0 8px 24px rgba(70, 146, 230, 0.12),
    0 0 16px rgba(111, 191, 255, 0.18);
}

.price-card__caption {
  margin: 0;
  color: #a9bfd6;
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

[data-theme="light"] .price-card__caption {
  color: #5d7690;
}

.price-card__cta {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.price-card__status {
  position: relative;
  z-index: 1;
  margin: auto 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.82rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(118, 255, 160, 0.42);
  background: linear-gradient(145deg, rgba(10, 24, 18, 0.92), rgba(9, 18, 15, 0.86));
  color: #7dff97;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 0 24px rgba(88, 255, 146, 0.18),
    inset 0 0 0 1px rgba(140, 255, 181, 0.08);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease,
    color 0.28s ease;
}

.price-card__status svg {
  width: 1rem;
  height: 1rem;
  color: #ffffff;
  flex: 0 0 auto;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.28s ease;
}

.price-card__status:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(90, 255, 146, 0.18),
    0 0 26px rgba(88, 255, 146, 0.22),
    inset 0 0 0 1px rgba(140, 255, 181, 0.08);
}

@media (hover: hover) {
  .price-card__status:hover {
    transform: translateY(-2px);
    border-color: rgba(144, 255, 183, 0.72);
    background: linear-gradient(145deg, rgba(14, 34, 24, 0.96), rgba(10, 24, 18, 0.92));
    color: #b4ffbf;
    box-shadow:
      0 0 30px rgba(88, 255, 146, 0.24),
      0 12px 28px rgba(6, 18, 13, 0.28),
      inset 0 0 0 1px rgba(176, 255, 205, 0.12);
  }

  .price-card__status:hover svg {
    transform: translateY(2px);
  }
}

[data-theme="light"] .price-card__status {
  border-color: rgba(39, 198, 93, 0.34);
  background: linear-gradient(145deg, rgba(239, 255, 243, 0.94), rgba(227, 250, 234, 0.96));
  color: #11924a;
  box-shadow:
    0 16px 28px rgba(47, 163, 92, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

[data-theme="light"] .price-card__status svg {
  color: #ffffff;
}

[data-theme="light"] .price-card__status:focus-visible {
  box-shadow:
    0 0 0 4px rgba(39, 198, 93, 0.14),
    0 16px 30px rgba(47, 163, 92, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

@media (hover: hover) {
  [data-theme="light"] .price-card__status:hover {
    border-color: rgba(32, 184, 84, 0.48);
    background: linear-gradient(145deg, rgba(224, 255, 233, 0.98), rgba(210, 248, 222, 0.98));
    color: #0f8743;
    box-shadow:
      0 18px 30px rgba(47, 163, 92, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }
}

.price-incentives-card {
  position: relative;
  display: grid;
  gap: 1.25rem;
  margin-top: 1rem;
  padding: clamp(1.4rem, 3.2vw, 2.25rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top left, rgba(80, 196, 255, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(58, 240, 208, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(14, 27, 44, 0.96), rgba(8, 16, 27, 0.98));
  box-shadow:
    0 28px 56px rgba(4, 15, 29, 0.34),
    inset 0 0 0 1px rgba(127, 194, 255, 0.08);
}

.price-incentives-card::before {
  content: "";
  position: absolute;
  inset: auto -8% -42% auto;
  width: clamp(12rem, 28vw, 18rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 231, 190, 0.16), rgba(67, 231, 190, 0));
  filter: blur(10px);
  pointer-events: none;
}

.price-incentives-card > * {
  position: relative;
  z-index: 1;
}

.price-incentives-card__intro {
  display: grid;
  gap: 0.45rem;
}

.price-incentives-card__intro .eyebrow {
  color: #68d9ff;
}

.price-incentives-card__intro .eyebrow::after {
  background: linear-gradient(90deg, rgba(87, 215, 255, 0.9), rgba(84, 240, 196, 0.42));
}

.price-incentives-card__intro h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
}

.price-incentives-card__intro p:last-child {
  margin: 0;
  max-width: 52ch;
  color: #bfd0e0;
}

.price-incentives-grid {
  display: grid;
  gap: 0.9rem;
}

.price-incentive {
  display: grid;
  gap: 0.5rem;
  padding: 1rem 1.05rem;
  border-radius: calc(var(--radius) - 4px);
  border: 1px solid rgba(114, 183, 255, 0.18);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 24px rgba(5, 17, 31, 0.2);
}

.price-incentive__label {
  margin: 0;
  color: #a8bfd5;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-incentive__value {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.22rem;
  line-height: 0.92;
}

.price-incentive__currency {
  margin-top: 0.35rem;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 1.7rem);
  font-weight: 800;
  color: #bfe6ff;
}

.price-incentive__value strong {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.35rem, 5vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums lining-nums;
  color: #f7fbff;
  text-shadow:
    0 0 18px rgba(87, 184, 255, 0.24),
    0 0 34px rgba(39, 124, 255, 0.16);
}

.price-incentives-card__cta {
  justify-self: start;
}

[data-theme="light"] .price-incentives-card {
  border-color: rgba(106, 145, 191, 0.24);
  background:
    radial-gradient(circle at top left, rgba(110, 194, 255, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(62, 214, 169, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(227, 240, 253, 0.98));
  box-shadow:
    0 24px 48px rgba(29, 68, 108, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .price-incentives-card__intro .eyebrow {
  color: #2b7fff;
}

[data-theme="light"] .price-incentives-card__intro .eyebrow::after {
  background: linear-gradient(90deg, rgba(43, 127, 255, 0.82), rgba(58, 205, 164, 0.34));
}

[data-theme="light"] .price-incentives-card__intro h3 {
  color: #143655;
}

[data-theme="light"] .price-incentives-card__intro p:last-child {
  color: #587089;
}

[data-theme="light"] .price-incentive {
  border-color: rgba(106, 145, 191, 0.2);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.76), rgba(237, 245, 253, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 14px 24px rgba(32, 73, 116, 0.08);
}

[data-theme="light"] .price-incentive__label {
  color: #5d7690;
}

[data-theme="light"] .price-incentive__currency,
[data-theme="light"] .price-incentive__value strong {
  color: #10365a;
  text-shadow:
    0 8px 22px rgba(70, 146, 230, 0.1),
    0 0 14px rgba(111, 191, 255, 0.14);
}

@keyframes priceCardPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@keyframes priceCardShine {
  0%,
  12% {
    transform: rotate(16deg) translateX(-160%);
  }
  34%,
  100% {
    transform: rotate(16deg) translateX(420%);
  }
}

@keyframes priceValueFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(18, 27, 38, 0.88);
  overflow: clip;
}

[data-theme="light"] .faq-item {
  border-color: rgba(111, 147, 189, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 246, 253, 0.98));
  box-shadow:
    0 14px 28px rgba(29, 68, 108, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.faq-question {
  width: 100%;
  cursor: pointer;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--text);
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

[data-theme="light"] .faq-question {
  color: #17324f;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.faq-answer p {
  color: var(--muted);
  padding: 0 1rem 1rem;
}

[data-theme="light"] .faq-answer p {
  color: #5a6f87;
}

.lead-section-title {
  margin: 0 0 0.95rem;
  font-size: clamp(2.3rem, 10vw, 6rem);
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0.06em;
  color: transparent;
  -webkit-text-stroke: 1.45px rgba(237, 246, 255, 0.95);
  text-transform: uppercase;
  text-shadow:
    0 0 var(--lead-scroll-glow, 12px) rgba(171, 214, 255, 0.44),
    0 0 26px rgba(89, 165, 255, 0.26);
  transform: translate3d(0, var(--lead-scroll-y, 42px), 0)
    scale(var(--lead-scroll-scale, 0.9));
  transform-origin: left center;
  will-change: transform, text-shadow;
}

[data-theme="light"] .lead-section-title {
  -webkit-text-stroke: 1.45px rgba(29, 79, 140, 0.86);
  text-shadow:
    0 0 var(--lead-scroll-glow, 12px) rgba(99, 175, 255, 0.18),
    0 0 18px rgba(70, 143, 230, 0.12);
}

.lead-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(140deg, rgba(17, 26, 37, 0.95), rgba(12, 18, 27, 0.95));
  padding: 1.2rem;
  display: grid;
  gap: 1.2rem;
}

[data-theme="light"] .lead-wrap {
  border-color: rgba(111, 147, 189, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 246, 253, 0.98));
  box-shadow:
    0 18px 36px rgba(30, 70, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.lead-copy .lead-description {
  margin-top: 0.7rem;
  color: var(--muted);
  max-width: 40ch;
}

[data-theme="light"] .lead-copy .lead-description {
  color: #59708a;
}

.lead-outline-brand {
  margin-top: 0.95rem;
  display: inline-block;
  position: relative;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 8vw, 4.4rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.08em;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(245, 251, 255, 0.88);
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.24),
    0 0 16px rgba(255, 255, 255, 0.08);
}

[data-theme="light"] .lead-outline-brand {
  -webkit-text-stroke: 1.35px rgba(39, 88, 148, 0.8);
  text-shadow:
    0 0 6px rgba(95, 172, 255, 0.16),
    0 0 16px rgba(95, 172, 255, 0.08);
}

.lead-outline-brand::before,
.lead-outline-brand::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke: 1.7px rgba(255, 255, 255, 0.92);
  background-image: linear-gradient(
    108deg,
    rgba(255, 255, 255, 0) 38%,
    rgba(255, 255, 255, 0.92) 50%,
    rgba(255, 255, 255, 0) 62%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  background-position: -180% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.52));
  will-change: background-position, opacity;
  backface-visibility: hidden;
  opacity: 0;
  animation: leadStrokeGlowSweep 3.6s linear infinite;
}

[data-theme="light"] .lead-outline-brand::before,
[data-theme="light"] .lead-outline-brand::after {
  -webkit-text-stroke: 1.55px rgba(39, 88, 148, 0.84);
  background-image: linear-gradient(
    108deg,
    rgba(255, 255, 255, 0) 38%,
    rgba(106, 183, 255, 0.86) 50%,
    rgba(255, 255, 255, 0) 62%
  );
  filter: drop-shadow(0 0 10px rgba(92, 169, 255, 0.24));
}

.lead-outline-brand::after {
  animation-delay: -1.8s;
}

@keyframes leadStrokeGlowSweep {
  0% {
    background-position: -180% 50%;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  50% {
    background-position: 45% 50%;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    background-position: 180% 50%;
    opacity: 0;
  }
}

.lead-form {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(93, 163, 255, 0.34);
  background:
    radial-gradient(120% 110% at 0% 0%, rgba(56, 143, 255, 0.1), transparent 52%),
    radial-gradient(110% 90% at 100% 100%, rgba(40, 111, 255, 0.08), transparent 55%),
    linear-gradient(155deg, rgba(10, 19, 33, 0.96), rgba(6, 14, 26, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(126, 188, 255, 0.06),
    0 0 14px rgba(48, 132, 255, 0.11),
    0 12px 26px rgba(5, 18, 38, 0.34);
  overflow: hidden;
}

[data-theme="light"] .lead-form {
  border-color: rgba(109, 148, 192, 0.24);
  background:
    radial-gradient(120% 110% at 0% 0%, rgba(86, 163, 255, 0.1), transparent 52%),
    radial-gradient(110% 90% at 100% 100%, rgba(63, 138, 255, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 246, 253, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(120, 176, 255, 0.08),
    0 12px 26px rgba(31, 70, 110, 0.1);
}

.lead-form::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34%;
  width: 78%;
  height: 160%;
  background: radial-gradient(
    ellipse at center,
    rgba(137, 202, 255, 0.22) 0%,
    rgba(108, 180, 255, 0.14) 34%,
    rgba(66, 143, 255, 0.07) 56%,
    rgba(36, 86, 160, 0) 74%
  );
  filter: blur(20px);
  opacity: 0;
  transform: translate3d(-20%, -50%, 0) rotate(-8deg) scale(0.85);
  animation: leadFormSweep 5s ease-in-out infinite;
  pointer-events: none;
}

[data-theme="light"] .lead-form::before {
  background: radial-gradient(
    ellipse at center,
    rgba(122, 190, 255, 0.2) 0%,
    rgba(102, 173, 255, 0.12) 34%,
    rgba(71, 138, 230, 0.06) 56%,
    rgba(36, 86, 160, 0) 74%
  );
}

.lead-form > * {
  position: relative;
  z-index: 1;
}

@keyframes leadFormSweep {
  0%,
  72% {
    opacity: 0;
    transform: translate3d(-20%, -50%, 0) rotate(-8deg) scale(0.85);
  }

  76% {
    opacity: 0.28;
  }

  88% {
    opacity: 0.16;
    transform: translate3d(165%, -50%, 0) rotate(-8deg) scale(1);
  }

  94%,
  100% {
    opacity: 0;
    transform: translate3d(190%, -50%, 0) rotate(-8deg) scale(1.02);
  }
}

.lead-form label {
  position: relative;
  display: grid;
  gap: 0.38rem;
  color: #dce8f8;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

[data-theme="light"] .lead-form label {
  color: #274463;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  background: linear-gradient(180deg, rgba(7, 15, 29, 0.95), rgba(7, 18, 34, 0.95));
  border: 1px solid rgba(95, 162, 255, 0.38);
  border-radius: 10px;
  padding: 0.74rem 0.8rem;
  color: var(--text);
  font: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: inset 0 0 0 1px rgba(145, 204, 255, 0.06);
}

[data-theme="light"] .lead-form input,
[data-theme="light"] .lead-form textarea {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.98));
  border-color: rgba(118, 161, 208, 0.26);
  color: #17324f;
  box-shadow: inset 0 0 0 1px rgba(142, 198, 255, 0.08);
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(183, 206, 231, 0.72);
}

[data-theme="light"] .lead-form input::placeholder,
[data-theme="light"] .lead-form textarea::placeholder {
  color: rgba(96, 123, 154, 0.72);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: none;
  border-color: #69bcff;
  box-shadow:
    0 0 0 2px rgba(92, 169, 255, 0.22),
    0 0 20px rgba(66, 151, 255, 0.34),
    inset 0 0 0 1px rgba(160, 214, 255, 0.28);
  background: linear-gradient(180deg, rgba(8, 19, 37, 0.97), rgba(9, 22, 43, 0.97));
}

[data-theme="light"] .lead-form input:focus,
[data-theme="light"] .lead-form textarea:focus {
  border-color: #58a7ff;
  box-shadow:
    0 0 0 2px rgba(88, 167, 255, 0.18),
    0 0 18px rgba(88, 167, 255, 0.18),
    inset 0 0 0 1px rgba(150, 210, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(242, 248, 255, 1));
}

.form-feedback {
  min-height: 1.3rem;
  font-size: 0.9rem;
  color: var(--accent);
}

[data-theme="light"] .form-feedback {
  color: #1f7cff;
}

.site-footer {
  margin-top: clamp(2.2rem, 5vw, 4rem);
  padding: clamp(2.1rem, 5vw, 3.1rem) 0 1.1rem;
  border-top: 1px solid rgba(61, 140, 255, 0.32);
  background:
    radial-gradient(110% 80% at 8% 8%, rgba(48, 108, 255, 0.16), transparent 58%),
    radial-gradient(80% 60% at 92% 12%, rgba(69, 176, 255, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(5, 11, 19, 0.82), rgba(4, 10, 17, 0.96));
}

[data-theme="light"] .site-footer {
  border-top-color: rgba(111, 147, 189, 0.22);
  background:
    radial-gradient(110% 80% at 8% 8%, rgba(86, 163, 255, 0.08), transparent 58%),
    radial-gradient(80% 60% at 92% 12%, rgba(110, 191, 255, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(244, 249, 255, 0.96), rgba(234, 243, 252, 0.98));
}

.footer-grid {
  display: grid;
  gap: 1.3rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(52, 79, 112, 0.62);
  background: linear-gradient(146deg, rgba(12, 20, 30, 0.88), rgba(8, 15, 24, 0.88));
  border-radius: var(--radius);
  padding: 1rem;
}

[data-theme="light"] .footer-col {
  border-color: rgba(111, 147, 189, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 246, 253, 0.98));
  box-shadow:
    0 14px 28px rgba(31, 70, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.footer-col h3 {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}

[data-theme="light"] .footer-col h3 {
  color: #17324f;
}

.footer-logo {
  margin: 0;
  display: inline-block;
  position: relative;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.4rem, 6vw, 2.3rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0.08em;
  color: transparent;
  -webkit-text-stroke: 1.1px rgba(245, 251, 255, 0.9);
  text-transform: uppercase;
  text-shadow:
    0 0 5px rgba(255, 255, 255, 0.2),
    0 0 14px rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .footer-logo {
  -webkit-text-stroke: 1.1px rgba(32, 82, 141, 0.86);
  text-shadow:
    0 0 5px rgba(92, 169, 255, 0.16),
    0 0 14px rgba(92, 169, 255, 0.08);
}

.footer-logo::before,
.footer-logo::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke: 1.3px rgba(255, 255, 255, 0.92);
  background-image: linear-gradient(
    108deg,
    rgba(255, 255, 255, 0) 38%,
    rgba(255, 255, 255, 0.92) 50%,
    rgba(255, 255, 255, 0) 62%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  background-position: -180% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  opacity: 0;
  animation: leadStrokeGlowSweep 3.6s linear infinite;
}

[data-theme="light"] .footer-logo::before,
[data-theme="light"] .footer-logo::after {
  -webkit-text-stroke: 1.3px rgba(32, 82, 141, 0.9);
  background-image: linear-gradient(
    108deg,
    rgba(255, 255, 255, 0) 38%,
    rgba(103, 180, 255, 0.9) 50%,
    rgba(255, 255, 255, 0) 62%
  );
  filter: drop-shadow(0 0 10px rgba(92, 169, 255, 0.22));
}

.footer-logo::after {
  animation-delay: -1.8s;
}

.footer-tagline {
  margin-top: 0.7rem;
  color: #a8b8cc;
  max-width: 30ch;
}

[data-theme="light"] .footer-tagline {
  color: #58708a;
}

.footer-description {
  margin-top: 0.65rem;
  color: #8ea6c2;
  max-width: 36ch;
  font-size: 0.95rem;
}

[data-theme="light"] .footer-description {
  color: #6c8097;
}

.footer-brand-col .footer-logo {
  align-self: center;
}

.footer-brand-col .footer-partner {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}

.footer-partner-brand {
  display: block;
  position: relative;
  width: min(160px, 54%);
  aspect-ratio: 641 / 494;
}

.footer-partner-logo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  filter:
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.2))
    drop-shadow(0 0 22px rgba(132, 188, 255, 0.22));
  opacity: 0.95;
  transition:
    opacity var(--theme-transition-duration) var(--theme-transition-ease),
    filter var(--theme-transition-duration) var(--theme-transition-ease);
}

.footer-partner-logo--light {
  opacity: 0;
}

[data-theme="light"] .footer-partner-logo--dark {
  opacity: 0;
}

[data-theme="light"] .footer-partner-logo--light {
  opacity: 1;
  filter: drop-shadow(0 8px 18px rgba(32, 78, 129, 0.14));
}

.footer-links a {
  display: block;
  color: #d4e3f4;
  text-decoration: none;
  padding: 0.25rem 0;
  transition: color 0.25s ease, text-shadow 0.25s ease, transform 0.25s ease;
}

[data-theme="light"] .footer-links a {
  color: #4e6680;
}

.footer-links a:hover {
  color: #b8ddff;
  text-shadow: 0 0 10px rgba(87, 178, 255, 0.48);
  transform: translateX(3px);
}

[data-theme="light"] .footer-links a:hover {
  color: #1f7cff;
  text-shadow: 0 0 10px rgba(92, 169, 255, 0.18);
}

.map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(80, 136, 214, 0.55);
  box-shadow:
    0 0 0 1px rgba(55, 96, 156, 0.28) inset,
    0 10px 22px rgba(7, 17, 30, 0.44);
}

[data-theme="light"] .map-wrap {
  border-color: rgba(111, 147, 189, 0.22);
  box-shadow:
    0 0 0 1px rgba(140, 185, 232, 0.18) inset,
    0 12px 24px rgba(31, 70, 110, 0.08);
}

.map-wrap iframe {
  width: 100%;
  height: 180px;
  border: 0;
  display: block;
  filter: saturate(1.1) contrast(1.03);
}

[data-theme="light"] .map-wrap iframe {
  filter: saturate(1.03) contrast(1.01);
}

.map-pin-btn {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700;
  color: #eaf3ff;
  border: 1px solid rgba(129, 198, 255, 0.68);
  background: linear-gradient(130deg, #2a67f8, #41a3ff);
  box-shadow: 0 8px 18px rgba(27, 97, 245, 0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

[data-theme="light"] .map-pin-btn {
  border-color: rgba(57, 135, 255, 0.36);
  background: linear-gradient(130deg, #1b6bf4, #4eb0ff);
  box-shadow: 0 10px 20px rgba(36, 103, 214, 0.22);
}

.map-pin-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 12px 22px rgba(34, 107, 255, 0.5),
    0 0 15px rgba(73, 177, 255, 0.45);
}

[data-theme="light"] .map-pin-btn:hover {
  box-shadow:
    0 14px 24px rgba(34, 107, 255, 0.26),
    0 0 14px rgba(92, 169, 255, 0.18);
}

.map-pin-btn svg {
  width: 0.86rem;
  height: 0.86rem;
}

.floating-bot {
  position: fixed;
  right: var(--floating-bot-right-runtime, var(--floating-bot-right));
  bottom: calc(var(--floating-bottom) + var(--floating-whatsapp-size) + var(--floating-gap));
  z-index: 121;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.14rem;
  width: var(--floating-bot-visual-size);
  min-width: var(--floating-bot-visual-size);
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #eef7ff;
  cursor: pointer;
  overflow: visible;
  isolation: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.8rem) scale(0.96);
  will-change: transform, opacity;
  transition:
    visibility 0s linear 0.58s,
    opacity 0.58s ease,
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-bot.floating-bot--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition:
    visibility 0s linear 0s,
    opacity 0.58s ease,
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-theme="light"] .floating-bot {
  color: #17324f;
}

.floating-bot:focus-visible {
  outline: none;
  transform: translateY(-3px) scale(1.04);
}

.floating-bot__head,
.floating-bot__label {
  position: relative;
  z-index: 1;
}

.floating-bot__head {
  width: var(--floating-bot-visual-size);
  height: var(--floating-bot-visual-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform-origin: center bottom;
  animation: botFloat 3.6s ease-in-out infinite;
}

.floating-bot__svg {
  width: 4.6rem;
  height: 4.6rem;
  display: block;
  overflow: visible;
  filter:
    drop-shadow(0 12px 26px rgba(5, 18, 34, 0.28))
    drop-shadow(0 0 18px rgba(66, 215, 255, 0.28));
}

[data-theme="light"] .floating-bot__svg {
  filter:
    drop-shadow(0 12px 24px rgba(40, 100, 170, 0.16))
    drop-shadow(0 0 14px rgba(66, 124, 255, 0.18));
}

.floating-bot__art {
  transform-origin: 50% 52%;
}

.floating-bot__shell,
.floating-bot__torso,
.floating-bot__arm {
  filter: drop-shadow(0 2px 3px rgba(8, 20, 34, 0.1));
}

.floating-bot__visor {
  opacity: 0.98;
  animation: botVisorSweep 4.4s ease-in-out infinite;
}

.floating-bot__eye {
  transform-origin: center;
  animation: botEyePulse 4.2s ease-in-out infinite;
}

.floating-bot__core {
  transform-origin: center;
  animation: botCorePulse 2.4s ease-in-out infinite;
}

.floating-bot__core-ring {
  transform-origin: center;
  animation: botRingPulse 2.4s ease-in-out infinite;
}

.floating-bot__label {
  font-family: "Orbitron", sans-serif;
  font-size: 0.44rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.48;
  text-shadow: 0 0 10px rgba(85, 190, 255, 0.18);
}

.floating-bot-panel__content {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.floating-bot-panel__avatar {
  flex: 0 0 auto;
  width: 2.85rem;
  height: 2.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(37, 112, 255, 0.3), rgba(58, 193, 255, 0.22));
  box-shadow:
    inset 0 0 0 1px rgba(103, 178, 255, 0.2),
    0 10px 18px rgba(5, 18, 34, 0.18);
}

[data-theme="light"] .floating-bot-panel__avatar {
  background: linear-gradient(145deg, rgba(223, 239, 255, 1), rgba(205, 228, 253, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(76, 153, 255, 0.2),
    0 10px 18px rgba(36, 112, 210, 0.1);
}

.floating-bot-panel__avatar .floating-bot__svg {
  width: 2.3rem;
  height: 2.3rem;
}

.floating-bot-panel__text {
  display: block;
}

.floating-bot-panel {
  position: fixed;
  right: var(--floating-edge);
  bottom: calc(var(--floating-bottom) + var(--floating-whatsapp-size) + var(--floating-gap) + var(--floating-bot-stack-height) + 0.65rem);
  z-index: 122;
  width: min(290px, calc(100vw - 2rem));
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(94, 168, 255, 0.24);
  background: linear-gradient(160deg, rgba(14, 24, 37, 0.97), rgba(9, 17, 26, 0.98));
  box-shadow:
    0 18px 36px rgba(4, 18, 38, 0.42),
    0 0 0 1px rgba(55, 96, 156, 0.14) inset;
  color: #eaf3ff;
  font-size: 0.92rem;
  line-height: 1.5;
  animation: botPanelIn 0.26s ease-out;
}

[data-theme="light"] .floating-bot-panel {
  border-color: rgba(111, 147, 189, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 244, 252, 0.98));
  box-shadow:
    0 18px 36px rgba(31, 70, 110, 0.12),
    0 0 0 1px rgba(130, 181, 234, 0.12) inset;
  color: #274463;
}

.floating-bot-panel::after {
  content: "";
  position: absolute;
  right: 1.35rem;
  bottom: -0.45rem;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 1px solid rgba(94, 168, 255, 0.24);
  border-bottom: 1px solid rgba(94, 168, 255, 0.24);
  background: inherit;
  transform: rotate(45deg);
}

[data-theme="light"] .floating-bot-panel::after {
  border-right-color: rgba(111, 147, 189, 0.22);
  border-bottom-color: rgba(111, 147, 189, 0.22);
}

@keyframes botFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.45deg);
  }

  50% {
    transform: translateY(-3px) rotate(0.45deg);
  }
}

@keyframes botEyePulse {
  0%,
  44%,
  52%,
  100% {
    opacity: 1;
    transform: scaleY(1);
  }

  48% {
    opacity: 0.68;
    transform: scaleY(0.18);
  }
}

@keyframes botCorePulse {
  0%,
  100% {
    transform: scale(0.96);
    filter: drop-shadow(0 0 1px rgba(255, 190, 0, 0.18));
  }

  50% {
    transform: scale(1.08);
    filter: drop-shadow(0 0 8px rgba(255, 190, 0, 0.38));
  }
}

@keyframes botRingPulse {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(0.88);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.06);
  }
}

@keyframes botVisorSweep {
  0%,
  100% {
    opacity: 0.92;
    filter: drop-shadow(0 0 2px rgba(76, 208, 255, 0.12));
  }

  50% {
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(76, 208, 255, 0.32));
  }
}

@keyframes botPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) {
  .floating-bot:hover {
    transform: translateY(-8px) scale(1.04);
  }

  .floating-bot:hover .floating-bot__head {
    animation-duration: 2.4s;
  }
}

.floating-whatsapp {
  position: fixed !important;
  left: auto !important;
  right: var(--floating-edge) !important;
  bottom: var(--floating-bottom) !important;
  z-index: 120 !important;
  display: inline-flex;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.65rem;
  padding: 0.72rem 0.9rem 0.72rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(75, 168, 255, 0.34);
  background: linear-gradient(160deg, rgba(20, 30, 43, 0.94), rgba(15, 23, 33, 0.96));
  box-shadow:
    0 16px 34px rgba(4, 18, 38, 0.45),
    0 0 0 1px rgba(55, 96, 156, 0.18) inset;
  color: #eef7ff;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.floating-whatsapp::before,
.floating-whatsapp::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.floating-whatsapp::before {
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.12),
    rgba(61, 140, 255, 0.08),
    rgba(255, 255, 255, 0.04)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.floating-whatsapp::after {
  top: -150%;
  left: -42%;
  width: 42%;
  height: 380%;
  background: linear-gradient(
    102deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(166, 220, 255, 0.34) 48%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(16deg) translateX(-140%);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-whatsapp__icon,
.floating-whatsapp__label {
  position: relative;
  z-index: 1;
}

.floating-whatsapp__icon {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  color: #a8d9ff;
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(37, 112, 255, 0.38), rgba(58, 193, 255, 0.28));
  box-shadow: inset 0 0 0 1px rgba(103, 178, 255, 0.3);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease;
}

.floating-whatsapp__icon svg {
  width: 1.16rem;
  height: 1.16rem;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-whatsapp__label {
  font-family: "Orbitron", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (hover: hover) {
  .floating-whatsapp:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(84, 168, 255, 0.56);
    background: linear-gradient(158deg, rgba(18, 34, 54, 0.95), rgba(10, 24, 42, 0.95));
    box-shadow:
      0 18px 36px rgba(4, 18, 38, 0.42),
      0 0 24px rgba(46, 139, 255, 0.24);
  }

  .floating-whatsapp:hover::before {
    opacity: 1;
  }

  .floating-whatsapp:hover::after {
    transform: rotate(16deg) translateX(390%);
  }

  .floating-whatsapp:hover .floating-whatsapp__icon {
    transform: translateY(-2px) scale(1.08);
    color: #c7e7ff;
    background: linear-gradient(140deg, rgba(41, 118, 255, 0.58), rgba(78, 180, 255, 0.34));
    box-shadow: 0 0 18px rgba(56, 160, 255, 0.45);
  }

  .floating-whatsapp:hover .floating-whatsapp__icon svg {
    transform: scale(1.08) rotate(-3deg);
  }
}

.footer-contact,
.footer-address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.45rem 0 0;
  color: #d5e7fb;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

[data-theme="light"] .footer-contact,
[data-theme="light"] .footer-address {
  color: #58718a;
}

.footer-contact svg,
.footer-address svg {
  width: 1rem;
  height: 1rem;
  color: #9ecfff;
  flex-shrink: 0;
}

[data-theme="light"] .footer-contact svg,
[data-theme="light"] .footer-address svg {
  color: #3d8cff;
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
  font: inherit;
}

.footer-address span {
  color: inherit;
  font: inherit;
}

.footer-bottom {
  margin-top: 0.95rem;
  border-top: 1px solid rgba(57, 83, 113, 0.62);
  padding-top: 0.72rem;
  color: #8fa3ba;
  font-size: 0.84rem;
  text-align: center;
}

[data-theme="light"] .footer-bottom {
  border-top-color: rgba(111, 147, 189, 0.18);
  color: #778ba1;
}

.footer-bottom a {
  color: #d9ecff;
  text-decoration: none;
  border-bottom: 1px solid rgba(153, 209, 255, 0.36);
  transition: color 0.22s ease, border-color 0.22s ease, text-shadow 0.22s ease;
}

[data-theme="light"] .footer-bottom a {
  color: #2b78ff;
  border-bottom-color: rgba(74, 143, 255, 0.22);
}

.footer-bottom a:hover {
  color: #9fd4ff;
  border-color: rgba(138, 205, 255, 0.75);
  text-shadow: 0 0 10px rgba(98, 186, 255, 0.4);
}

[data-theme="light"] .footer-bottom a:hover {
  color: #0f66ff;
  border-bottom-color: rgba(63, 135, 255, 0.42);
  text-shadow: 0 0 10px rgba(92, 169, 255, 0.18);
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(4, 8, 13, 0.72);
  backdrop-filter: blur(4px);
  display: grid;
  place-items: center;
  z-index: 100;
  padding: 1rem;
}

[data-theme="light"] .modal {
  background: rgba(231, 239, 248, 0.72);
}

.modal[hidden] {
  display: none !important;
}

.modal-card {
  width: min(560px, 92vw);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(140deg, rgba(17, 26, 37, 0.98), rgba(11, 17, 26, 0.98));
  box-shadow: var(--shadow);
  padding: 1.3rem;
}

[data-theme="light"] .modal-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(238, 246, 253, 0.99));
  box-shadow:
    0 24px 60px rgba(30, 70, 110, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.modal-card p {
  margin-top: 0.7rem;
  color: #d1dbe7;
}

[data-theme="light"] .modal-card h3 {
  color: #17324f;
}

[data-theme="light"] .modal-card p {
  color: #5b7088;
}

.modal-card .btn {
  margin-top: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 759px) {
  .hero-copy {
    order: 2;
  }

  .hero-media {
    order: 1;
  }

  :root {
    --floating-edge: 0.85rem;
    --floating-bottom: max(0.85rem, calc(env(safe-area-inset-bottom, 0px) + 0.5rem));
    --floating-gap: 1rem;
    --floating-whatsapp-size: 3.2rem;
    --floating-bot-size: 2.85rem;
    --floating-bot-visual-size: 3.35rem;
    --floating-bot-stack-height: 3.35rem;
    --floating-bot-right: calc(var(--floating-edge) + ((var(--floating-whatsapp-size) - var(--floating-bot-visual-size)) / 2));
  }

  .site-header {
    padding: 0.78rem 0;
  }

  .site-header::before {
    animation: none;
    opacity: 0;
  }

  .site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    min-width: 0;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex: 0 0 auto;
  }

  .brand {
    gap: 0.28rem;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand-partner {
    width: 2.2rem;
    height: 1.68rem;
  }

  .site-header .btn {
    padding: 0.4rem 0.72rem;
    font-size: 0.76rem;
    line-height: 1.1;
    white-space: nowrap !important;
    flex-shrink: 0;
    max-width: none;
    text-align: center;
  }

  .theme-toggle {
    gap: 0.42rem;
    min-height: 2.28rem;
    padding: 0.22rem 0.32rem 0.22rem 0.36rem;
  }

  .theme-toggle__icon {
    width: 1.58rem;
    height: 1.58rem;
  }

  .theme-toggle__icon svg {
    width: 0.82rem;
    height: 0.82rem;
  }

  .theme-toggle__label {
    min-width: 2.7rem;
    padding-right: 0;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .floating-bot {
    width: var(--floating-bot-visual-size);
    min-width: 0;
    padding: 0;
    gap: 0;
    justify-content: center;
    border-radius: 0;
    z-index: 126 !important;
  }

  .floating-bot__head {
    width: var(--floating-bot-visual-size);
    height: var(--floating-bot-visual-size);
  }

  .floating-bot__svg {
    width: var(--floating-bot-visual-size);
    height: var(--floating-bot-visual-size);
  }

  .floating-bot__label {
    display: none;
  }

  .floating-bot-panel {
    right: 0.85rem;
    width: min(260px, calc(100vw - 1.7rem));
    font-size: 0.88rem;
    z-index: 125 !important;
  }

  .floating-bot-panel__content {
    align-items: flex-start;
    gap: 0.72rem;
  }

  .floating-bot-panel__avatar {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 14px;
  }

  .floating-bot-panel__avatar .floating-bot__svg {
    width: 1.86rem;
    height: 1.86rem;
  }

  .floating-whatsapp {
    right: 0.85rem;
    bottom: max(0.85rem, calc(env(safe-area-inset-bottom, 0px) + 0.5rem));
    width: 3.2rem;
    height: 3.2rem;
    min-height: 0;
    justify-content: center;
    padding: 0;
    gap: 0;
    border-radius: 50%;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.55), 0 0 12px rgba(61, 140, 255, 0.2);
    /* Must keep translateZ(0) — removing it breaks position:fixed on iOS WebKit */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .floating-whatsapp__icon {
    background: transparent;
    box-shadow: none;
    width: 100%;
    height: 100%;
  }

  .floating-whatsapp__icon svg {
    width: 1.46rem;
    height: 1.46rem;
    color: #fff;
    filter: drop-shadow(0 0 6px rgba(61, 140, 255, 0.3));
  }

  .floating-whatsapp__label {
    display: none;
  }

  .floating-whatsapp::before,
  .floating-whatsapp::after {
    display: none;
  }

  .hero-media {
    aspect-ratio: auto;
  }

  .site-footer {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  }

  .price-showcase {
    gap: 1.1rem;
  }

  .price-copy,
  .price-card {
    border-radius: calc(var(--radius) + 2px);
  }

  .price-card {
    min-height: 248px;
    padding: 1.35rem;
  }

  .price-card::before {
    inset: 8%;
  }

  .price-card__label {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
  }

  .price-card__value-wrap {
    gap: 0.18rem;
  }

  .price-card__currency {
    margin-top: 0.38rem;
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .price-card__value {
    font-size: clamp(3.45rem, 17vw, 4.8rem);
  }

  .price-card__caption {
    font-size: 0.86rem;
    letter-spacing: 0.12em;
  }

  .hero-media img {
    min-height: 0;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
  }

  .hero-slide-image {
    animation: none;
    transform: none;
  }
}

@media (max-width: 420px) {
  :root {
    --floating-edge: 0.72rem;
    --floating-bottom: max(0.72rem, calc(env(safe-area-inset-bottom, 0px) + 0.4rem));
    --floating-gap: 0.9rem;
    --floating-whatsapp-size: 3rem;
    --floating-bot-size: 2.7rem;
    --floating-bot-visual-size: 3.05rem;
    --floating-bot-stack-height: 3.05rem;
    --floating-bot-right: calc(var(--floating-edge) + ((var(--floating-whatsapp-size) - var(--floating-bot-visual-size)) / 2));
  }

  .brand {
    font-size: 0.67rem;
    letter-spacing: 0.03em;
  }

  .brand-partner {
    width: 2rem;
    height: 1.52rem;
  }

  .header-actions {
    gap: 0.28rem;
  }

  .site-header .btn {
    padding: 0.38rem 0.62rem;
    font-size: 0.72rem;
  }

  .theme-toggle {
    gap: 0.34rem;
    min-height: 2.14rem;
    padding: 0.18rem 0.28rem 0.18rem 0.32rem;
  }

  .theme-toggle__icon {
    width: 1.46rem;
    height: 1.46rem;
  }

  .theme-toggle__icon svg {
    width: 0.76rem;
    height: 0.76rem;
  }

  .theme-toggle__label {
    min-width: 2.45rem;
    font-size: 0.64rem;
  }

  .floating-bot__head {
    width: var(--floating-bot-visual-size);
    height: var(--floating-bot-visual-size);
  }

  .floating-bot-panel {
    right: 0.72rem;
    width: min(240px, calc(100vw - 1.44rem));
    padding: 0.82rem 0.9rem;
    font-size: 0.84rem;
  }

  .floating-bot-panel__avatar {
    width: 2.38rem;
    height: 2.38rem;
  }

  .floating-bot-panel__avatar .floating-bot__svg {
    width: 1.72rem;
    height: 1.72rem;
  }
}

@media (min-width: 760px) {
  .hero {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.1rem;
  }

  .price-showcase {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  }

  .price-incentives-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-row {
    grid-template-columns: 1fr 1fr;
    padding: 1.2rem;
  }

  .feature-row.reverse .feature-media {
    order: 2;
  }

  .lead-wrap {
    grid-template-columns: 0.9fr 1.1fr;
    padding: 1.6rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-map {
    grid-column: 1 / -1;
  }

  .map-wrap iframe {
    height: 210px;
  }
}

@media (min-width: 1024px) {
  .site-header {
    padding: 1.4rem 0;
  }

  .hero-slide-caption {
    max-width: min(64ch, 92%);
  }

  .hero-slide-tagline {
    white-space: nowrap;
  }

  .highlight-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-stack {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
  }



  .showcase:nth-child(4n+1) {
    grid-column: span 1;
  }

  .showcase img {
    min-height: unset;
  }



  .logo-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 0.95fr 0.6fr 1.25fr;
    align-items: stretch;
  }

  .footer-map {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body,
  .bg-orb,
  .energy-floor::before,
  .energy-floor::after {
    animation: none;
  }

  .reveal,
  .btn,
  .theme-toggle,
  .theme-toggle__icon,
  .brand-partner-logo,
  .hero-outline-brand,
  .hero-brand-logo,
  .floating-bot,
  .floating-bot__head,
  .floating-bot__svg,
  .floating-bot__eye,
  .floating-bot__core,
  .floating-bot__core-ring,
  .highlight-card,
  .highlight-card::before,
  .highlight-card::after,
  .icon,
  .icon svg,
  .review-card,
  .price-card,
  .price-card::before,
  .price-card::after,
  .price-card__value-wrap,
  .faq-answer,
  .btn-primary::before,
  .btn-primary::after,
  .btn-outline::before,
  .btn-outline::after {
    transition: none;
  }

  .hero-slide-image {
    animation: none;
    transform: none;
  }

  .hero-media picture {
    transition: none;
    transform: none;
  }

  .hero-slide-tagline span {
    animation: none;
  }

  .price-card::before,
  .price-card::after,
  .price-card__value-wrap {
    animation: none;
  }

  .lead-outline-brand::before,
  .lead-outline-brand::after {
    animation: none;
  }

  .hero-outline-brand::before,
  .hero-outline-brand::after {
    animation: none;
  }

  .stat--autonomy,
  .stat--autonomy::before,
  .stat--autonomy::after {
    animation: none;
    transform: none;
  }

  .footer-logo::before,
  .footer-logo::after,
  .lead-form::before {
    animation: none;
  }

  .reviews-scroller {
    animation: none;
    transform: none;
  }

  .reviews-row[aria-hidden="true"] {
    display: none;
  }

  .floating-whatsapp,
  .floating-whatsapp::before,
  .floating-whatsapp::after,
  .floating-bot,
  .floating-bot__head,
  .floating-bot__svg,
  .floating-whatsapp__icon,
  .floating-whatsapp__icon svg {
    transition: none;
    animation: none;
  }
}

@media (max-width: 480px) and (max-height: 950px) {
  .floating-whatsapp {
    right: 0.72rem;
    bottom: max(0.72rem, calc(env(safe-area-inset-bottom, 0px) + 0.4rem));
    width: 3rem;
    height: 3rem;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  .floating-whatsapp__icon svg {
    width: 1.36rem;
    height: 1.36rem;
  }

  .site-footer {
    padding-bottom: calc(4.2rem + env(safe-area-inset-bottom, 0px));
  }
}
@keyframes headerEnergySweep {
  0% {
    transform: translateX(0);
  }
  20%, 100% {
    /* 600% of own width (40%) = 240% of header,
       starting at left:-100% → ends at -100%+240% = 140% out of view */
    transform: translateX(600%);
  }
}
