:root {
  --bg-deep: #000b3d;
  --bg-mid: #001a6e;
  --bg-top: #00249c;
  --accent: #0056ff;
  --accent-light: #00aeef;
  --text-white: #ffffff;
  --text-navy: #0a1654;
  --text-body: #3d4466;
  --text-muted: #6b7280;
  --card-white: #ffffff;
  --whatsapp: #25d366;
  --footer-bg: #070a2b;
  --container: 1280px;
  --gutter: 24px;
  --radius-pill: 9999px;
  --radius-card: 24px;
  --radius-card-lg: 32px;
  --font-sans: "Inter", system-ui, sans-serif;
  --font-display: "Montserrat", "Inter", system-ui, sans-serif;

  /* Hero event spotlight */
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-s: 1rem;
  --space-m: 1.5rem;
  --space-l: 2rem;
  --space-xl: 3rem;
  --event-type-label: 0.75rem;
  --event-leading-label: 1.5;
  --event-letter-wide: 0.12em;
  --event-surface: #080f20;
  --event-line: rgba(103, 153, 255, 0.42);
  --event-signal: #f4b844;
  --event-shadow-near: 0 0.5rem 1.5rem rgba(2, 8, 23, 0.36);
  --event-shadow-far: 0 2rem 4.5rem rgba(0, 4, 22, 0.48);
  --event-focus-ring: 0.125rem;
  --event-copy-min: 25rem;
  --event-max: 64rem;
  --event-dur-fast: 140ms;
  --event-dur: 240ms;
  --event-ease: cubic-bezier(0.2, 0, 0, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text-white);
  background: var(--footer-bg);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

#quem-somos {
  scroll-margin-top: 112px;
}

#cases {
  scroll-margin-top: 168px;
}

/* Dot pattern */
.bg-dots {
  position: relative;
}

.bg-dots::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35%;
  max-width: 420px;
  background-image: radial-gradient(circle, rgba(0, 174, 239, 0.35) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to right, black 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.bg-gradient-hero {
  background: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 45%, var(--bg-deep) 100%);
}

.hero.bg-gradient-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 11, 61, 0) 0%, #050a1a 72%, #050a1a 100%);
  pointer-events: none;
  z-index: 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 12px 0;
  background: linear-gradient(135deg, rgba(0, 27, 110, 0.97) 0%, rgba(0, 10, 52, 0.97) 100%);
  backdrop-filter: blur(20px) saturate(1.6);
  -webkit-backdrop-filter: blur(20px) saturate(1.6);
  border-bottom: 1px solid rgba(0, 174, 239, 0.18);
  box-shadow: 0 2px 0 rgba(0, 86, 255, 0.12), 0 12px 40px rgba(0, 0, 0, 0.35);
}

.site-header .header-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 72px;
  gap: 12px 20px;
}

.logo-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
  line-height: 0;
}

.site-header .logo-brand {
  padding-right: 4px;
  max-width: 100%;
  overflow: hidden;
}

.site-header .logo-brand img {
  flex: 0 0 auto;
  height: 55px;
  width: 185px;
  max-width: none;
  object-fit: contain;
  object-position: left center;
  margin-top: 13px;
  transform: scale(2.6);
  transform-origin: left center;
  filter: brightness(0) invert(1);
}

.site-footer .logo-brand img {
  filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(255, 255, 255, 0.12));
}

.logo-product-tag {
  display: block;
  min-width: 0;
  max-width: clamp(96px, 16vw, 220px);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-light);
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
}

.header-nav-center {
  display: none;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  min-width: 0;
  width: 100%;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  width: 100%;
  min-width: 0;
  justify-content: center;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 4px 24px rgba(0, 0, 0, 0.15);
}

.site-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.site-nav-item.has-dropdown {
  flex: 0 0 auto;
  min-width: max-content;
}

.site-nav-item.has-dropdown > .site-nav-link {
  flex: 0 0 auto;
  min-width: max-content;
}

.site-nav-item.has-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  min-width: 0;
}

.site-nav a:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 174, 239, 0.14);
  box-shadow: inset 0 0 0 1px rgba(0, 174, 239, 0.3);
  transform: none;
}

.site-nav-item.has-dropdown > .site-nav-link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin: 0 0 3px 9px;
  border-right: 2px solid var(--accent-light);
  border-bottom: 2px solid var(--accent-light);
  filter: drop-shadow(0 0 2px rgba(0, 174, 239, 0.35));
  transform: rotate(45deg);
  transition: transform 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.site-nav-item.has-dropdown:hover > .site-nav-link::after,
.site-nav-item.has-dropdown:focus-within > .site-nav-link::after {
  transform: translateY(2px) rotate(225deg);
}

.site-nav-item.has-dropdown:hover > .site-nav-link:not(.is-active)::after,
.site-nav-item.has-dropdown:focus-within > .site-nav-link:not(.is-active)::after {
  border-right-color: var(--text-white);
  border-bottom-color: var(--text-white);
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.45));
}

.site-nav a.is-active {
  color: var(--text-navy);
  background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255,255,255,0.8) inset;
  font-weight: 700;
}

.site-nav a.is-active:hover {
  color: var(--text-navy);
  background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255,255,255,0.8) inset;
}

.site-nav-item.has-dropdown > .site-nav-link.is-active::after {
  border-right-color: var(--accent);
  border-bottom-color: var(--accent);
  filter: drop-shadow(0 0 2px rgba(0, 86, 255, 0.3));
}

.site-submenu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 300px;
  padding: 8px;
  display: grid;
  gap: 4px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(246, 250, 255, 0.98);
  box-shadow: 0 22px 44px rgba(0, 9, 40, 0.24);
  opacity: 0;
  transform: translateY(8px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 120;
}

.has-dropdown:hover .site-submenu,
.has-dropdown:focus-within .site-submenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.site-submenu a {
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 600;
  color: #1f2a52;
  border-radius: 10px;
  padding: 10px 11px;
  line-height: 1.35;
}

.site-submenu a:hover {
  color: #0b1d62;
  background: rgba(0, 86, 255, 0.08);
}

.site-submenu a.is-active {
  color: #07235f;
  background: rgba(0, 86, 255, 0.14);
  box-shadow: none;
}

.header-actions {
  display: none;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  gap: 10px;
  flex-shrink: 0;
  margin-left: 0;
}

.btn-pill-outline {
  padding: 10px 22px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.btn-pill-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.85);
  color: white;
}

.btn-pill-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px 8px 8px;
  background: var(--text-white);
  color: var(--text-navy);
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-pill-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.btn-pill-white .icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0066ff, #0040c4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.2s;
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
  .site-header .logo-brand img {
    height: 60px;
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .site-header .container {
    max-width: 1380px;
  }

  .site-header {
    padding: 14px 0;
  }

  .site-header .header-inner {
    grid-template-columns: minmax(188px, 260px) minmax(0, 1fr) minmax(160px, auto);
    min-height: 76px;
    gap: 6px;
  }

  .site-header .logo-brand img {
    height: 60px;
    width: 185px;
  }

  .header-nav-center {
    display: flex;
    overflow: visible;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .site-nav {
    gap: 1px;
    padding: 4px;
    max-width: 100%;
    width: 100%;
  }

  .site-nav a {
    font-size: 10px;
    padding: 8px 6px;
    letter-spacing: 0.03em;
  }


  .header-actions {
    display: flex;
    gap: 10px;
    padding-left: 10px;
  }

  .menu-toggle {
    display: none;
  }
}

@media (min-width: 1280px) {
  .site-header .container {
    max-width: 1420px;
  }

  .site-header .header-inner {
    gap: 10px;
  }

  .site-header .logo-brand img {
    height: 64px;
    width: 215px;
  }

  .site-nav {
    gap: 0;
    padding: 4px 5px;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .site-nav a {
    font-size: 10px;
    padding: 9px 6px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .site-header .logo-brand {
    padding-right: 2px;
  }

  .site-header .header-inner {
    grid-template-columns: minmax(182px, 244px) minmax(0, 1fr) minmax(148px, auto);
    min-height: 72px;
    gap: 4px;
  }

  .site-header .logo-brand img {
    width: 190px;
    height: 58px;
  }

  .site-nav {
    padding: 4px;
    gap: 1px;
    width: 100%;
    justify-content: center;
  }

  .site-nav a {
    font-size: 8.5px;
    padding: 8px 3px;
    letter-spacing: 0;
  }

  .site-nav-item.has-dropdown > .site-nav-link::after {
    width: 4px;
    height: 4px;
    margin-left: 4px;
  }


  .header-actions {
    gap: 8px;
    padding-left: 6px;
  }

  .btn-pill-outline {
    padding: 8px 12px;
    font-size: 9.75px;
    letter-spacing: 0.05em;
  }

  .btn-pill-white {
    padding: 6px 12px 6px 6px;
    gap: 7px;
    font-size: 9.75px;
    letter-spacing: 0.05em;
  }

  .btn-pill-white .icon-circle {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 1440px) {
  .site-header .header-inner {
    gap: 24px;
  }

  .site-header .logo-brand img {
    height: 66px;
    width: 235px;
  }

  .site-nav a {
    font-size: 12px;
    padding: 11px 10px;
    letter-spacing: 0.06em;
  }

  .site-nav {
    gap: 1px;
    padding: 5px 6px;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }

}

/* Mobile menu */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(7, 10, 43, 0.97);
  z-index: 200;
  flex-direction: column;
  padding: 80px max(24px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  gap: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mobile-nav.is-open {
  display: flex;
}

.mobile-nav a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
}

.mobile-nav a:visited,
.mobile-nav a:hover,
.mobile-nav a:focus,
.mobile-nav a:active {
  color: #ffffff;
}

.mobile-nav a.mobile-sub-link {
  color: rgba(255, 255, 255, 0.86);
  margin-top: -6px;
  margin-left: 14px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  opacity: 0.86;
}

.mobile-nav-close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: white;
  font-size: 28px;
}

/* Hero */
.hero {
  position: relative;
  padding: 168px 0 72px;
  overflow: hidden;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.hero-copy {
  max-width: 48rem;
  min-width: 0;
}

.hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin: 0;
}

.hero-title-row {
  margin-bottom: 22px;
}

.hero-title-content {
  min-width: 0;
}

.hero-eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 100%;
  margin: 0 0 22px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.65rem);
  font-weight: 700;
  line-height: 1.08;
  max-width: 18ch;
  margin: 0 0 22px;
  color: var(--text-white);
}

.hero-title-brand,
.hero-title-promise {
  display: block;
}

.hero-title-promise {
  font-weight: 600;
  color: var(--accent-light);
}

/* Social sidebar no hero */
.hero-social-side {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 0;
  flex-shrink: 0;
}

.hero-social-side a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  transition: border-color 0.25s, background 0.25s, color 0.25s, transform 0.25s;
}

.hero-social-side a:hover {
  border-color: rgba(0, 86, 255, 0.7);
  background: rgba(0, 86, 255, 0.18);
  color: #fff;
  transform: translateY(-2px);
}

.hero-social-side svg {
  display: block;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .hero-eyebrow-row {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .hero-title {
    font-size: clamp(2rem, 10vw, 2.6rem);
    margin: 0 0 18px;
  }
}

.hero-desc {
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.6;
  max-width: 38rem;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 0;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 48px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-proof-item {
  padding: 4px 28px 0 0;
}

.hero-proof-item:not(:first-child) {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-proof-item dt {
  margin: 0 0 6px;
  color: white;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hero-proof-item dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.875rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }

  .hero-proof-item,
  .hero-proof-item:not(:first-child) {
    padding: 0;
    border-left: 0;
  }
}

.btn-hero-primary,
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}

.btn-hero-primary {
  background: var(--text-white);
  color: var(--text-navy);
}

.btn-hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-white);
}

.btn-hero-primary:hover,
.btn-hero-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.btn-hero-secondary:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

body.demo-lead-open {
  overflow: hidden;
}

.demo-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.demo-lead-modal.is-open {
  display: flex;
}

.demo-lead-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 18, 0.72);
  backdrop-filter: blur(12px);
}

.demo-lead-card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(92vh, 720px);
  overflow-y: auto;
  padding: 28px;
  border: 1px solid rgba(56, 213, 255, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 0%, rgba(56, 213, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #07111f 0%, #050b18 100%);
  color: #f8fafc;
  box-shadow: 0 28px 92px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.demo-lead-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(111, 231, 255, 0.3);
  border-radius: 50%;
  background: rgba(9, 26, 53, 0.82);
  color: #6fe7ff;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.demo-lead-copy {
  padding-right: 28px;
}

.demo-lead-kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 5px 10px;
  border: 1px solid rgba(56, 213, 255, 0.28);
  border-radius: 999px;
  color: #38d5ff;
  background: rgba(56, 213, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-lead-copy h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.32rem, 3vw, 1.82rem);
  line-height: 1.12;
}

.demo-lead-copy p,
.demo-lead-foot,
.demo-lead-thanks p {
  color: #c7d2e5;
  font-size: 0.92rem;
  line-height: 1.5;
}

.demo-lead-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.demo-lead-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.demo-lead-form .field {
  display: grid;
  gap: 7px;
}

.demo-lead-form label {
  color: #e5edf8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.demo-lead-form input,
.demo-lead-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.78);
  color: #f8fafc;
  padding: 0 14px;
  font: inherit;
  outline: none;
}

.demo-lead-form input:focus,
.demo-lead-form select:focus {
  border-color: rgba(56, 213, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(56, 213, 255, 0.12);
}

.demo-lead-form select:disabled {
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 0.72;
}

.demo-lead-submit,
.demo-lead-thanks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #00aeef 0%, #38d5ff 100%);
  color: #001f2b;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 14px 34px -14px rgba(56, 213, 255, 0.72);
}

.demo-lead-foot {
  margin: -2px 0 0;
  font-size: 0.78rem;
}

.demo-lead-thanks {
  display: none;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(56, 213, 255, 0.2);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.58);
  text-align: center;
}

.demo-lead-thanks.show {
  display: grid;
  gap: 10px;
}

.demo-lead-check {
  width: 48px;
  height: 48px;
  margin: 0 auto 4px;
  border-radius: 50%;
  background: rgba(56, 213, 255, 0.14);
  color: #38d5ff;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.demo-lead-thanks h3 {
  margin: 0;
  color: #ffffff;
}

