:root {
  color-scheme: dark;

  --bg-0: #030814;
  --bg-1: #06101d;
  --bg-2: #091524;
  --bg-3: #0d1b2f;
  --bg-4: #112542;

  --panel: rgba(9, 18, 32, 0.76);
  --panel-strong: rgba(8, 16, 29, 0.92);
  --panel-soft: rgba(255, 255, 255, 0.055);
  --panel-softer: rgba(255, 255, 255, 0.035);

  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.16);
  --line-gold: rgba(255, 209, 102, 0.26);
  --line-blue: rgba(96, 173, 255, 0.20);

  --text: #edf4ff;
  --text-strong: #ffffff;
  --muted: #c2cfdf;
  --muted-2: #92a5c3;

  --brand-1: #5bb3ff;
  --brand-2: #1372eb;
  --brand-3: #0b4ea6;

  --accent-1: #ffe29d;
  --accent-2: #ffc857;
  --accent-3: #ff8a1f;

  --success: #14b86c;
  --danger: #e45656;

  --shadow-xl:
    0 42px 110px rgba(0, 0, 0, 0.42),
    0 18px 42px rgba(0, 0, 0, 0.28);
  --shadow-lg:
    0 28px 64px rgba(0, 0, 0, 0.34),
    0 12px 28px rgba(0, 0, 0, 0.22);
  --shadow-md:
    0 18px 40px rgba(0, 0, 0, 0.22),
    0 8px 18px rgba(0, 0, 0, 0.16);

  --radius-2xl: 42px;
  --radius-xl: 32px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 15px;

  --container: min(1400px, calc(100vw - 20px));
  --header-h: 88px;
  --safe-top: max(10px, env(safe-area-inset-top));
  --safe-bottom: max(12px, env(safe-area-inset-bottom));
}

/* =========================================================
   RESET
   ========================================================= */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at 0% 0%, rgba(19, 114, 235, 0.18), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.14), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(19, 114, 235, 0.10), transparent 28%),
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 42%, var(--bg-0) 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  border: 0;
  outline: 0;
}

button {
  background: transparent;
}

[hidden] {
  display: none !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(255, 214, 128, 0.95);
  outline-offset: 3px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/* =========================================================
   BACKGROUND LAYERS
   ========================================================= */

.bg-orb,
.bg-grid,
.bg-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.bg-orb {
  z-index: -3;
  filter: blur(12px);
}

.bg-orb--left {
  background: radial-gradient(circle at 0% 12%, rgba(19, 114, 235, 0.16), transparent 34%);
}

.bg-orb--right {
  background: radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.12), transparent 28%);
}

.bg-grid {
  z-index: -4;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, #000 16%, transparent 78%);
}

.bg-noise {
  z-index: -2;
  opacity: 0.12;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 92%);
}

/* =========================================================
   GENERAL TYPOGRAPHY / LAYOUT
   ========================================================= */

.section-pad {
  padding: 92px 0;
}

.hero.section-pad--hero {
  padding-top: 0;
  padding-bottom: 10px;
}

.section-pad--tight {
  padding-top: 38px;
  padding-bottom: 84px;
}

/* =========================================================
   SECTION SPACING REFINEMENTS
   ========================================================= */

#produto.section-pad--tight {
  margin-top: -82px;
  padding-top: 20px;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}

.report-library-section {
  padding-top: 28px;
  padding-bottom: 52px;
}


#modulos.section-pad {
  padding-top: 58px;
  padding-bottom: 56px;
}


#mercados.section-pad--tight {
  padding-top: 26px;
  padding-bottom: 28px;
}

#faq.section-pad--tight {
  padding-top: 18px;
  padding-bottom: 40px;
}


#demo.section-pad {
  padding-top: 56px;
}

.section-band {
  position: relative;
  isolation: isolate;
}

.section-band::before {
  content: "";
  position: absolute;
  inset: 22px 0;
  z-index: -1;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.section-band--soft::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.008));
}

.section-band--clear::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0));
}

.section-band--accent::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(19, 114, 235, 0.13), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(255, 138, 31, 0.10), transparent 24%),
    linear-gradient(180deg, rgba(8, 16, 30, 0.74), rgba(8, 16, 30, 0.18));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e2ecff;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-2), var(--accent-3));
}

.section-head {
  max-width: 860px;
  margin: 0 0 36px;
}

.section-head--center {
  text-align: center;
  margin-inline: auto;
}

.hero-copy h1,
.section-head h2,
.markets-copy h2,
.lead-form h3,
.price-card h3 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-wrap: balance;
  color: var(--text-strong);
}



.hero-copy h1 {
  max-width: 12.6ch;
  font-size: clamp(2.5rem, 4.45vw, 4.48rem);
}

.section-head h2,
.markets-copy h2,
.lead-form h3 {
  font-size: clamp(2rem, 4.15vw, 3.28rem);
}

.price-card h3 {
  font-size: clamp(1.18rem, 2vw, 1.56rem);
  line-height: 1.08;
}

.hero-text,
.section-head p,
.markets-copy p,
.lead-form p,
.price-tagline,
.form-note,
.faq-content p,
.footer-brand p,
.hero-proof-strip span,
.module-peek-card__detail p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.section-head p,
.markets-copy p,
.lead-form p {
  margin-top: 18px;
}

/* =========================================================
   SHARED GLASS / PANEL STYLES
   ========================================================= */

.module-peek-card,
.price-card,
.lead-form,
.faq-item,
.markets-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px) saturate(145%);
}

.module-peek-card::before,
.price-card::before,
.lead-form::before,
.faq-item::before,
.markets-shell::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0.58;
  pointer-events: none;
}

.hero-badges,
.hero-proof-strip,
.market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-badges span,
.hero-proof-strip span,
.market-tags span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #eef4ff;
  font-size: 0.94rem;
}

.hero-badges span::before,
.hero-proof-strip span::before,
.market-tags span::before,
.check-list li::before,
.module-peek-card__mini-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 4px rgba(255, 200, 87, 0.13);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
}

.check-list--compact {
  gap: 10px;
}

.check-list li,
.module-peek-card__mini-list li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  color: #edf4ff;
  line-height: 1.58;
}

.check-list li::before,
.module-peek-card__mini-list li::before {
  transform: translateY(0.4rem);
}

/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  padding-top: var(--safe-top);
  background:
    linear-gradient(180deg, rgba(7, 17, 29, 0.93), rgba(7, 17, 29, 0.62) 74%, rgba(7, 17, 29, 0));
  backdrop-filter: blur(16px) saturate(155%);
  border-bottom: 1px solid transparent;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(7, 17, 29, 0.98), rgba(7, 17, 29, 0.90));
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.nav-shell {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  flex: 0 0 auto;
  min-width: 0;
}

.brand img {
  width: clamp(166px, 18vw, 288px);
  height: auto;
}

.nav-desktop,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-desktop {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.nav-desktop a {
  position: relative;
  padding: 8px 4px;
  transition: color 180ms ease;
}

.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-2), var(--accent-3));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-desktop a:hover,
.nav-desktop a:focus-visible,
.nav-desktop a.is-active {
  color: #f6f9ff;
}

.nav-desktop a:hover::after,
.nav-desktop a:focus-visible::after,
.nav-desktop a.is-active::after {
  transform: scaleX(1);
}

/* =========================================================
   BUTTONS
   ========================================================= */

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 16px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.16) 28%, transparent 56%);
  transform: translateX(-140%);
  transition: transform 420ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.btn:hover::before {
  transform: translateX(140%);
}

.btn:active {
  transform: translateY(0);
}

.btn--primary {
  color: #1d1408;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, var(--accent-1) 0%, var(--accent-2) 46%, var(--accent-3) 100%);
  box-shadow:
    0 16px 28px rgba(255, 138, 31, 0.22),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

.btn--secondary {
  color: #f5f9ff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, var(--brand-1) 0%, var(--brand-2) 42%, var(--brand-3) 100%);
  box-shadow:
    0 16px 28px rgba(19, 114, 235, 0.20),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

.btn--ghost {
  color: #f4f8ff;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.btn--block {
  width: 100%;
}

.btn--xl {
  min-height: 58px;
  padding-inline: 22px;
}

/* =========================================================
   MOBILE MENU
   ========================================================= */

.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.menu-toggle span {
  position: absolute;
  left: 13px;
  right: 13px;
  height: 2px;
  border-radius: 999px;
  background: #f2f7ff;
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 24px; }
.menu-toggle span:nth-child(3) { top: 32px; }

.menu-toggle.is-open span:nth-child(1) {
  top: 24px;
  transform: rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  top: 24px;
  transform: rotate(-45deg);
}

.mobile-menu {
  padding: 0 16px 14px;
}

.mobile-menu__panel {
  width: min(var(--container), 100%);
  margin: 0 auto;
  padding: 16px;
  border-radius: 22px;
  background: rgba(8, 16, 30, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: 12px;
}

.mobile-menu__panel a {
  padding: 12px 8px;
  border-radius: 14px;
  font-weight: 800;
  color: #eef4ff;
}

.mobile-menu__panel > a:hover {
  background: rgba(255, 255, 255, 0.05);
}

.mobile-menu__actions {
  display: grid;
  gap: 10px;
  padding-top: 8px;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  padding-top: 8px;
  padding-bottom: 48px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(91, 179, 255, 0.10), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(255, 138, 31, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(22px, 3.4vw, 48px);
  align-items: center;
}

.hero-grid--clean {
  align-items: center;
}


.hero-copy {
  max-width: 548px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}


.hero-copy .eyebrow {
  margin-bottom: 12px;
}

.hero-badges {
  display: none !important;
  margin: 0 !important;
}


.hero-copy h1 {
  max-width: 14.4ch;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.047em;
  text-wrap: balance;
}

.hero-text {
  max-width: 38ch;
  margin-top: 14px;
  color: #d5e1f3;
  font-size: 1rem;
  line-height: 1.66;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-actions--premium .btn {
  min-width: 220px;
}


.hero-proof-strip {
  display: none;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-stage {
  position: relative;
  width: min(100%, 880px);
  min-height: clamp(428px, 52vw, 612px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  perspective: 1800px;
  transform-style: preserve-3d;
  isolation: isolate;
  animation: heroFloat 8.5s ease-in-out infinite;
}

.hero-stage__glow {
  position: absolute;
  inset: 56px 36px 60px 112px;
  z-index: 0;
  border-radius: 999px;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(91, 179, 255, 0.24) 0%,
      rgba(19, 114, 235, 0.14) 34%,
      rgba(19, 114, 235, 0.04) 58%,
      transparent 80%
    );
  filter: blur(42px);
  opacity: 0.78;
}

.hero-video-shell {
  --hero-parallax-x: 0px;
  --hero-parallax-y: 0px;
  --hero-rotate-x: 0deg;
  --hero-rotate-y: 0deg;

  position: relative;
  z-index: 2;
  width: min(100%, 860px);
  margin-left: auto;
  padding: 14px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(7, 16, 30, 0.985), rgba(4, 11, 22, 1));
  border: 1px solid rgba(158, 190, 235, 0.14);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.24),
    0 12px 24px rgba(0, 0, 0, 0.14),
    0 0 0 1px rgba(91, 179, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  isolation: isolate;
  transform:
    translate3d(var(--hero-parallax-x), var(--hero-parallax-y), 0)
    rotateX(var(--hero-rotate-x))
    rotateY(var(--hero-rotate-y));
  transform-style: preserve-3d;
  transition:
    transform 260ms cubic-bezier(.22,.61,.36,1),
    box-shadow 260ms ease,
    border-color 260ms ease;
  will-change: transform;
  backface-visibility: hidden;
}

.hero-video-shell:hover {
  border-color: rgba(167, 202, 248, 0.20);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.26),
    0 14px 28px rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(91, 179, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-video-shell::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.hero-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045),
      transparent 34%,
      transparent 70%,
      rgba(255, 255, 255, 0.02)
    );
  opacity: 0.60;
  pointer-events: none;
}

.hero-video-aura,
.hero-video-orbit,
.hero-video-gridline,
.hero-video-pedestal {
  display: none;
}

.hero-video-chassis {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-radius: 26px;
  background:
    linear-gradient(
      135deg,
      rgba(151, 177, 215, 0.14),
      rgba(24, 39, 62, 0.16) 24%,
      rgba(6, 13, 24, 0.98) 60%,
      rgba(123, 146, 180, 0.10) 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.16),
    0 8px 16px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px) saturate(145%);
}

.hero-video-chassis::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 20px;
  border: 1px solid rgba(176, 205, 245, 0.12);
  pointer-events: none;
}

.hero-video-chassis::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      transparent 28%,
      transparent 74%,
      rgba(255, 255, 255, 0.03)
    );
  opacity: 0.52;
  pointer-events: none;
}

.hero-video-chassis__glow,
.hero-video-chassis__edge,
.hero-video-frame-glow {
  display: none;
}

.hero-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(4, 10, 19, 0.985), rgba(4, 10, 19, 0.985));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 0 0 6px rgba(255, 255, 255, 0.01);
  pointer-events: none;
}