@media (max-width: 640px) {
  .demo-lead-card {
    padding: 24px 18px 20px;
  }

  .demo-lead-copy {
    padding-right: 34px;
  }

  .demo-lead-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Client logos carousel */
.clients-carousel {
  overflow: hidden;
  margin-top: var(--space-xl);
  padding: 8px 0 24px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: clientsScroll 34s linear infinite;
}

.clients-track:hover {
  animation-play-state: paused;
}

.clients-track img {
  height: 64px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  opacity: 0.82;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.clients-track img:hover {
  opacity: 1;
}

@keyframes clientsScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* hero-dashboard legacy — replaced by .hero-mockup */

/* Section titles */
.section-label {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 16px;
}

.section-desc {
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 820px;
  margin: 0 auto 12px;
}

/* Products */
.products-section {
  padding: 30px 0 50px;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 86, 255, 0.16) 0%, transparent 34%),
    radial-gradient(circle at 86% 46%, rgba(56, 213, 255, 0.1) 0%, transparent 36%),
    linear-gradient(180deg, #050a1a 0%, #020a1f 24%, #061228 68%, #001452 86%, #041321 100%);
}

.products-showcase-section {
  padding: 30px 0 0;
  position: relative;
  overflow: hidden;
}

.products-showcase-section .product-detail,
.products-showcase-section .results-section {
  background: transparent;
}

.products-showcase-section .results-section {
  margin-top: 0;
}

.product-shell {
  background: #050a1a;
  border-radius: var(--radius-card-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: min(960px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}

.product-tabs {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background: #030712;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-tabs::-webkit-scrollbar {
  display: none;
}

.tab-arrow {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.product-tabs-inner {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 2px;
  min-width: min-content;
}

.product-tab {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 74px;
  padding: 4px 7px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 600;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}

.product-tab .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.product-tab .tab-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.product-tab.is-active {
  color: white;
  border-color: var(--accent);
  background: rgba(0, 86, 255, 0.12);
}

/* ─── CTA único com leque de canais ───────────────────── */
/* ── Lead channel FAB horizontal menu ───────────────────────── */
.lead-channel-picker {
  position: relative;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lead-channel-trigger {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 26px !important;
  border: 1px solid rgba(0, 174, 239, 0.52) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0056ff, #007ee8) !important;
  color: #fff !important;
  font: inherit;
  font-weight: 800 !important;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 86, 255, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lead-channel-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 86, 255, 0.3);
}

.lead-channel-trigger__symbol {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1.05rem;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lead-channel-picker.is-open .lead-channel-trigger__symbol {
  transform: rotate(135deg);
}

.lead-channel-options {
  display: none;
  align-items: center;
  pointer-events: none;
}

.lead-channel-picker.is-open .lead-channel-options {
  display: flex;
  pointer-events: auto;
  animation: leadOptionsIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes leadOptionsIn {
  from {
    opacity: 0;
    transform: translateX(-14px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.lead-channel-picker.is-left.is-open .lead-channel-options {
  animation-name: leadOptionsInLeft;
}

@keyframes leadOptionsInLeft {
  from {
    opacity: 0;
    transform: translateX(14px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.lead-channel-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 100px;
  background: #ffffff;
  color: #0056ff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(5, 27, 69, 0.18);
  opacity: 0;
  transform: translateX(-24px) scale(0.4);
  will-change: transform;
  transition:
    opacity 0.3s ease,
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.25s ease,
    color 0.25s ease;
}

.lead-channel-picker.is-open .lead-channel-option {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.lead-channel-picker.is-open .lead-channel-option:nth-child(1) { transition-delay: 0.08s; }
.lead-channel-picker.is-open .lead-channel-option:nth-child(2) { transition-delay: 0.16s; }
.lead-channel-picker.is-open .lead-channel-option:nth-child(3) { transition-delay: 0.24s; }

.lead-channel-picker.is-left .lead-channel-option {
  transform: translateX(24px) scale(0.4);
}

.lead-channel-picker.is-left.is-open .lead-channel-option {
  transform: translateX(0) scale(1);
}

.lead-channel-option__icon {
  display: grid;
  place-items: center;
  color: inherit;
  transition: color 0.25s;
}

.lead-channel-option__icon svg {
  width: 20px;
  height: 20px;
}

.lead-channel-option__label {
  position: absolute;
  z-index: -2;
  top: -80%;
  left: 50%;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  cursor: default;
  pointer-events: none;
  transform-origin: center center;
  transform: translate(-50%, 50%) scale(0);
  transition: 0.5s;
}

.lead-channel-option:hover .lead-channel-option__label {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 50%) scale(1);
}

.lead-channel-option:hover {
  background: #000000;
  color: #ffffff;
}

.lead-channel-option.is-whatsapp { color: #20b85a; }
.lead-channel-option.is-calendly { color: #0056ff; }
.lead-channel-option.is-chat { color: var(--accent); }

.lead-channel-option.is-whatsapp:hover,
.lead-channel-option.is-calendly:hover {
  color: #ffffff;
}

.lead-channel-option.is-chat:hover {
  color: var(--accent);
}

.lead-channel-option.is-chat .lead-channel-option__icon,
.lead-channel-option.is-chat .lead-channel-option__icon svg,
.lead-channel-option.is-chat:hover .lead-channel-option__icon,
.lead-channel-option.is-chat:hover .lead-channel-option__icon svg {
  color: var(--accent) !important;
  stroke: var(--accent) !important;
}

@media (max-width: 520px) {
  .lead-channel-trigger {
    white-space: normal;
  }

  .lead-channel-option {
    width: 40px;
    height: 40px;
    margin: 0 7px;
  }

  .lead-channel-picker.is-open .lead-channel-options {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    flex-direction: row;
    animation-name: leadOptionsInDown;
  }

  .lead-channel-picker.is-left.is-open .lead-channel-options {
    animation-name: leadOptionsInDown;
  }

  @keyframes leadOptionsInDown {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
}
.product-video {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  flex: 1;
  min-height: clamp(340px, 45vw, 520px);
  max-height: none;
  margin: 0;
  border-radius: 0;
  background: #0a1628;
  overflow: hidden;
}

.product-video > iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

@media (max-width: 640px) {
  .product-shell {
    max-width: 100%;
    min-height: 0;
  }

  .product-video {
    width: 100%;
    min-height: clamp(230px, 58vw, 360px);
  }
}

/* ── Responsive YouTube embed wrapper ───────────────────── */
.yt-embed-wrap {
  width: 100%;
  height: 100%;
}

.yt-embed-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background: #000;
}

.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 3px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.3s;
}

.play-btn:hover {
  transform: scale(1.08);
}

.play-btn::after {
  content: "";
  border: 14px solid transparent;
  border-left: 22px solid white;
  margin-left: 8px;
}

/* Product detail cards - dark premium */
.product-detail {
  --dark-bg: #020a1f;
  --dark-bg-2: #061228;
  --dark-card: rgba(10, 23, 46, 0.88);
  --dark-card-2: rgba(15, 31, 60, 0.92);
  --dark-border: rgba(255, 255, 255, 0.08);
  --dark-border-active: rgba(62, 185, 255, 0.38);
  --text-white: #f8fafc;
  --text-soft: #c7d2e5;
  --text-muted: #8a98b3;
  --accent-blue: #3b82f6;
  --accent-cyan: #38d5ff;
  --accent-orange: #f59e0b;
  --text-navy: var(--text-white);
  --text-body: var(--text-soft);
  --accent: var(--accent-blue);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 28px 0 112px;
  background: linear-gradient(180deg, var(--dark-bg) 0%, var(--dark-bg-2) 100%);
}

.product-detail .container {
  position: relative;
  z-index: 1;
  max-width: min(1220px, calc(100% - clamp(40px, 8vw, 180px)));
  padding-left: clamp(20px, 3vw, 36px);
  padding-right: clamp(20px, 3vw, 36px);
}

.product-detail .product-panel {
  padding-left: clamp(8px, 1.4vw, 18px);
  padding-right: clamp(8px, 1.4vw, 18px);
}

.product-detail .cards-white,
.product-detail .cta-row {
  max-width: min(1160px, calc(100% - clamp(14px, 2.2vw, 44px)));
  margin-left: auto;
  margin-right: auto;
}

.cards-white {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.card-white {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: 26px;
  padding: 38px 40px;
  color: var(--text-soft);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(31, 66, 118, 0.18) inset;
  backdrop-filter: blur(7px);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.card-white:hover {
  transform: translateY(-4px);
  border-color: var(--dark-border-active);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.38), 0 0 34px rgba(59, 130, 246, 0.16);
}

.card-white-header {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: fit-content;
  margin: 0 0 22px;
  padding: 8px 14px;
  border: 1px solid rgba(56, 213, 255, 0.34);
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(59, 130, 246, 0.24) 0%, rgba(56, 213, 255, 0.14) 100%);
  color: var(--accent-cyan);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.card-white h3 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--text-white);
}

.card-white p {
  font-size: 0.965rem;
  line-height: 1.72;
  color: var(--text-soft);
  margin: 0 0 13px;
}

.product-panel[data-product="rpa"] .card-split,
.product-panel[data-product="nfe"] .card-split,
.product-panel[data-product="bi"] .card-split {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.product-panel[data-product="rpa"] .card-split:hover,
.product-panel[data-product="nfe"] .card-split:hover,
.product-panel[data-product="bi"] .card-split:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.product-panel[data-product="rpa"] .card-split > div:first-child,
.product-panel[data-product="nfe"] .card-split > div:first-child,
.product-panel[data-product="bi"] .card-split > div:first-child {
  padding: 34px 38px;
  border: 1px solid var(--dark-border);
  border-radius: 24px;
  background: var(--dark-card-2);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(31, 66, 118, 0.14) inset;
}

.pain-video-card {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(420px, 1.24fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(78, 170, 255, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(78, 170, 255, 0.13), transparent 36%),
    linear-gradient(145deg, rgba(9, 23, 50, 0.92), rgba(3, 10, 26, 0.96));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.pain-video-copy span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(56, 213, 255, 0.26);
  border-radius: 999px;
  color: var(--accent-cyan);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pain-video-copy h3 {
  margin: 0;
  color: var(--text-white);
  font-family: var(--font-display);
  font-size: clamp(1.38rem, 2.5vw, 2rem);
  font-weight: 850;
  line-height: 1.16;
}

.pain-video-copy p {
  margin: 12px 0 0;
  color: rgba(230, 236, 255, 0.7);
  font-size: 0.94rem;
  line-height: 1.65;
}

.pain-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: #020814;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.pain-video-frame iframe,
.pain-video-frame .yt-facade {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========== RPA PRODUCT DEMO ========== */
.rpa-demo {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: clamp(24px, 3.2vw, 34px);
  border: 1px solid rgba(56, 213, 255, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(6, 214, 160, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(5, 16, 32, 0.98) 0%, rgba(3, 10, 22, 0.96) 100%);
  color: var(--text-white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 40px rgba(0, 0, 0, 0.24);
}

.rpa-demo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.rpa-demo-head span {
  display: block;
  color: rgba(90, 128, 168, 0.98);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rpa-demo-head strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.rpa-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 6px 10px;
  border: 1px solid rgba(26, 223, 136, 0.22);
  border-radius: 999px;
  background: rgba(26, 223, 136, 0.08);
  color: #1adf88;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rpa-live i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1adf88;
  animation: rpa-live-pulse 1.45s ease-in-out infinite;
}

.rpa-bot {
  position: relative;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 14px;
}

.product-panel[data-product="rpa"] .rpa-demo .rpa-bot {
  margin-top: 2px;
}

.rpa-bot-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(56, 213, 255, 0.68);
  border-radius: 999px;
  background: rgba(13, 42, 74, 0.9);
  color: #38d5ff;
  box-shadow: 0 0 32px rgba(56, 213, 255, 0.18);
}

.rpa-bot-core svg {
  width: 34px;
  height: 34px;
}

.rpa-bot-pulse {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(56, 213, 255, 0.55);
  border-radius: 999px;
  animation: rpa-ring-pulse 2s ease-out infinite;
}

.rpa-bot-pulse--delay {
  inset: -8px;
  animation-delay: 0.7s;
}

.rpa-counter {
  margin-bottom: 18px;
  text-align: center;
}

.rpa-counter strong {
  display: block;
  color: #38d5ff;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  line-height: 1;
}

.rpa-counter span {
  display: block;
  margin-top: 4px;
  color: rgba(235, 244, 255, 0.58);
  font-size: 0.78rem;
}

.rpa-demo-label {
  margin: 0 0 10px !important;
  color: rgba(56, 213, 255, 0.78) !important;
  font-size: 0.68rem !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.rpa-pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(90, 128, 168, 0.28);
  border-radius: 14px;
  background: rgba(13, 30, 56, 0.86);
}

.rpa-step {
  position: relative;
  min-height: 104px;
  padding: 34px 12px 14px;
  border-right: 1px solid rgba(90, 128, 168, 0.22);
  transition: background 0.3s ease, color 0.3s ease;
}

.rpa-step:last-child {
  border-right: 0;
}

.rpa-step strong,
.rpa-step span {
  display: block;
}

.rpa-step strong {
  margin-bottom: 5px;
  color: rgba(235, 244, 255, 0.74);
  font-size: 0.74rem;
  line-height: 1.2;
}

.rpa-step > span:not(.rpa-step-status) {
  color: rgba(154, 180, 213, 0.72);
  font-size: 0.64rem;
  line-height: 1.35;
}

.rpa-step-status {
  position: absolute;
  top: 11px;
  left: 10px;
  width: fit-content;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(56, 213, 255, 0.12);
  color: #38d5ff;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
}

.rpa-step.is-active {
  background: rgba(26, 111, 212, 0.2);
}

.rpa-step.is-active strong {
  color: #38d5ff;
}

.rpa-step.is-active .rpa-step-status,
.rpa-step.is-done .rpa-step-status {
  opacity: 1;
}

.rpa-step.is-done {
  background: rgba(26, 223, 136, 0.08);
}

.rpa-step.is-done strong,
.rpa-step.is-done .rpa-step-status {
  color: #1adf88;
}

.rpa-step.is-done .rpa-step-status {
  background: rgba(26, 223, 136, 0.12);
}

.rpa-terminal {
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(90, 128, 168, 0.28);
  border-radius: 14px;
  background: #020a14;
  font-family: "Courier New", monospace;
}

.product-panel[data-product="rpa"] .rpa-terminal {
  margin-top: 18px;
}

.rpa-terminal-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(90, 128, 168, 0.24);
  background: rgba(10, 24, 40, 0.92);
}

.rpa-terminal-bar i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.rpa-terminal-bar i:nth-child(1) { background: #ff5f57; }
.rpa-terminal-bar i:nth-child(2) { background: #febc2e; }
.rpa-terminal-bar i:nth-child(3) { background: #28c840; }

.rpa-terminal-bar span {
  margin-left: 5px;
  color: rgba(154, 180, 213, 0.8);
  font-family: var(--font-sans);
  font-size: 0.66rem;
}

.rpa-terminal-body {
  height: 132px;
  padding: 11px 12px;
  overflow: hidden;
}

.rpa-log-line {
  color: rgba(235, 244, 255, 0.72);
  font-size: 0.68rem;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}

.rpa-log-line.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rpa-log-time { color: #2d77b7; }
.rpa-log-ok { color: #1adf88; }
.rpa-log-run { color: #38d5ff; }
.rpa-log-bot { color: #c084fc; }

.rpa-sectors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-panel[data-product="rpa"] .rpa-sectors {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rpa-sector {
  padding: 13px;
  border: 1px solid rgba(90, 128, 168, 0.24);
  border-radius: 12px;
  background: rgba(13, 30, 56, 0.78);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.rpa-sector strong,
.rpa-sector span {
  display: block;
}

.rpa-sector strong {
  margin-bottom: 4px;
  color: rgba(235, 244, 255, 0.9);
  font-size: 0.74rem;
}

.rpa-sector span {
  color: rgba(154, 180, 213, 0.74);
  font-size: 0.64rem;
  line-height: 1.42;
}

.rpa-sector.is-lit {
  border-color: rgba(56, 213, 255, 0.58);
  background: rgba(26, 111, 212, 0.18);
  transform: translateY(-1px);
}

@keyframes rpa-ring-pulse {
  0% {
    opacity: 0.62;
    transform: scale(0.86);
  }
  100% {
    opacity: 0;
    transform: scale(1.16);
  }
}

@media (max-width: 900px) {
  .rpa-pipeline,
  .rpa-sectors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-panel[data-product="rpa"] .rpa-sectors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rpa-step:nth-child(2) {
    border-right: 0;
  }

  .rpa-step:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(90, 128, 168, 0.22);
  }
}

@media (max-width: 520px) {
  .rpa-demo {
    padding: 18px;
  }

  .rpa-pipeline,
  .rpa-sectors {
    grid-template-columns: 1fr;
  }

  .product-panel[data-product="rpa"] .rpa-sectors {
    grid-template-columns: 1fr;
  }

  .rpa-step {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(90, 128, 168, 0.22);
  }

  .rpa-step:last-child {
    border-bottom: 0;
  }

  .rpa-log-line {
    white-space: normal;
  }
}

/* ========== NFE PRODUCT DEMO ========== */
.nfe-demo {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: clamp(24px, 3.2vw, 34px);
  border: 1px solid rgba(78, 170, 255, 0.26);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(78, 170, 255, 0.18), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(26, 223, 136, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(5, 16, 32, 0.98) 0%, rgba(3, 10, 22, 0.96) 100%);
  color: var(--text-white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 40px rgba(0, 0, 0, 0.24);
}

.nfe-demo-head,
.nfe-transmissions-head,
.nfe-sefaz-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nfe-demo-head {
  margin-bottom: 22px;
}

.nfe-demo-head span,
.nfe-transmissions-head small {
  display: block;
  color: rgba(90, 128, 168, 0.98);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nfe-demo-head strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.25;
}

.nfe-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 6px 10px;
  border: 1px solid rgba(26, 223, 136, 0.22);
  border-radius: 999px;
  background: rgba(26, 223, 136, 0.08);
  color: #1adf88;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nfe-live i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1adf88;
  animation: nfe-live-pulse 1.45s ease-in-out infinite;
}

.nfe-total-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.nfe-total-card {
  position: relative;
  overflow: hidden;
  min-height: 94px;
  padding: 13px 11px;
  border: 1px solid rgba(90, 128, 168, 0.25);
  border-radius: 13px;
  background: rgba(13, 30, 56, 0.84);
  transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.nfe-total-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--nfe-accent, #4eaaff);
}

.nfe-total-card.is-flashing {
  border-color: var(--nfe-accent, #4eaaff);
  background: rgba(26, 48, 80, 0.98);
  transform: translateY(-1px);
}

.nfe-total-card span,
.nfe-total-card small {
  display: block;
}

.nfe-total-card span {
  min-height: 24px;
  color: rgba(154, 180, 213, 0.88);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.nfe-total-card strong {
  display: block;
  margin-top: 9px;
  color: var(--nfe-accent, #4eaaff);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.1vw, 1.75rem);
  line-height: 1;
}

.nfe-total-card small {
  margin-top: 5px;
  color: #1adf88;
  font-size: 0.62rem;
  font-weight: 800;
}

.nfe-ac-green { --nfe-accent: #1adf88; }
.nfe-ac-red { --nfe-accent: #ff4e6a; }
.nfe-ac-purple { --nfe-accent: #a78bfa; }
.nfe-ac-yellow { --nfe-accent: #f7c948; }

.nfe-fiscal-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  margin-bottom: 18px;
}

.nfe-donut-card,
.nfe-sefaz-card,
.nfe-transmissions {
  border: 1px solid rgba(90, 128, 168, 0.25);
  border-radius: 14px;
  background: rgba(13, 30, 56, 0.82);
}

.nfe-donut-card,
.nfe-sefaz-card {
  padding: 15px;
}

.nfe-donut-card {
  padding-top: 22px;
}

.nfe-donut-card p,
.nfe-sefaz-card p {
  margin: 0 0 12px !important;
  color: rgba(235, 244, 255, 0.86) !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  line-height: 1.25 !important;
}

.nfe-donut {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0 auto 11px;
  border-radius: 999px;
  background:
    conic-gradient(#1adf88 0 34%, #ff4e6a 34% 78%, #a78bfa 78% 100%);
  box-shadow: 0 0 28px rgba(78, 170, 255, 0.12);
  transition: background 0.35s ease;
}

.nfe-donut > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #071222;
  text-align: center;
}

.nfe-donut strong,
.nfe-donut span {
  display: block;
}

.nfe-donut strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.98rem;
  line-height: 1;
  margin: 0;
}

.nfe-donut span {
  margin-top: 8px;
  color: rgba(90, 128, 168, 0.96);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nfe-legend,
.nfe-status-mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.nfe-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(154, 180, 213, 0.82);
  font-size: 0.6rem;
  font-weight: 700;
}

.nfe-legend i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.nfe-sefaz-row span {
  color: rgba(154, 180, 213, 0.82);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nfe-sefaz-row strong {
  color: #1adf88;
  font-family: var(--font-display);
  font-size: 1.6rem;
}

.nfe-auth-bar {
  overflow: hidden;
  height: 8px;
  margin: 11px 0 14px;
  border-radius: 999px;
  background: rgba(90, 128, 168, 0.18);
}

.nfe-auth-bar i {
  display: block;
  width: 98%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1adf88, #4eaaff);
  transition: width 0.4s ease;
}

.nfe-status-mini {
  justify-content: space-between;
}

.nfe-status-mini div {
  min-width: 64px;
  padding: 9px 8px;
  border: 1px solid rgba(90, 128, 168, 0.2);
  border-radius: 10px;
  background: rgba(4, 12, 27, 0.42);
  text-align: center;
}

.nfe-status-mini strong,
.nfe-status-mini span {
  display: block;
}

.nfe-status-mini strong {
  color: #fff;
  font-size: 0.88rem;
}

.nfe-status-mini span {
  margin-top: 2px;
  color: rgba(154, 180, 213, 0.78);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nfe-transmissions {
  overflow: hidden;
}

.nfe-transmissions-head {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(90, 128, 168, 0.22);
}

.nfe-transmissions-head span {
  color: rgba(235, 244, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 800;
}

.nfe-table {
  display: grid;
  min-height: 164px;
  padding: 7px 10px 10px;
}

.nfe-row {
  display: grid;
  grid-template-columns: 0.7fr 0.95fr 1fr 0.8fr;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(90, 128, 168, 0.16);
  color: rgba(235, 244, 255, 0.76);
  font-size: 0.64rem;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nfe-row.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nfe-row:last-child {
  border-bottom: 0;
}

.nfe-row strong {
  color: #4eaaff;
}

.nfe-row em {
  justify-self: end;
  padding: 3px 7px;
  border-radius: 999px;
  color: #1adf88;
  background: rgba(26, 223, 136, 0.1);
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

@keyframes nfe-live-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(26, 223, 136, 0.5);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(26, 223, 136, 0);
  }
}

@media (max-width: 900px) {
  .nfe-total-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nfe-fiscal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .nfe-demo {
    padding: 18px;
  }

  .nfe-demo-head,
  .nfe-sefaz-row,
  .nfe-transmissions-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .nfe-row {
    grid-template-columns: 0.65fr 0.85fr 1fr;
  }

  .nfe-row span:nth-child(3) {
    display: none;
  }
}

/* ========== BI PRODUCT DEMO ========== */
.bi-demo {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: clamp(24px, 3.2vw, 34px);
  border: 1px solid rgba(167, 139, 250, 0.3);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 0%, rgba(167, 139, 250, 0.16), transparent 34%),
    radial-gradient(circle at 92% 14%, rgba(78, 170, 255, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(5, 16, 32, 0.98) 0%, rgba(3, 10, 22, 0.96) 100%);
  color: var(--text-white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 40px rgba(0, 0, 0, 0.24);
}

.bi-demo-head,
.bi-card-title,
.bi-goal > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bi-demo-head {
  margin-bottom: 22px;
}

.bi-demo-head span,
.bi-card-title span {
  display: block;
  color: rgba(154, 180, 213, 0.82);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bi-demo-head strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.25;
}

.bi-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 6px 10px;
  border: 1px solid rgba(167, 139, 250, 0.24);
  border-radius: 999px;
  background: rgba(167, 139, 250, 0.09);
  color: #a78bfa;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bi-live i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #a78bfa;
  animation: bi-live-pulse 1.5s ease-in-out infinite;
}

.bi-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.bi-kpi,
.bi-chart-card,
.bi-funnel,
.bi-goals {
  border: 1px solid rgba(90, 128, 168, 0.25);
  border-radius: 14px;
  background: rgba(13, 30, 56, 0.82);
}

.bi-kpi {
  position: relative;
  overflow: hidden;
  min-height: 94px;
  padding: 13px 11px;
  transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.bi-kpi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #a78bfa, #4eaaff);
}

.bi-kpi.is-flashing {
  border-color: rgba(167, 139, 250, 0.72);
  background: rgba(26, 48, 80, 0.98);
  transform: translateY(-1px);
}

.bi-kpi span,
.bi-kpi small,
.bi-kpi strong {
  display: block;
}

.bi-kpi span {
  min-height: 24px;
  color: rgba(154, 180, 213, 0.88);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.bi-kpi strong {
  margin-top: 9px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 1.65vw, 1.28rem);
  line-height: 1.05;
}

.bi-kpi small {
  margin-top: 5px;
  color: rgba(154, 180, 213, 0.74);
  font-size: 0.6rem;
  font-weight: 800;
}

.bi-chart-card,
.bi-funnel,
.bi-goals {
  padding: 18px;
}

.bi-chart-card {
  margin-bottom: 16px;
}

.bi-card-title {
  margin-bottom: 12px;
}

.bi-card-title strong {
  color: rgba(235, 244, 255, 0.9);
  font-size: 0.78rem;
}

.bi-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 7px;
  height: 142px;
  padding-top: 12px;
}

.bi-bars i {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  height: var(--h);
  min-height: 18px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #a78bfa 0%, #4eaaff 100%);
  box-shadow: 0 -10px 24px rgba(78, 170, 255, 0.12);
  transition: height 0.55s ease, filter 0.3s ease;
}

.bi-bars i.is-hot {
  filter: brightness(1.25);
}

.bi-bars span {
  position: absolute;
  bottom: -18px;
  color: rgba(154, 180, 213, 0.72);
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 800;
}

.bi-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bi-funnel-stage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--w);
  min-width: 58%;
  min-height: 38px;
  margin: 0 auto 7px;
  padding: 0 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1a6fd4, #4eaaff);
  color: #fff;
  transition: width 0.55s ease, transform 0.3s ease;
}

.bi-funnel-stage.is-hot {
  transform: translateY(-1px);
}

.bi-funnel-stage.is-win {
  background: linear-gradient(135deg, #1adf88, #0faa68);
}

.bi-funnel-stage span {
  font-size: 0.62rem;
  font-weight: 800;
}

.bi-funnel-stage strong {
  font-size: 0.82rem;
}

.bi-goal {
  margin-bottom: 12px;
}

.bi-goal span {
  color: rgba(154, 180, 213, 0.82);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bi-goal strong {
  color: #4eaaff;
  font-family: var(--font-display);
  font-size: 1.18rem;
}

.bi-goal--green strong {
  color: #1adf88;
}

.bi-goal-track {
  overflow: hidden;
  height: 7px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(90, 128, 168, 0.18);
}

.bi-goal-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1a6fd4, #4eaaff);
  transition: width 0.45s ease;
}

.bi-goal--green .bi-goal-track i {
  background: linear-gradient(90deg, #0faa68, #1adf88);
}

.bi-radar {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.bi-radar span {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid rgba(90, 128, 168, 0.2);
  border-radius: 10px;
  color: rgba(235, 244, 255, 0.86);
  font-size: 0.65rem;
  font-weight: 800;
}

.bi-radar span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--v);
  background: linear-gradient(90deg, rgba(167, 139, 250, 0.22), transparent);
}

.bi-radar span::after {
  content: var(--v);
  position: relative;
  color: #a78bfa;
}

@keyframes bi-live-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(167, 139, 250, 0.5);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(167, 139, 250, 0);
  }
}

@media (max-width: 900px) {
  .bi-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bi-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .bi-demo {
    padding: 18px;
  }

  .bi-demo-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bi-bars {
    height: 118px;
    gap: 5px;
  }
}

/* ========== IA PRODUCT DEMO ========== */
.ia-demo {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(192, 132, 252, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 0%, rgba(124, 58, 237, 0.22), transparent 36%),
    radial-gradient(circle at 88% 10%, rgba(78, 170, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(5, 12, 24, 0.98) 0%, rgba(3, 8, 18, 0.96) 100%);
  color: var(--text-white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 40px rgba(0, 0, 0, 0.24);
}

.ia-demo-head,
.ia-agent-top,
.ia-chat-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ia-demo-head {
  justify-content: space-between;
  margin-bottom: 15px;
}

.ia-demo-head span,
.ia-agent-top span,
.ia-chat-head span {
  display: block;
  color: rgba(154, 180, 213, 0.82);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ia-demo-head strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.25;
}

.ia-demo-intro {
  margin: 0 0 14px !important;
  color: rgba(154, 180, 213, 0.8) !important;
  font-size: 0.7rem !important;
  line-height: 1.55 !important;
}

.ia-demo-panel {
  position: relative;
  min-height: 100%;
  padding: 18px 18px 16px;
  border: 1px solid rgba(124, 58, 237, 0.38);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 100%, rgba(192, 132, 252, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(23, 8, 46, 0.98) 0%, rgba(18, 7, 38, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 40px rgba(0, 0, 0, 0.24);
}

.ia-demo-panel-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ia-demo-panel-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #d8a8ff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ia-demo-panel-badge-icon,
.ia-demo-panel-item-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ia-demo-panel-badge-icon {
  width: 18px;
  height: 18px;
  color: #d8a8ff;
}

.ia-demo-panel-badge-icon svg,
.ia-demo-panel-item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ia-demo-panel-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.ia-demo-panel-copy {
  margin: 0 0 18px !important;
  color: rgba(154, 180, 213, 0.78) !important;
  font-size: 0.85rem !important;
  line-height: 1.7 !important;
}

.ia-demo-panel-list {
  display: grid;
  gap: 10px;
}

.ia-demo-panel-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(124, 58, 237, 0.34);
  border-radius: 14px;
  background: rgba(45, 22, 84, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ia-demo-panel-item-icon {
  width: 24px;
  height: 24px;
}

.ia-demo-panel-item-icon.is-cyan { color: #74d7ff; }
.ia-demo-panel-item-icon.is-amber { color: #ffbf47; }
.ia-demo-panel-item-icon.is-green { color: #47df88; }
.ia-demo-panel-item-icon.is-gold { color: #ffc247; }
.ia-demo-panel-item-icon.is-sand { color: #d0a673; }
.ia-demo-panel-item-icon.is-sky { color: #74c8ff; }

.ia-demo-panel-item strong,
.ia-demo-panel-item p {
  display: block;
}

.ia-demo-panel-item strong {
  margin-bottom: 4px;
  color: #f0b3ff;
  font-size: 0.9rem;
  line-height: 1.25;
}

.ia-demo-panel-item p {
  margin: 0 !important;
  min-height: 0;
  color: rgba(154, 180, 213, 0.72) !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
}

.ia-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 6px 10px;
  border: 1px solid rgba(192, 132, 252, 0.26);
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.13);
  color: #c084fc;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ia-live i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #c084fc;
  animation: ia-live-pulse 1.45s ease-in-out infinite;
}

.ia-agent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.ia-agent-card,
.ia-chat {
  border: 1px solid rgba(90, 128, 168, 0.25);
  border-radius: 14px;
  background: rgba(12, 26, 46, 0.84);
}

.ia-agent-card {
  position: relative;
  overflow: hidden;
  padding: 14px;
  transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s ease;
}

.ia-agent-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #c084fc;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
}

.ia-agent-card.is-active {
  border-color: rgba(192, 132, 252, 0.68);
  background: rgba(26, 10, 56, 0.78);
  transform: translateY(-1px);
}

.ia-agent-card.is-active::before {
  transform: scaleX(1);
}

.ia-agent-orb,
.ia-chat-avatar {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(192, 132, 252, 0.32);
  border-radius: 10px;
  background: rgba(124, 58, 237, 0.14);
  color: #c084fc;
  font-size: 0.64rem;
  font-weight: 900;
}

.ia-agent-orb {
  width: 38px;
  height: 38px;
}

.ia-agent-top {
  margin-bottom: 10px;
}

.ia-agent-top strong,
.ia-chat-head strong {
  display: block;
  color: rgba(235, 244, 255, 0.92);
  font-size: 0.76rem;
  line-height: 1.25;
}

.ia-agent-card p {
  min-height: 44px;
  margin: 0 0 10px !important;
  color: rgba(154, 180, 213, 0.78) !important;
  font-size: 0.68rem !important;
  line-height: 1.45 !important;
}

.ia-progress {
  overflow: hidden;
  height: 4px;
  border-radius: 999px;
  background: rgba(90, 128, 168, 0.22);
}

.ia-progress i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c3aed, #c084fc);
  transition: width 0.18s linear;
}

.ia-agent-card small {
  display: block;
  margin-top: 9px;
  color: #1adf88;
  font-size: 0.62rem;
  font-weight: 800;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ia-agent-card.is-done small {
  opacity: 1;
}

.ia-chat {
  overflow: hidden;
}

.ia-chat-head {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(90, 128, 168, 0.22);
  background: rgba(12, 26, 46, 0.7);
}

.ia-chat-avatar {
  width: 32px;
  height: 32px;
}

.ia-chat-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 178px;
  max-height: 178px;
  overflow: hidden;
  padding: 13px;
}

.ia-msg {
  display: flex;
  max-width: 92%;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ia-msg.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ia-msg.is-user {
  align-self: flex-end;
}

.ia-msg span {
  display: block;
  padding: 9px 11px;
  border: 1px solid rgba(90, 128, 168, 0.25);
  border-radius: 6px 12px 12px 12px;
  background: rgba(13, 30, 56, 0.92);
  color: rgba(235, 244, 255, 0.84);
  font-size: 0.68rem;
  line-height: 1.45;
}

.ia-msg.is-user span {
  border-color: rgba(78, 170, 255, 0.36);
  border-radius: 12px 6px 12px 12px;
  background: rgba(10, 30, 56, 0.94);
  color: #4eaaff;
}

@keyframes ia-live-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(192, 132, 252, 0.5);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(192, 132, 252, 0);
  }
}

@media (max-width: 900px) {
  .ia-agent-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .ia-demo {
    padding: 18px;
  }

  .ia-demo-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ia-compare-trigger {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .ia-compare-tag {
    grid-column: 2;
    justify-self: start;
  }

  .ia-compare-chevron {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
  }
}

/* Agents work quietly in the background; the interface surfaces outcomes. */
.ia-active-card {
  overflow: hidden;
}

.ia-background-demo {
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid rgba(0, 174, 239, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 42%, rgba(0, 86, 255, 0.24), transparent 30%),
    linear-gradient(145deg, #07101e 0%, #050b15 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ia-background-top,
.ia-background-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
}

.ia-background-top {
  border-bottom: 1px solid rgba(90, 128, 168, 0.2);
  color: rgba(211, 224, 242, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ia-background-top span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ia-background-top span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00aeef;
  box-shadow: 0 0 0 0 rgba(0, 174, 239, 0.5);
  animation: ia-background-live 1.8s ease-out infinite;
}

.ia-background-top strong {
  color: #38d5ff;
  font-size: 0.7rem;
}

.ia-background-stage {
  display: grid;
  grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: center;
  min-height: 254px;
  padding: 20px;
}

.ia-background-engine {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 190px;
}

.ia-background-core {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(56, 213, 255, 0.62);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(0, 86, 255, 0.48), rgba(14, 30, 55, 0.96));
  box-shadow: 0 0 34px rgba(0, 86, 255, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: ia-background-core 3.2s ease-in-out infinite;
}

.ia-background-core span {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1;
}

.ia-background-core small {
  color: #38d5ff;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ia-background-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(56, 213, 255, 0.26);
  border-radius: 50%;
}

.ia-background-orbit::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38d5ff;
  box-shadow: 0 0 12px rgba(56, 213, 255, 0.9);
}

.ia-background-orbit-one {
  width: 116px;
  height: 116px;
  animation: ia-background-spin 7s linear infinite;
}

.ia-background-orbit-two {
  width: 158px;
  height: 158px;
  border-style: dashed;
  animation: ia-background-spin 11s linear infinite reverse;
}

.ia-background-signal {
  position: absolute;
  z-index: 2;
  right: -8px;
  width: 54%;
  height: 1px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0, 174, 239, 0.65), rgba(78, 170, 255, 0.08));
}

.ia-background-signal::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -8px;
  width: 8px;
  height: 5px;
  border-radius: 999px;
  background: #00aeef;
  box-shadow: 0 0 10px #00aeef;
  animation: ia-background-flow 2.1s ease-in-out infinite;
}

.ia-background-signal-one { top: 32%; }
.ia-background-signal-two { top: 50%; }
.ia-background-signal-three { top: 68%; }
.ia-background-signal-two::after { animation-delay: 0.7s; }
.ia-background-signal-three::after { animation-delay: 1.4s; }

.ia-background-results {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 10px;
}

.ia-background-result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid rgba(90, 128, 168, 0.22);
  border-radius: 12px;
  background: rgba(12, 26, 46, 0.9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  opacity: 0.5;
  animation: ia-background-result 6s ease-in-out infinite;
}

.ia-background-result:nth-child(2) { animation-delay: 2s; }
.ia-background-result:nth-child(3) { animation-delay: 4s; }

.ia-background-check {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(26, 223, 136, 0.12);
  color: #1adf88;
  font-size: 0.75rem;
  font-weight: 900;
}

.ia-background-result small,
.ia-background-result strong {
  display: block;
}

.ia-background-result small {
  margin-bottom: 2px;
  color: rgba(154, 180, 213, 0.76);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ia-background-result strong {
  overflow: hidden;
  color: #edf5ff;
  font-size: 0.7rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ia-background-result em {
  color: #1adf88;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.ia-background-footer {
  border-top: 1px solid rgba(90, 128, 168, 0.2);
  background: rgba(7, 16, 30, 0.72);
  font-size: 0.68rem;
}

.ia-background-footer span {
  color: rgba(154, 180, 213, 0.78);
}

.ia-background-footer strong {
  color: #fff;
  text-align: right;
}

.ia-compare-section {
  margin-top: 22px;
  position: relative;
}

.ia-compare-head {
  margin-bottom: 20px;
  text-align: center;
}

.ia-compare-head h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.7rem);
  line-height: 1.2;
}

.ia-compare-head p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(154, 180, 213, 0.82);
  font-size: 0.86rem;
  line-height: 1.7;
}

.ia-compare-list {
  display: grid;
  gap: 12px;
}

.ia-compare-card {
  overflow: hidden;
  border: 1px solid rgba(90, 128, 168, 0.2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(7, 16, 30, 0.98), rgba(5, 11, 21, 1));
}

.ia-compare-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  color: #fff;
  text-align: left;
}

.ia-compare-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ia-compare-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(78, 170, 255, 0.22);
  border-radius: 12px;
  background: rgba(78, 170, 255, 0.1);
  color: #7dd3fc;
}

.ia-compare-icon svg,
.ia-compare-step-icon svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ia-compare-title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.ia-compare-tag {
  padding: 4px 10px;
  border: 1px solid rgba(0, 174, 239, 0.42);
  border-radius: 999px;
  background: rgba(0, 86, 255, 0.16);
  color: #38d5ff;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ia-compare-chevron {
  color: rgba(154, 180, 213, 0.9);
  font-size: 0.72rem;
  transition: transform 0.25s ease;
}

.ia-compare-card.is-open .ia-compare-chevron {
  transform: rotate(180deg);
}

.ia-compare-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.ia-compare-card.is-open .ia-compare-panel {
  max-height: 960px;
}

.ia-compare-side {
  padding: 16px;
}

.ia-compare-side-before {
  border-right: 1px solid rgba(90, 128, 168, 0.16);
  background: rgba(248, 113, 113, 0.04);
}

.ia-compare-side-after {
  background: rgba(0, 86, 255, 0.04);
}

.ia-compare-label {
  margin-bottom: 12px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ia-compare-side-before .ia-compare-label {
  color: #f87171;
}

.ia-compare-side-after .ia-compare-label {
  color: #38d5ff;
}

.ia-compare-steps {
  display: grid;
  gap: 8px;
}

.ia-compare-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 9px 10px;
  border-radius: 10px;
}

.ia-compare-side-before .ia-compare-step {
  border: 1px solid rgba(248, 113, 113, 0.14);
  background: rgba(248, 113, 113, 0.06);
}

.ia-compare-side-after .ia-compare-step {
  border: 1px solid rgba(0, 174, 239, 0.18);
  background: rgba(0, 86, 255, 0.08);
}

.ia-compare-step-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
}

.ia-compare-side-before .ia-compare-step-icon {
  background: rgba(248, 113, 113, 0.12);
  color: #fca5a5;
}

.ia-compare-side-after .ia-compare-step-icon {
  background: rgba(0, 174, 239, 0.14);
  color: #38d5ff;
}

.ia-compare-step strong,
.ia-compare-step small {
  display: block;
}

.ia-compare-step strong {
  margin-bottom: 2px;
  color: #eef5ff;
  font-size: 0.72rem;
  line-height: 1.35;
}

.ia-compare-step small {
  color: rgba(154, 180, 213, 0.78);
  font-size: 0.66rem;
  line-height: 1.5;
}

@keyframes ia-background-live {
  70% { box-shadow: 0 0 0 7px rgba(0, 174, 239, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 174, 239, 0); }
}

@keyframes ia-background-core {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes ia-background-spin {
  to { transform: rotate(360deg); }
}

@keyframes ia-background-flow {
  0% { left: -8px; opacity: 0; }
  20%, 80% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

@keyframes ia-background-result {
  0%, 22%, 100% {
    opacity: 0.48;
    transform: translateX(0);
    border-color: rgba(90, 128, 168, 0.22);
  }
  8%, 16% {
    opacity: 1;
    transform: translateX(4px);
    border-color: rgba(26, 223, 136, 0.46);
  }
}

@media (max-width: 640px) {
  .ia-background-stage {
    grid-template-columns: 1fr;
  }

  .ia-background-engine {
    min-height: 150px;
  }

  .ia-background-signal {
    display: none;
  }

  .ia-background-footer {
    align-items: flex-start;
    flex-direction: column;
  }

.ia-background-footer strong {
  text-align: left;
}

  .ia-compare-panel {
    grid-template-columns: 1fr;
  }

  .ia-compare-side-before {
    border-right: 0;
    border-bottom: 1px solid rgba(90, 128, 168, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ia-background-demo *,
  .ia-background-demo *::before,
  .ia-background-demo *::after {
    animation: none !important;
  }

  .ia-background-result {
    opacity: 1;
  }
}

/* ========== PLATFORM GRID ========== */
.platform-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(59, 130, 246, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 0%, rgba(78, 170, 255, 0.18), transparent 34%),
    radial-gradient(circle at 84% 16%, rgba(26, 223, 136, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(0, 20, 95, 0.98) 0%, rgba(0, 11, 61, 0.98) 58%, rgba(2, 7, 31, 0.98) 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.platform-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(78, 170, 255, 0.16) 1.2px, transparent 1.2px);
  background-size: 28px 28px;
  opacity: 0.28;
  pointer-events: none;
}

.platform-showcase > * {
  position: relative;
  z-index: 1;
}

.platform-showcase-header {
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.platform-showcase-header p {
  margin: 0;
  color: #5f7cff;
  font-family: var(--font-display);
  font-size: clamp(0.82rem, 1.85vw, 1.08rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.32em;
}

.platform-showcase-header span {
  display: block;
  margin-top: 3px;
  color: rgba(126, 157, 255, 0.88);
  font-size: clamp(0.54rem, 0.9vw, 0.66rem);
  font-weight: 800;
  letter-spacing: 0.48em;
}

.platform-showcase-hero {
  padding: clamp(20px, 3.6vw, 32px) clamp(18px, 4vw, 42px);
  border: 1px solid rgba(78, 170, 255, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 22%, rgba(78, 170, 255, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(3, 12, 28, 0.98) 0%, rgba(2, 9, 22, 0.96) 100%);
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.platform-showcase-hero h2,
.platform-showcase-hero h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1rem, 3vw, 2.55rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.14);
}

.platform-showcase-hero h2 span,
.platform-showcase-hero h3 span {
  color: #ffffff;
}

.platform-showcase-hero p {
  max-width: 660px;
  margin: 13px auto 0;
  color: rgba(126, 157, 198, 0.82);
  font-size: clamp(0.78rem, 1.08vw, 0.9rem);
  font-weight: 700;
  line-height: 1.5;
}

.platform-showcase-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 6px;
  border: 1px solid rgba(78, 170, 255, 0.14);
  border-radius: 15px;
  background: rgba(2, 10, 24, 0.84);
}

.platform-showcase-stats div {
  min-width: 0;
  padding: 12px 9px 10px;
  text-align: center;
}

.platform-showcase-stats div + div {
  border-left: 1px solid rgba(78, 170, 255, 0.14);
}

.platform-showcase-stats strong {
  display: block;
  color: #1adf88;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.9vw, 1.32rem);
  font-weight: 900;
  line-height: 1;
}

.platform-showcase-stats div:first-child strong {
  color: rgba(255, 255, 255, 0.58);
}

.platform-showcase-stats div:nth-child(3) strong {
  color: #f7c948;
}

.platform-showcase-stats span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.61rem;
  font-weight: 700;
}

.platform-showcase-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.platform-showcase-copy p {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(78, 170, 255, 0.13);
  border-radius: 15px;
  background: rgba(3, 12, 28, 0.44);
  color: rgba(230, 236, 255, 0.74);
  font-size: 0.82rem;
  line-height: 1.55;
}

.platform-group-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 6px 0 14px;
  color: #5a80a8;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.platform-group-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(90, 128, 168, 0.45), rgba(90, 128, 168, 0.08));
}

.platform-group-label--services {
  margin-top: 24px;
}

.platform-grid,
.platform-grid-2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.platform-grid {
  margin-bottom: 20px;
}

.mod-card {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--dark-border);
  border-radius: 16px;
  background: rgba(10, 23, 46, 0.9);
  color: var(--text-white);
  text-decoration: none;
  cursor: default;
  transition: border-color 0.25s, transform 0.2s, box-shadow 0.2s;
}

.mod-card[data-product] {
  cursor: pointer;
}

.mod-card[data-product]:focus-visible {
  outline: 2px solid rgba(78, 170, 255, 0.7);
  outline-offset: 3px;
}

.mod-card:hover {
  border-color: rgba(78, 170, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.mod-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  border-radius: 2px 2px 0 0;
}

.mod-card.locked {
  opacity: 0.72;
}

.mod-card.locked::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235a80a8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") center/contain no-repeat;
}

.mod-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border: 1.5px solid;
  border-radius: 10px;
}

.mod-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mod-name {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  color: var(--text-white);
  font-size: 14px;
  font-weight: 700;
}

.mod-tag {
  flex-shrink: 0;
  padding: 2px 7px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mod-desc {
  margin: 0 0 12px;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.6;
}

.mod-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.mod-card .pill {
  padding: 3px 8px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.mod-mini-canvas {
  margin-top: 12px;
}

.ac-nfe::before { background: #4eaaff; }
.ac-nfe .mod-icon { background: rgba(78, 170, 255, 0.08); border-color: rgba(78, 170, 255, 0.3); }
.ac-nfe .mod-icon svg { stroke: #4eaaff; }
.ac-nfe .mod-tag,
.ac-nfe .pill { color: #4eaaff; border-color: rgba(78, 170, 255, 0.25); background: rgba(78, 170, 255, 0.06); }

.ac-cloud::before { background: #1adf88; }
.ac-cloud .mod-icon { background: rgba(26, 223, 136, 0.08); border-color: rgba(26, 223, 136, 0.3); }
.ac-cloud .mod-icon svg { stroke: #1adf88; }
.ac-cloud .mod-tag,
.ac-cloud .pill { color: #1adf88; border-color: rgba(26, 223, 136, 0.25); background: rgba(26, 223, 136, 0.06); }

.ac-bi::before { background: #a78bfa; }
.ac-bi .mod-icon { background: rgba(167, 139, 250, 0.08); border-color: rgba(167, 139, 250, 0.3); }
.ac-bi .mod-icon svg { stroke: #a78bfa; }
.ac-bi .mod-tag,
.ac-bi .pill { color: #a78bfa; border-color: rgba(167, 139, 250, 0.25); background: rgba(167, 139, 250, 0.06); }

.ac-log::before { background: #ff9f40; }
.ac-log .mod-icon { background: rgba(255, 159, 64, 0.08); border-color: rgba(255, 159, 64, 0.3); }
.ac-log .mod-icon svg { stroke: #ff9f40; }
.ac-log .mod-tag,
.ac-log .pill { color: #ff9f40; border-color: rgba(255, 159, 64, 0.25); background: rgba(255, 159, 64, 0.06); }

.ac-rpa::before { background: #06d6a0; }
.ac-rpa .mod-icon { background: rgba(6, 214, 160, 0.08); border-color: rgba(6, 214, 160, 0.3); }
.ac-rpa .mod-icon svg { stroke: #06d6a0; }
.ac-rpa .mod-tag,
.ac-rpa .pill { color: #06d6a0; border-color: rgba(6, 214, 160, 0.25); background: rgba(6, 214, 160, 0.06); }

.ac-ia::before { background: #f7c948; }
.ac-ia .mod-icon { background: rgba(247, 201, 72, 0.08); border-color: rgba(247, 201, 72, 0.3); }
.ac-ia .mod-icon svg { stroke: #f7c948; }
.ac-ia .mod-tag,
.ac-ia .pill { color: #f7c948; border-color: rgba(247, 201, 72, 0.25); background: rgba(247, 201, 72, 0.06); }

.ac-erp::before { background: #ff4e6a; }
.ac-erp .mod-icon { background: rgba(255, 78, 106, 0.08); border-color: rgba(255, 78, 106, 0.3); }
.ac-erp .mod-icon svg { stroke: #ff4e6a; }
.ac-erp .mod-tag,
.ac-erp .pill { color: #ff4e6a; border-color: rgba(255, 78, 106, 0.25); background: rgba(255, 78, 106, 0.06); }

.ac-bkp::before { background: #4eaaff; }
.ac-bkp .mod-icon { background: rgba(78, 170, 255, 0.08); border-color: rgba(78, 170, 255, 0.3); }
.ac-bkp .mod-icon svg { stroke: #4eaaff; }
.ac-bkp .pill { color: #4eaaff; border-color: rgba(78, 170, 255, 0.25); background: rgba(78, 170, 255, 0.06); }

.ac-mon::before { background: #1adf88; }
.ac-mon .mod-icon { background: rgba(26, 223, 136, 0.08); border-color: rgba(26, 223, 136, 0.3); }
.ac-mon .mod-icon svg { stroke: #1adf88; }
.ac-mon .pill { color: #1adf88; border-color: rgba(26, 223, 136, 0.25); background: rgba(26, 223, 136, 0.06); }

.ac-studio::before { background: #a78bfa; }
.ac-studio .mod-icon { background: rgba(167, 139, 250, 0.06); border-color: rgba(167, 139, 250, 0.2); }
.ac-studio .mod-icon svg { stroke: #a78bfa; }
.ac-studio .mod-name { color: #a78bfa; }
.ac-studio .pill { color: #a78bfa; border-color: rgba(167, 139, 250, 0.2); background: rgba(167, 139, 250, 0.05); }

.ac-cred::before { background: #f7c948; }
.ac-cred .mod-icon { background: rgba(247, 201, 72, 0.06); border-color: rgba(247, 201, 72, 0.2); }
.ac-cred .mod-icon svg { stroke: #f7c948; }
.ac-cred .mod-name { color: #f7c948; }
.ac-cred .pill { color: #f7c948; border-color: rgba(247, 201, 72, 0.2); background: rgba(247, 201, 72, 0.05); }

.ac-vendas::before { background: #06d6a0; }
.ac-vendas .mod-icon { background: rgba(6, 214, 160, 0.06); border-color: rgba(6, 214, 160, 0.2); }
.ac-vendas .mod-icon svg { stroke: #06d6a0; }
.ac-vendas .mod-name { color: #06d6a0; }
.ac-vendas .pill { color: #06d6a0; border-color: rgba(6, 214, 160, 0.2); background: rgba(6, 214, 160, 0.05); }

.platform-soon-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 12px;
  color: #5a80a8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.platform-soon-divider i {
  flex: 1;
  height: 1px;
  background: rgba(90, 128, 168, 0.28);
}

.platform-soon-note {
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}

.platform-grid-locked .mod-card {
  background: rgba(13, 30, 56, 0.6);
}

@media (max-width: 900px) {
  .pain-video-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .platform-showcase-stats,
  .platform-showcase-copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-showcase-stats div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(78, 170, 255, 0.14);
  }

  .platform-showcase-stats div:nth-child(4) {
    border-top: 1px solid rgba(78, 170, 255, 0.14);
  }
}

@media (max-width: 900px) {
  .platform-grid,
  .platform-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pain-video-card {
    padding: 16px;
    border-radius: 20px;
  }

  .pain-video-frame {
    border-radius: 14px;
  }

  .platform-showcase {
    padding: 18px 14px;
    border-radius: 20px;
  }

  .platform-showcase-header p {
    letter-spacing: 0.22em;
  }

  .platform-showcase-header span {
    letter-spacing: 0.28em;
  }

  .platform-showcase-hero {
    padding: 20px 14px;
    border-radius: 18px;
  }

  .platform-showcase-stats,
  .platform-showcase-copy {
    grid-template-columns: 1fr;
  }

  .platform-showcase-stats div + div,
  .platform-showcase-stats div:nth-child(3),
  .platform-showcase-stats div:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(78, 170, 255, 0.14);
  }

  .platform-group-label {
    letter-spacing: 0.2em;
  }

  .platform-grid,
  .platform-grid-2 {
    grid-template-columns: 1fr;
  }

  .mod-card {
    min-height: 0;
  }
}

.card-split {
  display: grid;
  gap: 32px;
  background: var(--dark-card-2);
}

@media (min-width: 960px) {
  .card-split {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    align-items: stretch;
    padding: 42px 46px;
  }
}

.chart-placeholder {
  background: linear-gradient(180deg, rgba(12, 28, 56, 0.95) 0%, rgba(9, 21, 42, 0.92) 100%);
  border-radius: 20px;
  padding: 24px;
  min-height: 250px;
  border: 1px solid var(--dark-border);
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.07);
}

.chart-placeholder .chart-title {
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 10px;
}

.chart-placeholder p {
  color: var(--text-soft);
}

.logistics-problem,
.logistics-solution {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 30px;
}

.logistics-problem {
  padding: 44px 46px;
  background: radial-gradient(110% 80% at 80% 20%, #1a0a0e 0%, #0a0712 55%);
  border: 1px solid rgba(255, 122, 107, 0.18);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(255, 122, 107, 0.08);
}

.logistics-problem::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px 4px);
  opacity: 0.05;
  pointer-events: none;
}

.logistics-problem-aura {
  position: absolute;
  width: min(520px, 56vw);
  height: 420px;
  top: 20px;
  right: -120px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.26);
  filter: blur(96px);
  pointer-events: none;
}

.logistics-problem-grid {
  position: relative;
  display: grid;
  gap: 38px;
  align-items: center;
}

.logistics-problem-copy {
  max-width: 560px;
}

.logistics-problem-copy .card-white-header {
  margin-bottom: 18px;
}

.logistics-problem-kicker,
.logistics-solution-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.logistics-problem-kicker {
  color: #ff7a6b;
}

.logistics-problem-title {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.08;
  font-weight: 800;
  color: var(--text-white);
}

.logistics-problem-title span {
  color: rgba(255, 255, 255, 0.45);
}

.logistics-problem-lead {
  margin: 24px 0 0;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.74;
  color: rgba(230, 236, 255, 0.7);
}

.logistics-problem-lead strong,
.logistics-problem-list strong,
.logistics-solution-copy strong {
  color: rgba(255, 255, 255, 0.92);
}

.product-panel[data-product="logistica"] .logistics-problem-list strong {
  white-space: nowrap;
}

.logistics-problem-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 16px;
}

.logistics-problem-list li {
  display: flex;
  gap: 12px;
  align-items: start;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(230, 236, 255, 0.72);
}

.logistics-problem-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.42rem;
  border-radius: 999px;
  background: #ff7a6b;
  box-shadow: 0 0 0 6px rgba(255, 122, 107, 0.12);
}

.logistics-problem-visual {
  position: relative;
  min-height: 340px;
  padding-top: 10px;
}

.logistics-problem-diagram {
  display: block;
  width: 100%;
  height: auto;
}

.logistics-problem-silos {
  position: absolute;
  inset: 0;
}

.logistics-problem-silo {
  position: absolute;
  width: min(162px, 42%);
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(25, 34, 65, 0.75), rgba(11, 15, 30, 0.72));
  border: 1px solid rgba(255, 122, 107, 0.18);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(8px);
  animation: logisticsFloat 5s ease-in-out infinite;
}

.logistics-problem-silo--wms {
  left: 3%;
  top: 6%;
}

.logistics-problem-silo--tms {
  right: 3%;
  top: 6%;
}

.logistics-problem-silo--tracker {
  left: 3%;
  bottom: 8%;
}

.logistics-problem-silo--route {
  right: 3%;
  bottom: 8%;
}

.logistics-problem-silo-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}

.logistics-problem-silo-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #ffd0c8;
}

.logistics-problem-silo-name {
  margin-top: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-white);
}

.logistics-problem-silo-status {
  margin-top: 4px;
  font-size: 0.72rem;
  color: #ff7a6b;
}

.logistics-problem-note {
  position: relative;
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.logistics-solution {
  padding: 54px 46px 46px;
  background: linear-gradient(180deg, #0a1838, #0e2b4d 48%, #08203b);
  border: 1px solid rgba(125, 176, 255, 0.18);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(31, 66, 118, 0.18);
}

.logistics-solution-fade,
.logistics-solution-aurora,
.logistics-solution-grid-lines {
  position: absolute;
  pointer-events: none;
}

.logistics-solution-fade {
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, #0a0712, transparent);
}

.logistics-solution-aurora {
  width: min(640px, 70vw);
  height: 460px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(39, 211, 245, 0.24);
  filter: blur(104px);
}

.logistics-solution-grid-lines {
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(125, 176, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 176, 255, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.58));
}

.logistics-solution-copy,
.logistics-solution-diagram-wrap,
.logistics-solution-grid {
  position: relative;
}

.logistics-solution-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.logistics-solution-kicker {
  color: #6fe7ff;
}

.logistics-solution-copy h3 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.1vw, 3.15rem);
  line-height: 1.08;
  font-weight: 800;
  color: var(--text-white);
}

.logistics-solution-copy h3 span {
  background: linear-gradient(100deg, #7db0ff, #27d3f5 55%, #34e0a1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.logistics-solution-copy p {
  margin: 20px auto 0;
  max-width: 42rem;
  font-size: 1.02rem;
  line-height: 1.74;
  color: rgba(230, 236, 255, 0.72);
}

.logistics-solution-diagram-wrap {
  width: min(100%, 860px);
  margin: 42px auto 0;
}

.logistics-diagram--solution {
  margin-top: 0;
}

.logistics-solution-grid {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}

.logistics-solution-card {
  min-height: 100%;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(25, 34, 65, 0.55), rgba(11, 15, 30, 0.5));
  border: 1px solid rgba(125, 176, 255, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s, box-shadow 0.35s;
}

.logistics-solution-card:hover {
  transform: translateY(-7px);
  border-color: rgba(125, 176, 255, 0.42);
  box-shadow: 0 26px 64px -30px rgba(46, 107, 255, 0.65);
}

.logistics-solution-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.logistics-solution-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logistics-solution-icon--brand {
  background: rgba(79, 141, 255, 0.2);
  color: #b9d2ff;
}

.logistics-solution-icon--good {
  background: rgba(52, 224, 161, 0.18);
  color: #34e0a1;
}

.logistics-solution-icon--warn {
  background: rgba(255, 195, 77, 0.18);
  color: #ffc34d;
}

.logistics-solution-icon--cyan {
  background: rgba(39, 211, 245, 0.18);
  color: #6fe7ff;
}

.logistics-solution-card h4 {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--text-white);
}

.logistics-solution-card p {
  margin: 10px 0 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(230, 236, 255, 0.62);
}

@media (min-width: 720px) {
  .logistics-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .logistics-problem-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.98fr);
  }
}

@media (min-width: 1100px) {
  .logistics-solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  .logistics-problem,
  .logistics-solution {
    padding: 32px 28px;
    border-radius: 24px;
  }

  .logistics-problem-visual {
    min-height: 320px;
  }

  .logistics-problem-silo {
    width: min(154px, 44%);
    padding: 12px 14px;
  }

  .logistics-solution-diagram-wrap {
    margin-top: 34px;
  }
}

@media (max-width: 640px) {
  .logistics-problem,
  .logistics-solution {
    padding: 22px 14px;
    border-radius: 22px;
  }

  .logistics-problem-copy {
    width: 100%;
    max-width: none;
  }

  .logistics-problem-title,
  .logistics-solution-copy h3 {
    font-size: 1.72rem;
  }

  .logistics-problem-lead,
  .logistics-solution-copy p {
    font-size: 0.94rem;
  }

  .logistics-problem-list li {
    position: relative;
    display: block;
    padding-left: 16px;
    font-size: 0.88rem;
    line-height: 1.48;
    overflow-wrap: normal;
    word-break: normal;
  }

  .logistics-problem-list li::before {
    position: absolute;
    left: 0;
    top: 0.46rem;
    width: 7px;
    height: 7px;
    margin-top: 0;
    box-shadow: 0 0 0 5px rgba(255, 122, 107, 0.12);
  }

  .logistics-problem-list strong {
    display: inline;
    white-space: normal;
  }

  .logistics-problem-visual {
    min-height: 286px;
  }

  .logistics-problem-silo {
    width: min(142px, 45%);
    padding: 10px 12px;
    border-radius: 16px;
  }

  .logistics-problem-silo-name {
    margin-top: 8px;
    font-size: 0.72rem;
  }

  .logistics-problem-silo-status {
    font-size: 0.68rem;
  }

  .logistics-problem-note {
    font-size: 0.67rem;
    letter-spacing: 0.12em;
  }

  .logistics-solution-card {
    padding: 20px;
  }

  .logistics-solution-card h4 {
    font-size: 1.02rem;
  }
}

@keyframes logisticsFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes logisticsGlitch {
  0%,
  100% {
    transform: translate(0, 0);
  }

  92% {
    transform: translate(0, 0);
  }

  94% {
    transform: translate(-2px, 1px);
  }

  96% {
    transform: translate(2px, -1px);
  }

  98% {
    transform: translate(-1px, 0);
  }
}

.logistics-diagram {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.logistics-diagram-labels rect {
  fill: #0b1b3a;
  stroke: #27406e;
}

.logistics-diagram-labels text,
.logistics-diagram-output text,
.logistics-core-text {
  font-family: var(--font-display);
}

.logistics-diagram-labels text {
  font-size: 12px;
  font-weight: 700;
  fill: #cfe0ff;
}

.logistics-core-text {
  font-size: 11px;
  font-weight: 800;
}

.logistics-core-text--top {
  fill: #7db0ff;
}

.logistics-core-text--bottom {
  fill: #27d3f5;
}

.logistics-diagram-output rect {
  fill: #0b1b3a;
  stroke: #34e0a1;
}

.logistics-diagram-output text {
  font-size: 11px;
  font-weight: 700;
  fill: #34e0a1;
}

.chart-placeholder--media {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: clamp(280px, 30vw, 400px);
  padding: 14px;
}

.detail-media-frame {
  width: 100%;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(3, 8, 20, 0.95);
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.08);
}

.detail-media-frame--video {
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 56%),
    rgba(3, 8, 20, 0.98);
}

.detail-media-asset {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(3, 8, 20, 0.95);
}

.detail-media-asset--video {
  border-radius: 22px;
  background: #020814;
}

.chart-line {
  height: 148px;
  background: linear-gradient(to top, rgba(56, 213, 255, 0.2) 0%, rgba(56, 213, 255, 0.02) 65%);
  border-bottom: 2px solid var(--accent-cyan);
  position: relative;
  margin-top: 24px;
}

.chart-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  border-top: 2px dashed rgba(245, 158, 11, 0.75);
}

.benefits-grid {
  display: grid;
  gap: 24px;
}

.product-panel[data-product="nfe"] .benefits-grid {
  align-items: stretch;
}

.product-panel[data-product="nfe"] .card-white {
  height: 100%;
}

.product-panel[data-product="nfe"] .nfe-chat-card {
  padding-top: 30px;
}

.product-panel[data-product="logistica"] .benefits-grid {
  align-items: stretch;
}

.product-panel[data-product="logistica"] .benefits-grid > .card-white {
  height: 100%;
}

.product-panel[data-product="logistica"] .benefits-grid > .logistics-chat-card {
  padding-top: 30px;
}

.product-panel[data-product="logistica"] .logistics-chat-card .alc-chat-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}

.logistics-ai-copy {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(90, 128, 168, 0.18);
}

.logistics-ai-copy h4 {
  margin: 0 0 12px;
  color: var(--text-white);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.2;
}

.logistics-ai-copy p {
  margin-bottom: 12px;
}

.logistics-ai-note {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.nfe-ai-copy {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(90, 128, 168, 0.18);
}

.nfe-ai-copy h4 {
  margin: 0 0 12px;
  color: var(--text-white);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.2;
}

.nfe-ai-copy p {
  margin-bottom: 12px;
}

.nfe-ai-note {
  color: var(--text-muted);
  font-size: 0.92rem;
}

/* Cloud panel top layout */
.product-panel[data-product="cloud"] .cards-white {
  display: grid;
  grid-template-areas:
    "intro"
    "performance"
    "learn"
    "pain"
    "simulator"
    "calculator";
  gap: 28px;
}

.cloud-overview-grid {
  display: grid;
  gap: 24px;
}

.cloud-overview-side {
  display: grid;
  gap: 24px;
}

.product-panel[data-product="cloud"] .cloud-overview-grid,
.product-panel[data-product="cloud"] .cloud-overview-side {
  display: contents;
}

.product-panel[data-product="cloud"] .cloud-overview-grid > .card-white {
  grid-area: intro;
}

.product-panel[data-product="cloud"] .cloud-overview-side > .card-white {
  grid-area: learn;
}

.product-panel[data-product="cloud"] .mais-cloud-performance {
  grid-area: performance;
  min-width: 0;
  margin: 0;
  padding: 0;
  border-top: 0;
}

.product-panel[data-product="cloud"] .pain-video-card {
  grid-area: pain;
}

.cards-white > .insights-cloud-simulator {
  width: 100%;
  margin-top: 0;
}

.product-panel[data-product="cloud"] .cards-white > .insights-cloud-simulator {
  grid-area: simulator;
}

.product-panel[data-product="cloud"] .cards-white > .calc-inner {
  grid-area: calculator;
  width: 100%;
}

.product-panel[data-product="cloud"] .mais-cloud-performance .mcp-header {
  display: none;
}

.product-panel[data-product="cloud"] .mais-cloud-performance .mcp-scene {
  max-width: none;
  margin: 0;
  padding: 0;
}

.product-panel[data-product="cloud"] .mais-cloud-performance .mcp-scene > .mcp-section-label:first-child {
  display: none;
}

.product-panel[data-product="cloud"] .mais-cloud-performance .lat-panel {
  grid-template-columns: 1fr;
  margin-bottom: 12px;
}

.product-panel[data-product="cloud"] .mais-cloud-performance .lat-left {
  border-right: 0;
  border-bottom: 1px solid var(--mcp-border);
}

.product-panel[data-product="cloud"] .mais-cloud-performance .stab-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .product-panel[data-product="cloud"] .mais-cloud-performance .stab-row {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 960px) {
  .product-panel[data-product="cloud"] .cards-white {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    grid-template-areas:
      "intro performance"
      "learn learn"
      "pain pain"
      "simulator simulator"
      "calculator calculator";
    align-items: start;
  }

  .cloud-overview-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    align-items: stretch;
  }

  .cloud-overview-grid > .card-white,
  .cloud-overview-side,
  .cloud-overview-side > .card-white {
    height: 100%;
  }

  .cloud-overview-grid > .card-white,
  .cloud-overview-side > .card-white {
    display: flex;
    flex-direction: column;
  }

  .cloud-overview-side > .card-white {
    padding-top: 76px;
  }

  .product-panel[data-product="cloud"] .cloud-overview-grid > .card-white,
  .product-panel[data-product="cloud"] .cloud-overview-side > .card-white {
    height: auto;
  }

  .product-panel[data-product="cloud"] .cloud-overview-grid > .card-white {
    min-height: 555px;
  }

  .product-panel[data-product="cloud"] .mais-cloud-performance {
    align-self: start;
  }

  .product-panel[data-product="cloud"] .mais-cloud-performance .lat-panel + .mcp-section-label,
  .product-panel[data-product="cloud"] .mais-cloud-performance .stab-row {
    width: calc(204.0816326531% + 28px);
    margin-left: calc(-104.0816326531% - 28px);
  }

  .product-panel[data-product="cloud"] .mais-cloud-performance .lat-panel + .mcp-section-label {
    margin-top: -2px;
  }

  .product-panel[data-product="cloud"] .mais-cloud-performance .stab-row {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 28px;
  }

  .product-panel[data-product="cloud"] .cloud-overview-side > .card-white {
    padding-top: 38px;
  }

  .product-panel[data-product="cloud"] .cloud-overview-side > .card-white h3 {
    min-height: 0;
  }

  .cloud-overview-grid .card-white h3 {
    min-height: 4.7rem;
  }
}

@media (min-width: 960px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.94rem;
  color: var(--text-soft);
  margin-bottom: 11px;
  line-height: 1.56;
}

.benefits-list li::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--accent-blue) 0%, var(--accent-cyan) 100%);
}

/* Cloud comparator */
.comparator-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-cyan);
  background: rgba(56, 213, 255, 0.1);
  border: 1px solid rgba(56, 213, 255, 0.28);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
}

.investment-value {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  background: linear-gradient(125deg, var(--accent-blue) 0%, var(--accent-cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 8px 0 20px;
}

.investment-slider {
  width: 100%;
  margin-bottom: 16px;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.investment-slider::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(130deg, var(--accent-blue) 0%, var(--accent-cyan) 100%);
  border: 2px solid #031229;
  box-shadow: 0 0 0 3px rgba(56, 213, 255, 0.22);
}

.investment-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(130deg, var(--accent-blue) 0%, var(--accent-cyan) 100%);
  border: 2px solid #031229;
  box-shadow: 0 0 0 3px rgba(56, 213, 255, 0.22);
}

.preset-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.preset-btns button {
  padding: 8px 14px;
  border: 1px solid rgba(143, 173, 221, 0.42);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.preset-btns button:hover,
.preset-btns button.is-active {
  border-color: var(--accent-cyan);
  color: var(--text-white);
  background: linear-gradient(125deg, rgba(59, 130, 246, 0.32) 0%, rgba(56, 213, 255, 0.22) 100%);
}

.savings-row {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

@media (min-width: 640px) {
  .savings-row {
    grid-template-columns: 1fr 1fr;
  }
}

.savings-row strong {
  display: block;
  font-size: 1.25rem;
  color: var(--accent-cyan);
  margin-top: 4px;
}

.savings-row span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.bar-chart {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 16px;
}

.bar-row {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
}

.bar-row label {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-soft);
}

.bar-track {
  height: 36px;
  background: rgba(9, 22, 43, 0.95);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(143, 173, 221, 0.14);
}

.bar-fill {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  font-size: 11px;
  font-weight: 700;
  color: #f8fbff;
  border-radius: 8px;
  transition: width 0.4s ease;
}

.bar-fill.mais-cloud {
  background: linear-gradient(90deg, #2563eb 0%, #22d3ee 100%);
}

.bar-fill.competitor {
  background: linear-gradient(90deg, #314462 0%, #4b5f80 100%);
}

/* Cloud simulator - no Bootstrap */
.insights-cloud-simulator {
  position: relative;
  margin-top: 8px;
  border: 1px solid rgba(56, 213, 255, 0.2);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(7, 18, 38, 0.95) 0%, rgba(5, 13, 29, 0.98) 100%);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(56, 213, 255, 0.08);
  overflow: hidden;
}

.insights-cloud-simulator-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 12%, rgba(56, 213, 255, 0.16) 0%, transparent 40%),
    radial-gradient(circle at 88% 20%, rgba(59, 130, 246, 0.16) 0%, transparent 42%);
}

.insights-cloud-simulator-inner {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 3.2vw, 34px);
}

.insights-cloud-simulator-head {
  margin-bottom: 20px;
}

.insights-cloud-simulator-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(56, 213, 255, 0.42);
  background: rgba(56, 213, 255, 0.1);
  color: #9ae9ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 11px;
  margin-bottom: 12px;
}

.insights-cloud-simulator-title {
  margin: 0 0 10px;
  color: #f6f9ff;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.28;
}

.insights-cloud-simulator-lead {
  margin: 0;
  color: rgba(224, 233, 248, 0.88);
  line-height: 1.65;
  font-size: 0.94rem;
}

.insights-cloud-simulator-lead strong {
  color: #f8fbff;
}

.insights-cloud-simulator-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 1040px) {
  .insights-cloud-simulator-grid {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 18px;
  }
}

.insights-cloud-live-panel {
  border-radius: 18px;
  border: 1px solid rgba(56, 213, 255, 0.2);
  background: rgba(9, 22, 44, 0.85);
  box-shadow: inset 0 0 0 1px rgba(56, 213, 255, 0.06);
  padding: 18px;
}

.insights-cloud-live-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(217, 231, 250, 0.76);
  margin-bottom: 8px;
}

.insights-cloud-live-spend {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 14px;
  color: #73deff;
  text-shadow: 0 0 26px rgba(56, 213, 255, 0.25);
}

.insights-cloud-range-wrap {
  margin-bottom: 14px;
}

.insights-cloud-range {
  width: 100%;
  appearance: none;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(56, 213, 255, 0.95) 0%,
    rgba(37, 99, 235, 0.95) var(--insights-range-fill, 50%),
    rgba(145, 166, 201, 0.22) var(--insights-range-fill, 50%),
    rgba(145, 166, 201, 0.22) 100%
  );
  border: 1px solid rgba(56, 213, 255, 0.24);
}

.insights-cloud-range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #021127;
  background: linear-gradient(135deg, #22d3ee 0%, #3b82f6 100%);
  box-shadow: 0 0 0 4px rgba(56, 213, 255, 0.22);
  cursor: pointer;
}

.insights-cloud-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 2px solid #021127;
  border-radius: 50%;
  background: linear-gradient(135deg, #22d3ee 0%, #3b82f6 100%);
  box-shadow: 0 0 0 4px rgba(56, 213, 255, 0.22);
  cursor: pointer;
}

.insights-cloud-live-input-row {
  display: grid;
  gap: 8px;
  margin-bottom: 8px;
}

.insights-cloud-live-input-row label {
  font-size: 12px;
  color: rgba(217, 231, 250, 0.74);
}

.insights-cloud-live-input {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(56, 213, 255, 0.3);
  border-radius: 10px;
  background: rgba(4, 12, 25, 0.9);
  color: #f6f9ff;
  padding: 10px 12px;
  font-size: 0.95rem;
  outline: none;
}

.insights-cloud-live-input:focus {
  border-color: #55ddff;
  box-shadow: 0 0 0 3px rgba(56, 213, 255, 0.14);
}

.insights-cloud-live-hint {
  margin: 0 0 12px;
  font-size: 12px;
  color: rgba(189, 207, 232, 0.78);
  line-height: 1.45;
}

.insights-cloud-live-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.insights-cloud-live-presets button {
  border: 1px solid rgba(143, 173, 221, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(225, 235, 248, 0.9);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.insights-cloud-live-presets button:hover,
.insights-cloud-live-presets button.is-active {
  border-color: #55ddff;
  color: #f8fcff;
  background: linear-gradient(130deg, rgba(59, 130, 246, 0.35) 0%, rgba(34, 211, 238, 0.3) 100%);
}

.insights-cloud-kpis {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.insights-cloud-sim-kpi {
  border-radius: 14px;
  border: 1px solid rgba(56, 213, 255, 0.18);
  background: rgba(6, 18, 39, 0.78);
  padding: 14px;
}

.insights-cloud-sim-kpi-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(180, 203, 233, 0.86);
}

.insights-cloud-sim-kpi-value {
  margin-top: 5px;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #f7fbff;
}

.insights-cloud-sim-kpi-value--savings {
  color: #66f0bf;
}

.insights-cloud-sim-kpi-sub {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(180, 203, 233, 0.82);
}

.insights-cloud-chart-col {
  border-radius: 18px;
  border: 1px solid rgba(56, 213, 255, 0.2);
  background: rgba(8, 20, 40, 0.82);
  padding: 16px;
}

.insights-cloud-sim-bar-head {
  color: rgba(200, 219, 243, 0.94);
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 6px;
}

.insights-cloud-sim-avg-hint {
  margin: 0 0 10px;
  color: rgba(173, 198, 233, 0.84);
  font-size: 12px;
}

.insights-cloud-sim-bar-chart {
  --avg-marker: 56%;
  position: relative;
  display: grid;
  gap: 8px;
  padding: 14px 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(56, 213, 255, 0.14);
  background: rgba(3, 9, 21, 0.74);
}

.insights-cloud-sim-bar-chart::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: var(--avg-marker);
  border-left: 2px dashed rgba(102, 240, 191, 0.7);
  pointer-events: none;
}

.insights-cloud-sim-row {
  display: grid;
  grid-template-columns: minmax(94px, 128px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.insights-cloud-sim-label {
  color: rgba(226, 236, 249, 0.92);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.insights-cloud-sim-track {
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(141, 170, 207, 0.2);
  background: rgba(11, 24, 44, 0.95);
  overflow: hidden;
}

.insights-cloud-sim-fill {
  height: 100%;
  width: 0%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  color: rgba(247, 251, 255, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 7px;
  transition: width 0.3s ease;
  background: linear-gradient(90deg, rgba(67, 87, 120, 0.95) 0%, rgba(90, 113, 147, 0.95) 100%);
}

.insights-cloud-sim-row--cloud .insights-cloud-sim-fill {
  background: linear-gradient(90deg, #2563eb 0%, #22d3ee 100%);
}

.insights-cloud-sim-value {
  min-width: 88px;
  text-align: right;
  color: rgba(231, 239, 250, 0.95);
  font-size: 12px;
  font-weight: 700;
}

.insights-cloud-simulator-foot {
  margin: 14px 0 0;
  color: rgba(177, 200, 230, 0.84);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .insights-cloud-sim-row {
    grid-template-columns: minmax(86px, 108px) minmax(0, 1fr) auto;
  }

  .insights-cloud-sim-value {
    min-width: 72px;
    font-size: 11px;
  }
}

@media (max-width: 620px) {
  .insights-cloud-simulator-inner {
    padding: 18px;
  }

  .insights-cloud-chart-col {
    padding: 12px;
  }

  .insights-cloud-sim-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .insights-cloud-sim-value {
    text-align: left;
    min-width: 0;
  }

  .insights-cloud-sim-bar-chart::after {
    display: none;
  }
}

.product-detail .chart-placeholder p[style*="color:#6b7280"] {
  color: var(--text-muted) !important;
}

.product-detail .chart-placeholder span[style*="background:#f0f4ff"],
.product-detail .chart-placeholder span[style*="background:#e8f0ff"] {
  background: rgba(59, 130, 246, 0.14) !important;
  border: 1px solid rgba(56, 213, 255, 0.26);
  color: var(--accent-cyan) !important;
}

@media (max-width: 1199px) {
  .product-detail {
    padding: 70px 0 96px;
  }

  .card-white {
    padding: 32px;
  }

  .card-split {
    gap: 28px;
  }
}

@media (max-width: 959px) {
  .product-detail .container {
    max-width: 100%;
    padding-left: clamp(18px, 5vw, 28px);
    padding-right: clamp(18px, 5vw, 28px);
  }

  .product-detail .product-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .product-detail .cards-white,
  .product-detail .cta-row {
    max-width: 100%;
  }

  .card-white {
    border-radius: 24px;
    padding: 28px;
  }

  .card-split {
    gap: 24px;
  }

  .chart-placeholder {
    min-height: 0;
    border-radius: 18px;
    padding: 20px;
  }

  .chart-placeholder--media {
    min-height: clamp(240px, 56vw, 360px);
    padding: 12px;
  }
}

@media (max-width: 640px) {
  .product-detail {
    padding: 56px 0 82px;
  }

  .product-panel[data-product="ia"] .cards-white,
  .product-panel[data-product="nfe"] .cards-white,
  .product-panel[data-product="bi"] .cards-white,
  .product-panel[data-product="logistica"] .cards-white {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: visible;
  }

  .product-panel[data-product="nfe"] .cards-white > *,
  .product-panel[data-product="logistica"] .cards-white > * {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .product-panel[data-product="ia"] .card-split,
  .product-panel[data-product="nfe"] .card-split,
  .product-panel[data-product="bi"] .card-split {
    gap: 20px;
    overflow: visible;
  }

  .product-panel[data-product="ia"] .card-split > div:first-child,
  .product-panel[data-product="nfe"] .card-split > div:first-child,
  .product-panel[data-product="bi"] .card-split > div:first-child {
    padding: 24px;
    min-height: 0;
  }

  .product-panel[data-product="ia"] .ia-demo,
  .product-panel[data-product="nfe"] .nfe-demo,
  .product-panel[data-product="bi"] .bi-demo {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .product-panel[data-product="ia"] .ia-agent-grid {
    grid-template-columns: 1fr;
  }

  .product-panel[data-product="ia"] .ia-agent-card p {
    min-height: 0;
  }

  .product-panel[data-product="nfe"] .benefits-grid,
  .product-panel[data-product="bi"] .benefits-grid,
  .product-panel[data-product="logistica"] .benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-panel[data-product="nfe"] .benefits-grid,
  .product-panel[data-product="logistica"] .benefits-grid {
    display: grid;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 0;
    clear: both;
    order: 3;
    isolation: isolate;
  }

  .product-panel[data-product="nfe"] .card-white,
  .product-panel[data-product="bi"] .benefits-grid > .card-white,
  .product-panel[data-product="logistica"] .benefits-grid > .card-white {
    height: auto;
    min-height: 0;
  }

  .product-panel[data-product="nfe"] .pain-video-card,
  .product-panel[data-product="bi"] .pain-video-card,
  .product-panel[data-product="logistica"] .pain-video-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    overflow: visible;
    position: relative;
    z-index: 1;
    clear: both;
    float: none;
    order: 2;
    isolation: isolate;
  }

  .product-panel[data-product="nfe"] .pain-video-frame,
  .product-panel[data-product="bi"] .pain-video-frame,
  .product-panel[data-product="logistica"] .pain-video-frame {
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    flex: none;
    display: block;
    overflow: hidden;
  }

  .product-panel[data-product="nfe"] .pain-video-copy,
  .product-panel[data-product="logistica"] .pain-video-copy {
    order: 2;
  }

  .product-panel[data-product="nfe"] .pain-video-frame,
  .product-panel[data-product="logistica"] .pain-video-frame {
    order: 1;
    min-height: clamp(188px, 52vw, 260px);
  }

  .product-panel[data-product="nfe"] .pain-video-frame .yt-facade,
  .product-panel[data-product="bi"] .pain-video-frame .yt-facade,
  .product-panel[data-product="logistica"] .pain-video-frame .yt-facade {
    position: relative;
    min-height: 0;
    height: 100%;
  }

  .product-panel[data-product="nfe"] .pain-video-card + .benefits-grid,
  .product-panel[data-product="logistica"] .pain-video-card + .benefits-grid {
    margin-top: 8px;
  }

  .card-white {
    border-radius: 22px;
    padding: 24px;
  }

  .card-white h3 {
    font-size: 1.33rem;
  }

  .card-white p {
    font-size: 0.92rem;
  }

  .bar-row {
    grid-template-columns: 30px 1fr;
    gap: 8px;
  }

  .bar-track {
    height: 32px;
  }

  .bar-fill {
    padding-right: 10px;
    font-size: 10px;
  }

  .case-card-image {
    height: 112px;
  }

  .case-card-body {
    padding: 2px 16px 18px;
  }

  .case-stat {
    font-size: 1.9rem;
  }

  .case-metric {
    padding: 11px 10px 10px;
  }
}

/* Results */
.results-section {
  margin-top: -1px;
  padding: 80px 0;
  background:
    radial-gradient(circle at 82% 14%, rgba(0, 174, 239, 0.12) 0%, transparent 36%),
    linear-gradient(180deg, #061228 0%, #061634 12%, #031957 36%, #001452 68%, #041321 100%);
  position: relative;
  overflow: hidden;
}

.results-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(circle, rgba(0, 174, 239, 0.2) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.5;
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.results-header h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
}

.carousel-nav {
  display: flex;
  gap: 8px;
}

.carousel-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  color: var(--text-navy);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.carousel-nav button:hover {
  transform: scale(1.05);
}

.carousel-nav button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.cases-grid {
  display: flex;
  gap: 18px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 4px 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 4px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.cases-grid::-webkit-scrollbar {
  display: none;
}

.case-card {
  flex: 0 0 min(340px, calc(100vw - 48px));
  scroll-snap-align: start;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 30px;
  border: 1px solid rgba(17, 60, 168, 0.1);
  overflow: hidden;
  color: var(--text-navy);
  box-shadow: 0 14px 36px rgba(2, 18, 70, 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

@media (max-width: 759px) {
  .results-section {
    padding-bottom: 52px;
  }

  .cases-grid {
    align-items: stretch;
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 4px;
    scroll-padding-right: 18px;
  }

  .case-card {
    flex-basis: min(340px, calc(100vw - 64px));
    min-height: 100%;
    box-shadow: 0 14px 36px rgba(2, 18, 70, 0.22), inset 0 0 0 1px rgba(17, 60, 168, 0.1);
  }

  .results-section .cta-row {
    margin-top: 20px;
    gap: 10px;
  }

  .results-section .btn-cta-white,
  .results-section .btn-cta-whatsapp {
    width: min(100%, 340px);
    justify-content: center;
    padding: 14px 20px;
  }
}

@media (min-width: 760px) {
  .case-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (min-width: 1080px) {
  .case-card {
    flex-basis: calc((100% - 36px) / 3);
  }
}

.case-card:hover {
  transform: none;
  box-shadow: 0 18px 44px rgba(2, 18, 70, 0.28);
}

.case-card-image {
  height: 132px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.case-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, white 100%);
}

.case-card-logo {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  margin: -36px auto 12px;
  background: linear-gradient(180deg, #0b1a4e 0%, #09123a 100%);
  color: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 20px rgba(0, 8, 36, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.case-card-logo img {
  max-height: 100%;
  filter: none;
  opacity: 1;
}

.case-card-body {
  padding: 2px 20px 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.case-card-body h4 {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #314678;
  margin: 0 0 2px;
  text-align: center;
}

.case-stat {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  color: #0f3fcc;
  margin: 0;
}

.case-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #12378f;
  margin: 4px 0 0;
}

.case-desc {
  font-size: 0.77rem;
  line-height: 1.45;
  color: #4f5f89;
  margin: 6px 0 0;
}

.case-metric {
  background: linear-gradient(180deg, #f9fbff 0%, #f2f6ff 100%);
  border: 1px solid rgba(21, 76, 204, 0.16);
  border-radius: 16px;
  padding: 12px 12px 11px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.case-metric + .case-metric {
  margin-top: 0;
  padding-top: 12px;
  border-top: none;
}

.case-link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: white;
  color: var(--text-navy);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}

.btn-cta-white:hover {
  transform: translateY(-2px);
}

.product-detail .btn-cta-white {
  color: #050505;
  border: 1px solid rgba(5, 5, 5, 0.18);
}

.btn-product-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 18px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 16px;
  background: linear-gradient(135deg, #0056ff 0%, #00aeef 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  box-shadow:
    0 18px 38px rgba(0, 86, 255, 0.3),
    0 0 0 5px rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
  animation: btn-product-page-pulse 2.4s ease-in-out infinite;
}

.btn-product-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.38) 42%, transparent 56%);
  transform: translateX(-130%);
  animation: btn-product-page-shine 3.2s ease-in-out infinite;
}


.btn-product-page svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-left: 2px;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.16));
  transition: transform 0.2s ease;
}

.btn-product-page:hover,
.btn-product-page:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 24px 46px rgba(0, 86, 255, 0.38),
    0 0 0 7px rgba(255, 255, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  animation-play-state: paused;
}

.btn-product-page:hover::before,
.btn-product-page:focus-visible::before {
  animation-duration: 1.5s;
}

.btn-product-page:hover svg,
.btn-product-page:focus-visible svg {
  transform: translateX(5px);
}

.btn-product-page:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.82);
  outline-offset: 4px;
}

@keyframes btn-product-page-shine {
  0%, 42% {
    transform: translateX(-130%);
  }
  68%, 100% {
    transform: translateX(130%);
  }
}

@keyframes btn-product-page-pulse {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-product-page,
  .btn-product-page::before {
    animation: none;
  }
}

.product-panel[data-product="cloud"] .card-white-header {
  border-color: rgba(56, 213, 255, 0.48);
  background: linear-gradient(120deg, rgba(56, 213, 255, 0.24) 0%, rgba(59, 130, 246, 0.16) 100%);
  color: #9ee8ff;
}

.product-panel[data-product="cloud"] .btn-product-page {
  background: linear-gradient(135deg, #00aeef 0%, #38d5ff 100%);
  color: #001f2b;
  box-shadow:
    0 20px 42px rgba(56, 213, 255, 0.34),
    0 0 0 5px rgba(56, 213, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.product-panel[data-product="ia"] .card-white-header {
  border-color: rgba(0, 174, 239, 0.48);
  background: linear-gradient(120deg, rgba(0, 86, 255, 0.24) 0%, rgba(0, 174, 239, 0.16) 100%);
  color: #9fd9ff;
}

.product-panel[data-product="ia"] .btn-product-page {
  background: linear-gradient(135deg, #7c5cff 0%, #a78bfa 100%);
  color: #fff;
  box-shadow:
    0 20px 42px rgba(124, 92, 255, 0.34),
    0 0 0 5px rgba(167, 139, 250, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.product-panel[data-product="nfe"] .card-white-header {
  border-color: rgba(0, 86, 255, 0.48);
  background: linear-gradient(120deg, rgba(0, 86, 255, 0.24) 0%, rgba(0, 174, 239, 0.16) 100%);
  color: #9fd9ff;
}

.product-panel[data-product="nfe"] .btn-product-page {
  background: linear-gradient(135deg, #0056ff 0%, #00aeef 100%);
  color: #fff;
  box-shadow:
    0 20px 42px rgba(0, 86, 255, 0.34),
    0 0 0 5px rgba(0, 174, 239, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.product-panel[data-product="rpa"] .card-white-header {
  border-color: rgba(0, 174, 239, 0.48);
  background: linear-gradient(120deg, rgba(0, 86, 255, 0.24) 0%, rgba(0, 174, 239, 0.16) 100%);
  color: #9fd9ff;
}

.product-panel[data-product="bi"] .card-white-header {
  border-color: rgba(0, 174, 239, 0.48);
  background: linear-gradient(120deg, rgba(0, 86, 255, 0.24) 0%, rgba(0, 174, 239, 0.16) 100%);
  color: #9fd9ff;
}

.product-panel[data-product="bi"] .btn-product-page {
  background: linear-gradient(135deg, #ff7f73 0%, #ffb1a0 100%);
  color: #2c0906;
  box-shadow:
    0 20px 42px rgba(255, 127, 115, 0.34),
    0 0 0 5px rgba(255, 177, 160, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.product-panel[data-product="logistica"] .card-white-header {
  border-color: rgba(0, 174, 239, 0.48);
  background: linear-gradient(120deg, rgba(0, 86, 255, 0.24) 0%, rgba(0, 174, 239, 0.16) 100%);
  color: #9fd9ff;
}

.product-panel[data-product="logistica"] .btn-product-page {
  background: linear-gradient(135deg, #0056ff 0%, #00aeef 100%);
  color: #fff;
  box-shadow:
    0 20px 42px rgba(0, 86, 255, 0.34),
    0 0 0 5px rgba(0, 174, 239, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.btn-cta-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--accent);
  color: white;
  border: 2px solid white;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  transition: filter 0.2s, transform 0.2s;
}

.btn-cta-whatsapp:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

/* Quem Somos - white section */
.about-section {
  padding: 100px 0;
  background: #ffffff;
  color: var(--text-navy);
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #d1d5db 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.4;
  pointer-events: none;
}

.about-arc-top-left,
.about-arc-top-right {
  position: absolute;
  width: 280px;
  height: 280px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  pointer-events: none;
}

.about-arc-top-left {
  top: -140px;
  left: -80px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.about-arc-top-right {
  top: -100px;
  right: -120px;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.about-section .section-label {
  color: var(--accent);
}

.about-grid {
  display: grid;
  gap: 48px;
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
}

.about-grid h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.125rem);
  font-weight: 700;
  line-height: 1.16;
  margin: 0 0 14px;
  color: var(--text-navy);
}

.about-grid p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-body);
  margin: 0 0 16px;
}

.about-quote {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 700;
  font-style: italic;
  color: var(--accent);
  margin: 32px 0;
  line-height: 1.4;
}

.about-image-wrap {
  position: relative;
  width: min(100%, 430px);
  margin: 0 auto;
}

.about-frame {
  border: 6px solid var(--accent);
  border-radius: 40px;
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.about-frame img {
  width: 110%;
  max-width: none;
  flex: 0 0 auto;
  height: auto;
  aspect-ratio: auto;
  object-fit: initial;
  object-position: initial;
  margin-left: auto;
}

.about-caption {
  display: block;
  margin: 14px auto 0;
  max-width: 36ch;
  writing-mode: horizontal-tb !important;
  transform: none !important;
  rotate: 0deg;
  text-align: center;
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-body);
  line-height: 1.35;
  white-space: normal;
  text-wrap: pretty;
}

@media (min-width: 900px) {
  .about-image-wrap {
    margin: 0;
    justify-self: end;
  }
}

/* FAQ */
.faq-section {
  padding: 96px 0 112px;
  background: linear-gradient(180deg, #050a1a 0%, var(--bg-deep) 100%);
  color: white;
}

.faq-header {
  text-align: center;
  margin-bottom: 52px;
}

.faq-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin: 0 0 14px;
}

.faq-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: white;
  margin: 0 0 16px;
}

.faq-intro {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.65;
}

/* Search + filter controls */
.faq-controls {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 760px;
  margin: 0 auto 52px;
}

.faq-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.faq-search-icon {
  position: absolute;
  left: 16px;
  color: rgba(255, 255, 255, 0.38);
  pointer-events: none;
  flex-shrink: 0;
}

.faq-search-input {
  width: 100%;
  padding: 15px 48px 15px 46px;
  background: rgba(255, 255, 255, 0.07);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: white;
  font-size: 0.9375rem;
  font-family: var(--font-sans);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.faq-search-input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.faq-search-input:focus {
  border-color: var(--accent);
  background: rgba(0, 86, 255, 0.09);
}

.faq-search-clear {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.38);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 4px 6px;
  transition: color 0.15s;
}

.faq-search-clear:hover { color: white; }

.faq-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.faq-tag {
  padding: 8px 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  background: none;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: var(--font-sans);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.faq-tag:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: white;
}

.faq-tag.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

/* FAQ accordion items */
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.faq-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-sans);
  color: rgba(255, 255, 255, 0.82);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.faq-trigger:hover { color: white; }

.faq-item.is-open .faq-trigger { color: white; }

.faq-chevron {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.35);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s;
}

.faq-item.is-open .faq-chevron {
  transform: rotate(180deg);
  color: var(--accent-light);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.is-open .faq-panel {
  max-height: 900px;
}

.faq-panel-inner {
  padding: 0 0 28px;
}

.faq-panel-inner p {
  font-size: 0.9375rem;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 12px;
}

.faq-panel-inner p:last-child { margin-bottom: 0; }

.faq-panel-inner ul {
  margin: 6px 0 14px 0;
  padding-left: 0;
  list-style: none;
}

.faq-panel-inner ul li {
  position: relative;
  padding-left: 20px;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 4px;
}

.faq-panel-inner ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: var(--accent-light);
  font-size: 0.75rem;
  top: 4px;
}

.faq-panel-inner strong { color: white; font-weight: 600; }

/* FAQ empty state */
.faq-empty {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9375rem;
}

.faq-empty-reset {
  background: none;
  border: none;
  color: var(--accent-light);
  text-decoration: underline;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}

/* FAQ CTA row */
.faq-cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 60px;
  text-align: center;
}

.faq-cta-row p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
  margin: 0;
}

.faq-cta-row .lead-channel-picker.is-open {
  margin-bottom: 0;
}

/* FAQ video responses strip */
.faq-video-responses {
  max-width: 960px;
  margin: 72px auto 0;
  padding-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.faq-video-header {
  text-align: center;
  margin-bottom: 22px;
}

.faq-video-label {
  margin: 0;
  color: var(--accent-light);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.faq-video-header h3 {
  margin: 10px 0 0;
  color: white;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.16;
}

.faq-video-intro {
  max-width: 420px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.faq-video-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 22px;
}

.faq-video-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 4px 4px 10px;
}

.faq-video-track::-webkit-scrollbar {
  display: none;
}

.faq-video-card {
  position: relative;
  flex: 0 0 176px;
  min-width: 0;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: #020814;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.faq-video-card-hit {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.faq-video-card-hit::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 10, 26, 0.08), transparent 38%, rgba(0, 11, 61, 0.82));
  z-index: 1;
}

.faq-video-card-hit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.92);
  transition: transform 0.45s ease, filter 0.3s ease;
}

.faq-video-badge,
.faq-video-play,
.faq-video-card-title {
  z-index: 2;
}

.faq-video-badge {
  position: absolute;
  top: 11px;
  left: 11px;
  right: 11px;
  color: var(--accent-light);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.faq-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.faq-video-play svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.55));
}

.faq-video-card-title {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 13px;
  color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.faq-video-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent-light);
  box-shadow: 0 18px 36px -22px rgba(0, 0, 0, 0.8);
}

.faq-video-card:hover .faq-video-card-hit img {
  transform: scale(1.04);
  filter: brightness(0.68);
}

.faq-video-card:hover .faq-video-play {
  transform: translate(-50%, -50%) scale(1.08);
}

.faq-video-card-hit:focus-visible {
  outline: 2px solid var(--accent-light);
  outline-offset: -4px;
}

.faq-video-cta {
  flex: 0 0 176px;
  aspect-ratio: 9 / 16;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 14px;
  border: 1.5px dashed rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.faq-video-cta-play {
  width: 44px;
  height: 44px;
}

.faq-video-cta-play svg {
  width: 100%;
  height: 100%;
}

.faq-video-cta:hover {
  border-color: var(--accent-light);
  color: white;
  background: rgba(0, 174, 239, 0.08);
}

.faq-video-cta:focus-visible {
  outline: 2px solid var(--accent-light);
  outline-offset: 3px;
}

body.faq-video-lightbox-open {
  overflow: hidden;
}

.faq-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.faq-video-lightbox.is-open {
  display: flex;
}

.faq-video-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 18, 0.72);
  backdrop-filter: blur(12px);
}

.faq-video-lightbox-card {
  position: relative;
  z-index: 1;
  width: min(360px, 100%);
  max-height: min(92vh, 820px);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(0, 174, 239, 0.16), transparent 34%),
    linear-gradient(180deg, #07111f 0%, #050b18 100%);
  border: 1px solid rgba(0, 174, 239, 0.26);
  border-radius: 20px;
  box-shadow: 0 28px 92px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  color: white;
}

.faq-video-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 174, 239, 0.3);
  border-radius: 50%;
  background: rgba(9, 26, 53, 0.82);
  color: var(--accent-light);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.faq-video-lightbox-close:hover {
  transform: scale(1.06);
  background: rgba(0, 174, 239, 0.22);
  border-color: rgba(0, 174, 239, 0.54);
  color: white;
}

.faq-video-lightbox-close:focus-visible {
  outline: 2px solid var(--accent-light);
  outline-offset: 3px;
}

.faq-video-lightbox-player {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(82vh, 720px);
  background: #000;
  overflow: hidden;
}

.faq-video-lightbox-player .yt-facade,
.faq-video-lightbox-player .yt-facade img,
.faq-video-lightbox-player iframe,
.faq-video-lightbox-player .yt-facade-iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.faq-video-lightbox-copy {
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.faq-video-lightbox-kicker {
  display: inline-flex;
  margin: 0 0 8px;
  padding: 4px 9px;
  border: 1px solid rgba(0, 174, 239, 0.28);
  border-radius: 999px;
  color: var(--accent-light);
  background: rgba(0, 174, 239, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-video-lightbox-copy h2 {
  margin: 0;
  color: white;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (min-width: 640px) {
  .faq-cta-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }

  .faq-cta-row > p {
    display: flex;
    align-items: center;
    min-height: 46px;
  }
}

@media (max-width: 640px) {
  .faq-video-card,
  .faq-video-cta {
    flex-basis: 152px;
  }
}

@media (max-width: 520px) {
  .faq-video-responses {
    margin-top: 56px;
    padding-top: 44px;
  }

  .faq-cta-row .lead-channel-picker.is-open {
    margin-bottom: 0;
  }
}

.btn-faq {
  display: inline-block;
  padding: 14px 32px;
  background: var(--accent);
  color: white;
  border-radius: var(--radius-pill);
  font-size: 0.875rem;
  font-weight: 700;
  transition: background 0.2s, transform 0.15s;
}

.btn-faq:hover {
  background: #0044cc;
  transform: translateY(-1px);
}

/* Legacy accordion (kept for product pages) */
.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
}

.accordion-trigger .plus {
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  transition: transform 0.3s;
}

.accordion-item.is-open .accordion-trigger .plus {
  transform: rotate(45deg);
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion-item.is-open .accordion-panel {
  max-height: 600px;
}

.accordion-panel p {
  padding: 0 0 20px;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}

/* FAQ standalone page */
.faq-page-hero {
  background: linear-gradient(135deg, rgba(0, 27, 110, 0.97) 0%, rgba(0, 10, 52, 0.97) 100%);
  padding: 72px 0 64px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 174, 239, 0.18);
}

.faq-page-hero-inner {
  max-width: 640px;
  margin: 0 auto;
}

.faq-page-hero-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin: 0 0 16px;
}

.faq-page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 800;
  color: white;
  margin: 0 0 18px;
  line-height: 1.1;
}

.faq-page-hero-sub {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}

/* Section variant on standalone page (no header block — uses hero above) */
.faq-section--page {
  padding-top: 64px;
}

.faq-section--page .faq-controls {
  margin-top: 0;
}

/* Demo IA */
.demo-ia-section {
  padding: 80px 0 100px;
  background: linear-gradient(180deg, #0a1035 0%, #050a1a 100%);
  text-align: center;
  position: relative;
}

.demo-ia-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0, 86, 255, 0.15) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
}

.demo-ia-section .container {
  position: relative;
  z-index: 1;
}

.demo-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--accent-light);
  margin-bottom: 16px;
}

.demo-logo-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #0056ff, #00d4ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: white;
}

.demo-ia-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin: 0 0 12px;
}

.demo-ia-section .demo-sub {
  max-width: 640px;
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.demo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.demo-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background: rgba(8, 18, 55, 0.65);
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.55;
  text-align: left;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
}

.demo-card:hover {
  border-color: rgba(0, 174, 239, 0.65);
  background: rgba(0, 86, 255, 0.22);
  color: #ffffff;
  transform: translateY(-2px);
}

.demo-search {
  display: flex;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
  background: white;
  border-radius: var(--radius-pill);
  padding: 8px 8px 8px 20px;
  gap: 12px;
}

.demo-search .search-icon {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.25rem;
}

.demo-search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.9375rem;
  color: var(--text-navy);
  background: transparent;
}

.demo-search .search-submit {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--text-navy);
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── Seção de Segurança ──────────────────────────────────── */
.security-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  color: #e8efff;
  background:
    radial-gradient(circle at 22% 10%, rgba(0, 120, 255, 0.28), transparent 48%),
    radial-gradient(circle at 80% 28%, rgba(0, 190, 255, 0.16), transparent 40%),
    linear-gradient(180deg, #040d4a 0%, #020933 55%, #010727 100%);
}

.security-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image: radial-gradient(circle, rgba(140, 190, 255, 0.45) 1px, transparent 1px);
  background-size: 22px 22px;
}

.security-section::after {
  content: "";
  position: absolute;
  inset: -12% -6%;
  pointer-events: none;
  opacity: 0.42;
  background:
    radial-gradient(circle at 18% 24%, rgba(89, 181, 255, 0.2), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(53, 132, 255, 0.16), transparent 24%),
    linear-gradient(115deg, transparent 24%, rgba(110, 206, 255, 0.1) 50%, transparent 76%);
  transform: translate3d(-2%, 0, 0);
  animation: securityAurora 18s ease-in-out infinite alternate;
}

.security-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
}

.security-hero {
  display: grid;
  gap: 30px;
  align-items: center;
}

.security-copy > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.security-section.is-animated .security-copy > * {
  opacity: 1;
  transform: translateY(0);
}

.security-section.is-animated .security-copy > :nth-child(1) { transition-delay: 0.06s; }
.security-section.is-animated .security-copy > :nth-child(2) { transition-delay: 0.16s; }
.security-section.is-animated .security-copy > :nth-child(3) { transition-delay: 0.28s; }

.security-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #4cb2ff;
}

.security-copy h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.07;
  color: #f3f7ff;
}

.security-copy h2 span {
  color: #1c95ff;
}

.security-lead {
  margin: 0;
  max-width: 52ch;
  font-size: 1.075rem;
  line-height: 1.6;
  color: rgba(226, 236, 255, 0.9);
}

.security-visual {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
}

.security-visual::before,
.security-visual::after {
  content: none;
  position: absolute;
  inset: 50% auto auto 50%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.security-visual::before {
  width: min(74vw, 320px);
  height: min(74vw, 320px);
  border: 1px solid rgba(108, 196, 255, 0.22);
  box-shadow: 0 0 0 24px rgba(38, 111, 255, 0.05), 0 0 70px rgba(60, 172, 255, 0.12);
}

.security-visual::after {
  width: min(66vw, 260px);
  height: min(66vw, 260px);
  background: radial-gradient(circle, rgba(91, 194, 255, 0.18) 0%, rgba(91, 194, 255, 0) 70%);
  filter: blur(10px);
}

.security-section.is-animated .security-visual::before,
.security-section.is-animated .security-visual::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.security-visual-art {
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 16px 40px rgba(8, 139, 255, 0.35));
  opacity: 0;
  transform: translateY(20px) scale(0.94) rotate(-5deg);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.security-section.is-animated .security-visual-art {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
  animation: securityFloat 7.5s ease-in-out 0.9s infinite;
}

.security-block {
  background: rgba(3, 20, 88, 0.58);
  border: 1px solid rgba(77, 151, 255, 0.25);
  border-radius: 18px;
  padding: 22px 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  position: relative;
  overflow: hidden;
}

.security-block::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(138, 211, 255, 0.08) 48%, transparent 72%);
  transform: translateX(-120%);
}

.security-section.is-animated .security-block::after {
  animation: securitySweep 1.4s ease 0.35s forwards;
}

.security-block-title {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f1f6ff;
}

.security-block-title::before,
.security-block-title::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent 0%, rgba(106, 176, 255, 0.7) 100%);
  transform: scaleX(0.15);
  opacity: 0.25;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.security-block-title::after {
  background: linear-gradient(90deg, rgba(106, 176, 255, 0.7) 0%, transparent 100%);
  transform-origin: right center;
}

.security-block-title::before {
  transform-origin: left center;
}

.security-section.is-animated .security-block-title::before,
.security-section.is-animated .security-block-title::after {
  transform: scaleX(1);
  opacity: 1;
}

.security-block-title span {
  color: #1f9dff;
}

.security-motives,
.security-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.security-motive-card,
.security-stat-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(125, 176, 255, 0.12);
  background: linear-gradient(180deg, rgba(25, 34, 65, 0.55), rgba(11, 15, 30, 0.5));
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  padding: 20px;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  overflow: hidden;
}

.security-motive-card.is-animated,
.security-stat-card.is-animated {
  opacity: 1;
  transform: none;
}

.security-motive-card::before,
.security-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(39, 211, 245, 0.1), transparent);
  transform: translateX(-130%);
}

.security-motive-card.is-animated::before,
.security-stat-card.is-animated::before {
  animation: securityCardShine 5.5s linear infinite;
}

.security-motive-card:hover,
.security-stat-card:hover {
  border-color: rgba(125, 176, 255, 0.42);
  box-shadow: 0 26px 64px -30px rgba(46, 107, 255, 0.65);
  transform: translateY(-7px);
}

.security-card-value,
.security-motive-card h4,
.security-motive-card p,
.security-stat-card strong,
.security-stat-card p {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.security-motive-card.is-animated .security-card-value,
.security-motive-card.is-animated h4,
.security-motive-card.is-animated p,
.security-stat-card.is-animated strong,
.security-stat-card.is-animated p {
  opacity: 1;
  transform: translateY(0);
}

.security-motive-card.is-animated .security-card-value,
.security-motive-card.is-animated h4,
.security-stat-card.is-animated strong {
  transition-delay: 0.12s;
}

.security-motive-card.is-animated p,
.security-stat-card.is-animated p {
  transition-delay: 0.2s;
}

.security-motives .security-motive-card:nth-child(1),
.security-stats .security-stat-card:nth-child(1) { transition-delay: 0.06s; }
.security-motives .security-motive-card:nth-child(2),
.security-stats .security-stat-card:nth-child(2) { transition-delay: 0.12s; }
.security-motives .security-motive-card:nth-child(3),
.security-stats .security-stat-card:nth-child(3) { transition-delay: 0.18s; }
.security-motives .security-motive-card:nth-child(4),
.security-stats .security-stat-card:nth-child(4) { transition-delay: 0.24s; }
.security-motives .security-motive-card:nth-child(5),
.security-stats .security-stat-card:nth-child(5) { transition-delay: 0.3s; }
.security-motives .security-motive-card:nth-child(6),
.security-stats .security-stat-card:nth-child(6) { transition-delay: 0.36s; }

.security-motives .security-motive-card:nth-child(1)::before,
.security-stats .security-stat-card:nth-child(1)::before { animation-delay: 0.1s; }
.security-motives .security-motive-card:nth-child(2)::before,
.security-stats .security-stat-card:nth-child(2)::before { animation-delay: 0.18s; }
.security-motives .security-motive-card:nth-child(3)::before,
.security-stats .security-stat-card:nth-child(3)::before { animation-delay: 0.26s; }
.security-motives .security-motive-card:nth-child(4)::before,
.security-stats .security-stat-card:nth-child(4)::before { animation-delay: 0.34s; }
.security-motives .security-motive-card:nth-child(5)::before,
.security-stats .security-stat-card:nth-child(5)::before { animation-delay: 0.42s; }
.security-motives .security-motive-card:nth-child(6)::before,
.security-stats .security-stat-card:nth-child(6)::before { animation-delay: 0.5s; }

.security-card-icon,
.security-stat-icon {
  display: none;
}

.security-card-value,
.security-stat-card strong {
  display: block;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  color: #eaf4ff;
  text-shadow: 0 0 30px rgba(39, 211, 245, 0.35);
}

.security-card-value {
  color: #eaf4ff;
}

.security-motive-card h4 {
  margin: 10px 0 0;
  color: #eef4ff;
  font-size: 0.98rem;
  line-height: 1.32;
  text-transform: none;
  letter-spacing: 0;
  font-family: inherit;
  font-weight: 700;
}

.security-motive-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.55;
  max-width: none;
}

.security-stat-card strong {
  margin-bottom: 0;
  transform-origin: left center;
}

.security-stat-card strong.is-counted {
  animation: securityNumberPop 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.security-stat-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0;
  max-width: none;
}

.security-nps {
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.75s ease 0.42s, transform 0.75s ease 0.42s;
}

.security-nps--hero {
  position: relative;
  z-index: 1;
  margin: 0;
  flex-direction: column;
  gap: 18px;
}

.security-nps-ring-wrap {
  position: relative;
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
}

.security-nps--hero .security-nps-ring-wrap {
  width: clamp(168px, 20vw, 224px);
  height: clamp(168px, 20vw, 224px);
  flex-basis: clamp(168px, 20vw, 224px);
  isolation: isolate;
}

.security-nps--hero .security-nps-ring-wrap::before,
.security-nps--hero .security-nps-ring-wrap::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.security-nps--hero .security-nps-ring-wrap::before {
  width: min(50vw, 240px);
  height: min(50vw, 240px);
  border: 1px solid rgba(108, 196, 255, 0.22);
  box-shadow: 0 0 0 10px rgba(38, 111, 255, 0.05), 0 0 42px rgba(60, 172, 255, 0.12);
}

.security-nps--hero .security-nps-ring-wrap::after {
  width: min(44vw, 200px);
  height: min(44vw, 200px);
  background: radial-gradient(circle, rgba(91, 194, 255, 0.18) 0%, rgba(91, 194, 255, 0) 70%);
  filter: blur(10px);
}

.security-section.is-animated .security-nps--hero .security-nps-ring-wrap::before,
.security-section.is-animated .security-nps--hero .security-nps-ring-wrap::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.security-section.is-animated .security-nps {
  opacity: 1;
  transform: translateY(0);
}

.security-nps-ring {
  width: 112px;
  height: 112px;
  transform: rotate(-90deg);
}

.security-nps--hero .security-nps-ring {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 18px 36px rgba(8, 139, 255, 0.32));
}

.security-ring-bg {
  stroke: rgba(125, 176, 255, 0.14);
}

.security-ring-fg {
  stroke: #27d3f5;
  stroke-linecap: round;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.security-nps-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-4px);
}

.security-nps-score {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  color: #eaf4ff;
  text-shadow: 0 0 30px rgba(39, 211, 245, 0.35);
}

.security-nps--hero .security-nps-score {
  font-size: clamp(2.1rem, 4.2vw, 3.45rem);
}

.security-nps-label {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.4);
}

.security-nps-copy {
  margin: 0;
  max-width: 220px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: left;
}

.security-nps--hero .security-nps-copy {
  max-width: 310px;
  color: rgba(226, 236, 255, 0.82);
  font-size: 1.02rem;
  text-align: center;
}

@keyframes securityAurora {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  100% {
    transform: translate3d(2%, 1%, 0) scale(1.04);
  }
}

@keyframes securityFloat {
  0%, 100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) scale(1.012) rotate(1deg);
  }
}

@keyframes securitySweep {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(140%);
  }
}

@keyframes securityCardShine {
  0% {
    transform: translateX(-135%);
  }
  100% {
    transform: translateX(240%);
  }
}

@keyframes securityIconPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 12px 18px rgba(0, 0, 0, 0.12);
  }
  50% {
    transform: translateY(-2px) scale(1.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 16px 26px rgba(17, 90, 190, 0.26);
  }
}

@keyframes securityNumberPop {
  0% {
    transform: scale(0.9);
    text-shadow: 0 0 0 rgba(76, 178, 255, 0);
  }
  60% {
    transform: scale(1.06);
    text-shadow: 0 0 22px rgba(95, 196, 255, 0.28);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 18px rgba(76, 178, 255, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .security-section::after,
  .security-visual-art,
  .security-motive-card.is-animated::before,
  .security-stat-card.is-animated::before,
  .security-motive-card.is-animated .security-card-icon,
  .security-stat-card.is-animated .security-stat-icon,
  .security-section.is-animated .security-block::after,
  .security-stat-card strong.is-counted {
    animation: none;
  }

  .security-copy > *,
  .security-visual::before,
  .security-visual::after,
  .security-visual-art,
  .security-motive-card,
  .security-stat-card,
  .security-motive-card h4,
  .security-motive-card p,
  .security-stat-card strong,
  .security-stat-card p,
  .security-card-icon,
  .security-stat-icon,
  .security-nps-ring-wrap,
  .security-nps-copy,
  .security-nps {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (min-width: 1024px) {
  .security-hero {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
  }
}

@media (max-width: 960px) {
  .security-motives,
  .security-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .security-section {
    padding: 72px 0;
  }

  .security-visual {
    min-height: 250px;
  }

  .security-card-icon,
  .security-stat-icon {
    width: 44px;
    height: 44px;
  }

  .security-card-icon img,
  .security-stat-icon img {
    width: 28px;
    height: 28px;
  }

  .security-motives,
  .security-stats {
    grid-template-columns: 1fr;
  }

  .security-block-title {
    gap: 8px;
    font-size: 1rem;
  }

  .security-nps {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .security-nps-copy {
    max-width: none;
    text-align: center;
  }
}

/* ─── Demo chat inline ────────────────────────────────────── */
.demo-chat-shell {
  max-width: 780px;
  margin: 0 auto;
  background: rgba(8, 18, 55, 0.7);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 32px 80px rgba(0,0,0,0.45);
}

.demo-chat-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.demo-chat-avatar-lg {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0056ff, #00aeef);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}

.demo-chat-name {
  font-size: 13px;
  font-weight: 700;
  color: white;
  margin: 0;
}

.demo-chat-status {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  margin: 2px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.demo-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00E5A0;
  box-shadow: 0 0 6px #00E5A0;
  display: inline-block;
  animation: calcPulse 2s ease-in-out infinite;
}

.demo-chat-messages {
  min-height: 260px;
  max-height: 380px;
  overflow-y: auto;
  padding: 20px 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.12) transparent;
}

.demo-chat-messages::-webkit-scrollbar { width: 4px; }
.demo-chat-messages::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 4px; }

/* Demo message bubbles — same style as floating chat */
.demo-msg {
  display: flex;
  gap: 10px;
  max-width: 88%;
}

.demo-msg--bot { align-self: flex-start; }
.demo-msg--user { align-self: flex-end; flex-direction: row-reverse; }

.demo-msg-avatar {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, #0056ff, #00aeef);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
  margin-top: 2px;
  letter-spacing: 0.3px;
}

.demo-msg-bubble {
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.demo-msg--bot .demo-msg-bubble {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 4px 14px 14px 14px;
}

.demo-msg--user .demo-msg-bubble {
  background: linear-gradient(135deg, #0056ff, #0080ff);
  color: #fff;
  border-radius: 14px 4px 14px 14px;
  padding-right: 20px;
  min-width: 64px;
}

.demo-msg--bot .demo-msg-bubble a { color: #7dd3fc; }

/* Espaçamento sutil entre parágrafos no chat demo */
.demo-msg-bubble .chat-para-gap {
  display: block;
  height: 0.6em;
}

/* Typing dots reuse */
.demo-typing .demo-msg-bubble {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 14px 16px;
}

.demo-chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px 14px;
}

.demo-chip {
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  text-align: left;
  line-height: 1.4;
}

.demo-chip:hover {
  background: rgba(0, 86, 255, 0.25);
  border-color: rgba(0, 174, 239, 0.5);
  color: white;
}

.demo-chat-form {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-radius: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* CTA blocks */
.cta-blue {
  padding: 80px 0;
  background: var(--bg-deep);
  text-align: center;
}

.cta-blue h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin: 0 0 20px;
}

.cta-blue p {
  max-width: 720px;
  margin: 0 auto 32px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
}

.cta-blue strong {
  color: white;
}

.btn-cta-schedule {
  padding: 16px 36px;
  background: #f0f2f8;
  color: var(--text-navy);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.2s;
}

.btn-cta-schedule:hover {
  transform: translateY(-2px);
}

.cta-white-block {
  padding: 80px 0;
  background: white;
  text-align: center;
  color: var(--text-navy);
}

.cta-white-block h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--text-navy);
  margin: 0 0 20px;
}

.cta-white-block p {
  max-width: 680px;
  margin: 0 auto 28px;
  color: var(--text-muted);
  line-height: 1.65;
}

.btn-cta-green {
  padding: 16px 32px;
  background: var(--accent);
  color: white;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  transition: filter 0.2s;
}

.btn-cta-green:hover {
  filter: brightness(1.05);
}

/* Footer */
.site-footer {
  background: var(--footer-bg);
  padding: 48px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top .logo-brand {
  width: min(58vw, 260px);
  height: 64px;
  overflow: hidden;
  margin: 0;
}

.footer-top .logo-brand img {
  width: 185px;
  height: 52px;
  max-width: none;
  object-fit: contain;
  object-position: left center;
  transform: scale(2.35);
  transform-origin: left center;
}

.footer-social {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.footer-social a svg {
  display: block;
  flex-shrink: 0;
}

.footer-social a:hover {
  border-color: var(--accent);
  background: rgba(0, 86, 255, 0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
  padding-bottom: 36px;
  align-items: start;
}

.footer-grid > .footer-col,
.footer-grid > .notify-card {
  min-width: 0;
  width: 100%;
}

.footer-grid > .notify-card {
  grid-column: 1 / -1;
}

@media (min-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) 1.35fr;
    gap: 28px 20px;
  }

  .footer-grid > .notify-card {
    grid-column: auto;
  }
}

.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 16px;
}

.footer-col .footer-sub {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 16px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 0.875rem;
}

.terms-page .site-footer .footer-col li,
.blog-page .site-footer .footer-col li {
  color: #ffffff;
}

.footer-col a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--accent-light);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.footer-badge.lgpd {
  color: #42ee7f;
  border-color: rgba(66, 238, 127, 0.4);
}

a.footer-badge:hover {
  background: rgba(255, 255, 255, 0.06);
}

a.footer-badge.lgpd:hover {
  background: rgba(66, 238, 127, 0.1);
  border-color: rgba(66, 238, 127, 0.58);
}

.app-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-store-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 148px;
  min-height: 44px;
  padding: 7px 14px 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
  opacity: 0.72;
  cursor: not-allowed;
  user-select: none;
}

.app-store-badge svg {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.app-store-badge--apple svg {
  fill: #ffffff;
}

.app-store-badge--google svg {
  width: 20px;
  height: 22px;
}

.app-store-badge__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.app-store-badge__copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.app-store-badge__copy strong {
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.app-store-badge[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  padding: 7px 10px;
  border-radius: 8px;
  background: #ffffff;
  color: #0a1654;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 10px 24px rgba(0, 4, 22, 0.28);
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 4;
}

.app-store-badge[data-tooltip]::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  width: 8px;
  height: 8px;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg) translateY(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 4;
}

.app-store-badge[data-tooltip]:hover::after,
.app-store-badge[data-tooltip]:focus-visible::after,
.app-store-badge[data-tooltip]:hover::before,
.app-store-badge[data-tooltip]:focus-visible::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.app-store-badge[data-tooltip]:hover::before,
.app-store-badge[data-tooltip]:focus-visible::before {
  transform: translateX(-50%) rotate(45deg) translateY(0);
}

.contact-item {
  margin: 0 0 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.contact-item .icon {
  flex-shrink: 0;
  opacity: 0.7;
}

.notify-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #dce8ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  padding: 22px;
  color: var(--text-navy);
  box-shadow: 0 16px 36px rgba(5, 16, 46, 0.16);
}

.notify-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--accent);
  margin: 0 0 6px;
}

.notify-card p {
  font-size: 0.8125rem;
  color: var(--text-body);
  margin: 0 0 14px;
  line-height: 1.5;
}

.notify-form,
.notify-form-grid {
  display: grid;
  gap: 8px;
}

.notify-form-grid {
  grid-template-columns: 1fr;
}

.notify-card input[type="text"],
.notify-card input[type="tel"],
.notify-card input[type="email"] {
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 0.8125rem;
  background: #ffffff;
}

.notify-card .checkbox-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 10px;
  color: var(--text-body);
  margin: 4px 0 4px;
}

.notify-card .checkbox-row a {
  text-decoration: underline;
  color: var(--accent);
}

.notify-card .btn-submit {
  width: 100%;
  padding: 12px;
  background: var(--accent);
  color: white;
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.notify-card .btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.newsletter-feedback {
  min-height: 18px;
  margin-top: 10px;
}

.newsletter-msg {
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  border: 1px solid transparent;
}

.newsletter-msg.is-info {
  color: #0c2e7a;
  background: rgba(0, 96, 255, 0.08);
  border-color: rgba(0, 96, 255, 0.22);
}

.newsletter-msg.is-success {
  color: #0a542d;
  background: rgba(33, 191, 115, 0.12);
  border-color: rgba(33, 191, 115, 0.3);
}

.newsletter-msg.is-error {
  color: #7a1414;
  background: rgba(230, 56, 70, 0.12);
  border-color: rgba(230, 56, 70, 0.3);
}

.footer-copy {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: right;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.4;
}

@media (max-width: 1099px) {
  .footer-top {
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom,
  .footer-bottom-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-copy {
    text-align: left;
  }
}

.blog-page #footer-root,
.terms-page #footer-root {
  background: var(--footer-bg);
}

.site-footer--internal {
  padding-top: 36px;
}

.site-footer--internal .footer-top {
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.site-footer--internal .footer-top .logo-brand {
  width: min(58vw, 240px);
  height: 58px;
}

.site-footer--internal .footer-grid {
  gap: 20px;
  padding-bottom: 24px;
}

.site-footer--internal .footer-col ul {
  margin-top: 0;
}

.site-footer--internal .footer-col li {
  margin-bottom: 6px;
}

.site-footer--internal .footer-col a,
.site-footer--internal .footer-col li,
.site-footer--internal .contact-item {
  font-size: 0.8125rem;
  color: #ffffff;
}

.site-footer--internal .footer-bottom {
  padding: 14px 0;
}

@media (max-width: 640px) {
  .site-footer--internal .footer-top .logo-brand {
    width: min(72vw, 220px);
    height: 52px;
  }
}

/* Product panels hidden */
.product-panel {
  display: none;
}

.product-panel.is-active {
  display: block;
}

/* Panel enter animation */
@keyframes panelFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.product-panel.panel-enter {
  animation: panelFadeIn 0.35s ease forwards;
}

/* Tab arrow hover */
.tab-arrow:hover {
  background: rgba(0, 86, 255, 0.35);
  color: white;
}

/* ─── Dores section ─────────────────────────────────────── */
/* Market section */
.market-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 220px;
  background:
    linear-gradient(180deg, #041321 0%, rgba(4, 19, 33, 0) 26%),
    radial-gradient(100% 80% at 15% 20%, #0b2a4d 0%, #050a1a 62%),
    linear-gradient(180deg, #061228 0%, #050a1a 70%, #0a1730 100%);
}

.market-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background: linear-gradient(180deg,
    #050a1a 0%,
    #0a1a3d 22%,
    #12305e 40%,
    #1d4a86 55%,
    #3a6fae 68%,
    #7fa8d4 80%,
    #c4d9ee 90%,
    #f8fbff 100%);
  pointer-events: none;
}

.market-columns {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 0 40px;
  pointer-events: none;
  opacity: 0.06;
}

.market-col {
  width: 40px;
  border-radius: 16px 16px 0 0;
  transform-origin: bottom center;
  animation: marketColumnRise 5s ease-in-out infinite;
}

.market-col--good {
  background: #34e0a1;
}

.market-col--cyan {
  background: #27d3f5;
}

.market-col--1 { height: 30%; animation-delay: 0s; }
.market-col--2 { height: 55%; animation-delay: 0.6s; }
.market-col--3 { height: 42%; animation-delay: 1.1s; }
.market-col--4 { height: 68%; animation-delay: 0.3s; }
.market-col--5 { height: 50%; animation-delay: 0.9s; }
.market-col--6 { height: 78%; animation-delay: 1.4s; }

.market-shell {
  position: relative;
  z-index: 1;
}

.market-layout {
  display: grid;
  gap: 40px;
}

.market-kicker {
  margin: 0;
  color: #34e0a1;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.market-copy h2 {
  margin: 14px 0 0;
  color: #f5fbff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.06;
}

.market-copy h2 span {
  color: rgba(255, 255, 255, 0.45);
}

.market-lead {
  margin: 20px 0 0;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.market-lead strong {
  color: #34e0a1;
}

.market-chart-card,
.market-stat-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(125, 176, 255, 0.12);
  background: linear-gradient(180deg, rgba(25, 34, 65, 0.55), rgba(11, 15, 30, 0.5));
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  overflow: hidden;
}

.market-chart-card {
  margin-top: 32px;
  padding: 20px;
}

.market-chart-label {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.market-chart {
  display: block;
  width: 100%;
  height: auto;
}

.market-chart-line {
  transition: stroke-dashoffset 2.2s ease;
}

.market-chart-dot {
  transform-origin: center;
  animation: marketDotPulse 1.8s ease-in-out infinite;
}

.market-stats {
  display: grid;
  gap: 20px;
}

.market-stat-card {
  padding: 24px;
}

.market-stat-card--featured {
  box-shadow: 0 30px 80px -30px rgba(46, 107, 255, 0.6);
}

.market-stat-sweep {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(39, 211, 245, 0.1), transparent);
  animation: marketSweep 5.5s linear infinite;
  pointer-events: none;
}

.market-stat-value {
  display: block;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 0 30px rgba(39, 211, 245, 0.35);
}

.market-stat-value--gradient {
  background: linear-gradient(100deg, #7db0ff, #27d3f5 55%, #34e0a1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.market-stat-value--brand {
  color: #7db0ff;
}

.market-stat-value--cyan {
  color: #6fe7ff;
}

.market-stat-value--good {
  color: #34e0a1;
}

.market-stat-copy {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.market-stat-source {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.6875rem;
}

@keyframes marketColumnRise {
  0%,
  100% {
    transform: scaleY(0.25);
  }
  50% {
    transform: scaleY(1.07);
  }
}

@keyframes marketSweep {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(240%);
  }
}

@keyframes marketDotPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.75);
  }
}

@media (min-width: 1024px) {
  .market-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    gap: 48px;
    align-items: center;
  }

  .market-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .market-section {
    padding: 76px 0 82px;
  }

  .market-columns {
    padding: 0 16px;
  }

  .market-col {
    width: 26px;
  }

  .market-stat-card,
  .market-chart-card {
    padding: 18px;
  }

  .market-stat-copy {
    font-size: 0.875rem;
  }
}

.dores-section {
  padding: 80px 0 88px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 76%, #f3f8ff 100%);
  position: relative;
  overflow: hidden;
}

.platform-journey-section {
  padding: 80px 0 120px;
  background:
    radial-gradient(circle at 88% 14%, rgba(0, 122, 255, 0.08) 0%, transparent 34%),
    radial-gradient(circle at 10% 56%, rgba(0, 174, 239, 0.07) 0%, transparent 36%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 34%, #f5f9ff 72%, #ffffff 100%);
}

.platform-journey-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg,
    #ffffff 0%,
    #dbe4f2 22%,
    #a9bcdd 40%,
    #6f8cc0 55%,
    #3d5a96 68%,
    #1c2f63 80%,
    #0a1533 92%,
    #050a1a 100%);
  pointer-events: none;
}

.platform-journey-section .impactos-section,
.platform-journey-section .feat-wrapper:not(.feat-wrapper--soon) {
  background: transparent;
}

.platform-journey-section .impactos-section {
  margin-top: clamp(34px, 5vw, 62px);
  padding: clamp(54px, 7vw, 88px) 0 clamp(50px, 6vw, 76px);
  border-top: 1px solid rgba(0, 86, 255, 0.1);
}

.platform-journey-section .feat-wrapper:not(.feat-wrapper--soon) {
  margin-top: clamp(18px, 3vw, 34px);
  padding: clamp(58px, 7vw, 92px) 0 0;
  border-top: 1px solid rgba(0, 86, 255, 0.1);
}

.dores-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42%;
  background-image: radial-gradient(circle, rgba(0, 122, 255, 0.12) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  pointer-events: none;
}

.dores-header {
  text-align: center;
  margin-bottom: 48px;
}

.dores-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0055c7;
  margin: 0 0 10px;
}

.dores-subtitle {
  font-size: 1.0625rem;
  color: rgba(6, 22, 47, 0.72);
  margin: 0;
}

.dores-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  max-width: 1240px;
  margin: 0 auto 40px;
}

@media (min-width: 640px) {
  .dores-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
  .dores-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1320px) {
  .dores-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.dore-card {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid rgba(0, 122, 255, 0.16);
  border-radius: 20px;
  padding: 30px 26px;
  min-height: 240px;
  box-shadow: 0 16px 34px rgba(8, 43, 112, 0.08);
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
}

.dore-card:hover {
  border-color: rgba(0, 122, 255, 0.42);
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  transform: translateY(-4px);
}

.dore-card-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.dore-card-head h3 {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  color: #0a244a;
  margin: 0;
  line-height: 1.35;
}

.dore-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(0, 122, 255, 0.12);
  border: 1px solid rgba(0, 122, 255, 0.3);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0055c7;
  flex-shrink: 0;
  line-height: 1;
}

.dore-card p {
  font-size: 0.845rem;
  line-height: 1.62;
  color: rgba(10, 36, 74, 0.76);
  margin: 0;
}

.dores-roi {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
}

.dores-roi strong {
  color: white;
}

/* ─── Impactos Reais section ───────────────────────────────────────────── */
.impactos-section {
  padding: 86px 0 92px;
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 122, 255, 0.1) 0%, transparent 34%),
    radial-gradient(circle at 10% 82%, rgba(0, 174, 239, 0.08) 0%, transparent 38%),
    linear-gradient(180deg, #f3f8ff 0%, #ffffff 34%, #f7fbff 100%);
  position: relative;
  overflow: hidden;
}

.impactos-header {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 46px;
}

.impactos-tag {
  margin: 0 0 14px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0056ff;
}

.impactos-header h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.2vw, 2.65rem);
  font-weight: 700;
  color: #06162f;
}

.impactos-subtitle {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(6, 22, 47, 0.72);
}

.impactos-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 720px) {
  .impactos-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1120px) {
  .impactos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.impacto-card {
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  border: 1px solid rgba(0, 86, 255, 0.14);
  border-radius: 20px;
  padding: 26px 22px;
  box-shadow: 0 18px 38px rgba(8, 43, 112, 0.08);
  min-height: 220px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.impacto-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 86, 255, 0.34);
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

.impacto-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
  color: #0a244a;
  line-height: 1.35;
}

.impacto-card p {
  margin: 0;
  font-size: 0.89rem;
  line-height: 1.66;
  color: rgba(10, 36, 74, 0.72);
}

.impactos-roi {
  position: relative;
  z-index: 1;
  margin: 34px auto 0;
  max-width: 860px;
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(6, 22, 47, 0.76);
}

.impactos-roi strong {
  color: #0056ff;
}

.impactos-cta-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.impactos-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0056ff 0%, #00aeef 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(0, 86, 255, 0.18);
  box-shadow: 0 16px 32px rgba(0, 86, 255, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.impactos-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 174, 239, 0.26);
  filter: brightness(1.03);
}

/* ─── Vitrine de produtos ────────────────────────────────── */
.produtos-vitrine {
  padding: 80px 0 96px;
  background: linear-gradient(180deg, #040d36 0%, var(--bg-deep) 100%);
}

.vitrine-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: white;
  text-align: center;
  margin: 0 0 48px;
}

.vitrine-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1220px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .vitrine-grid .vitrine-card { flex: 0 0 calc(50% - 10px); }
}

@media (min-width: 900px) {
  .vitrine-grid .vitrine-card { flex: 0 0 calc(33.333% - 14px); }
}

@media (min-width: 1200px) {
  .vitrine-grid .vitrine-card { flex: 0 0 calc(25% - 15px); }
}

.vitrine-card {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 36px 24px 32px;
  color: white;
  transition: border-color 0.25s, background 0.25s, transform 0.25s, box-shadow 0.25s;
}

.vitrine-card:hover {
  border-color: rgba(0, 174, 239, 0.55);
  background: rgba(0, 86, 255, 0.1);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.vitrine-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(0, 86, 255, 0.2);
  border: 1px solid rgba(0, 174, 239, 0.3);
  flex-shrink: 0;
  margin-bottom: 4px;
  transition: background 0.25s, border-color 0.25s;
}

.vitrine-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--accent-light);
}

.vitrine-card:hover .vitrine-icon {
  background: rgba(0, 174, 239, 0.25);
  border-color: rgba(0, 174, 239, 0.6);
}

.vitrine-card h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  color: white;
}

.vitrine-card p {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

/* Animations — only hide elements after JS enables reveal, preventing blank page on slow connections */
@media (prefers-reduced-motion: no-preference) {
  .js-ready .fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .js-ready .fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ─── Hero device mockup ─────────────────────────────────── */
.hero-mockup {
  position: relative;
  max-width: 1040px;
  margin: 32px auto 0;
}

.hero-mockup::before {
  content: "";
  position: absolute;
  inset: -32px -24px;
  border-radius: 48px;
  background: radial-gradient(ellipse at 40% 50%, rgba(0, 86, 255, 0.55) 0%, rgba(0, 174, 239, 0.25) 50%, transparent 80%);
  filter: blur(48px);
  z-index: 0;
  pointer-events: none;
}

.hero-mockup-shell {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid rgba(0, 174, 239, 0.45);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 40px 100px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-mockup-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #0d1117;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mockup-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}

.mockup-dot--red    { background: #ff5f57; }
.mockup-dot--yellow { background: #febc2e; }
.mockup-dot--green  { background: #28c840; }

.mockup-url-bar {
  flex: 1;
  max-width: 320px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 4px 14px;
  font-size: 11px;
  font-family: "Inter", monospace;
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
  letter-spacing: 0.02em;
}

.hero-mockup-screen {
  background: #06090f;
  line-height: 0;
  position: relative;
}

.hero-mockup-screen img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 7;
  min-height: 240px;
}

.hero-mockup-screen--video {
  aspect-ratio: 16 / 9;
  min-height: 240px;
}

/* ── YouTube inline facade player ────────────────────────── */
.yt-facade {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  display: block;
  line-height: 0;
}

.yt-facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, filter 0.3s ease;
  filter: brightness(0.82);
}

.yt-facade:hover img {
  transform: scale(1.04);
  filter: brightness(0.65);
}

.yt-facade-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.36) 100%);
  pointer-events: none;
}

.yt-facade-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.22s cubic-bezier(.34,1.56,.64,1);
  pointer-events: none;
}

.yt-facade-play svg {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 6px 24px rgba(0,0,0,0.6));
}

.yt-facade:hover .yt-facade-play {
  transform: scale(1.15);
}

.yt-facade-hint {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 7px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.18);
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.2s;
}

.yt-facade:hover .yt-facade-hint {
  opacity: 0.7;
}

/* Active iframe (injected on click) */
.yt-player-shell {
  position: relative;
  overflow: hidden;
}

.yt-facade-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background: #000;
}

/* ─── CAPTCHA de diagnóstico ──────────────────────────────── */
.captcha-wrap {
  margin-top: 4px;
  padding: 14px 16px;
  background: #f0f4ff;
  border: 1.5px solid #cbd5e8;
  border-radius: 12px;
}

.captcha-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.captcha-shield {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  flex-shrink: 0;
}

.captcha-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-question {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-navy);
  white-space: nowrap;
  font-family: var(--font-display);
  min-width: 90px;
}

.captcha-input-field {
  flex: 1;
  max-width: 90px;
  padding: 10px 12px;
  border: 1.5px solid #cbd5e8;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-navy);
  font-family: var(--font-display);
  background: white;
  outline: none;
  transition: border-color 0.2s;
}

.captcha-input-field:focus {
  border-color: var(--accent);
}

.captcha-input-field.captcha-error-field {
  border-color: #ef4444;
  background: #fff5f5;
}

.captcha-refresh-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1.5px solid #cbd5e8;
  background: white;
  color: var(--text-muted);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.captcha-refresh-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: rotate(30deg);
}

.captcha-error-msg {
  font-size: 12px;
  color: #ef4444;
  font-weight: 600;
  margin-top: 8px;
  display: none;
}

.captcha-ok-msg {
  font-size: 12px;
  color: #16a34a;
  font-weight: 600;
  margin-top: 8px;
  display: none;
}

/* ─── Chatbot floating widget ─────────────────────────── */
.chat-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 900;
}

.chat-fab .chat-bubble {
  position: relative;
  bottom: auto;
  right: auto;
  z-index: 2;
}

.chat-fab-options {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 300px;
  padding: 12px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(8, 18, 48, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 24px 60px rgba(5, 16, 46, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  isolation: isolate;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.96);
  transform-origin: bottom right;
  transition:
    opacity 0.22s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.chat-fab.is-open .chat-fab-options {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.chat-fab-options__lead {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 8px 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
}

.chat-fab-options__status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.16);
  animation: chatFabPulse 1.8s ease-out infinite;
}

@keyframes chatFabPulse {
  0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.45); }
  70% { box-shadow: 0 0 0 7px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.chat-fab-option {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 12px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}

.chat-fab.is-open .chat-fab-option {
  opacity: 1;
  transform: none;
}

.chat-fab.is-open .chat-fab-option:nth-child(2) { transition-delay: 0.04s; }
.chat-fab.is-open .chat-fab-option:nth-child(3) { transition-delay: 0.08s; }
.chat-fab.is-open .chat-fab-option:nth-child(4) { transition-delay: 0.12s; }

.chat-fab-option:hover,
.chat-fab-option:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateX(3px);
}

.chat-fab-option__icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 11px;
  color: #ffffff;
}

.chat-fab-option__icon i {
  font-size: 0.95rem;
  line-height: 1;
}

.chat-fab-option__label {
  flex: 1;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.94);
}

.chat-fab-option__go {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.38);
  transition: transform 0.2s ease, color 0.2s ease;
}

.chat-fab-option:hover .chat-fab-option__go,
.chat-fab-option:focus-visible .chat-fab-option__go {
  color: rgba(255, 255, 255, 0.78);
  transform: translateX(2px);
}

.chat-fab-option.is-whatsapp .chat-fab-option__icon {
  background: linear-gradient(145deg, #4ade80, #16a34a);
  box-shadow: 0 8px 16px rgba(34, 197, 94, 0.28);
}

.chat-fab-option.is-calendly .chat-fab-option__icon {
  background: linear-gradient(145deg, #38bdf8, #0056ff);
  box-shadow: 0 8px 16px rgba(0, 86, 255, 0.3);
}

.chat-fab-option.is-chat .chat-fab-option__icon {
  background: linear-gradient(145deg, #818cf8, #4f46e5);
  box-shadow: 0 8px 16px rgba(79, 70, 229, 0.3);
}

.chat-bubble {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 900;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(145deg, #071b45 0%, #0056ff 56%, #00aeef 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 4px 18px rgba(0, 86, 255, 0.5), 0 10px 40px rgba(0, 86, 255, 0.25), 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, background 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  overflow: visible;
}

.chat-bubble-icons {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.chat-bubble-icon {
  grid-area: 1 / 1;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.18));
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.22s ease;
}

.chat-bubble-icon--close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.55);
  pointer-events: none;
}

.chat-bubble::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37, 99, 235, 0.4);
  animation: chatRipple 2.8s ease-out infinite;
  pointer-events: none;
}

@keyframes chatRipple {
  0%   { transform: scale(0.86); opacity: 0.9; }
  70%  { transform: scale(1.14); opacity: 0; }
  100% { transform: scale(1.14); opacity: 0; }
}

.chat-bubble:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 86, 255, 0.65), 0 16px 50px rgba(0, 86, 255, 0.25);
}

.chat-bubble.is-open {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.chat-fab.is-open .chat-bubble-icon--default,
.chat-bubble.is-open .chat-bubble-icon--default {
  opacity: 0;
  transform: rotate(90deg) scale(0.55);
}

.chat-fab.is-open .chat-bubble-icon--close,
.chat-bubble.is-open .chat-bubble-icon--close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.chat-bubble.is-open::before {
  display: none;
}

.chat-bubble-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f43f5e;
  color: white;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2.5px solid white;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(244, 63, 94, 0.5);
}

.chat-bubble-badge.hidden {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}

.chat-widget {
  position: fixed;
  bottom: 108px;
  right: 28px;
  z-index: 899;
  width: 440px;
  max-width: calc(100vw - 24px);
  background: #f1f5f9;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22), 0 4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transform: translateY(28px) scale(0.93);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.28s ease;
  max-height: 620px;
}

.chat-widget.is-open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: all;
}

.chat-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: linear-gradient(135deg, #09142e 0%, #0c1f5a 55%, #0e2f8a 100%);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.chat-widget-header::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.4) 0%, transparent 68%);
  pointer-events: none;
}

.chat-widget-header::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.chat-agent-info {
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  z-index: 1;
}

.chat-agent-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-width: 0;
}

.chat-agent-avatar {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0056ff 0%, #00aeef 100%);
  color: white;
  font-size: 0.78rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 16px rgba(0, 86, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  letter-spacing: 0.02em;
}

.chat-agent-name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: white;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.chat-agent-status {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.1;
}

.chat-agent-status::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.8);
  animation: statusPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes statusPulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.45; }
}

.chat-close {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.chat-close:hover {
  background: rgba(255, 255, 255, 0.18);
  color: white;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-behavior: smooth;
  background: #f1f5f9;
}

.chat-messages::-webkit-scrollbar { width: 4px; }
.chat-messages::-webkit-scrollbar-track { background: transparent; }
.chat-messages::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }

.chat-msg {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.chat-msg--bot {
  align-self: flex-start;
}

.chat-msg--user {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.chat-msg-avatar {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0056ff, #00aeef);
  color: white;
  font-size: 9px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0, 86, 255, 0.4);
  letter-spacing: 0.02em;
}

.chat-msg-bubble {
  max-width: 82%;
  padding: 11px 15px;
  border-radius: 18px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1e293b;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

.chat-msg--bot .chat-msg-bubble {
  background: white;
  border-bottom-left-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07), 0 2px 14px rgba(0, 0, 0, 0.04);
}

.chat-msg--user .chat-msg-bubble {
  background: linear-gradient(135deg, #0056ff 0%, #1d4ed8 100%);
  color: white;
  border-bottom-right-radius: 5px;
  box-shadow: 0 3px 14px rgba(0, 86, 255, 0.4);
  padding-right: 20px;
  min-width: 64px;
}

/* Listas dentro dos balões */
.chat-msg-bubble ul {
  margin: 6px 0 2px;
  padding-left: 16px;
}
.chat-msg-bubble li {
  margin-bottom: 5px;
  line-height: 1.55;
}
.chat-msg-bubble li:last-child {
  margin-bottom: 0;
}

/* Espaçamento sutil entre parágrafos */
.chat-msg-bubble .chat-para-gap {
  display: block;
  height: 0.6em;
}

/* Typing indicator */
.chat-typing .chat-msg-bubble {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 14px 16px;
}

.chat-typing-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #94a3b8;
  animation: typingBounce 1.2s ease infinite;
}

.chat-typing-dot:nth-child(2) { animation-delay: 0.2s; }
.chat-typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingBounce {
  0%, 60%, 100% { transform: translateY(0); }
  30%            { transform: translateY(-6px); }
}

.chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 16px 14px;
  flex-shrink: 0;
}

.chat-chips:empty {
  display: none;
  padding: 0;
}

.chat-chip {
  font-size: 0.75rem;
  color: var(--accent);
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.chat-chip:hover {
  background: #dbeafe;
  border-color: var(--accent);
}

.chat-material-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #bfdbfe;
  border-radius: 14px;
  background: #f8fbff;
}

.chat-material-card__title {
  color: #071b45;
  font-size: 0.8rem;
  line-height: 1.35;
}

.chat-material-card__description {
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.45;
}

.chat-material-card__download {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0056ff, #2563eb);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 10px rgba(0, 86, 255, 0.25);
}

.chat-material-card__download:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(0, 86, 255, 0.35);
}

.chat-chip:disabled,
.chat-send:disabled,
.chat-input-row input:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.chat-turnstile-panel {
  align-self: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4px 0 10px;
}

.chat-turnstile-box {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid #e2e8f0;
  flex-shrink: 0;
  background: white;
}

.chat-input-row input {
  flex: 1;
  border: 1.5px solid #e2e8f0;
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 0.875rem;
  color: #1e293b;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #f8fafc;
  font-family: var(--font-sans);
}

.chat-input-row input:focus {
  border-color: #0056ff;
  background: white;
  box-shadow: 0 0 0 3px rgba(0, 86, 255, 0.1);
}

.chat-send {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0056ff, #2563eb);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 86, 255, 0.45);
}

.chat-send:hover {
  transform: scale(1.08);
  box-shadow: 0 5px 20px rgba(0, 86, 255, 0.6);
}

.chat-send:disabled:hover {
  transform: none;
  box-shadow: 0 2px 10px rgba(0, 86, 255, 0.45);
}

/* ─── WhatsApp floating button ─────────────────────────── */
@media (max-width: 640px) {
  .chat-fab {
    bottom: 18px;
    right: 18px;
  }

  .chat-fab-options {
    width: min(300px, calc(100vw - 36px));
  }

  .chat-bubble,
  .whatsapp-float {
    width: 56px;
    height: 56px;
    bottom: 18px;
  }

  .chat-bubble {
    right: 18px;
  }

  .whatsapp-float {
    left: 18px;
  }

  .chat-widget {
    right: 12px;
    bottom: 86px;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 112px);
    border-radius: 20px;
  }

  .chat-msg-bubble {
    max-width: 82%;
  }

  .chat-input-row {
    padding: 10px 12px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 1300;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5), 0 10px 40px rgba(37, 211, 102, 0.25), 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  text-decoration: none;
  overflow: visible;
}