.hero-video-topbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 9px 14px;
  background: linear-gradient(180deg, rgba(4, 10, 20, 0.98), rgba(7, 14, 26, 0.92));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-video-topbar__reflection {
  position: absolute;
  inset: -26% auto auto -18%;
  width: 30%;
  height: 185%;
  pointer-events: none;
  background:
    linear-gradient(
      110deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 30%,
      rgba(255, 255, 255, 0.22) 50%,
      rgba(255, 255, 255, 0.06) 68%,
      rgba(255, 255, 255, 0) 100%
    );
  mix-blend-mode: screen;
  transform: skewX(-20deg) translateX(-180%);
  opacity: 0.52;
  animation: topbarSweep 9s ease-in-out infinite;
}

.hero-video-topbar__cluster {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.hero-video-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
}

.hero-video-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.hero-video-dots span:nth-child(1) { background: rgba(255, 117, 117, 0.86); }
.hero-video-dots span:nth-child(2) { background: rgba(255, 206, 92, 0.86); }
.hero-video-dots span:nth-child(3) { background: rgba(73, 214, 136, 0.86); }

.hero-video-brand {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.hero-video-brand strong {
  margin: 0;
  display: block;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #ffffff;
  white-space: nowrap;
}

.hero-video-brand span {
  display: block;
  color: #bfd0e7;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-video-chip-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-video-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #eef5ff;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(17, 30, 49, 0.96), rgba(9, 18, 31, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 16px rgba(0, 0, 0, 0.12);
}

.hero-video-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(180deg, #7cc2ff, #2d83ff);
  box-shadow: 0 0 0 4px rgba(91, 179, 255, 0.10);
}

.hero-video-screen {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  background:
    radial-gradient(circle at 24% 12%, rgba(20, 68, 150, 0.24), transparent 30%),
    linear-gradient(180deg, #06101c 0%, #040913 100%);
  aspect-ratio: 16 / 9.10;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 10px 20px rgba(0, 0, 0, 0.12);
}

.hero-video-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      transparent 18%,
      transparent 74%,
      rgba(0, 0, 0, 0.18)
    );
}

.hero-video-screen__glass {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.045),
      transparent 18%,
      transparent 72%,
      rgba(0, 0, 0, 0.12)
    ),
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.025) 24%,
      rgba(255, 255, 255, 0) 46%
    );
  mix-blend-mode: screen;
  opacity: 0.52;
}

.hero-video-screen__shine {
  position: absolute;
  inset: -12% -16% auto auto;
  z-index: 2;
  width: 36%;
  height: 132%;
  pointer-events: none;
  background:
    linear-gradient(
      118deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.11),
      rgba(255, 255, 255, 0)
    );
  transform: translateX(-180%) rotate(8deg);
  animation: screenSweep 11.5s ease-in-out infinite;
  opacity: 0.28;
}

.hero-video-screen__scan {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.022) 50%,
      rgba(255, 255, 255, 0) 100%
    );
  mix-blend-mode: soft-light;
  opacity: 0.14;
  transform: translateY(-100%);
  animation: screenScan 14s linear infinite;
}

.hero-video {
  position: absolute;
  top: -8.2%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 116.4%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  filter: saturate(1.03) contrast(1.02);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.hero-stage {
  position: relative;
  width: min(100%, 760px);
  min-height: clamp(420px, 52vw, 620px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-stage__glow {
  display: none;
}


.hero-video-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  margin-left: auto;
  padding: 10px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(7, 16, 30, 0.985), rgba(4, 11, 22, 1));
  border: 1px solid rgba(158, 190, 235, 0.16);
  box-shadow:
    0 32px 74px rgba(0, 0, 0, 0.30),
    0 0 0 1px rgba(91, 179, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  isolation: isolate;
}

.hero-video-shell::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.hero-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 34%, transparent 70%, rgba(255, 255, 255, 0.03));
  opacity: 0.72;
  pointer-events: none;
}

.hero-video-aura,
.hero-video-orbit,
.hero-video-gridline,
.hero-video-pedestal {
  display: none;
}


.hero-video-chassis {
  position: relative;
  z-index: 2;
  padding: 7px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(151, 177, 215, 0.16), rgba(24, 39, 62, 0.20) 26%, rgba(6, 13, 24, 0.98) 60%, rgba(123, 146, 180, 0.12) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px) saturate(145%);
}

.hero-video-chassis::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 18px;
  border: 1px solid rgba(176, 205, 245, 0.16);
  pointer-events: none;
}


.hero-video-chassis::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.04));
  opacity: 0.62;
  pointer-events: none;
}

.hero-video-chassis__glow,
.hero-video-chassis__edge,
.hero-video-frame-glow {
  display: none;
}


.hero-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(4, 10, 19, 0.985), rgba(4, 10, 19, 0.985));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: none;
}

.hero-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 0 5px rgba(255, 255, 255, 0.012);
  pointer-events: none;
}

.hero-video-topbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 10px 14px;
  background: linear-gradient(180deg, rgba(4, 10, 20, 0.98), rgba(7, 14, 26, 0.92));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.hero-video-topbar__cluster {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.hero-video-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
}

.hero-video-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.hero-video-dots span:nth-child(1) { background: rgba(255, 117, 117, 0.86); }
.hero-video-dots span:nth-child(2) { background: rgba(255, 206, 92, 0.86); }
.hero-video-dots span:nth-child(3) { background: rgba(73, 214, 136, 0.86); }

.hero-video-brand {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.hero-video-brand strong {
  margin: 0;
  display: block;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #ffffff;
  white-space: nowrap;
}

.hero-video-brand span {
  display: block;
  color: #bfd0e7;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-video-chip-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-video-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #eef5ff;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(17, 30, 49, 0.96), rgba(9, 18, 31, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 22px rgba(0, 0, 0, 0.14);
}

.hero-video-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(180deg, #7cc2ff, #2d83ff);
  box-shadow: 0 0 0 4px rgba(91, 179, 255, 0.10);
}


.hero-video-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #7cc2ff, #2d83ff);
  box-shadow: 0 0 0 4px rgba(91, 179, 255, 0.12);
  flex: none;
}


.hero-video-screen {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
  background:
    radial-gradient(circle at 24% 12%, rgba(20, 68, 150, 0.24), transparent 30%),
    linear-gradient(180deg, #06101c 0%, #040913 100%);
  aspect-ratio: 16 / 9.05;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 14px 30px rgba(0, 0, 0, 0.18);
}

.hero-video-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18%, transparent 74%, rgba(0, 0, 0, 0.22));
}

.hero-video-screen__glass {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 18%, transparent 72%, rgba(0, 0, 0, 0.14)),
    linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 24%, rgba(255, 255, 255, 0) 46%);
  mix-blend-mode: screen;
  opacity: 0.58;
}

.hero-video-screen__shine {
  position: absolute;
  inset: -10% -16% auto auto;
  z-index: 2;
  width: 38%;
  height: 126%;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  transform: translateX(-160%) rotate(8deg);
  animation: screenSweep 10.5s ease-in-out infinite;
  opacity: 0.42;
}

.hero-video-screen__scan {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: soft-light;
  opacity: 0.18;
  transform: translateY(-100%);
  animation: screenScan 14s linear infinite;
}

.hero-video {
  position: absolute;
  top: -6.4%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 112.8%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  filter: saturate(1.03) contrast(1.02);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}


/* =========================================================
   MODULE PEEK SECTION
   ========================================================= */

.module-peek-band .section-head {
  max-width: 1060px;
}

.module-peek-band .section-head p {
  max-width: 60ch;
  margin-inline: auto;
}

.module-peek-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin-top: 6px;
}

.module-peek-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 34px;
  border: 1px solid rgba(154, 187, 230, 0.15);
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 179, 255, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(17, 40, 74, 0.98), rgba(7, 22, 45, 1));
  box-shadow:
    0 32px 68px rgba(0, 0, 0, 0.30),
    0 14px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  isolation: isolate;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.module-peek-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.04), transparent 26%);
  opacity: 0.88;
  pointer-events: none;
}

.module-peek-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(var(--module-accent-rgb, 255, 209, 102), 0),
    rgba(var(--module-accent-rgb, 255, 209, 102), 0.95) 24%,
    rgba(var(--module-accent-soft-rgb, 91, 179, 255), 0.82) 52%,
    rgba(var(--module-accent-rgb, 255, 209, 102), 0) 100%
  );
  opacity: 0.96;
  pointer-events: none;
}

.module-peek-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 209, 102, 0.24);
  box-shadow:
    0 38px 78px rgba(0, 0, 0, 0.34),
    0 16px 30px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  filter: saturate(1.02);
}

.module-peek-card[data-module-card] {
  cursor: pointer;
}

.module-peek-card.is-intent-card:focus-visible {
  outline: 2px solid rgba(255, 214, 128, 0.95);
  outline-offset: 4px;
}


.module-peek-card--regressao {
  --module-accent-rgb: 255, 205, 102;
  --module-accent-soft-rgb: 91, 179, 255;
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 179, 255, 0.16), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(255, 205, 102, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(20, 49, 91, 0.98), rgba(7, 24, 50, 1));
}

.module-peek-card--fatores {
  --module-accent-rgb: 76, 216, 184;
  --module-accent-soft-rgb: 91, 179, 255;
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 179, 255, 0.13), transparent 36%),
    radial-gradient(circle at 0% 100%, rgba(76, 216, 184, 0.09), transparent 26%),
    linear-gradient(180deg, rgba(14, 49, 86, 0.98), rgba(5, 24, 46, 1));
}

.module-peek-card--relatorios {
  --module-accent-rgb: 91, 179, 255;
  --module-accent-soft-rgb: 255, 148, 54;
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 179, 255, 0.14), transparent 36%),
    radial-gradient(circle at 0% 100%, rgba(255, 148, 54, 0.09), transparent 26%),
    linear-gradient(180deg, rgba(18, 45, 81, 0.98), rgba(7, 22, 44, 1));
}

.module-peek-card__surface {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.module-peek-card__head {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px 28px 22px;
}
.module-peek-card__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.module-peek-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e4edfb;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.module-peek-card__eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(var(--module-accent-rgb, 255, 209, 102), 0.95)
  );
  box-shadow:
    0 0 0 6px rgba(var(--module-accent-rgb, 255, 209, 102), 0.12),
    0 0 18px rgba(var(--module-accent-rgb, 255, 209, 102), 0.16);
  flex: none;
}

.module-peek-card__seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.module-peek-card__seal--nbr {
  color: #1c1208;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, #ffd980 0%, #ffb648 48%, #ff8a1f 100%);
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.module-peek-card__seal--executive {
  color: #f4f8ff;
  border-color: rgba(161, 213, 255, 0.26);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(118, 195, 255, 0.96), rgba(34, 126, 243, 0.92));
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}


.module-peek-card__head strong {
  display: block;
  max-width: 11ch;
  min-height: 3.16em;
  margin: 0;
  font-size: clamp(1.56rem, 1.95vw, 2.14rem);
  line-height: 0.99;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-wrap: balance;
}

.module-peek-card__subline {
  display: block;
  max-width: 29ch;
  color: #d9e4f5;
  font-size: 0.95rem;
  line-height: 1.5;
}

.module-peek-card__detail {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 22px;
  padding: 24px 28px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(3, 10, 20, 0.12), rgba(3, 10, 20, 0.34));
}

.module-peek-card__summary {
  margin: 0;
  max-width: 30ch;
  min-height: 6.1em;
  color: #dce6f6;
  font-size: 1rem;
  line-height: 1.7;
}

.module-peek-card__signal {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.module-peek-card__signal-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #eef4ff;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.module-peek-card__signal-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 5px rgba(255, 200, 87, 0.12);
  flex: none;
}

.module-peek-card__pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.module-peek-card__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 29px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #eaf2ff;
  font-size: 0.71rem;
  font-weight: 780;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.034);
  border: 1px solid rgba(255, 255, 255, 0.078);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.module-peek-card__pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 4px rgba(255, 200, 87, 0.12);
  flex: none;
}

.module-peek-card__fit {
  display: grid;
  gap: 8px;
  padding: 4px 0 7px 14px;
  border-left: 2px solid rgba(255, 209, 102, 0.56);
}

.module-peek-card__fit-label {
  color: #d5e1f3;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.module-peek-card__fit strong {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-wrap: balance;
}

.module-peek-card__meta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.module-peek-card__meta::before {
  content: "";
  position: absolute;
  inset: -10px -12px -10px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.module-peek-card__meta > * {
  position: relative;
  z-index: 1;
}

.module-peek-card__meta-item {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 68px;
}

.module-peek-card__meta-item + .module-peek-card__meta-item {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.module-peek-card__meta-kicker {
  color: #dbe7f8;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.module-peek-card__meta-item strong {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: -0.024em;
  color: #ffffff;
  text-wrap: balance;
}

.module-peek-card--fatores .module-peek-card__meta-item:last-child strong {
  font-size: 0.99rem;
  letter-spacing: -0.028em;
}

.module-peek-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.module-peek-cta {
  min-width: min(100%, 420px);
}







@media (max-width: 720px) {
  .module-peek-card__head {
    padding: 22px 22px 14px;
  }

  .module-peek-card__detail {
    padding: 18px 22px 22px;
    gap: 15px;
  }

  .module-peek-card__head strong {
    max-width: none;
    min-height: unset;
    font-size: clamp(1.56rem, 7vw, 2.08rem);
  }

  .module-peek-card__subline,
  .module-peek-card__summary {
    max-width: none;
    min-height: unset;
  }

  .module-peek-card__meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .module-peek-card__meta::before {
    inset: -8px -8px -8px;
  }

  .module-peek-card__meta-item + .module-peek-card__meta-item {
    padding-left: 0;
    padding-top: 12px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  
  .module-peek-card__seal {
    white-space: normal;
  }
}


/* =========================================================
   COVER LIBRARY
   ========================================================= */

.report-library-section .section-head {
  max-width: 1180px;
}

.report-library-head h2 {
  max-width: 980px;
  margin-inline: auto;
}


.cover-library {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 28px 0 0;
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: 38px;
  border: 1px solid rgba(173, 203, 244, 0.12);
  background:
    radial-gradient(circle at 50% -10%, rgba(91, 179, 255, 0.14), transparent 28%),
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.12), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.10), transparent 20%),
    linear-gradient(145deg, rgba(10, 21, 38, 0.98), rgba(6, 15, 28, 0.98));
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.42),
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 18px 28px rgba(91, 179, 255, 0.025);
  backdrop-filter: blur(18px) saturate(155%);
}

.cover-library::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 24px;
  border-radius: 0 0 24px 24px;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(182, 223, 255, 0.30) 0%,
      rgba(91, 179, 255, 0.18) 28%,
      rgba(91, 179, 255, 0.08) 52%,
      rgba(91, 179, 255, 0) 78%
    ),
    linear-gradient(
      90deg,
      rgba(91, 179, 255, 0) 0%,
      rgba(183, 224, 255, 0.62) 18%,
      rgba(111, 190, 255, 0.92) 50%,
      rgba(183, 224, 255, 0.62) 82%,
      rgba(91, 179, 255, 0) 100%
    );
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 1px;
  background-position:
    center top,
    center top;
  opacity: 0.94;
}

.cover-library::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% -4%, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012) 16%, transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 16% 0%, rgba(91, 179, 255, 0.10), transparent 20%),
    radial-gradient(circle at 84% 100%, rgba(255, 138, 31, 0.08), transparent 22%);
  opacity: 0.94;
}

.cover-carousel {
  position: relative;
  z-index: 1;
}

.cover-carousel__viewport {
  min-width: 0;
}

.cover-carousel__nav {
  display: none;
}

.cover-library__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.cover-library-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 184px;
  padding: 16px 16px 58px;
  border-radius: 26px;
  text-align: left;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% -18%, rgba(91, 179, 255, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.cover-library-card::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 18px;
  border-radius: 0 0 18px 18px;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(176, 220, 255, 0.22) 0%,
      rgba(91, 179, 255, 0.10) 42%,
      rgba(91, 179, 255, 0) 78%
    ),
    linear-gradient(
      90deg,
      rgba(91, 179, 255, 0) 0%,
      rgba(176, 220, 255, 0.42) 50%,
      rgba(91, 179, 255, 0) 100%
    );
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 1px;
  background-position:
    center top,
    center top;
  opacity: 0.72;
  transition:
    opacity 180ms ease,
    transform 220ms ease;
}

.cover-library-card:hover {
  transform: translateY(-4px);
  border-color: rgba(175, 214, 255, 0.18);
  background:
    radial-gradient(circle at 50% -18%, rgba(91, 179, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.032));
  box-shadow:
    0 24px 42px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  filter: saturate(1.03);
}


.cover-library-card:hover::before {
  opacity: 0.92;
}


.cover-library:not(.cover-library--stats) .cover-library-card {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 12px;
  justify-items: center;
  align-items: center;
  min-height: 272px;
  padding: 18px 16px 58px;
  text-align: center;
}

.cover-library:not(.cover-library--stats) .cover-library-card__thumb {
  order: 2;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 148px;
  min-width: 148px;
  height: 194px;
  min-height: 194px;
  margin-inline: auto;
  padding: 0;
}

.cover-library:not(.cover-library--stats) .cover-library-card__thumb-main {
  width: auto;
  height: auto;
  max-width: 148px;
  max-height: 194px;
  margin-inline: auto;
  object-fit: contain;
  object-position: center center;
  filter:
    drop-shadow(0 22px 34px rgba(0, 0, 0, 0.24))
    drop-shadow(0 10px 18px rgba(0, 0, 0, 0.16));
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.cover-library:not(.cover-library--stats) .cover-library-card:hover .cover-library-card__thumb-main {
  transform: scale(1.04);
  filter:
    drop-shadow(0 26px 38px rgba(0, 0, 0, 0.28))
    drop-shadow(0 12px 20px rgba(0, 0, 0, 0.18));
}


.cover-library:not(.cover-library--stats) .cover-library-card__body {
  order: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  justify-self: center;
  align-self: start;
  width: 100%;
  min-height: 24px;
  gap: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 2px;
  text-align: center;
}

.cover-library-card__body {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding-top: 2px;
  padding-right: 4px;
}

.cover-library-card__eyebrow {
  color: #dce8fa;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.08;
  text-transform: uppercase;
}

.cover-library-card__body strong {
  display: block;
  max-width: 11ch;
  font-size: clamp(1rem, 0.98vw, 1.08rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-wrap: balance;
}


.cover-library:not(.cover-library--stats) .cover-library-card__body--cover strong {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: center;
  font-size: clamp(0.86rem, 0.84vw, 0.96rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-wrap: balance;
}


.cover-library-card__body small {
  max-width: 17ch;
  color: #c4d2e6;
  font-size: 0.83rem;
  line-height: 1.36;
}

.cover-library-card__action {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #edf4ff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  background:
    linear-gradient(180deg, rgba(24, 38, 60, 0.92), rgba(12, 21, 37, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.18);
  opacity: 1;
}

.cover-library__actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.cover-library__cta {
  min-width: min(100%, 420px);
}

/* =========================================================
   COVER LIGHTBOX
   ========================================================= */

body.is-cover-lightbox-open {
  overflow: hidden;
}

.cover-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cover-lightbox.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cover-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 7, 14, 0.76), rgba(2, 7, 14, 0.88)),
    radial-gradient(circle at 20% 0%, rgba(91, 179, 255, 0.12), transparent 26%),
    radial-gradient(circle at 80% 0%, rgba(255, 138, 31, 0.10), transparent 22%);
  backdrop-filter: blur(16px) saturate(130%);
}

.cover-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100vw - 28px));
  max-height: calc(100dvh - 20px);
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.12), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.10), transparent 20%),
    linear-gradient(145deg, rgba(10, 21, 38, 0.98), rgba(6, 15, 28, 0.98));
  box-shadow:
    0 48px 110px rgba(0, 0, 0, 0.42),
    0 18px 40px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(20px) saturate(160%);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.cover-lightbox__dialog::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  opacity: 0.7;
  pointer-events: none;
}

.cover-lightbox__close {
  position: absolute;
  top: max(12px, env(safe-area-inset-top));
  right: max(12px, env(safe-area-inset-right));
  z-index: 4;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #f4f8ff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.cover-lightbox__close:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 209, 102, 0.30);
  background: rgba(255, 255, 255, 0.09);
}

.cover-lightbox__close span {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1;
  transform: translateY(-1px);
}

.cover-lightbox__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.90fr) minmax(0, 1.10fr);
  gap: clamp(22px, 2.8vw, 32px);
  align-items: center;
  padding:
    clamp(72px, 7vw, 84px)
    clamp(28px, 3.2vw, 40px)
    clamp(26px, 3vw, 36px);
}

.cover-lightbox__visual {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: clamp(320px, 42vw, 520px);
  padding: clamp(20px, 2.8vw, 30px) clamp(64px, 5vw, 88px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 18%, rgba(91, 179, 255, 0.18), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(255, 138, 31, 0.08), transparent 22%),
    linear-gradient(180deg, #06101c 0%, #040913 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 30px 62px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cover-lightbox__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, #000 18%, transparent 76%);
  opacity: 0.42;
  pointer-events: none;
}

.cover-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #f4f8ff;
  background: rgba(8, 18, 34, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) saturate(150%);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.cover-lightbox__nav:hover {
  transform: translateY(-50%) scale(1.03);
  border-color: rgba(255, 209, 102, 0.30);
  background: rgba(14, 28, 48, 0.84);
}

.cover-lightbox__nav--prev {
  left: 14px;
}

.cover-lightbox__nav--next {
  right: 14px;
}

.cover-lightbox__nav span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-1px);
}

.cover-lightbox__glow {
  position: absolute;
  inset: 12% 14% 14% 14%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(91, 179, 255, 0.24), transparent 44%),
    radial-gradient(circle at 70% 70%, rgba(255, 138, 31, 0.14), transparent 34%);
  filter: blur(34px);
  opacity: 0.84;
  pointer-events: none;
}

.cover-lightbox__visual img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(100%, 390px);
  max-height: min(100%, 430px);
  height: auto;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 42px 70px rgba(0, 0, 0, 0.34))
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
}

.cover-lightbox__content {
  display: grid;
  gap: 14px;
  align-content: center;
  min-width: 0;
}

.cover-lightbox__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dce8fa;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cover-lightbox__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 5px rgba(255, 200, 87, 0.12);
}

.cover-lightbox__content h3 {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #ffffff;
  text-wrap: balance;
}

.cover-lightbox__content p {
  margin: 0;
  max-width: 42ch;
  color: #d5e1f3;
  font-size: 1.02rem;
  line-height: 1.74;
}

.cover-lightbox__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.cover-lightbox__counter {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #0f1321;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff 0%, #e6eeff 100%);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.cover-lightbox__cta {
  min-width: min(100%, 320px);
}

/* =========================================================
   AUTOMAX SECTION
   ========================================================= */

.automax-section.section-pad {
  padding-top: 42px;
  padding-bottom: 42px;
}

.automax-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(26px, 3vw, 38px);
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.16), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.12), transparent 24%),
    linear-gradient(145deg, rgba(10, 20, 36, 0.98), rgba(6, 14, 27, 0.97));
  box-shadow:
    0 38px 86px rgba(0, 0, 0, 0.32),
    0 16px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(150%);
}

.automax-shell::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.30), transparent);
  opacity: 0.68;
  pointer-events: none;
}

.automax-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      transparent 24%,
      transparent 76%,
      rgba(255, 255, 255, 0.04)
    ),
    radial-gradient(circle at 16% 0%, rgba(91, 179, 255, 0.10), transparent 22%),
    radial-gradient(circle at 84% 100%, rgba(255, 138, 31, 0.08), transparent 22%),
    linear-gradient(
      90deg,
      rgba(255, 209, 102, 0),
      rgba(255, 209, 102, 0.92) 24%,
      rgba(91, 179, 255, 0.78) 54%,
      rgba(255, 138, 31, 0.82) 82%,
      rgba(255, 209, 102, 0) 100%
    );
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    calc(100% - 52px) 3px;
  background-position:
    center center,
    center center,
    center center,
    center calc(100% - 1px);
  opacity: 0.94;
}

/* ===== HERO SUPERIOR DO AUTOMAX ===== */

.automax-head {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(22px, 2.8vw, 34px);
  align-items: stretch;
  text-align: left;
}




.automax-head__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  padding-right: clamp(4px, 1.1vw, 18px);
  text-align: center;
}

.automax-head .eyebrow {
  margin-bottom: 14px;
  margin-inline: auto;
  justify-content: center;
}

.automax-head h2 {
  max-width: 16.4ch;
  margin: 0 auto;
  font-size: clamp(2rem, 4.05vw, 3.20rem);
  line-height: 0.97;
  letter-spacing: -0.045em;
  text-align: center;
  text-wrap: balance;
}

.automax-head__copy > p {
  max-width: 58ch;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.12vw, 1.08rem);
  line-height: 1.76;
  text-align: left;
}

.automax-head__proofs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.automax-head__copy > p {
  max-width: 50ch;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.12vw, 1.08rem);
  line-height: 1.68;
}

.automax-head__proofs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.automax-head__proof {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #eef4ff;
  font-size: 0.84rem;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.automax-head__proof::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 4px rgba(255, 200, 87, 0.12);
}









.automax-head__visual,
.automax-panel {
  width: 100%;
  justify-self: stretch;
  align-self: stretch;
}

.automax-head__visual {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: clamp(460px, 38vw, 620px);
  padding: clamp(16px, 1.8vw, 24px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 50% 0%, rgba(91, 179, 255, 0.18), transparent 28%),
    radial-gradient(circle at 84% 0%, rgba(255, 138, 31, 0.10), transparent 22%),
    linear-gradient(180deg, #08111d 0%, #040913 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 42px rgba(0, 0, 0, 0.22);
}

.automax-head__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.05),
      transparent 24%,
      transparent 76%,
      rgba(255, 255, 255, 0.03)
    ),
    radial-gradient(circle at 50% 100%, rgba(91, 179, 255, 0.10), transparent 32%);
}

.automax-head__visual::after {
  content: "";
  position: absolute;
  inset: 12% 10% 8% 10%;
  z-index: 0;
  border-radius: 999px;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 36%, rgba(91, 179, 255, 0.22), transparent 42%),
    radial-gradient(circle at 50% 76%, rgba(255, 138, 31, 0.08), transparent 26%);
  filter: blur(30px);
  opacity: 0.92;
}