.whatsapp-float::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.4);
  animation: waRipple 2.8s ease-out infinite;
  pointer-events: none;
}

@keyframes waRipple {
  0%   { transform: scale(0.86); opacity: 0.9; }
  70%  { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}

.whatsapp-float:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.65), 0 16px 50px rgba(37, 211, 102, 0.25);
}

/* Keep both floating contact buttons aligned after the desktop WhatsApp rules. */
@media (max-width: 640px) {
  .whatsapp-float {
    left: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
  }
}

/* Launch live modal */
body.launch-modal-open {
  overflow: hidden;
}

.launch-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.launch-modal.is-open {
  display: flex;
}

.launch-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 18, 0.72);
  backdrop-filter: blur(12px);
}

.launch-modal-card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(92vh, 620px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(56, 213, 255, 0.45) rgba(15, 23, 42, 0.34);
  background:
    radial-gradient(circle at 16% 0%, rgba(56, 213, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #07111f 0%, #050b18 100%);
  border: 1px solid rgba(56, 213, 255, 0.26);
  border-radius: 18px;
  box-shadow: 0 28px 92px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  color: #f8fafc;
}

.launch-modal-card::-webkit-scrollbar {
  width: 7px;
}

.launch-modal-card::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.34);
}

.launch-modal-card::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(56, 213, 255, 0.7), rgba(59, 130, 246, 0.55));
  border-radius: 999px;
}