.automax-head__art {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter:
    drop-shadow(0 28px 52px rgba(0, 0, 0, 0.34))
    drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}

/* ===== GRID TÉCNICO INFERIOR ===== */

.automax-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(22px, 2.8vw, 34px);
  align-items: start;
}

.automax-panel--full {
  grid-column: 1 / -1;
}

.automax-copy,
.automax-panel {
  position: relative;
  min-height: 100%;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.16);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.automax-copy:hover,
.automax-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 209, 102, 0.20);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 22px 40px rgba(0, 0, 0, 0.20);
}

.automax-copy {
  display: none;
  padding: 26px 26px 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032));
}

.automax-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.028));
}

.automax-panel--full {
  grid-column: 1 / -1;
}

.automax-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.automax-brand__mark {
  flex: none;
  width: 88px;
  height: 88px;
  padding: 12px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 30px rgba(0, 0, 0, 0.16);
}

.automax-brand__mark svg {
  display: block;
  width: 100%;
  height: 100%;
  filter:
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.20))
    drop-shadow(0 0 18px rgba(91, 179, 255, 0.08));
}

.automax-brand__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.automax-brand__text {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.automax-brand__kicker {
  color: #dbe7fb;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.automax-brand__text strong {
  display: block;
  margin: 0;
  font-size: clamp(1.9rem, 2.2vw, 2.38rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.automax-chip--highlight {
  white-space: nowrap;
  flex: none;
}

.automax-copy__lead {
  margin: 0 0 14px;
  color: #eef4ff;
  font-size: 1.08rem;
  line-height: 1.72;
}

.automax-copy p {
  margin: 0;
  color: #d5e1f3;
  font-size: 0.98rem;
  line-height: 1.72;
}

.automax-copy p + p {
  margin-top: 14px;
}

.automax-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.automax-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #eef4ff;
  font-size: 0.88rem;
  font-weight: 800;
}





.automax-chip::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 4px rgba(255, 200, 87, 0.12);
}

.automax-panel--full {
  grid-column: 1 / -1;
}

.automax-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: 24px;
}

.automax-actions .btn {
  min-width: 220px;
}

.automax-note {
  margin-top: 14px;
  color: #bfd0e6;
  font-size: 0.90rem;
  line-height: 1.62;
  letter-spacing: -0.01em;
}

.automax-flow {
  display: grid;
  gap: 12px;
}

.automax-flow__item {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 18px 18px 18px 64px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.automax-flow__index {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.automax-flow__item strong {
  margin: 0;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
}



.automax-flow__item p {
  margin: 0;
  color: #d3def0;
  font-size: 0.92rem;
  line-height: 1.62;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 1080px) {
  .automax-head {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .automax-head__copy {
    align-items: center;
    max-width: none;
    padding-right: 0;
    text-align: center;
  }

  .automax-head h2,
  .automax-head__copy > p {
    margin-inline: auto;
  }

  .automax-head h2 {
    max-width: 15.2ch;
    text-align: center;
  }

  .automax-head__copy > p {
    max-width: min(100%, 58ch);
    text-align: left;
  }

  .automax-head__proofs {
    justify-content: center;
  }

  .automax-head__visual {
    min-height: clamp(420px, 64vw, 560px);
    max-width: 640px;
    margin-inline: auto;
  }

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

  .automax-metric-grid {
    grid-template-columns: 1fr;
  }

  .automax-actions .btn {
    min-width: 0;
  }
}
@media (max-width: 720px) {
  .automax-section.section-pad {
    padding-top: 26px;
    padding-bottom: 28px;
  }

  .automax-shell {
    padding: 20px 16px;
    border-radius: 28px;
  }

  .automax-head {
    margin-bottom: 24px;
    gap: 18px;
    text-align: center;
  }

  .automax-head__copy {
    align-items: center;
    text-align: center;
  }

  .automax-head h2 {
    max-width: 13.2ch;
    margin: 0 auto;
    font-size: clamp(2rem, 8.2vw, 2.36rem);
    line-height: 0.98;
    text-align: center;
  }

  .automax-head__copy > p {
    max-width: min(100%, 36ch);
    margin: 18px auto 0;
    font-size: 0.98rem;
    line-height: 1.72;
    text-align: left;
  }

  .automax-head__proofs {
    gap: 8px;
    margin-top: 18px;
    justify-content: center;
  }

  .automax-head__proof {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.78rem;
  }

  .automax-head__visual {
    min-height: clamp(360px, 110vw, 520px);
    padding: 12px;
    border-radius: 24px;
    max-width: 520px;
    margin-inline: auto;
  }
 
  .automax-copy,
  .automax-panel {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .automax-brand {
    gap: 12px;
    margin-bottom: 16px;
  }

  .automax-brand__mark {
    width: 74px;
    height: 74px;
    padding: 10px;
    border-radius: 20px;
  }

  .automax-brand__text strong {
    font-size: clamp(1.6rem, 7.4vw, 2rem);
  }

  .automax-copy__lead {
    font-size: 1rem;
  }

  .automax-actions {
    flex-direction: column;
  }

  .automax-actions .btn {
    width: 100%;
  }

  .automax-flow__item {
    padding: 16px 16px 16px 58px;
    border-radius: 18px;
  }

  .automax-flow__index {
    top: 16px;
    left: 16px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .automax-metric {
    padding: 16px 14px;
    border-radius: 18px;
  }
}


@media (max-width: 560px) {
  .automax-shell {
    padding: 18px 14px;
  }

  .automax-copy,
  .automax-panel {
    padding: 18px 14px;
  }

  .automax-brand {
    align-items: flex-start;
  }

  .automax-brand__content {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .automax-brand__kicker {
    font-size: 0.62rem;
  }

  .automax-brand__text strong {
    font-size: clamp(1.54rem, 8vw, 1.88rem);
  }

  .automax-chip--highlight {
    width: auto;
  }

  .automax-chip {
    width: 100%;
    justify-content: flex-start;
  }

  .automax-head__proofs {
    flex-direction: column;
    justify-content: center;
  }

  .automax-head__proof {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   STATS LIBRARY / STATS LIGHTBOX
   ========================================================= */

.stats-library-section {
  padding-top: 18px;
  padding-bottom: 30px;
}


.stats-library-section .section-head {
  max-width: 1080px;
  margin-bottom: 30px;
}

.stats-library-section .section-head p {
  max-width: 62ch;
  margin-inline: auto;
}

.stats-library-head h2 {
  max-width: 980px;
  margin-inline: auto;
}

.stats-carousel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.stats-carousel__viewport {
  min-width: 0;
  overflow: hidden;
  grid-column: 2 / 3;
}

.stats-carousel__nav--prev {
  grid-column: 1 / 2;
  justify-self: start;
  align-self: center;
}

.stats-carousel__nav--next {
  grid-column: 3 / 4;
  justify-self: end;
  align-self: center;
}


.stats-carousel__nav {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #f4f8ff;
  background: rgba(8, 18, 34, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) saturate(150%);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    opacity 180ms ease;
}

.stats-carousel__nav:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 209, 102, 0.30);
  background: rgba(14, 28, 48, 0.84);
}

.stats-carousel__nav[disabled] {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.stats-carousel__nav span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-1px);
}

.cover-library--stats .cover-library__grid {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 4);
  gap: 16px;
  align-items: stretch;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.cover-library--stats .cover-library__grid::-webkit-scrollbar {
  display: none;
}

.cover-library-card--stats {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 12px;
  align-items: start;
  align-content: start;
  justify-items: center;
  min-height: 232px;
  padding: 16px 16px 58px;
  text-align: center;
  scroll-snap-align: start;
}


.cover-library-card--stats .cover-library-card__thumb {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: none;
  min-height: 148px;
  margin-inline: auto;
  padding: 10px;
  aspect-ratio: 1.86 / 1;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 18px rgba(0, 0, 0, 0.14);
}

.cover-library-card--stats .cover-library-card__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--stats-thumb-image);
  background-size: cover;
  background-position: center center;
  filter: blur(18px) saturate(1.08);
  transform: scale(1.16);
  opacity: 0.52;
  pointer-events: none;
}

.cover-library-card--stats .cover-library-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(8, 15, 27, 0.08), rgba(8, 15, 27, 0.26));
  pointer-events: none;
}

.cover-library-card--stats .cover-library-card__thumb-main {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 14px;
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.18),
    0 6px 14px rgba(0, 0, 0, 0.10);
}

.cover-library-card--stats .cover-library-card__body {
  align-self: start;
  justify-self: center;
  width: 100%;
  gap: 0;
  padding-top: 0;
  padding-right: 0;
  text-align: center;
}

.cover-library-card__body--stats-title-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 26px;
}

.cover-library-card__body--stats-title-top strong {
  display: block;
  width: 100%;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  text-align: center;
  font-size: clamp(0.86rem, 0.92vw, 1.02rem);
  line-height: 1.02;
  letter-spacing: -0.028em;
  color: #ffffff;
}

.cover-library--stats .cover-library__cta {
  min-width: min(100%, 520px);
}

.cover-lightbox__dialog--stats {
  width: min(1280px, calc(100vw - 28px));
}

.cover-lightbox__shell--stats {
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: center;
}

.cover-lightbox--stats .cover-lightbox__visual {
  min-height: clamp(360px, 44vw, 540px);
  padding: clamp(20px, 2.8vw, 30px) clamp(70px, 5vw, 90px);
}

.cover-lightbox--stats .cover-lightbox__visual img {
  width: auto;
  max-width: min(100%, 760px);
  max-height: min(100%, 460px);
  height: auto;
  object-fit: contain;
}

.cover-lightbox--stats .cover-lightbox__content p {
  max-width: 40ch;
}

.cover-lightbox--stats .cover-lightbox__cta {
  min-width: min(100%, 360px);
}

@media (max-width: 1280px) {
  .cover-library--stats .cover-library__grid {
    grid-auto-columns: calc((100% - 48px) / 4);
  }
}

@media (max-width: 1040px) {
  .stats-carousel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .stats-carousel__nav {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .stats-carousel__nav--prev {
    grid-column: 1 / 2;
    justify-self: start;
    align-self: center;
  }

  .stats-carousel__nav--next {
    grid-column: 3 / 4;
    justify-self: end;
    align-self: center;
  }

  .cover-library--stats .cover-library__grid {
    grid-auto-columns: calc((100% - 32px) / 3);
  }
}





@media (max-width: 720px) {
  .stats-library-section {
    padding-top: 4px;
    padding-bottom: 24px;
  }

  .report-library-section:not(.stats-library-section) {
    padding-bottom: 26px;
  }

  .report-library-section:not(.stats-library-section) .cover-library__actions {
    margin-top: 16px;
  }

  .cover-library--stats {
    margin-top: 20px;
    padding: 14px 12px;
    border-radius: 24px;
  }

  .stats-carousel {
    position: relative;
    display: block;
  }

  .stats-carousel__viewport {
    width: 100%;
  }

  .stats-carousel__nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    transform: translateY(-50%);
  }

  .stats-carousel__nav:hover {
    transform: translateY(-50%) scale(1.03);
  }

  .stats-carousel__nav--prev {
    left: 4px;
  }

  .stats-carousel__nav--next {
    right: 4px;
  }

  .cover-library--stats .cover-library__grid {
    grid-auto-columns: 100%;
    gap: 12px;
    padding-inline: 0;
  }

  .cover-library-card--stats {
    min-height: 246px;
    padding: 14px 14px 54px;
    gap: 12px;
  }

  .cover-library-card--stats .cover-library-card__thumb {
    width: 100%;
    max-width: none;
    min-height: 150px;
    padding: 10px;
    border-radius: 16px;
  }

  .cover-library-card--stats .cover-library-card__thumb-main {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 12px;
  }

  .cover-library-card__body--stats-title-top {
    min-height: 24px;
  }

  .cover-library-card__body--stats-title-top strong {
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.04;
    white-space: nowrap;
  }

  .cover-library-card--stats .cover-library-card__action {
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: 0.58rem;
    padding: 7px 10px;
  }

  .cover-library--stats .cover-library__cta {
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
    font-size: 0.94rem;
    line-height: 1.14;
    text-align: center;
  }

  .cover-lightbox--stats .cover-lightbox__visual {
    max-height: min(40dvh, 320px);
    padding: 14px 44px;
  }
}

@media (max-width: 560px) {
  .stats-carousel {
    position: relative;
    display: block;
  }

  .stats-carousel__nav {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .stats-carousel__nav--prev {
    left: 2px;
  }

  .stats-carousel__nav--next {
    right: 2px;
  }

  .cover-library--stats {
    padding: 12px 10px;
  }

  .cover-library--stats .cover-library__grid {
    grid-auto-columns: 100%;
  }

  .cover-library-card--stats {
    min-height: 236px;
    padding: 14px 10px 52px;
  }

  .cover-library-card--stats .cover-library-card__thumb {
    width: 100%;
    max-width: none;
    min-height: 142px;
    padding: 8px;
  }

  .cover-library-card__body--stats-title-top strong {
    font-size: 0.90rem;
  }

  .cover-library-card--stats .cover-library-card__action {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 0.56rem;
    padding: 7px 10px;
  }

  .cover-library--stats .cover-library__cta {
    min-height: 52px;
    font-size: 0.90rem;
  }
}

/* =========================================================
   REPORT GALLERY / STATISTICS SHOWCASE
   ========================================================= */

.report-gallery-section {
  padding-top: 14px;
  padding-bottom: 26px;
}

.report-gallery-section .section-head {
  max-width: 1020px;
  margin-bottom: 28px;
}

.report-gallery-section .section-head p {
  max-width: 60ch;
  margin-inline: auto;
}

.report-gallery {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  margin: 24px 0 0;
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: 36px;
  border: 1px solid rgba(173, 203, 244, 0.13);
  background:
    radial-gradient(circle at 50% -8%, rgba(91, 179, 255, 0.16), transparent 28%),
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.10), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.08), transparent 22%),
    linear-gradient(145deg, rgba(10, 21, 38, 0.98), rgba(6, 15, 28, 0.98));
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.42),
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 18px 28px rgba(91, 179, 255, 0.025);
  backdrop-filter: blur(18px) saturate(155%);
}

.report-gallery::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 24px;
  border-radius: 0 0 24px 24px;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(182, 223, 255, 0.30) 0%,
      rgba(91, 179, 255, 0.18) 28%,
      rgba(91, 179, 255, 0.08) 52%,
      rgba(91, 179, 255, 0) 78%
    ),
    linear-gradient(
      90deg,
      rgba(91, 179, 255, 0) 0%,
      rgba(183, 224, 255, 0.62) 18%,
      rgba(111, 190, 255, 0.92) 50%,
      rgba(183, 224, 255, 0.62) 82%,
      rgba(91, 179, 255, 0) 100%
    );
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 1px;
  background-position:
    center top,
    center top;
  opacity: 0.94;
}

.report-gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% -4%, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012) 16%, transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 16% 0%, rgba(91, 179, 255, 0.10), transparent 20%),
    radial-gradient(circle at 84% 100%, rgba(255, 138, 31, 0.08), transparent 22%);
  opacity: 0.94;
}

.report-gallery__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.report-gallery__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #e8f1ff;
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 20px rgba(0, 0, 0, 0.10);
}

.report-gallery__stage {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 50% -10%, rgba(91, 179, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 17, 31, 0.98), rgba(5, 12, 23, 0.98));
  box-shadow:
    0 30px 62px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.report-gallery__chrome {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 70px;
  padding: 16px 18px;
  background:
    linear-gradient(180deg, rgba(6, 14, 27, 0.98), rgba(8, 17, 31, 0.92));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.report-gallery__chrome-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dfeafc;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.report-gallery__chrome-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 5px rgba(255, 200, 87, 0.12);
}

.report-gallery__counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #eef5ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  background:
    linear-gradient(180deg, rgba(24, 38, 60, 0.92), rgba(12, 21, 37, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.16);
}

.report-gallery__viewport {
  position: relative;
  min-height: 620px;
  padding: 28px 30px 142px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 18%, rgba(91, 179, 255, 0.18), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(255, 138, 31, 0.08), transparent 22%),
    linear-gradient(180deg, #07111d 0%, #040913 100%);
}

.report-gallery__viewport::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, #000 18%, transparent 76%);
  opacity: 0.40;
  pointer-events: none;
}

.report-gallery__viewport::after {
  content: "";
  position: absolute;
  inset: 8% 12% 20% 12%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(91, 179, 255, 0.24), transparent 44%),
    radial-gradient(circle at 70% 70%, rgba(255, 138, 31, 0.12), transparent 34%);
  filter: blur(36px);
  opacity: 0.78;
  pointer-events: none;
}

.report-gallery__viewport img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(100%, 980px);
  max-height: min(100%, 460px);
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  box-shadow:
    0 34px 68px rgba(0, 0, 0, 0.30),
    0 14px 26px rgba(0, 0, 0, 0.18);
}

.report-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #f4f8ff;
  background: rgba(8, 18, 34, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) saturate(150%);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.report-gallery__nav:hover {
  transform: translateY(-50%) scale(1.03);
  border-color: rgba(255, 209, 102, 0.30);
  background: rgba(14, 28, 48, 0.84);
}

.report-gallery__nav--prev {
  left: 18px;
}

.report-gallery__nav--next {
  right: 18px;
}

.report-gallery__nav span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-1px);
}

.report-gallery__overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 18px 20px 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(9, 18, 32, 0.92), rgba(6, 15, 28, 0.97));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(145%);
}

.report-gallery__overlay strong {
  display: block;
  margin: 0;
  font-size: clamp(1.28rem, 2vw, 1.62rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.report-gallery__overlay p {
  margin: 0;
  max-width: 72ch;
  color: #d5e1f3;
  font-size: 0.96rem;
  line-height: 1.66;
}

.report-gallery__cta {
  align-self: flex-start;
  margin-top: 4px;
  min-height: 46px;
  padding-inline: 18px;
}

.report-gallery__rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(248px, 286px);
  gap: 12px;
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(140, 171, 214, 0.52) transparent;
}

.report-gallery__rail::-webkit-scrollbar {
  height: 9px;
}

.report-gallery__rail::-webkit-scrollbar-track {
  background: transparent;
}

.report-gallery__rail::-webkit-scrollbar-thumb {
  background: rgba(140, 171, 214, 0.34);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.report-gallery-card {
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 114px;
  padding: 12px;
  border-radius: 20px;
  text-align: left;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.report-gallery-card::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 16px;
  border-radius: 0 0 16px 16px;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(176, 220, 255, 0.20) 0%,
      rgba(91, 179, 255, 0.10) 42%,
      rgba(91, 179, 255, 0) 78%
    ),
    linear-gradient(
      90deg,
      rgba(91, 179, 255, 0) 0%,
      rgba(176, 220, 255, 0.38) 50%,
      rgba(91, 179, 255, 0) 100%
    );
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 1px;
  background-position:
    center top,
    center top;
  opacity: 0.68;
}

.report-gallery-card:hover,
.report-gallery-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(175, 214, 255, 0.22);
  background:
    radial-gradient(circle at 50% -18%, rgba(91, 179, 255, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.032));
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  filter: saturate(1.03);
}

.report-gallery-card.is-active {
  border-color: rgba(255, 209, 102, 0.26);
}

.report-gallery-card__thumb {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 18px rgba(0, 0, 0, 0.14);
}

.report-gallery-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report-gallery-card__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.report-gallery-card__eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #eff5ff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background:
    linear-gradient(180deg, rgba(24, 38, 60, 0.92), rgba(12, 21, 37, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.report-gallery-card__copy strong {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.report-gallery-card__copy small {
  color: #c4d2e6;
  font-size: 0.82rem;
  line-height: 1.34;
}

/* =========================================================
   PRICING
   ========================================================= */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
  margin-inline: auto;
  gap: 22px;
}

.pricing-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 30px 26px 30px;
  min-height: 100%;
  border-radius: 32px;
}

.price-card--featured,
.pricing-grid--three > .price-card:nth-child(2):not(.price-card--featured) {
  border-color: rgba(255, 199, 109, 0.34);
  background:
    radial-gradient(circle at top, rgba(255, 182, 80, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  transform: translateY(-8px);
  box-shadow:
    0 26px 56px rgba(255, 138, 31, 0.16),
    var(--shadow-md);
}

.price-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  color: #151009;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  background: linear-gradient(180deg, #ffffff 0%, #e4ecff 100%);
}

.price-tagline {
  min-height: 132px;
  max-width: 24ch;
  color: #d7e3f6;
  line-height: 1.62;
}

.price-value {
  display: grid;
  gap: 6px;
  margin: 20px 0 18px;
}

.price-value strong {
  font-size: clamp(1.68rem, 2.5vw, 2.22rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.price-value small {
  color: #dbe7fb;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-card .check-list {
  margin-top: 10px;
  margin-bottom: 24px;
}

.price-card__cta {
  margin-top: auto;
  min-height: 56px;
}

.price-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0 24px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 209, 102, 0),
    rgba(255, 209, 102, 0.95),
    rgba(91, 179, 255, 0.82),
    rgba(255, 138, 31, 0)
  );
  opacity: 0.88;
}

.pricing-grid--three > .price-card:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 179, 255, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.pricing-grid--three > .price-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 179, 255, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.03));
}

/* =========================================================
   MARKETS
   ========================================================= */

.markets-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  padding: 30px;
  align-items: center;
}

.markets-shell--compact {
  border-color: rgba(255, 255, 255, 0.10);
}

.market-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.market-tags span {
  width: 100%;
  justify-content: flex-start;
}

/* =========================================================
   FAQ
   ========================================================= */

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.faq-item.is-open {
  border-color: rgba(255, 199, 109, 0.22);
  background:
    radial-gradient(circle at top right, rgba(255, 183, 87, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.03));
}

.faq-trigger {
  width: 100%;
  min-height: 74px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.faq-trigger span:first-child {
  display: block;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.38;
  color: #ebf2ff;
  transition: color 180ms ease;
}

.faq-trigger:hover span:first-child,
.faq-trigger[aria-expanded="true"] span:first-child {
  color: #ffffff;
}

.faq-plus {
  width: 24px;
  height: 24px;
  position: relative;
  flex: none;
}

.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #ecf3ff;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-trigger[aria-expanded="true"] .faq-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.faq-content {
  padding: 0 22px 22px;
}

/* =========================================================
   DEMO / CONTACT
   ========================================================= */

[data-contact-trigger] {
  padding-bottom: 48px;
}

.demo-form-shell {
  display: block;
}


.demo-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(24px, 2.4vw, 34px);
  align-items: stretch;
  padding: clamp(28px, 3vw, 40px);
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.14), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.12), transparent 24%),
    linear-gradient(145deg, rgba(10, 20, 36, 0.98), rgba(6, 14, 27, 0.96));
  box-shadow:
    0 38px 86px rgba(0, 0, 0, 0.32),
    0 16px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(150%);
}

.demo-shell::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.30), transparent);
  opacity: 0.66;
  pointer-events: none;
}

.demo-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      transparent 24%,
      transparent 76%,
      rgba(255, 255, 255, 0.04)
    ),
    radial-gradient(circle at 18% 0%, rgba(91, 179, 255, 0.10), transparent 22%),
    radial-gradient(circle at 84% 100%, rgba(255, 138, 31, 0.08), transparent 22%),
    linear-gradient(
      90deg,
      rgba(255, 209, 102, 0),
      rgba(255, 209, 102, 0.95) 24%,
      rgba(91, 179, 255, 0.82) 52%,
      rgba(255, 138, 31, 0) 100%
    );
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    calc(100% - 52px) 3px;
  background-position:
    center center,
    center center,
    center center,
    center calc(100% - 1px);
  opacity: 0.94;
}

.demo-shell__intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-height: 100%;
  padding-right: clamp(18px, 1.8vw, 26px);
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.demo-shell__intro .eyebrow {
  margin-bottom: 0;
}

.demo-shell__title {
  margin: 0;
  max-width: 10.4ch;
  font-size: clamp(2.22rem, 4vw, 3.34rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-wrap: balance;
}

.demo-shell__text {
  margin: 0;
  max-width: 42ch;
  color: #d3def0;
  font-size: 1.02rem;
  line-height: 1.74;
}

.lead-form {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.10), transparent 24%),
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.10), transparent 26%),
    linear-gradient(180deg, rgba(9, 17, 31, 0.97), rgba(7, 15, 28, 0.92));
}

.lead-form--single {
  width: min(100%, 920px);
  margin-inline: auto;
  padding: clamp(28px, 3.2vw, 42px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 34px 78px rgba(0, 0, 0, 0.30),
    0 16px 34px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}





.lead-form--single::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      transparent 26%,
      transparent 74%,
      rgba(255, 255, 255, 0.04)
    ),
    radial-gradient(circle at 18% 100%, rgba(91, 179, 255, 0.10), transparent 28%),
    radial-gradient(circle at 82% 100%, rgba(255, 138, 31, 0.08), transparent 24%),
    linear-gradient(
      90deg,
      rgba(255, 209, 102, 0),
      rgba(255, 209, 102, 0.95) 24%,
      rgba(91, 179, 255, 0.82) 52%,
      rgba(255, 138, 31, 0) 100%
    );
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    calc(100% - 48px) 4px;
  background-position:
    center center,
    center center,
    center center,
    center bottom;
  opacity: 0.92;
}