.launch-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(111, 231, 255, 0.3);
  border-radius: 50%;
  background: rgba(9, 26, 53, 0.82);
  color: #6fe7ff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.launch-modal-close:hover {
  transform: scale(1.06);
  background: rgba(56, 213, 255, 0.22);
  border-color: rgba(111, 231, 255, 0.54);
  color: #ffffff;
}

.launch-modal-close span {
  transform: translateY(-1px);
}

.launch-modal-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7.7;
  background: #000;
  display: block;
  overflow: hidden;
}

.launch-modal-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 7, 18, 0.12) 0%, rgba(3, 7, 18, 0.08) 34%, rgba(3, 7, 18, 0.58) 100%),
    radial-gradient(circle at top left, rgba(56, 213, 255, 0.12), transparent 34%);
  pointer-events: none;
}

.launch-modal-video img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.82);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.launch-modal-video:hover img {
  transform: scale(1.025);
  filter: brightness(0.68);
}

.launch-modal-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.launch-modal-play svg {
  width: 58px;
  height: 58px;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.52));
}

.launch-modal-copy {
  position: relative;
  padding: 14px 16px 16px;
  background: linear-gradient(180deg, rgba(8, 15, 32, 0.24), rgba(5, 11, 24, 0));
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.launch-modal-kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 4px 9px;
  border: 1px solid rgba(56, 213, 255, 0.28);
  border-radius: 999px;
  color: #38d5ff;
  background: rgba(56, 213, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-modal h2 {
  max-width: 500px;
  margin: 0 0 12px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2.1vw, 1.42rem);
  line-height: 1.12;
}

.launch-modal-lead {
  margin: 0 0 16px;
  color: #c7d2e5;
  font-size: 0.88rem;
  line-height: 1.4;
}

.launch-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 10px;
}