.lead-form--split {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

.lead-form--split::before,
.lead-form--split::after {
  display: none;
}

.lead-form__split-head {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.lead-form__split-head strong {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.lead-form__split-head p {
  margin: 0;
  max-width: 54ch;
  color: #c5d3e7;
  font-size: 0.95rem;
  line-height: 1.62;
}

.lead-form__head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 26px;
}

.lead-form__head .eyebrow {
  margin-bottom: 16px;
}

.lead-form__head p {
  max-width: 62ch;
  color: #d3def0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.form-grid--premium {
  position: relative;
  z-index: 1;
  gap: 16px;
}

.lead-form label {
  display: grid;
  gap: 10px;
  font-size: 0.93rem;
  color: #eef4ff;
}

.lead-form label > span {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #d7e3f6;
}

.field-wide {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border-radius: 16px;
  color: #f1f6ff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 20px rgba(0, 0, 0, 0.10);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.lead-form select {
  appearance: none;
  padding-right: 48px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(232, 240, 255, 0.92) 50%),
    linear-gradient(135deg, rgba(232, 240, 255, 0.92) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.lead-form textarea {
  min-height: 120px;
  resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #8ea1bc;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 209, 102, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 209, 102, 0.10);
}

.form-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 12px;
  padding-top: 18px;
}

.form-actions::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.12) 16%,
    rgba(255, 209, 102, 0.20) 50%,
    rgba(255, 255, 255, 0.12) 84%,
    rgba(255, 255, 255, 0)
  );
  opacity: 0.94;
  pointer-events: none;
}

.form-note {
  margin-top: 2px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #bfd0e6;
  letter-spacing: -0.01em;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* =========================================================
   FOOTER / DOCK / MOBILE BAR / FLASH
   ========================================================= */


.site-footer {
  padding: 28px 0 calc(212px + var(--safe-bottom));
}

.footer-shell {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 30px);
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.08) 10%,
    rgba(255, 255, 255, 0.08) 90%,
    rgba(255, 255, 255, 0)
  );
  opacity: 0.72;
  pointer-events: none;
}





.footer-brand {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 22px;
  min-height: 100%;
  padding: 28px 30px;
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.16), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(255, 183, 77, 0.10), transparent 28%),
    linear-gradient(145deg, rgba(11, 22, 39, 0.97), rgba(6, 14, 27, 0.99));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 26px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(150%);
}

.footer-brand::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0.74;
  pointer-events: none;
}

.footer-brand::after {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 220px);
  height: 1px;
  margin: 2px auto 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(91, 179, 255, 0.28),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.78;
}

.footer-brand > * {
  position: relative;
  z-index: 1;
}

.footer-brand img {
  width: clamp(262px, 24vw, 404px);
  margin: 0 auto;
  filter:
    drop-shadow(0 18px 34px rgba(0, 0, 0, 0.24))
    drop-shadow(0 0 24px rgba(91, 179, 255, 0.08));
}

.footer-brand p {
  width: min(100%, 28rem);
  max-width: 28rem;
  margin: 0 auto;
  color: #d2def0;
  font-size: 1.04rem;
  line-height: 1.74;
  text-align: center;
  text-wrap: pretty;
}
.footer-ecosystem {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  align-self: stretch;
  width: 100%;
  min-height: 100%;
  padding: 22px 24px 20px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.14), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(255, 183, 77, 0.10), transparent 30%),
    linear-gradient(145deg, rgba(10, 22, 39, 0.97), rgba(6, 14, 27, 0.99));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 26px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(150%);
}

.footer-ecosystem::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0.74;
  pointer-events: none;
}

.footer-ecosystem::after {
  content: "";
  position: absolute;
  inset: auto auto -56px -34px;
  width: 168px;
  height: 168px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 183, 77, 0.14), transparent 70%);
  filter: blur(10px);
  opacity: 0.62;
  pointer-events: none;
}

.footer-ecosystem__header {
  position: relative;
  display: grid;
  gap: 8px;
  padding-bottom: 14px;
}

.footer-ecosystem__header::after {
  content: "";
  display: block;
  width: min(100%, 188px);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.18),
    rgba(91, 179, 255, 0.24),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.72;
}

.footer-ecosystem__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e8f1ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-ecosystem__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(180deg, #bfe1ff, #64aefc);
  box-shadow: 0 0 0 5px rgba(91, 179, 255, 0.12);
}

.footer-ecosystem__title {
  color: #ffffff;
  font-size: clamp(1.16rem, 1.44vw, 1.32rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.footer-ecosystem__text {
  margin: 0;
  color: rgba(234, 242, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.66;
  text-wrap: balance;
}

.footer-ecosystem__list {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-ecosystem__item {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 14px 16px 14px 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.028));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-ecosystem__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 209, 102, 0.90), rgba(91, 179, 255, 0.92));
  opacity: 0.92;
}

.footer-ecosystem__item-title {
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.footer-ecosystem__item p {
  margin: 0;
  color: rgba(234, 242, 255, 0.76);
  font-size: 0.89rem;
  line-height: 1.55;
}

.footer-social {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 20px;
  width: 100%;
  min-height: 100%;
  padding: 28px 30px;
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.16), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(255, 183, 77, 0.10), transparent 22%),
    linear-gradient(145deg, rgba(11, 22, 39, 0.97), rgba(6, 14, 27, 0.99));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 26px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(150%);
}

.footer-social::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0.74;
  pointer-events: none;
}

.footer-social::after {
  content: "";
  position: absolute;
  inset: auto -38px -56px auto;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(91, 179, 255, 0.16), transparent 68%);
  filter: blur(10px);
  opacity: 0.62;
  pointer-events: none;
}

.footer-social__header,
.footer-social__list,
.footer-social__credit {
  position: relative;
  z-index: 1;
}


.footer-social__header {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: 100%;
  max-width: min(100%, 470px);
  margin: 0 auto;
  padding-bottom: 16px;
  text-align: center;
}

.footer-social__header::after {
  content: "";
  display: block;
  width: min(100%, 210px);
  height: 1px;
  margin-inline: auto;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.18),
    rgba(91, 179, 255, 0.22),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.72;
}

.footer-social__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #e8f1ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.footer-social__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 5px rgba(255, 200, 87, 0.12);
}

.footer-social__title {
  width: 100%;
  max-width: 440px;
  color: #ffffff;
  font-size: clamp(1.18rem, 1.5vw, 1.36rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-align: center;
  text-wrap: normal;
}

.footer-social__text {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  color: rgba(234, 242, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.72;
  text-align: center;
  text-wrap: normal;
}

.footer-social__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding-top: 8px;
}

.footer-social__credit {
  width: min(100%, 560px);
  margin: 4px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(234, 242, 255, 0.58);
  font-size: 0.74rem;
  line-height: 1.62;
  letter-spacing: 0.01em;
  text-align: center;
  text-wrap: pretty;
}

.footer-social__link {
  --social-glow: rgba(255, 255, 255, 0.16);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 19px;
  color: #f5f8ff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.032));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.footer-social__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.10),
      transparent 34%,
      transparent 70%,
      rgba(255, 255, 255, 0.03)
    );
  opacity: 0.94;
}

.footer-social__link::after {
  content: "";
  position: absolute;
  inset: auto auto -40px -26px;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--social-glow), transparent 72%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.footer-social__link:hover,
.footer-social__link:focus-visible {
  transform: translateY(-2px);
  color: #ffffff;
  border-color: rgba(255, 209, 102, 0.24);
  background:
    linear-gradient(180deg, rgba(91, 179, 255, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 16px 28px rgba(0, 0, 0, 0.20),
    0 0 0 1px rgba(91, 179, 255, 0.04);
}

.footer-social__link:hover::after,
.footer-social__link:focus-visible::after {
  opacity: 1;
}

.footer-social__link:focus-visible {
  outline: none;
}

.footer-social__link--instagram {
  --social-glow: rgba(255, 92, 166, 0.26);
}

.footer-social__link--facebook {
  --social-glow: rgba(90, 135, 255, 0.28);
}

.footer-social__link--linkedin {
  --social-glow: rgba(66, 154, 255, 0.28);
}

.footer-social__link--youtube {
  --social-glow: rgba(255, 93, 93, 0.26);
}

.footer-social__link svg {
  width: 22px;
  height: 22px;
}




@media (max-width: 980px) {
  .footer-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-brand img {
    width: clamp(236px, 34vw, 344px);
  }
}

@media (max-width: 720px) {
  .footer-shell {
    gap: 18px;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .footer-brand,
  .footer-social {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .footer-brand img {
    width: min(78vw, 320px);
  }

  .footer-brand p,
  .footer-social__text {
    max-width: none;
    font-size: 0.95rem;
  }

  .footer-social__header {
    max-width: none;
    padding-bottom: 12px;
  }
}

@media (max-width: 560px) {
  .footer-brand,
  .footer-social {
    padding: 18px 16px;
    border-radius: 22px;
  }

  .footer-brand img {
    width: min(82vw, 286px);
  }

  .footer-brand p,
  .footer-social__text {
    max-width: none;
  }

  .footer-social__list {
    gap: 10px;
  }

  .footer-social__link {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .footer-social__link svg {
    width: 20px;
    height: 20px;
  }
}


.contact-dock {
  position: fixed;
  left: 50%;
  bottom: calc(14px + var(--safe-bottom));
  width: min(1280px, calc(100vw - 32px));
  z-index: 82;
  display: grid;
  grid-template-columns: minmax(260px, 1.08fr) repeat(3, minmax(0, 0.98fr));
  align-items: stretch;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.12), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.08), transparent 22%),
    linear-gradient(135deg, rgba(9, 18, 32, 0.96), rgba(6, 15, 28, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 32px 72px rgba(0, 0, 0, 0.34),
    0 16px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(165%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(18px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 220ms ease;
}

.contact-dock.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.contact-dock::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.02));
}



.contact-dock__lead,
.contact-dock__item {
  position: relative;
  min-height: 90px;
}

.contact-dock__lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 21px 28px 21px 30px;
  background:
    linear-gradient(135deg, rgba(91, 179, 255, 0.20), rgba(19, 114, 235, 0.10) 54%, rgba(11, 78, 166, 0.16));
}

.contact-dock__lead-kicker {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #dce8fa;
}

.contact-dock__lead strong {
  margin: 0;
  font-size: clamp(1.14rem, 1.5vw, 1.42rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.contact-dock__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 17px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.10);
  transition:
    background 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
}



.contact-dock__item::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  opacity: 0.48;
  pointer-events: none;
}

.contact-dock__item:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.contact-dock__icon-wrap {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-dock__icon {
  width: 22px;
  height: 22px;
  color: #eef4ff;
}

.contact-dock__text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.contact-dock__text strong {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.contact-dock__text span {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.3;
  color: #c7d5e9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.contact-dock__item--app {
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.10), transparent 26%),
    linear-gradient(180deg, rgba(11, 26, 50, 0.92), rgba(9, 20, 38, 0.88));
}

.contact-dock__item--app:hover {
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(13, 30, 58, 0.96), rgba(9, 20, 38, 0.92));
}

.contact-dock__item--app .contact-dock__icon-wrap {
  background: rgba(91, 179, 255, 0.14);
  border-color: rgba(129, 194, 255, 0.24);
}


.contact-dock__item--whatsapp {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(28, 170, 94, 0.96), rgba(49, 200, 115, 0.96));
}

.contact-dock__item--whatsapp:hover {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(29, 176, 98, 0.98), rgba(62, 212, 126, 0.98));
}

.contact-dock__item--whatsapp .contact-dock__icon-wrap {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.contact-dock__item--whatsapp .contact-dock__icon,
.contact-dock__item--whatsapp .contact-dock__text strong,
.contact-dock__item--whatsapp .contact-dock__text span {
  color: #ffffff;
}

.flash-stack {
  position: fixed;
  top: calc(var(--safe-top) + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: min(760px, calc(100vw - 24px));
  z-index: 90;
  display: grid;
  gap: 10px;
}

.flash {
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 800;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
  transition: opacity 280ms ease, transform 280ms ease;
}

.flash.is-hiding {
  opacity: 0;
  transform: translateY(-10px);
}

.flash--success {
  color: #0f4f2e;
  background: linear-gradient(180deg, rgba(222, 255, 234, 0.98), rgba(194, 250, 216, 0.98));
  border: 1px solid rgba(20, 184, 108, 0.26);
}

.flash--error {
  color: #7a1d1d;
  background: linear-gradient(180deg, rgba(255, 238, 238, 0.98), rgba(255, 221, 221, 0.98));
  border: 1px solid rgba(228, 86, 86, 0.26);
}

.mobile-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(10px + var(--safe-bottom));
  z-index: 83;
  display: none;
  gap: 12px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(9, 18, 32, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 220ms ease;
}

.mobile-bar.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-bar__link {
  min-height: 48px;
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
}

.mobile-bar__link--whatsapp {
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, rgba(28, 170, 94, 0.96), rgba(49, 200, 115, 0.96));
  box-shadow: 0 10px 22px rgba(21, 143, 83, 0.24);
}


/* =========================================================
   REVEAL / ANIMATIONS
   ========================================================= */

.hero-reveal,
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
  will-change: transform, opacity;
}

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

.hero-reveal--delay {
  transition-delay: 100ms;
}


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

@keyframes topbarSweep {
  0%,
  12% {
    transform: skewX(-20deg) translateX(-180%);
    opacity: 0;
  }
  24%,
  54% {
    opacity: 0.52;
  }
  100% {
    transform: skewX(-20deg) translateX(420%);
    opacity: 0;
  }
}

@keyframes screenSweep {
  0%,
  12% {
    transform: translateX(-180%) rotate(8deg);
    opacity: 0;
  }
  24%,
  50% {
    opacity: 0.28;
  }
  100% {
    transform: translateX(230%) rotate(8deg);
    opacity: 0;
  }
}