.launch-countdown-item {
  min-height: 50px;
  padding: 6px 0 4px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.launch-countdown-item strong {
  color: #38d5ff;
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2.5vw, 1.48rem);
  line-height: 1;
}

.launch-countdown-item span {
  margin-top: 2px;
  color: #94a3b8;
  font-size: 0.73rem;
  font-weight: 800;
  text-transform: uppercase;
}

.launch-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.launch-product-pill {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  min-height: 38px;
  padding: 7px 10px 7px 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(8, 15, 32, 0.82));
  border: 1px solid rgba(56, 213, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  color: #e0f2fe;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.launch-product-pill > span:last-child {
  min-width: 0;
  line-height: 1.15;
}

.launch-product-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.launch-product-icon svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.launch-product-pill--cloud {
  border-color: rgba(148, 163, 184, 0.24);
  color: #dbeafe;
}

.launch-product-pill--cloud .launch-product-icon {
  background: rgba(148, 163, 184, 0.16);
  color: #dbeafe;
}

.launch-product-pill--bi {
  border-color: rgba(111, 231, 255, 0.22);
  color: #bff6ff;
}

.launch-product-pill--bi .launch-product-icon {
  background: rgba(111, 231, 255, 0.14);
  color: #6fe7ff;
}

.launch-product-pill--nfe {
  border-color: rgba(125, 176, 255, 0.22);
  color: #dbeafe;
}

.launch-product-pill--nfe .launch-product-icon {
  background: rgba(125, 176, 255, 0.14);
  color: #7db0ff;
}

.launch-product-pill--ia {
  border-color: rgba(255, 195, 77, 0.22);
  color: #fff1c4;
}

.launch-product-pill--ia .launch-product-icon {
  background: rgba(255, 195, 77, 0.14);
  color: #ffc34d;
}

.launch-product-pill--rpa {
  border-color: rgba(52, 224, 161, 0.22);
  color: #d6ffef;
}

.launch-product-pill--rpa .launch-product-icon {
  background: rgba(52, 224, 161, 0.14);
  color: #34e0a1;
}

.launch-product-pill--logistica {
  border-color: rgba(255, 184, 108, 0.32);
  color: #ffe4bd;
}

.launch-product-pill--logistica .launch-product-icon {
  background: rgba(255, 184, 108, 0.16);
  color: #ffb86c;
}

@media (max-width: 640px) {
  .launch-modal {
    padding: 12px;
  }

  .launch-modal-card {
    border-radius: 16px;
  }

  .launch-modal-copy {
    padding: 14px;
  }

  .launch-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-height: 820px) {
  .launch-modal-card {
    max-height: 94vh;
  }

  .launch-modal-video {
    aspect-ratio: 16 / 7.2;
  }
}