@keyframes screenScan {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  14% {
    opacity: 0.14;
  }
  50% {
    opacity: 0.10;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */



















@media (max-width: 1180px) {
  .report-gallery {
    padding: 22px;
  }

  .report-gallery__rail {
    grid-auto-flow: column;
    grid-auto-columns: minmax(248px, 1fr);
    grid-template-columns: unset;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .report-gallery-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 1220px) {
  .hero-copy h1 {
    max-width: 14.6ch;
    font-size: clamp(2rem, 6.3vw, 2.95rem);
  }

  .hero-stage {
    width: min(100%, 820px);
  }

  .hero-video-shell {
    width: min(100%, 790px);
  }
}


@media (max-width: 1080px) {
  .hero-grid,
  .markets-shell {
    grid-template-columns: 1fr;
  }



  .demo-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .demo-shell__intro {
    max-width: none;
    justify-content: flex-start;
    min-height: auto;
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .demo-shell__title,
  .demo-shell__text {
    max-width: none;
  }

  .hero-grid--clean {
    align-items: start;
  }

  .hero-copy {
    max-width: none;
    padding-top: 0;
    padding-bottom: 12px;
    justify-content: flex-start;
    align-self: auto;
  }

  .hero-copy h1 {
    max-width: 14.8ch;
  }

  .hero-visual {
    justify-content: center;
  }

  .hero-stage {
    width: min(100%, 720px);
    min-height: 0;
    justify-content: center;
  }

  .hero-video-shell {
    margin-inline: auto;
  }
  .contact-dock {
    grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(0, 1fr));
    width: min(1180px, calc(100vw - 28px));
  }

  .contact-dock__text span {
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .module-peek-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-dock {
    grid-template-columns: 1fr 1fr;
    width: min(960px, calc(100vw - 24px));
  }

  .contact-dock__lead {
    grid-column: 1 / -1;
    min-height: 88px;
  }
}


@media (max-width: 920px) {
  .report-gallery {
    padding: 18px;
    border-radius: 30px;
  }

  .report-gallery__stage {
    border-radius: 26px;
  }

  .report-gallery__chrome {
    min-height: 64px;
    padding: 14px 16px;
  }

  .report-gallery__chrome-label {
    font-size: 0.74rem;
  }

  .report-gallery__counter {
    font-size: 0.7rem;
    padding: 7px 10px;
  }

  .report-gallery__viewport {
    min-height: 520px;
    padding: 24px 20px 126px;
  }

  .report-gallery__viewport img {
    max-width: min(100%, 380px);
  }

  .report-gallery__rail {
    grid-auto-columns: minmax(220px, 1fr);
  }

  body {
    padding-bottom: 94px;
  }

  .nav-desktop,
  .nav-actions .btn--ghost,
  .nav-actions .btn--primary {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .pricing-grid,
  .pricing-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .price-card--featured,
  .pricing-grid--three > .price-card:nth-child(2):not(.price-card--featured) {
    transform: none;
  }

  .price-tagline {
    min-height: 0;
  }

  [data-contact-trigger] {
    padding-bottom: 56px;
  }

  .site-footer {
    padding-bottom: calc(24px + var(--safe-bottom));
  }

  .contact-dock {
    display: none;
  }

  .mobile-bar {
    display: flex;
  }
}

@media (max-width: 720px) {
  .report-gallery {
    margin-top: 22px;
    padding: 14px;
    border-radius: 26px;
  }

  .report-gallery__meta {
    gap: 10px;
    margin-bottom: 16px;
  }

  .report-gallery__meta span {
    min-height: 38px;
    padding: 9px 13px;
    font-size: 0.82rem;
  }

  .report-gallery__stage {
    border-radius: 22px;
  }

  .report-gallery__chrome {
    min-height: 58px;
    padding: 13px 14px;
  }

  .report-gallery__chrome-label {
    font-size: 0.68rem;
  }

  .report-gallery__viewport {
    min-height: 0;
    aspect-ratio: 4 / 5.25;
    padding: 18px 14px 116px;
  }

  .report-gallery__viewport img {
    max-width: min(100%, 310px);
  }

  .report-gallery__overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 15px 15px 13px;
    border-radius: 18px;
  }

  .report-gallery__overlay strong {
    font-size: 1.16rem;
  }

  .report-gallery__overlay p {
    font-size: 0.9rem;
  }

  .report-gallery__rail {
    gap: 10px;
    grid-auto-columns: minmax(238px, 82vw);
  }

  .report-gallery-card {
    min-height: 108px;
    padding: 10px;
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .report-gallery-card__copy strong {
    font-size: 0.92rem;
  }

  .report-gallery-card__copy small {
    font-size: 0.78rem;
  }

  :root {
    --container: min(1260px, calc(100vw - 22px));
  }

  .section-pad {
    padding: 78px 0;
  }

  .section-pad--tight {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .section-band::before {
    inset: 10px 0;
  }

  .nav-shell {
    min-height: 76px;
  }

  .brand img {
    width: min(58vw, 222px);
  }


  .hero {
    padding-top: 8px;
    padding-bottom: 40px;
  }

  .hero.section-pad--hero {
    padding-top: 22px;
    padding-bottom: 40px;
  }

  .hero-copy {
    padding-bottom: 12px;
  }

  .hero-visual {
    margin-top: 16px;
  }


  .hero-copy h1 {
    max-width: 13.9ch;
    font-size: clamp(1.9rem, 7.6vw, 2.65rem);
    line-height: 0.96;
  }

  .hero-text,
  .section-head p,
  .markets-copy p,
  .lead-form p,
  .price-tagline,
  .faq-content p,
  .module-peek-card__detail p {
    font-size: 0.98rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .module-peek-cta {
    width: 100%;
  }

  .hero-stage {
    width: 100%;
    min-height: 0;
    animation: heroFloat 10s ease-in-out infinite;
  }

  .hero-stage__glow {
    inset: 26px 10px 34px 10px;
    filter: blur(28px);
    opacity: 0.62;
  }

  .hero-video-shell {
    width: 100%;
    padding: 12px;
    border-radius: 22px;
  }

  .hero-video-shell::before {
    inset: 6px;
    border-radius: 16px;
  }

  .hero-video-pedestal {
    display: none;
  }

  .hero-video-chassis {
    padding: 8px;
    border-radius: 18px;
  }

  .hero-video-chassis__edge {
    display: none;
  }

  .hero-video-frame {
    border-radius: 16px;
    animation: none;
  }

  .hero-video-topbar {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 12px 12px 10px;
  }

  .hero-video-topbar__cluster {
    width: 100%;
  }

  .hero-video-topbar__reflection {
    width: 42%;
    opacity: 0.40;
  }

  .hero-video-chip-wrap {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-video-brand strong {
    font-size: 1rem;
    white-space: nowrap;
  }


  .hero-video-brand span {
    font-size: 0.6rem;
    white-space: nowrap;
    letter-spacing: 0.12em;
  }

  .hero-video-chip {
    font-size: 0.6rem;
    min-height: 32px;
    padding: 0 12px;
    letter-spacing: 0.12em;
  }

  .hero-video-screen {
    border-radius: 0 0 14px 14px;
    aspect-ratio: 16 / 9.9;
  }



  #produto.section-pad--tight {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 32px;
  }



    .module-peek-grid,
  .pricing-grid,
  .pricing-grid--three,
  .market-tags,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid,
  .pricing-grid--three {
    max-width: 100%;
  }

  .module-peek-card,
  .price-card--featured,
  .pricing-grid--three > .price-card:nth-child(2):not(.price-card--featured) {
    transform: none;
  }

  .module-peek-card {
    border-radius: 28px;
  }

  .module-peek-card__head,
  .module-peek-card__detail,
  .price-card,
  .markets-shell {
    padding-inline: 22px;
  }

  .module-peek-card__head {
    padding-top: 22px;
    padding-bottom: 14px;
  }

  .module-peek-card__detail {
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .markets-shell {
    padding-top: 24px;
    padding-bottom: 24px;
  }


  .demo-shell {
    padding: 22px;
    gap: 22px;
    border-radius: 28px;
  }

  .demo-shell__intro {
    gap: 16px;
    justify-content: flex-start;
    min-height: auto;
    padding-right: 0;
    padding-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .demo-shell__title {
    max-width: none;
    font-size: clamp(1.94rem, 8vw, 2.56rem);
  }

  .demo-shell__text {
    max-width: none;
    font-size: 0.98rem;
  }



  .demo-benefit {
    padding: 14px 15px;
    border-radius: 18px;
  }

  .lead-form--split {
    padding: 0;
  }

  .lead-form__split-head {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .lead-form--single {
    width: 100%;
    padding: 24px;
  }

  .lead-form__head {
    margin-bottom: 22px;
  }

  [data-contact-trigger] {
    padding-bottom: 52px;
  }

  .faq-trigger {
    padding: 18px;
    min-height: 70px;
  }


  .faq-content {
    padding: 0 18px 18px;
  }

  .mobile-bar {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 560px) {
  .report-gallery__chrome {
    gap: 10px;
    flex-wrap: wrap;
  }

  .report-gallery__counter {
    margin-left: auto;
  }

  .hero-video-topbar__cluster {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .hero-video-chip-wrap {
    width: 100%;
  }

  .hero-video-chip {
    align-self: flex-start;
    max-width: 100%;
  }
}

@media (max-width: 480px) {

  .report-gallery__meta span,
  .report-gallery__cta {
    width: 100%;
    justify-content: center;
  }

  .report-gallery__rail {
    grid-auto-columns: minmax(218px, 86vw);
  }

  .hero-badges span,
  .market-tags span {
    width: 100%;
    justify-content: center;
  }

  .market-tags span {
    justify-content: flex-start;
  }

  .brand img {
    width: min(62vw, 204px);
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
  }

  .btn,
  .mobile-bar__link {
    min-height: 46px;
  }

  .lead-form input,
  .lead-form select,
  .lead-form textarea {
    min-height: 50px;
  }
}

@media (max-width: 920px) {
  .cover-library {
    padding: 16px;
    border-radius: 30px;
  }

  .cover-library__grid {
    gap: 12px;
    grid-auto-columns: minmax(228px, 1fr);
  }

  .cover-lightbox {
    padding: 10px;
    align-items: stretch;
  }

  .cover-lightbox__dialog {
    width: min(100%, calc(100vw - 10px));
    max-height: calc(100dvh - 10px);
    border-radius: 26px;
  }

  .cover-lightbox__shell {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    padding: 68px 18px 20px;
  }

  .cover-lightbox__visual {
    min-height: 0;
    max-height: min(42dvh, 340px);
    padding: 18px 56px;
    border-radius: 22px;
  }

  .cover-lightbox__visual img {
    max-width: min(100%, 300px);
    max-height: 100%;
  }

  .cover-lightbox__content {
    gap: 12px;
    align-content: start;
  }
}

@media (max-width: 720px) {
  .cover-library {
    margin-top: 22px;
    padding: 14px;
    border-radius: 26px;
  }

  .cover-library::before {
    left: 18px;
    right: 18px;
    height: 18px;
  }

  .cover-carousel {
    position: relative;
    display: block;
  }

  .cover-carousel__viewport {
    width: 100%;
  }

  .cover-carousel__nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #f4f8ff;
    background: rgba(8, 18, 34, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px) saturate(150%);
    cursor: pointer;
    transform: translateY(-50%);
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      background 180ms ease,
      opacity 180ms ease;
  }

  .cover-carousel__nav:hover {
    transform: translateY(-50%) scale(1.03);
    border-color: rgba(255, 209, 102, 0.30);
    background: rgba(14, 28, 48, 0.84);
  }

  .cover-carousel__nav--prev {
    left: 4px;
  }

  .cover-carousel__nav--next {
    right: 4px;
  }

  .cover-carousel__nav span {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    transform: translateY(-1px);
  }

  .cover-library:not(.cover-library--stats) .cover-library__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .cover-library:not(.cover-library--stats) .cover-library__grid::-webkit-scrollbar {
    display: none;
  }

  .cover-library:not(.cover-library--stats) .cover-library-card {
    scroll-snap-align: start;
    min-height: 272px;
    padding: 18px 16px 56px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 14px;
    justify-items: center;
    align-items: center;
    text-align: center;
    border-radius: 22px;
  }

  .cover-library-card::before {
    left: 12px;
    right: 12px;
    height: 14px;
  }

  .cover-library:not(.cover-library--stats) .cover-library-card__thumb {
    width: 138px;
    min-width: 138px;
    height: 182px;
    min-height: 182px;
    padding: 0;
    margin-inline: auto;
    display: grid;
    place-items: center;
  }

  .cover-library:not(.cover-library--stats) .cover-library-card__thumb-main {
    width: auto;
    height: auto;
    max-width: 138px;
    max-height: 182px;
    object-fit: contain;
    object-position: center center;
    margin-inline: auto;
  }

  .cover-library:not(.cover-library--stats) .cover-library-card__action {
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: 0.58rem;
    padding: 7px 10px;
  }

  .cover-lightbox__dialog {
    border-radius: 22px;
  }

  .cover-lightbox__close {
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .cover-lightbox__close span {
    font-size: 1.65rem;
  }

  .cover-lightbox__shell {
    padding: 60px 14px 16px;
    gap: 16px;
  }

  .cover-lightbox__visual {
    border-radius: 18px;
    max-height: min(38dvh, 300px);
    padding: 14px 46px;
  }

  .cover-lightbox__nav {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .cover-lightbox__nav--prev {
    left: 8px;
  }

  .cover-lightbox__nav--next {
    right: 8px;
  }

  .cover-lightbox__nav span {
    font-size: 1.5rem;
  }

  .cover-lightbox__content h3 {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }

  .cover-lightbox__content p {
    font-size: 0.96rem;
    line-height: 1.64;
  }

  .cover-lightbox__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .cover-lightbox__counter {
    justify-content: center;
  }

  .cover-lightbox__cta,
  .cover-library__cta {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .cover-carousel__nav {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .cover-carousel__nav--prev {
    left: 2px;
  }

  .cover-carousel__nav--next {
    right: 2px;
  }

  .cover-lightbox {
    padding: 6px;
  }

  .cover-lightbox__dialog {
    width: calc(100vw - 8px);
    max-height: calc(100dvh - 8px);
    border-radius: 20px;
  }

  .cover-lightbox__visual {
    max-height: min(34dvh, 260px);
    padding: 12px 42px;
  }

  .cover-lightbox__counter {
    justify-content: center;
  }
}


@media (max-width: 480px) {
  .cover-library__grid {
    grid-auto-columns: minmax(220px, 86vw);
  }
}

/* =========================================================
   PRICING LAUNCH IMPLEMENTATION
   ========================================================= */

.pricing-launch-section {
  overflow: visible;
}


.pricing-head--launch {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  margin-bottom: 34px;
}

.pricing-head--launch h2 {
  max-width: none;
  margin-inline: auto;
  white-space: nowrap;
  text-wrap: nowrap;
  letter-spacing: -0.05em;
}

.pricing-head--launch p {
  max-width: none;
  margin-inline: auto;
  color: #d5e1f3;
  white-space: nowrap;
}

.pricing-grid--launch {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  gap: 22px;
  align-items: stretch;
}

.pricing-grid--launch.pricing-grid--three > .price-card--launch {
  padding: 30px 28px 24px;
  min-height: 100%;
  border-radius: 32px;
  border-color: rgba(146, 180, 223, 0.20);
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 179, 255, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(17, 39, 72, 0.985), rgba(7, 21, 43, 1));
  box-shadow:
    0 28px 62px rgba(0, 0, 0, 0.28),
    0 12px 24px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  gap: 0;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.pricing-grid--launch.pricing-grid--three > .price-card--launch:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 179, 255, 0.16), transparent 40%),
    linear-gradient(180deg, rgba(18, 46, 84, 0.985), rgba(7, 24, 49, 1));
}

.pricing-grid--launch.pricing-grid--three > .price-card--launch:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 179, 255, 0.11), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(255, 138, 31, 0.10), transparent 24%),
    linear-gradient(180deg, rgba(16, 38, 71, 0.985), rgba(7, 22, 43, 1));
}

.pricing-grid--launch.pricing-grid--three > .price-card--launch.price-card--featured {
  border-color: rgba(255, 199, 109, 0.38);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 183, 87, 0.18), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(91, 179, 255, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(25, 43, 72, 0.985), rgba(8, 24, 46, 1));
  transform: translateY(-6px);
  box-shadow:
    0 26px 56px rgba(255, 138, 31, 0.14),
    0 14px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.price-card--launch.price-card--easy::after {
  background: linear-gradient(
    90deg,
    rgba(91, 179, 255, 0),
    rgba(91, 179, 255, 0.96),
    rgba(182, 223, 255, 0.88),
    rgba(91, 179, 255, 0)
  );
  opacity: 0.92;
}

.price-card--launch.price-card--pro::after,
.price-card--launch.price-card--featured::after {
  background: linear-gradient(
    90deg,
    rgba(255, 209, 102, 0),
    rgba(255, 209, 102, 0.96),
    rgba(255, 138, 31, 0.86),
    rgba(91, 179, 255, 0.42),
    rgba(255, 209, 102, 0)
  );
  opacity: 0.96;
}

.price-card--launch.price-card--max::after {
  background: linear-gradient(
    90deg,
    rgba(91, 179, 255, 0),
    rgba(91, 179, 255, 0.82),
    rgba(255, 209, 102, 0.72),
    rgba(255, 138, 31, 0.82),
    rgba(91, 179, 255, 0)
  );
  opacity: 0.94;
}

.price-card--launch:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 209, 102, 0.26);
  box-shadow:
    0 34px 72px rgba(0, 0, 0, 0.32),
    0 16px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.pricing-grid--launch.pricing-grid--three > .price-card--launch.price-card--featured:hover {
  transform: translateY(-8px);
}

.price-card--launch .price-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 60px;
  margin-bottom: 18px;
}

.price-card--launch .price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 36px;
  min-width: 166px;
  max-width: 100%;
  padding: 8px 13px;
  margin-bottom: 0;
  color: #101522;
  font-size: 0.68rem;
  line-height: 1.12;
  letter-spacing: 0.13em;
  text-align: center;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.price-card--launch .price-badge--featured {
  color: #201409;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, var(--accent-1) 0%, var(--accent-2) 46%, var(--accent-3) 100%);
  box-shadow:
    0 14px 26px rgba(255, 138, 31, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.price-card--launch .price-card__kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #dbe7fb;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.price-card--launch .price-card__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 4px rgba(255, 200, 87, 0.12);
}

.price-card--launch h3 {
  display: flex;
  align-items: flex-end;
  min-height: 44px;
  font-size: clamp(1.94rem, 2.1vw, 2.34rem);
  line-height: 0.95;
}

.price-card--launch .price-tagline {
  min-height: 108px;
  max-width: none;
  margin-top: 12px;
  color: #dce7f7;
  font-size: 0.98rem;
  line-height: 1.58;
}

.price-card--launch .price-card__signature {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 96px;
  margin: 16px 0 18px;
  padding: 14px 15px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.price-card--launch .price-card__signature-label {
  color: #dce7fb;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price-card--launch .price-card__signature strong {
  margin: 0;
  color: #ffffff;
  font-size: 0.94rem;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.price-card--easy .price-card__signature {
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.price-card--pro .price-card__signature {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 200, 87, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 200, 87, 0.18);
}

.price-card--max .price-card__signature {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 138, 31, 0.12), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(91, 179, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.price-card--launch .price-value--launch {
  display: grid;
  align-content: start;
  min-height: 106px;
  gap: 7px;
  margin: 0 0 16px;
}

.price-card--launch .price-anchor {
  color: #c7d7ee;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 200, 87, 0.58);
}

.price-card--launch .price-value--launch strong {
  font-size: clamp(2.24rem, 2.8vw, 2.96rem);
  line-height: 0.90;
}

.price-card--launch .price-launch-note {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #f1f6ff;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.price-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 10px;
  margin: 0 0 18px;
}

.price-stat {
  display: grid;
  gap: 4px;
  align-content: start;
  min-height: 80px;
  padding: 14px 13px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.028));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.10);
}

.price-stat strong {
  margin: 0;
  font-size: 1.48rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.price-stat span {
  color: #d3def0;
  font-size: 0.79rem;
  line-height: 1.32;
}

.price-card--launch .check-list {
  min-height: 108px;
  align-content: start;
  margin-top: 8px;
  margin-bottom: 16px;
}

.price-card--launch .check-list li {
  color: #eef4ff;
  font-size: 0.93rem;
  line-height: 1.52;
}

.price-card--launch .price-card__microcopy {
  display: flex;
  align-items: flex-start;
  min-height: 56px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #b7c8df;
  font-size: 0.84rem;
  line-height: 1.52;
}

.price-card--launch .price-card__cta {
  margin-top: 16px;
  min-height: 56px;
  border-radius: 16px;
  font-size: 0.96rem;
}

.price-card--launch.price-card--featured .price-card__cta {
  color: #1d1408;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, var(--accent-1) 0%, var(--accent-2) 46%, var(--accent-3) 100%);
  box-shadow:
    0 14px 24px rgba(255, 138, 31, 0.20),
    0 8px 16px rgba(0, 0, 0, 0.16);
}

.pricing-enterprise {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 30px 0 0;
  padding: 30px 34px 26px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 0% 0%, rgba(91, 179, 255, 0.14), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(8, 18, 33, 0.98), rgba(5, 14, 27, 0.99));
  box-shadow:
    0 34px 76px rgba(0, 0, 0, 0.34),
    0 16px 32px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(158%);
  isolation: isolate;
}

.pricing-enterprise::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  opacity: 0.72;
  pointer-events: none;
}

.pricing-enterprise::after {
  content: "";
  position: absolute;
  inset: auto 26px 0 26px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 209, 102, 0),
    rgba(255, 209, 102, 0.92) 22%,
    rgba(91, 179, 255, 0.78) 54%,
    rgba(255, 138, 31, 0.82) 82%,
    rgba(255, 209, 102, 0)
  );
  opacity: 0.92;
  pointer-events: none;
}

.pricing-enterprise__copy {
  display: grid;
  gap: 10px;
  align-content: start;
  max-width: 560px;
}

.pricing-enterprise__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dbe7fb;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pricing-enterprise__eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 6px rgba(255, 200, 87, 0.12);
}

.pricing-enterprise__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.pricing-enterprise__copy strong {
  margin: 0;
  font-size: clamp(1.56rem, 2.2vw, 2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.pricing-enterprise__seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(26, 39, 60, 0.96), rgba(12, 22, 38, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  color: #f1f6ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-enterprise__copy p {
  margin: 0;
  max-width: 42ch;
  color: #d5e1f3;
  font-size: 0.95rem;
  line-height: 1.62;
}

.pricing-enterprise__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
  padding-top: 4px;
}

.pricing-enterprise__meta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #eef4ff;
  font-size: 0.88rem;
  line-height: 1.3;
}

.pricing-enterprise__meta span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(180deg, #ffe89a, var(--accent-2));
  box-shadow: 0 0 0 4px rgba(255, 200, 87, 0.13);
}


.pricing-enterprise__cta {
  min-width: 312px;
  min-height: 58px;
  justify-self: end;
  align-self: center;
}

.pricing-enterprise__footer {
  grid-column: 1 / -1;
  margin-top: 2px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-addon-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.pricing-addon-strip--inside span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #d9e6f8;
  font-size: 0.84rem;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.038);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pricing-addon-strip--inside span::before {
  display: none;
}

@media (max-width: 1180px) {
  .pricing-grid--launch {
    gap: 20px;
  }

  .pricing-grid--launch.pricing-grid--three > .price-card--launch {
    padding: 28px 24px 22px;
  }

  .price-card--launch .price-tagline {
    min-height: 90px;
  }

  .pricing-enterprise {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: start;
    padding: 24px 22px 20px;
  }

  .pricing-enterprise__cta {
    min-width: min(100%, 340px);
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .pricing-head--launch h2 {
    max-width: none;
    white-space: nowrap;
    text-wrap: nowrap;
    font-size: clamp(1.7rem, 4.4vw, 2.18rem);
  }

  .pricing-head--launch p {
    max-width: 100%;
    white-space: normal;
    text-wrap: balance;
  }

  .pricing-grid--launch.pricing-grid--three > .price-card--launch {
    padding: 24px 20px 20px;
    border-radius: 26px;
  }

  .pricing-grid--launch.pricing-grid--three > .price-card--launch.price-card--featured {
    transform: none;
  }

  .price-card--launch h3 {
    font-size: clamp(1.72rem, 7.2vw, 2.08rem);
  }

  .price-card--launch .price-tagline {
    margin-top: 10px;
    font-size: 0.95rem;
  }

  .price-card--launch .price-card__signature {
    margin: 14px 0 14px;
    padding: 13px 14px;
  }

  .price-card--launch .price-value--launch strong {
    font-size: clamp(2.04rem, 9vw, 2.58rem);
  }

  .price-stat {
    min-height: 76px;
    padding: 12px;
    border-radius: 16px;
  }

  .price-stat strong {
    font-size: 1.32rem;
  }

  .price-stat span {
    font-size: 0.76rem;
  }

  .pricing-enterprise {
    padding: 20px 18px 18px;
  }

  .pricing-enterprise__meta,
  .pricing-addon-strip {
    gap: 10px;
  }

  .pricing-enterprise__meta span,
  .pricing-addon-strip--inside span {
    width: 100%;
    justify-content: flex-start;
  }

  .pricing-enterprise__cta {
    width: 100%;
    justify-self: stretch;
  }

  .pricing-enterprise__footer {
    padding-top: 16px;
  }
}

@media (max-width: 560px) {
  .pricing-head--launch h2 {
    max-width: 11ch;
    white-space: normal;
    text-wrap: balance;
    font-size: clamp(1.82rem, 8.2vw, 2.24rem);
  }

  .pricing-enterprise__title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .price-stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .price-card--launch .price-card__kicker {
    white-space: normal;
  }

  .pricing-enterprise__seal {
    width: 100%;
    justify-content: center;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .hero-reveal,
  .reveal,
  .contact-dock,
  .mobile-bar {
    opacity: 1;
    transform: none;
  }
}