@media (max-width: 420px) {
  .launch-products {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ─── Calculadora de Custo de Inatividade ─────────────────── */
.calc-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #050a1a 0%, #000b3d 100%);
  position: relative;
  overflow: hidden;
}

.calc-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,174,239,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,174,239,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.calc-section::after {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(0, 86, 255, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.calc-inner {
  position: relative;
  z-index: 1;
}

.calc-header {
  text-align: center;
  margin-bottom: 48px;
}

.calc-brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,174,239,.08);
  border: 1px solid rgba(0,174,239,.2);
  border-radius: 100px;
  padding: 5px 16px 5px 10px;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-light);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.calc-brand-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent-light);
  box-shadow: 0 0 8px var(--accent-light);
  animation: calcPulse 2s ease-in-out infinite;
}

@keyframes calcPulse {
  0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.8)}
}

.calc-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 14px;
}

.calc-header h2 span { color: var(--accent-light); }

.calc-header p {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

.calc-section-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.calc-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,174,239,.3) 0%, transparent 100%);
}

.calc-inputs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

@media(max-width: 640px) { .calc-inputs-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width: 420px) { .calc-inputs-grid { grid-template-columns: 1fr; } }

.calc-input-card {
  background: rgba(10, 22, 40, 0.9);
  border: 1px solid rgba(0,174,239,.15);
  border-radius: 12px;
  padding: 16px;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.calc-input-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(0,174,239,.04) 0%,transparent 60%);
  pointer-events: none;
}

.calc-input-card:focus-within { border-color: var(--accent-light); }

.calc-input-card label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 10px;
}

.calc-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.calc-input-prefix {
  font-family: var(--font-sans);
  font-size: 13px;
  color: rgba(255,255,255,.45);
  white-space: nowrap;
  user-select: none;
}

.calc-input-card input[type=number] {
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  min-width: 0;
}

.calc-input-card input[type=number]::-webkit-inner-spin-button { display: none; }

.calc-input-hint {
  font-size: 10px;
  color: rgba(255,255,255,.25);
  margin-top: 6px;
}

.calc-scenario-row {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.calc-scenario-btn {
  flex: 1;
  min-width: 130px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(0,174,239,.18);
  background: rgba(10,22,40,.9);
  color: rgba(255,255,255,.55);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all .15s;
  text-align: center;
}

.calc-scenario-btn:hover { border-color: rgba(0,174,239,.4); color: #fff; }

.calc-scenario-btn.is-active {
  border-color: var(--accent-light);
  background: rgba(0,174,239,.1);
  color: var(--accent-light);
  font-weight: 700;
}

.calc-result-hero {
  background: rgba(10, 22, 40, 0.9);
  border: 1px solid rgba(0,174,239,.18);
  border-radius: 18px;
  padding: 32px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.calc-result-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(0,174,239,.05) 0%,transparent 50%,rgba(0,229,160,.02) 100%);
  pointer-events: none;
}

.calc-result-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 12px;
}

.calc-result-value {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 7vw, 4.5rem);
  font-weight: 700;
  color: var(--accent-light);
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 0 40px rgba(0,174,239,.35);
  transition: all .3s cubic-bezier(.34,1.56,.64,1);
}

.calc-result-unit {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  margin-bottom: 4px;
}

.calc-result-desc { font-size: 12px; color: rgba(255,255,255,.3); }

.calc-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

@media(max-width: 640px) { .calc-metrics-grid { grid-template-columns: 1fr 1fr; } }

.calc-metric-card {
  background: rgba(10,22,40,.9);
  border: 1px solid rgba(0,174,239,.12);
  border-radius: 12px;
  padding: 18px 16px;
  position: relative;
  overflow: hidden;
  transition: transform .2s, border-color .2s;
}

.calc-metric-card:hover { transform: translateY(-2px); border-color: rgba(0,174,239,.25); }

.calc-metric-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--cm-color, var(--accent-light));
  opacity: .6;
}

.calc-metric-card.cm-green  { --cm-color: #00E5A0; }
.calc-metric-card.cm-amber  { --cm-color: #FFB830; }
.calc-metric-card.cm-red    { --cm-color: #FF4D6D; }
.calc-metric-card.cm-blue   { --cm-color: var(--accent-light); }

.calc-metric-icon { font-size: 20px; margin-bottom: 10px; display: block; }

.calc-metric-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 6px;
}

.calc-metric-value {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  transition: color .3s;
}

.calc-metric-value.cv-accent { color: var(--accent-light); }
.calc-metric-value.cv-green  { color: #00E5A0; }
.calc-metric-value.cv-amber  { color: #FFB830; }
.calc-metric-value.cv-red    { color: #FF4D6D; }

.calc-metric-sub { font-size: 11px; color: rgba(255,255,255,.25); margin-top: 4px; }

.calc-downtime-card {
  background: rgba(10,22,40,.9);
  border: 1px solid rgba(0,174,239,.12);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 20px;
}

.calc-dt-hdr {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0,174,239,.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.calc-dt-hdr h3 {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.calc-dt-hdr span { font-size: 11px; color: rgba(255,255,255,.4); }

.calc-dt-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(0,174,239,.07);
  align-items: center;
  transition: background .15s;
}

.calc-dt-row:last-child { border-bottom: none; }
.calc-dt-row:hover { background: rgba(255,255,255,.02); }

.calc-dt-row.dt-hdr-row {
  background: rgba(0,174,239,.06);
  padding: 10px 20px;
}

@media(max-width: 560px) {
  .calc-dt-row { grid-template-columns: 1fr 1fr; gap: 6px; }
  .calc-dt-row .dt-hide-mob { display: none; }
}

.dt-cell-label  { font-size: 13px; color: #fff; font-weight: 500; }
.dt-cell-hdr    { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.4); }

.dt-cell-val {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.dt-cell-val.dv-red    { color: #FF4D6D; }
.dt-cell-val.dv-amber  { color: #FFB830; }
.dt-cell-val.dv-accent { color: var(--accent-light); }

.calc-impact-section {
  background: rgba(10,22,40,.9);
  border: 1px solid rgba(0,174,239,.12);
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 20px;
}

.calc-impact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.calc-impact-row:last-child { margin-bottom: 0; }

.calc-impact-label {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  min-width: 160px;
  font-weight: 500;
}

.calc-bar-wrap {
  flex: 1;
  height: 8px;
  background: rgba(255,255,255,.08);
  border-radius: 100px;
  overflow: hidden;
}

.calc-bar {
  height: 100%;
  border-radius: 100px;
  transition: width .6s cubic-bezier(.34,1.56,.64,1);
  width: 0%;
}

.calc-bar.cb-green  { background: #00E5A0; }
.calc-bar.cb-amber  { background: #FFB830; }
.calc-bar.cb-red    { background: #FF4D6D; }
.calc-bar.cb-blue   { background: var(--accent-light); }

.calc-bar-val {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  min-width: 110px;
  text-align: right;
  color: #fff;
}

.calc-proposta-card {
  background: linear-gradient(135deg, rgba(0,86,255,.15) 0%, rgba(0,174,239,.08) 100%);
  border: 1px solid rgba(0,174,239,.3);
  border-radius: 18px;
  padding: 24px 28px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

@media(max-width: 520px) { .calc-proposta-card { grid-template-columns: 1fr; } }

.calc-proposta-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 6px;
}

.calc-proposta-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.calc-proposta-sub {
  font-size: 13px;
  color: rgba(255,255,255,.55);
  line-height: 1.5;
}

.calc-proposta-badge { text-align: center; white-space: nowrap; }

.calc-proposta-pct {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 700;
  color: #00E5A0;
  line-height: 1;
  text-shadow: 0 0 30px rgba(0,229,160,.3);
}

.calc-proposta-pct-lbl {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  margin-top: 4px;
}

.calc-btn-row { display: flex; gap: 12px; margin-top: 8px; flex-wrap: wrap; }

.calc-btn {
  flex: 1;
  min-width: 160px;
  padding: 14px;
  border-radius: 12px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .15s;
  border: none;
  letter-spacing: .3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.calc-btn-outline {
  background: transparent;
  border: 1px solid rgba(0,174,239,.25);
  color: rgba(255,255,255,.55);
}

.calc-btn-outline:hover { border-color: var(--accent-light); color: var(--accent-light); }

.calc-btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 20px rgba(0,86,255,.35);
}

.calc-btn-primary:hover { background: #1a6fff; box-shadow: 0 6px 28px rgba(0,86,255,.5); }
.calc-btn-primary:disabled { opacity: .35; cursor: not-allowed; box-shadow: none; }

/* ═══════════════════════════════════════════════════════════════════════════
   FEATURES CAROUSEL SECTION  (.feat-*)
   Manual product navigation with synchronized media preview.
   ═══════════════════════════════════════════════════════════════════════════ */

.feat-wrapper {
  position: relative;
  height: auto;
  background:
    radial-gradient(circle at 12% 14%, rgba(0, 86, 255, 0.1) 0%, transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(0, 174, 239, 0.08) 0%, transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  color: #06162f;
}

.feat-sticky {
  position: relative;
  top: 0;
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

/* ── Progress bar ────────────────────────────────────────────────────────── */
.feat-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(0, 86, 255, 0.1);
  z-index: 10;
  flex-shrink: 0;
}

.feat-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%);
  transition: width 0.15s linear;
  border-radius: 0 2px 2px 0;
}

/* ── Two-column inner grid ───────────────────────────────────────────────── */
.feat-inner {
  display: flex;
  align-items: stretch;
  height: 100%;
  gap: 0;
  padding-top: clamp(20px, 3vh, 36px);
}

/* ── Left column ─────────────────────────────────────────────────────────── */
.feat-list {
  flex: 0 0 38%;
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(116px, 14vh, 156px) 44px 20px 0;
  overflow-y: auto;
  scrollbar-width: none;
  gap: 0;
}

.feat-list::-webkit-scrollbar {
  display: none;
}

/* ── ZONA ATIVA: título grande + desc + CTA ──────────────────────────────── */
.feat-active-zone {
  flex-shrink: 0;
  margin-bottom: 20px;
}

.feat-section-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin: 0 0 10px;
}

.feat-active-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: #06162f;
  line-height: 1.14;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  transition: opacity 0.35s ease;
}

.feat-active-desc {
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(6, 22, 47, 0.68);
  margin: 0 0 14px;
  max-width: 360px;
  transition: opacity 0.35s ease;
}

.feat-active-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0056ff;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: gap 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s;
}

.feat-active-cta:hover {
  gap: 14px;
}

/* ── NAV: lista compacta embaixo ─────────────────────────────────────────── */
.feat-nav {
  border-top: 1px solid rgba(0, 86, 255, 0.12);
  overflow: visible;
}

/* ── Item de nav ─────────────────────────────────────────────────────────── */
.feat-item {
  border-left: 2.5px solid transparent;
  padding-left: 16px;
  opacity: 0.35;
  transition:
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.feat-item + .feat-item {
  border-top: 1px solid rgba(0, 86, 255, 0.1);
}

.feat-item.is-active {
  border-left-color: var(--accent);
  opacity: 1;
}

/* ── Header do item ──────────────────────────────────────────────────────── */
.feat-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  font-family: var(--font-sans);
  color: #06162f;
}

.feat-item-title {
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 600;
  color: #0a244a;
  flex: 1;
}

.feat-item-chevron {
  flex-shrink: 0;
  color: rgba(0, 86, 255, 0.38);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feat-item.is-active .feat-item-chevron {
  transform: rotate(90deg);
  color: var(--accent-light);
}

/* Desktop: corpo do item oculto (conteúdo está na zona ativa) */
.feat-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 0;
}

.feat-item-desc {
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(6, 22, 47, 0.68);
  margin: 0 0 12px;
}

/* ── CTA link (used only in mobile accordion body) ───────────────────────── */
.feat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-light);
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.2s, color 0.2s;
  padding-bottom: 1px;
}

.feat-cta:hover {
  color: #0056ff;
  border-bottom-color: var(--accent-light);
}

.feat-cta--soon {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-light);
  background: rgba(0, 174, 239, 0.15);
  border: 1px solid rgba(0, 174, 239, 0.3);
  border-radius: var(--radius-pill);
  padding: 4px 14px;
  cursor: default;
}

.feat-soon-list {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(245, 158, 11, 0.28);
}

.feat-soon-heading {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f59e0b;
}

.feat-soon-lock {
  flex-shrink: 0;
}

.feat-soon-products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feat-soon-product {
  display: inline-block;
  width: fit-content;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(10, 36, 74, 0.72);
}

.feat-preview-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  width: fit-content;
  min-width: 220px;
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  color: var(--text-white);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feat-preview-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 174, 239, 0.35);
}

/* ── Right column: media preview container ───────────────────────────────── */
.feat-preview {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: clamp(102px, 13vh, 148px) 0 20px 4px;
}

.feat-preview-stage {
  position: relative;
  flex: 0 0 auto;
  height: clamp(390px, 41vw, 560px);
  min-height: 0;
  overflow: hidden;
}

/* ── Individual media panel — stacked absolutely ─────────────────────────── */
.feat-media {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03) translateY(10px);
  transition:
    opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.feat-media.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.feat-media-single {
  position: relative;
  width: min(100%, 860px);
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 0 auto;
  padding: 8px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(6, 14, 34, 0.98) 0%, rgba(3, 9, 23, 0.94) 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.feat-media-single--cloud {
  border-color: rgba(122, 177, 255, 0.28);
  box-shadow: 0 16px 38px rgba(8, 25, 74, 0.45);
}

.feat-media-single--video {
  padding: 6px;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.22), transparent 52%),
    linear-gradient(180deg, rgba(6, 14, 34, 0.98) 0%, rgba(3, 9, 23, 0.94) 100%);
  border-color: rgba(56, 213, 255, 0.3);
}

.feat-media--video-stack,
.feat-media--ia {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
}

.feat-video-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feat-video-switcher--preview {
  justify-content: center;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 0 8px;
}

.feat-video-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 86, 255, 0.18);
  background: #ffffff;
  color: rgba(6, 22, 47, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.2s;
}

.feat-video-switch:hover {
  border-color: rgba(0, 174, 239, 0.7);
  color: #0056ff;
}

.feat-video-switch.is-active {
  border-color: rgba(0, 174, 239, 0.92);
  background: rgba(0, 174, 239, 0.12);
  color: #003fae;
  transform: translateY(-1px);
}

/* ── 4-image grid inside each media panel ────────────────────────────────── */
.feat-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.feat-grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Stagger columns vertically for Bookmarkify-style depth */
.feat-grid-img:nth-child(1),
.feat-grid-img:nth-child(3) {
  transform: translateY(-10px);
}

.feat-grid-img:nth-child(2),
.feat-grid-img:nth-child(4) {
  transform: translateY(10px);
}

.feat-media-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  height: 100%;
  align-items: center;
}

.feat-visual-card {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(7, 16, 39, 0.94) 0%, rgba(4, 10, 24, 0.84) 100%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.feat-visual-card--video {
  aspect-ratio: 16 / 9;
  padding: 0;
  background: rgba(5, 11, 30, 0.95);
}

.feat-visual-card--hero {
  z-index: 2;
}

.feat-visual-card--support {
  z-index: 1;
}

.feat-visual-card--offset {
  transform: translateY(28px);
}

.feat-visual {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
  object-position: center top;
  background: rgba(3, 8, 20, 0.95);
}

.feat-visual--video {
  border-radius: 18px;
  object-position: center center;
}

.feat-media-single .feat-visual {
  border-radius: 18px;
}

.feat-media-single--video .feat-visual--video {
  border-radius: 18px;
  background: #020814;
}

.feat-media-showcase--cloud,
.feat-media-showcase--ia {
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  max-width: min(100%, 760px);
}

.feat-media-showcase--cloud .feat-visual-card,
.feat-media-showcase--ia .feat-visual-card {
  aspect-ratio: auto;
}

.feat-media-showcase--cloud .feat-visual-card--hero,
.feat-media-showcase--ia .feat-visual-card--hero {
  min-height: clamp(320px, 38vw, 500px);
}

.feat-media-showcase--cloud .feat-visual-card--support,
.feat-media-showcase--ia .feat-visual-card--support {
  min-height: clamp(250px, 28vw, 370px);
  align-self: center;
}

.feat-media-showcase--cloud .feat-visual-card {
  padding: 12px;
  border-color: rgba(122, 177, 255, 0.2);
}

.feat-media-showcase--cloud .feat-visual {
  border-radius: 18px;
}

.feat-media-showcase--ia .feat-visual-card--video {
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(7, 16, 39, 0.98) 0%, rgba(4, 10, 24, 0.92) 100%);
  border-color: rgba(56, 213, 255, 0.18);
}

.feat-media-showcase--ia .feat-visual--video {
  background: #020814;
}

@media (min-width: 1024px) {
  .feat-media-showcase--screens,
  .feat-media-showcase--videos {
    gap: 22px;
    align-items: center;
  }

  .feat-media-showcase--screens .feat-visual-card {
    min-height: 0;
    aspect-ratio: 16 / 9;
    padding: 10px;
  }

  .feat-media-showcase--videos .feat-visual-card {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .feat-media-showcase--videos .feat-visual--video {
    object-fit: contain;
    background: #050b1e;
  }

  .feat-media-showcase--cloud,
  .feat-media-showcase--ia {
    grid-template-columns: minmax(0, 1fr);
  }

  .feat-media-showcase--cloud .feat-visual-card,
  .feat-media-showcase--ia .feat-visual-card {
    aspect-ratio: auto;
  }

  .feat-media-showcase--cloud .feat-visual-card--hero,
  .feat-media-showcase--ia .feat-visual-card--hero {
    min-height: clamp(320px, 38vw, 500px);
  }

  .feat-media-showcase--cloud .feat-visual-card--support,
  .feat-media-showcase--ia .feat-visual-card--support {
    min-height: clamp(250px, 28vw, 370px);
  }
}

@media (min-width: 1360px) {
  .feat-media-showcase--cloud,
  .feat-media-showcase--ia {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .feat-media-showcase--screens .feat-visual-card,
  .feat-media-showcase--videos .feat-visual-card {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .feat-media-showcase--cloud .feat-visual-card,
  .feat-media-showcase--ia .feat-visual-card {
    aspect-ratio: auto;
  }

  .feat-media-showcase--cloud .feat-visual-card--hero,
  .feat-media-showcase--ia .feat-visual-card--hero {
    min-height: clamp(360px, 42vw, 560px);
  }

  .feat-media-showcase--cloud .feat-visual-card--support,
  .feat-media-showcase--ia .feat-visual-card--support {
    min-height: clamp(280px, 30vw, 410px);
  }
}

.feat-acc-gallery,
.feat-acc-video-group {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.feat-acc-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feat-acc-video-group {
  grid-template-columns: 1fr;
}

.feat-acc-media-card {
  margin: 0;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 16, 39, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.feat-acc-media-card--video {
  padding: 0;
  overflow: hidden;
  background: rgba(5, 11, 30, 0.95);
}

.feat-acc-visual {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(3, 8, 20, 0.95);
}

.feat-acc-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
  background: #050b1e;
}

.feat-acc-single {
  display: block;
  margin: 0 0 14px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 16, 39, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.feat-acc-single--cloud {
  border-color: rgba(122, 177, 255, 0.18);
}

.feat-acc-single--video {
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 56%),
    rgba(5, 11, 30, 0.96);
}

.feat-acc-single .feat-acc-visual,
.feat-acc-single .feat-acc-video {
  min-height: clamp(250px, 42vw, 340px);
}

.feat-acc-gallery--cloud,
.feat-acc-video-group--ia {
  gap: 14px;
}

.feat-acc-gallery--cloud .feat-acc-media-card--hero,
.feat-acc-video-group--ia .feat-acc-media-card--hero {
  border-color: rgba(122, 177, 255, 0.18);
}

.feat-acc-gallery--cloud .feat-acc-media-card--support,
.feat-acc-video-group--ia .feat-acc-media-card--support {
  max-width: 86%;
  justify-self: end;
}

.feat-acc-gallery--cloud .feat-acc-visual,
.feat-acc-video-group--ia .feat-acc-video {
  min-height: clamp(210px, 36vw, 290px);
}

/* ── "Em Breve" section variant ──────────────────────────────────────────── */
.feat-wrapper--soon {
  background:
    radial-gradient(circle at 18% 12%, rgba(245, 158, 11, 0.12) 0%, transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(0, 86, 255, 0.08) 0%, transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.feat-section-label--soon {
  color: #f59e0b; /* amber — sinaliza "em breve" */
}

/* ── Desktop: active zone visible, accordion body hidden ─────────────────── */
@media (min-width: 1024px) {
  .feat-acc-img {
    display: none;
  }
  /* Body hidden on desktop — content is in feat-active-zone */
  .feat-item-body {
    display: none !important;
  }
  /* Icon hidden on desktop */
  .feat-item-icon {
    display: none;
  }
}

/* ════════════════════════════════════════════════════════════════════════════
   MOBILE ACCORDION  (<1024px)
   ════════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1023px) {

  .feat-wrapper {
    height: auto !important;
    padding: 64px 0 80px;
  }

  .feat-sticky {
    position: static;
    height: auto;
    overflow: visible;
    display: block;
  }

  .feat-progress-bar {
    display: none;
  }

  .feat-inner {
    display: block;
    height: auto;
    padding-top: 0;
  }

  /* Left column: full width on mobile */
  .feat-list {
    flex: none;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  /* Active zone: simpler on mobile */
  .feat-active-zone {
    display: none; /* hidden on mobile — accordion body shows desc */
  }

  .feat-nav {
    border-top: none;
  }

  .feat-preview {
    display: none;
  }

  /* Each item becomes an accordion card */
  .feat-item {
    border-left: none;
    border: 1.5px solid rgba(0, 86, 255, 0.12);
    border-radius: 18px;
    padding: 0;
    opacity: 1;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(8, 43, 112, 0.06);
    transition:
      border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
      background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 10px;
  }

  .feat-item + .feat-item {
    border-top: 1.5px solid rgba(0, 86, 255, 0.12);
    margin-top: 0;
  }

  .feat-item.is-active {
    border-color: var(--accent);
    background: #f4f9ff;
  }

  .feat-item-header {
    padding: 16px 18px;
    gap: 12px;
  }

  .feat-item-title {
    font-size: 0.9375rem;
  }

  /* Accordion body expands on mobile */
  .feat-item-body {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      padding-bottom 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .feat-item.is-active .feat-item-body {
    max-height: 1400px;
    padding-bottom: 18px;
  }

  .feat-video-switcher {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 0 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .feat-video-switch {
    flex: 0 0 auto;
    min-width: min(68vw, 260px);
    font-size: 0.67rem;
    padding: 8px 10px;
    scroll-snap-align: start;
  }

  .feat-acc-img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 14px;
  }

  /* Grid hidden on mobile */
  .feat-media-grid {
    display: none;
  }

  .feat-media-single {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .feat-acc-single {
    border-radius: 18px;
  }

  .feat-acc-single .feat-acc-visual,
  .feat-acc-single .feat-acc-video {
    min-height: clamp(260px, 68vw, 380px);
  }

  .feat-acc-gallery {
    grid-template-columns: 1fr;
  }

  .feat-acc-gallery--cloud .feat-acc-media-card,
  .feat-acc-video-group--ia .feat-acc-media-card {
    border-radius: 18px;
  }

  .feat-acc-gallery--cloud .feat-acc-media-card--hero,
  .feat-acc-video-group--ia .feat-acc-media-card--hero {
    max-width: 100%;
  }

  .feat-acc-gallery--cloud .feat-acc-media-card--support,
  .feat-acc-video-group--ia .feat-acc-media-card--support {
    max-width: 88%;
  }

  .feat-acc-gallery--cloud .feat-acc-visual,
  .feat-acc-video-group--ia .feat-acc-video {
    min-height: clamp(220px, 56vw, 360px);
  }

  .feat-soon-list {
    margin-top: 16px;
    padding: 14px 18px 18px;
    border: 1.5px solid rgba(245, 158, 11, 0.32);
    border-radius: 18px;
    background: rgba(245, 158, 11, 0.08);
  }

  .feat-media-showcase {
    gap: 14px;
  }

  .feat-visual-card--offset {
    transform: none;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   FEATURES MANUAL CAROUSEL OVERRIDE
   Normal page flow, horizontal product rail, manual controls.
   ═══════════════════════════════════════════════════════════════════════════ */
.feat-wrapper:not(.feat-wrapper--soon) {
  height: auto !important;
  padding: clamp(78px, 8vw, 118px) 0 clamp(80px, 9vw, 124px);
  background:
    radial-gradient(circle at 10% 18%, rgba(0, 174, 239, 0.1), transparent 34%),
    radial-gradient(circle at 92% 24%, rgba(0, 86, 255, 0.1), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.feat-platform-intro {
  max-width: 1120px;
  margin-bottom: clamp(34px, 5vw, 58px);
  text-align: center;
}

.feat-platform-kicker {
  margin: 0 0 14px;
  color: #0056ff !important;
  font-size: 0.58rem !important;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.feat-platform-intro h2 {
  max-width: 860px;
  margin: 0 auto 18px;
  color: #06162f;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.7vw, 3.35rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.feat-platform-intro p {
  max-width: 980px;
  margin: 0 auto 12px;
  color: rgba(6, 22, 47, 0.7);
  font-size: clamp(0.96rem, 1.35vw, 1.1rem);
  line-height: 1.78;
}

.feat-platform-intro .feat-platform-copy {
  max-width: 940px;
  font-size: clamp(0.84rem, 1vw, 0.96rem);
  line-height: 1.62;
  text-align: justify;
  text-align-last: left;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-sticky {
  position: relative;
  top: auto;
  height: auto !important;
  min-height: 0;
  overflow: visible;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-progress-bar {
  position: relative;
  order: 2;
  width: min(100% - 48px, 1180px);
  height: 4px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: rgba(0, 86, 255, 0.12);
  overflow: hidden;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-progress-fill {
  border-radius: inherit;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 4vw, 42px);
  height: auto;
  min-height: 0;
  padding-top: 0;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-list {
  width: auto;
  flex: none;
  min-width: 0;
  padding: 0;
  overflow: visible;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-active-zone {
  width: 100%;
  margin: 0;
  padding: 8px 6px 0;
  text-align: center;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-section-label {
  margin-bottom: 10px;
  color: #0056ff;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-active-title {
  max-width: 760px;
  margin: 0 auto 12px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-active-desc {
  max-width: 760px;
  margin: 0 auto 18px;
  color: rgba(6, 22, 47, 0.68);
  font-size: clamp(0.92rem, 1.15vw, 1.02rem);
  line-height: 1.62;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-active-cta {
  display: inline-flex;
  width: fit-content;
  min-width: 210px;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(0, 86, 255, 0.25);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-active-cta:hover {
  gap: 8px;
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(0, 174, 239, 0.28);
}

.feat-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.feat-carousel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 86, 255, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: #0056ff;
  box-shadow: 0 12px 24px rgba(8, 43, 112, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.feat-carousel-btn svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feat-carousel-btn:hover {
  border-color: rgba(56, 213, 255, 0.6);
  background: rgba(0, 174, 239, 0.1);
  color: #003fae;
  transform: translateY(-1px);
}

.feat-carousel-count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 92px;
  justify-content: center;
  color: rgba(6, 22, 47, 0.76);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.feat-carousel-count i {
  width: 22px;
  height: 1px;
  background: rgba(0, 86, 255, 0.22);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 1180px;
  margin-top: 8px;
  padding: 6px 0 12px;
  border-top: none;
  overflow: visible;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-soon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  width: min(100%, 900px);
  margin: 4px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.06);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-soon-heading {
  margin: 0;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-soon-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-soon-product {
  width: auto;
  padding: 6px 10px;
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(10, 36, 74, 0.78);
  font-size: 0.76rem;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-item {
  min-width: 0;
  min-height: 72px;
  padding: 0;
  border: 1px solid rgba(0, 86, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  opacity: 0.74;
  box-shadow: 0 12px 24px rgba(8, 43, 112, 0.06);
  transition: opacity 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-item + .feat-item {
  border-top: 1px solid rgba(0, 86, 255, 0.12);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-item:hover {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(56, 213, 255, 0.34);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-item.is-active {
  opacity: 1;
  border-color: rgba(56, 213, 255, 0.72);
  background:
    radial-gradient(circle at top left, rgba(56, 213, 255, 0.18), transparent 54%),
    #ffffff;
  box-shadow:
    0 18px 36px rgba(8, 43, 112, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-item-header {
  height: 100%;
  min-height: 70px;
  align-items: center;
  padding: 12px 10px;
  gap: 8px;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-item-title {
  font-size: 0.78rem;
  line-height: 1.2;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-item-chevron {
  transform: none;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-item.is-active .feat-item-chevron {
  transform: none;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-item-body {
  display: none !important;
}

.feat-stage-switchers {
  width: 100%;
  max-width: 1180px;
}

.feat-stage-switchers [hidden] {
  display: none !important;
}

.feat-video-switcher--stage {
  justify-content: center;
  width: min(100%, 960px);
  margin: 2px auto 0;
  padding: 0 8px;
}

.feat-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  min-height: 10px;
}

.feat-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 86, 255, 0.18);
  padding: 0;
  transition: width 0.25s ease, background 0.25s ease;
}

.feat-carousel-dot.is-active {
  width: 28px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-preview {
  min-width: 0;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  gap: 22px;
  align-items: stretch;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-preview-stage {
  width: 100%;
  max-width: 960px;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin-bottom: 0;
  overflow: visible;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-media {
  display: flex;
  justify-content: center;
  transform: translateY(18px) scale(0.98);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-media.is-active {
  transform: translateY(0) scale(1);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-media-single {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-media-single--video {
  padding: 0;
  background: rgba(3, 8, 20, 0.92);
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-visual--video {
  object-fit: cover;
  object-position: center center;
  border-radius: 28px;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-video-switcher--preview {
  width: 100%;
  justify-content: center;
  padding: 0;
  gap: 10px;
  margin-top: 2px;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-video-switcher--preview .feat-video-switch {
  min-height: 46px;
  padding: 11px 18px;
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 0.82rem;
  line-height: 1.25;
  white-space: normal;
  text-align: center;
}

.feat-wrapper:not(.feat-wrapper--soon) .feat-preview-cta {
  display: none;
}

@media (max-width: 1180px) {
  .feat-wrapper:not(.feat-wrapper--soon) .feat-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
}

@media (max-width: 1023px) {
  .feat-wrapper:not(.feat-wrapper--soon) {
    padding: 66px 0 82px;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-active-zone {
    display: block;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-active-title {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-active-desc {
    max-width: 100%;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-preview {
    display: flex;
    order: 2;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-list {
    order: 1;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-preview-stage {
    aspect-ratio: 16 / 9;
    border-radius: 22px;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-media-single {
    border-radius: 22px;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-nav {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    width: 100%;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-nav::-webkit-scrollbar {
    display: none;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-item {
    flex: 0 0 min(72vw, 230px);
    margin-bottom: 0;
    scroll-snap-align: center;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-item-header {
    padding: 15px 16px;
  }

  .feat-stage-switchers {
    display: none;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-video-switch {
    flex: 0 1 auto;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-video-switcher--preview .feat-video-switch {
    flex: 1 1 calc(50% - 10px);
    min-width: 170px;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-progress-bar {
    width: min(100% - 40px, 680px);
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .feat-platform-intro {
    text-align: left;
  }

  .feat-platform-kicker {
    letter-spacing: 0.22em;
  }

  .feat-platform-intro h2,
  .feat-platform-intro p {
    margin-left: 0;
    margin-right: 0;
  }

  .feat-carousel-controls {
    gap: 10px;
  }

  .feat-carousel-btn {
    width: 40px;
    height: 40px;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-active-cta {
    width: 100%;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-preview-stage {
    aspect-ratio: 16 / 10;
    min-height: clamp(300px, 78vw, 430px);
    margin-bottom: 16px;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-media-single--video {
    padding: 0;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-video-switcher--preview {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 8px;
    scroll-snap-type: x proximity;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-video-switch {
    min-width: 0;
    padding: 7px 9px;
    font-size: 0.63rem;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-video-switcher--preview .feat-video-switch {
    flex: 0 0 auto;
    min-width: min(68vw, 260px);
    min-height: 42px;
    padding: 10px 13px;
    font-size: 0.72rem;
    scroll-snap-align: start;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-item-body .feat-acc-single .feat-acc-video {
    min-height: clamp(300px, 78vw, 430px);
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-item-body .feat-video-switcher:not(.feat-video-switcher--preview) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 10px;
    touch-action: pan-x;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-item-body .feat-video-switcher:not(.feat-video-switcher--preview) .feat-video-switch {
    flex: 0 0 auto;
    min-width: min(72vw, 270px);
    scroll-snap-align: start;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-video-switcher[data-target="#feat-ia-preview-video"],
  .feat-wrapper:not(.feat-wrapper--soon) .feat-video-switcher[data-target="#feat-ia-mobile-video"] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    padding: 0;
    overflow: visible;
    touch-action: manipulation;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-video-switcher[data-target="#feat-ia-preview-video"] .feat-video-switch,
  .feat-wrapper:not(.feat-wrapper--soon) .feat-video-switcher[data-target="#feat-ia-mobile-video"] .feat-video-switch {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 8px 6px;
    font-size: clamp(0.58rem, 2.35vw, 0.68rem);
    line-height: 1.15;
    white-space: normal;
    text-align: center;
    scroll-snap-align: none;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-soon-list {
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 18px;
    gap: 10px;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-soon-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    justify-content: stretch;
  }

  .feat-wrapper:not(.feat-wrapper--soon) .feat-soon-product {
    width: 100%;
    min-width: 0;
    padding: 7px 4px;
    font-size: clamp(0.62rem, 2.55vw, 0.74rem);
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }
}

/* Blog pages */
.blog-page {
  background: linear-gradient(180deg, #020a2f 0%, #050f3c 44%, #071a52 100%);
  color: var(--text-white);
}

.blog-main {
  min-height: 100vh;
}

.blog-hero {
  position: relative;
  padding: clamp(72px, 11vw, 124px) 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 14% 14%, rgba(0, 174, 239, 0.2), transparent 42%),
    radial-gradient(circle at 85% 26%, rgba(0, 86, 255, 0.28), transparent 46%);
}

.blog-hero--single {
  padding-bottom: 26px;
}

.blog-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.blog-hero h1 {
  margin: 0 0 10px;
  max-width: 980px;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.3vw, 52px);
  line-height: 1.08;
}

.blog-hero p {
  margin: 0;
  max-width: 860px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.62;
}

.blog-news-section,
.blog-single-section {
  padding: clamp(28px, 6vw, 64px) 0 clamp(56px, 9vw, 96px);
}

.blog-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.blog-news-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(8, 22, 60, 0.94) 0%, rgba(4, 14, 40, 0.96) 100%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32);
}

.blog-news-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.blog-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-news-tag {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(2, 9, 26, 0.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 22px;
}

.product-header-row .card-white-header {
  margin-bottom: 0;
}

.product-header-row .product-name-link {
  margin-left: 0;
}

.product-name-link {
  min-height: 42px;
  margin-bottom: 0;
  padding: 9px 16px;
  white-space: nowrap;
  cursor: default;
  border-color: rgba(0, 120, 255, 0.42);
  background: linear-gradient(135deg, #075ed8 0%, #1686e8 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 86, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-name-link:hover,
.product-name-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(83, 176, 255, 0.78);
  background: linear-gradient(135deg, #0a6deb 0%, #2097f0 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 86, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.product-info-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 18px;
  border: 1px solid rgba(0, 120, 255, 0.45);
  border-radius: 999px;
  background: rgba(0, 120, 255, 0.1);
  color: #9fc5ef;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.product-info-label::after {
  content: "→";
  font-size: 0.9rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.product-info-label:hover,
.product-info-label:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #075ed8 0%, #1686e8 100%);
  border-color: rgba(83, 176, 255, 0.78);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 86, 255, 0.24);
  text-decoration: none;
}

.product-info-label:hover::after {
  transform: translateX(3px);
}

.product-name-link:focus-visible {
  outline: 3px solid rgba(90, 185, 255, 0.78);
  outline-offset: 3px;
}

@media (max-width: 560px) {
  .product-header-row {
    align-items: center;
    flex-direction: row;
  }

  .product-header-row .product-name-link {
    width: auto;
    margin-left: 0;
  }
}

.blog-news-tag.tag--fiscal,
.blog-hero-eyebrow.tag--fiscal,
.topic-card-tag.tag--fiscal {
  border-color: rgba(0, 86, 255, 0.32);
  background: rgba(0, 86, 255, 0.94);
  color: #fff;
}

.blog-news-tag.tag--compliance,
.blog-hero-eyebrow.tag--compliance,
.topic-card-tag.tag--compliance {
  border-color: rgba(0, 86, 255, 0.32);
  background: rgba(0, 86, 255, 0.94);
  color: #fff;
}

.blog-news-tag.tag--agentes,
.blog-hero-eyebrow.tag--agentes,
.topic-card-tag.tag--agentes {
  border-color: rgba(0, 86, 255, 0.32);
  background: rgba(0, 86, 255, 0.94);
  color: #fff;
}

.blog-news-tag.tag--cloud,
.blog-hero-eyebrow.tag--cloud,
.topic-card-tag.tag--cloud {
  border-color: rgba(0, 174, 239, 0.3);
  background: rgba(0, 174, 239, 0.92);
  color: #fff;
}

.blog-news-tag.tag--updates,
.blog-hero-eyebrow.tag--updates,
.topic-card-tag.tag--updates {
  border-color: rgba(0, 219, 209, 0.34);
  background: linear-gradient(135deg, #0056e4 0%, #0780dd 55%, #00dbd1 100%);
  color: #fff;
}

.blog-news-content {
  padding: 18px 20px 22px;
}

.blog-news-meta {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.blog-news-content h2 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.5vw, 27px);
  line-height: 1.25;
  font-family: var(--font-display);
}

.blog-news-content h2 a:hover {
  color: #8fd4ff;
}

.blog-news-content p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
  font-size: 15px;
}

.blog-news-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #73ccff;
}

.blog-news-link::after {
  content: "";
  display: none;
}

.blog-pagination {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.blog-page-link,
.blog-page-arrow {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.blog-page-link:hover,
.blog-page-arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 174, 239, 0.46);
  background: rgba(0, 174, 239, 0.16);
}

.blog-page-link.is-active {
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(135deg, #0056ff 0%, #0086ff 100%);
}

.blog-article {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(9, 21, 56, 0.96) 0%, rgba(5, 13, 36, 0.97) 100%);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.blog-article-cover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-article-cover img {
  width: 100%;
  max-height: min(62vh, 620px);
  object-fit: cover;
}

.blog-article-body img {
  display: block;
  width: 100%;
  margin: 28px 0;
  border-radius: 16px;
}

.blog-article-body {
  padding: clamp(20px, 3vw, 38px);
}

.blog-article-body p,
.blog-article-body li {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.76;
  font-size: clamp(15px, 1.55vw, 17px);
}

.blog-article-body p {
  margin: 0 0 16px;
}

.blog-article-body h4,
.blog-article-body h5 {
  margin: 22px 0 12px;
  color: #9bd7ff;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.4;
  font-family: var(--font-display);
}

.blog-article-body ul,
.blog-article-body ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.blog-article-body blockquote {
  margin: 22px 0;
  padding: 14px 18px;
  border-left: 4px solid var(--accent-light);
  border-radius: 0 12px 12px 0;
  background: rgba(0, 174, 239, 0.12);
  color: #d8f1ff;
  font-size: 16px;
  line-height: 1.6;
}

.blog-article-nav {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.blog-article-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  padding: 10px 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-article-nav a:hover {
  border-color: rgba(0, 174, 239, 0.45);
  background: rgba(0, 174, 239, 0.16);
}

.blog-footer .footer-grid.blog-footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Terms page */
.legal-page {
  background: linear-gradient(180deg, #020a2f 0%, #051341 60%, #081a53 100%);
}

.legal-main {
  padding: clamp(74px, 10vw, 120px) 0 clamp(58px, 9vw, 96px);
}

.legal-hero {
  margin-bottom: 24px;
}

.legal-hero h1 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.1;
}

.legal-hero p {
  margin: 0;
  max-width: 880px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.legal-card {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(8, 22, 60, 0.95) 0%, rgba(4, 14, 40, 0.97) 100%);
  padding: 22px;
}

.legal-card h2 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.7vw, 30px);
  font-family: var(--font-display);
}

.legal-card p {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.legal-link-list {
  margin: 0;
  padding-left: 18px;
}

.legal-link-list li {
  margin-bottom: 8px;
}

.legal-link-list a {
  color: #8fd4ff;
  font-weight: 600;
}

@media (max-width: 960px) {
  .blog-news-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .blog-article-nav {
    grid-template-columns: 1fr;
  }

  .blog-footer .footer-grid.blog-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Blog/Terms visual refresh */
.blog-page {
  background: #f5f8ff;
  color: #0f1f47;
}

.blog-page .site-header {
  background: linear-gradient(135deg, rgba(0, 41, 128, 0.94) 0%, rgba(0, 24, 86, 0.94) 100%);
}

.blog-hero {
  border-bottom: 1px solid rgba(7, 34, 92, 0.12);
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 123, 255, 0.14), transparent 40%),
    radial-gradient(circle at 85% 20%, rgba(10, 184, 255, 0.1), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.blog-hero h1 {
  color: #10214f;
}

.blog-hero p {
  color: #3f517f;
}

.blog-news-card,
.blog-article {
  border: 1px solid rgba(8, 42, 114, 0.12);
  background: #ffffff;
  box-shadow: 0 22px 36px rgba(9, 33, 89, 0.12);
}

.blog-news-meta {
  color: #5c6d95;
}

.blog-news-content h2,
.blog-news-content h2 a {
  color: #132455;
}

.blog-news-content p {
  color: #3f5079;
}

.blog-news-tag {
  border-color: rgba(0, 76, 188, 0.2);
  background: rgba(255, 255, 255, 0.94);
  color: #0d2f6f;
}

.blog-page-link,
.blog-page-arrow {
  border-color: rgba(7, 41, 114, 0.2);
  background: #fff;
  color: #15306d;
}

.blog-page-link:hover,
.blog-page-arrow:hover {
  border-color: rgba(0, 123, 255, 0.45);
  background: rgba(0, 123, 255, 0.1);
}

.blog-article-body p,
.blog-article-body li {
  color: #31466f;
}

.blog-article-body h4,
.blog-article-body h5 {
  color: #123d84;
}

.blog-article-body blockquote {
  border-left-color: #2f7eff;
  background: rgba(47, 126, 255, 0.09);
  color: #1a3e7b;
}

.blog-article-nav a {
  border-color: rgba(10, 50, 120, 0.22);
  background: #fff;
  color: #17397d;
}

.blog-article-nav a:hover {
  border-color: rgba(0, 123, 255, 0.48);
  background: rgba(0, 123, 255, 0.11);
}

.blog-footer {
  background: #081a53;
}

.terms-page {
  background: #f3f7ff;
  color: #15264f;
}

.terms-main {
  padding: clamp(56px, 8vw, 88px) 0 clamp(52px, 8vw, 90px);
}

.terms-hero {
  margin-bottom: 22px;
}

.terms-hero .blog-hero-eyebrow {
  color: #0d377f;
  border-color: rgba(16, 61, 142, 0.22);
  background: rgba(21, 96, 217, 0.09);
}

.terms-hero h1 {
  margin: 0 0 10px;
  color: #102455;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.1;
}

.terms-hero p {
  margin: 0;
  max-width: 920px;
  color: #445983;
  line-height: 1.68;
}

.terms-card {
  border-radius: 22px;
  border: 1px solid rgba(10, 51, 120, 0.13);
  background: #ffffff;
  box-shadow: 0 20px 36px rgba(10, 39, 101, 0.11);
  padding: clamp(16px, 3vw, 30px);
}

.terms-layout {
  display: grid;
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.terms-toc {
  position: sticky;
  top: 110px;
  border-radius: 16px;
  border: 1px solid rgba(17, 62, 144, 0.18);
  background: #f8fbff;
  padding: 14px;
}

.terms-toc h2 {
  margin: 0 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #1f3f7b;
}

.terms-toc a {
  display: block;
  color: #305591;
  font-size: 13px;
  line-height: 1.45;
  padding: 6px 8px;
  border-radius: 9px;
}

.terms-toc a:hover {
  background: rgba(0, 110, 255, 0.11);
  color: #0d367f;
}

.terms-content h2,
.terms-content h3,
.terms-content h4,
.terms-content h5 {
  margin: 18px 0 10px;
  color: #123b84;
  line-height: 1.35;
}

.terms-content p,
.terms-content li,
.terms-content span {
  color: #334a73;
  line-height: 1.72;
  font-size: 15px;
}

.terms-content ul,
.terms-content ol {
  margin: 0 0 14px;
  padding-left: 20px;
}

.terms-content a {
  color: #0f4aa4;
  font-weight: 600;
}

.terms-content blockquote {
  margin: 16px 0;
  padding: 12px 15px;
  border-left: 4px solid #2f7eff;
  border-radius: 0 10px 10px 0;
  background: rgba(47, 126, 255, 0.08);
  color: #1b427f;
}

.terms-content .hide-legacy {
  display: none !important;
}

.terms-content .container {
  max-width: none;
  width: 100%;
  padding: 0;
}

.terms-content .row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.terms-content .col-md-12,
.terms-content .col-lg-12,
.terms-content .col-xl-12 {
  width: 100%;
}

.terms-content .col-md-3 {
  width: min(290px, 100%);
  flex: 0 0 auto;
}

.terms-content .col-md-9,
.terms-content .col-xl-8,
.terms-content .col-lg-7,
.terms-content .col-xl-4,
.terms-content .col-lg-5 {
  flex: 1 1 300px;
  min-width: 0;
}

.terms-content .col-lg-6,
.terms-content .col-md-6 {
  flex: 1 1 280px;
}

.terms-content .card {
  border-radius: 16px;
  border: 1px solid rgba(9, 49, 118, 0.12);
  background: #fff;
}

.terms-content .card-body {
  padding: 16px;
}

.terms-content .site-heading {
  text-align: left !important;
  padding-top: 0 !important;
  margin-bottom: 8px;
}

.terms-content .sub-title {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #1b3f85;
}

.terms-content .list-group {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  border-radius: 14px;
  border: 1px solid rgba(9, 50, 120, 0.12);
  background: #f8fbff;
}

.terms-content .list-group-item {
  padding: 9px 12px;
  border-bottom: 1px solid rgba(9, 50, 120, 0.1);
  font-size: 13px;
  line-height: 1.45;
}

.terms-content .list-group-item:last-child {
  border-bottom: 0;
}

.terms-content .list-group-item a {
  color: #1e427f;
  font-weight: 500;
}

.terms-content .adapt-subtitle {
  display: block;
  margin-top: 10px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #1d3d7b;
}

.terms-content .adapt-left {
  padding-left: 10px;
}

.terms-content .check-list {
  margin: 8px 0 0;
  padding-left: 18px;
}

.terms-content .social {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.terms-content .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(6, 83, 212, 0.11);
  color: #0e3d88;
}

@media (max-width: 960px) {
  .terms-layout {
    grid-template-columns: 1fr;
  }

  .terms-toc {
    position: static;
  }
}

/* Blog/Terms final polish */
.blog-page {
  background: #ffffff;
}

.blog-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 123, 255, 0.14), transparent 40%),
    radial-gradient(circle at 85% 20%, rgba(10, 184, 255, 0.1), transparent 42%),
    #ffffff;
}

.blog-hero-eyebrow {
  color: #0d377f;
  border-color: rgba(16, 61, 142, 0.24);
  background: rgba(21, 96, 217, 0.1);
}

.blog-news-link {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(20, 80, 173, 0.18);
  background: #0b2d75;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(9, 33, 89, 0.12);
}

.blog-news-link:hover {
  color: #ffffff;
  background: #123f93;
  transform: translateY(-1px);
}

.blog-news-content h2 a {
  transition: color 0.2s ease;
}

.blog-news-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 42px rgba(9, 33, 89, 0.15);
}

.blog-news-thumb img {
  transition: transform 0.35s ease;
}

.blog-news-thumb:hover img {
  transform: scale(1.03);
}

.blog-footer.blog-footer {
  margin-top: 22px;
}

.blog-single-section .container {
  max-width: 1040px;
}

.blog-article {
  border-radius: 18px;
  overflow: hidden;
}

.blog-article-cover img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.blog-article-body {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px);
}

.blog-article-body p,
.blog-article-body li {
  font-size: 16px;
  line-height: 1.82;
}

.blog-article-body h4,
.blog-article-body h5 {
  margin-top: 30px;
}

.blog-article-nav {
  max-width: 860px;
  margin: 24px auto 0;
}

.blog-article-nav a {
  background: #ffffff;
  border-color: rgba(12, 59, 135, 0.16);
  color: #123b84;
  box-shadow: 0 10px 18px rgba(9, 33, 89, 0.08);
}

.terms-page {
  background: #ffffff;
}

.terms-content .about-style-three-area > .container > .row > .col-md-12 > .card {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.terms-content .about-style-three-area .card[style*="height: 100vh"] {
  height: auto !important;
  min-height: 0 !important;
}

.terms-content .about-style-three-area .card-body[style*="height: 100%"] {
  height: auto !important;
}

.terms-content .about-style-three-area .terms-card {
  margin-top: 0 !important;
}

.terms-content .card .card {
  box-shadow: none;
  background: #fcfdff;
}

.terms-content .project-details-area,
.terms-content .default-padding {
  padding: 0 !important;
}

.terms-content .project-details-items {
  width: 100%;
}

.terms-content .top-info {
  margin-bottom: 16px;
}

.terms-content .left-info h2 {
  margin: 0 0 10px;
  color: #123b84;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.terms-content .right-info .project-info {
  border-radius: 14px;
  border: 1px solid rgba(9, 49, 118, 0.16);
  background: #f8fbff;
  padding: 14px;
}

.terms-content .right-info .project-info .title {
  margin: 0 0 8px;
  color: #153d84;
  font-size: 19px;
  line-height: 1.3;
}

.terms-content .main-content {
  margin-top: 12px;
}

.terms-content .main-content p {
  margin: 0 0 14px;
}

.terms-content .pr-35,
.terms-content .pr-md-15,
.terms-content .pr-xs-15 {
  padding-right: 0 !important;
}

.terms-content [style*="margin-top: 40px"] {
  margin-top: 10px !important;
}

.terms-content [style*="padding-top: 60px"],
.terms-content [style*="padding-top: 50px"] {
  padding-top: 0 !important;
}

.terms-pdf-viewer {
  width: 100%;
  height: 85vh;
  min-height: 800px;
  border: 0;
  border-radius: 14px;
  background: #eef3fb;
  box-shadow: 0 12px 32px rgba(10, 39, 101, 0.1);
}
