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

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: #0b1220;
  background: radial-gradient(circle at 8% 8%, #eef5ff 0, #eef2fb 42%, #eef1f6 100%);
  line-height: 1.6;
}

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

.js-zoom {
  cursor: zoom-in;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--color-primary-strong);
}

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

button,
input,
textarea {
  font-family: inherit;
}

:root {
  --color-primary: #2451bf;
  --color-primary-strong: #4137ac;
  --color-accent: #2bc6c7;
  --color-accent-strong: #1aa5a6;
  --color-magenta: #b92cbc;
  --color-bg: #eef2fb;
  --color-bg-alt: #e7ecf7;
  --color-bg-dark: #0b1220;
  --color-text: #0b1220;
  --color-text-muted: #51606b;
  --color-border: rgba(15, 23, 42, 0.12);
  --shadow-soft: 0 28px 60px rgba(11, 18, 32, 0.16);
  --shadow-subtle: 0 14px 34px rgba(11, 18, 32, 0.1);
  --shadow-strong: 0 40px 90px rgba(11, 18, 32, 0.18);
  --radius-xl: 20px;
  --radius-2xl: 30px;
  --radius-pill: 999px;
  --container-max: 1320px;
  --section-padding-y: 120px;
  --font-display: "Sora", "Source Sans 3", sans-serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 110px 0;
  background-color: var(--color-bg);
  position: relative;
}

.section--alt {
  background: linear-gradient(180deg, #f2f6ff 0%, #e7ecf7 60%, #eef2fb 100%);
}

.section--unique {
  background: radial-gradient(circle at 20% 20%, rgba(36, 81, 191, 0.12), transparent 55%),
    radial-gradient(circle at 80% 10%, rgba(43, 198, 199, 0.12), transparent 50%),
    linear-gradient(180deg, #f2f6ff 0%, #e9eef9 65%, #eef2fb 100%);
}

.section--impact {
  background: radial-gradient(circle at 15% 20%, rgba(36, 81, 191, 0.25) 0, rgba(36, 81, 191, 0) 45%),
    linear-gradient(135deg, #0b1220 0%, #121b3b 52%, #0b1220 100%);
}

.section--impact::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -160px;
  background: radial-gradient(circle, rgba(185, 44, 188, 0.22) 0%, rgba(185, 44, 188, 0) 70%);
  filter: blur(10px);
  pointer-events: none;
}

.section--blue {
  background: linear-gradient(135deg, #2451bf 0%, #0b1220 100%);
  color: #f9fafb;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section--blue::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -120px;
  top: -140px;
  background: radial-gradient(circle, rgba(43, 198, 199, 0.28) 0%, rgba(43, 198, 199, 0) 65%);
  filter: blur(8px);
  pointer-events: none;
}

.section--blue::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -160px;
  bottom: -200px;
  background: radial-gradient(circle, rgba(36, 81, 191, 0.34) 0%, rgba(36, 81, 191, 0) 70%);
  filter: blur(12px);
  pointer-events: none;
}

.section--cta {
  background: radial-gradient(circle at top left, #2bc6c7 0, #2451bf 42%, #0b1220 100%);
  color: #f9fafb;
  position: relative;
  overflow: hidden;
}

.section--contrast {
  background: linear-gradient(135deg, #0b1220 0%, #10182f 55%, #0b1220 100%);
  color: #f9fafb;
}

.section--contrast::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 20%, rgba(43, 198, 199, 0.18), transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(36, 81, 191, 0.22), transparent 55%);
  pointer-events: none;
}

.section--contrast .section__title,
.section--contrast .section__subtitle,
.section--contrast .detail-item__title {
  color: #f9fafb;
}

.section--contrast .section__subtitle,
.section--contrast .detail-item__text {
  color: rgba(249, 250, 251, 0.78);
}

.section--contrast .detail-item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.section--contrast .detail-item__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #f9fafb;
}

.section--contrast .detail__image-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

.section--contrast .detail__image-caption {
  color: rgba(249, 250, 251, 0.8);
}

@media (min-width: 768px) {
  .section--contrast .layout__visual {
    justify-content: flex-end;
  }

  .section--contrast .detail__image-card {
    width: min(680px, 100%);
  }
}

.section--cta::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -220px;
  background: radial-gradient(circle, rgba(185, 44, 188, 0.24) 0%, rgba(185, 44, 188, 0) 70%);
  filter: blur(14px);
  pointer-events: none;
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(239, 244, 250, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.header--scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(11, 18, 32, 0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  padding: 12px 0;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.logo__img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  flex-shrink: 0;
}

.header__nav {
  display: none;
}

.nav__list {
  display: flex;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__link {
  font-size: 15px;
  color: #44515d;
  font-weight: 600;
  position: relative;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  border-radius: 999px;
  transition: width 0.25s ease;
}

.nav__link:hover::after,
.nav__link--active::after {
  width: 100%;
}

.header__cta {
  display: none;
}

.header__toggle {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  cursor: pointer;
}

.header__toggle span {
  height: 2px;
  width: 100%;
  background: #111827;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.header__toggle--open span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.header__toggle--open span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 22px;
  height: 52px;
  border-radius: var(--radius-pill);
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.btn--primary {
  background: #2bc6c7;
  color: #f9fafb;
  box-shadow: var(--shadow-subtle);
}

.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
  background: #22b7b8;
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.92);
  color: #0b1220;
  border-color: rgba(15, 23, 42, 0.2);
}

.btn--ghost:hover {
  background: #ffffff;
}

.section--blue .btn--ghost,
.section--cta .btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #f9fafb;
  border-color: rgba(255, 255, 255, 0.35);
}

.section--blue .btn--ghost:hover,
.section--cta .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.btn--outline {
  background: transparent;
  color: var(--color-primary);
  border-color: rgba(36, 81, 191, 0.6);
}

.btn--outline:hover {
  background: rgba(36, 81, 191, 0.08);
}

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

.btn--lg {
  height: 52px;
  padding: 0 26px;
}

.btn--xl {
  height: 56px;
  padding: 0 30px;
}

/* ========= HERO ========= */

.section--hero {
  padding-top: 120px;
  background: radial-gradient(circle at 12% 12%, #eef5ff 0, #eef2fb 38%, #f5f7ff 70%);
  position: relative;
  overflow: hidden;
}

.section--hero::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(36, 81, 191, 0.2) 0%, rgba(36, 81, 191, 0) 65%);
  top: -220px;
  left: -140px;
  filter: blur(8px);
  pointer-events: none;
}

.section--hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -140px;
  bottom: -160px;
  background: radial-gradient(circle, rgba(43, 198, 199, 0.24) 0%, rgba(43, 198, 199, 0) 65%);
  filter: blur(10px);
  pointer-events: none;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  position: relative;
}

.hero__content {
  max-width: 640px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(43, 198, 199, 0.2);
  color: var(--color-primary);
  align-self: flex-start;
  max-width: 100%;
  white-space: normal;
  text-align: left;
}

.hero__title {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  margin: 6px 0 18px;
  letter-spacing: -0.03em;
  font-family: var(--font-display);
  font-weight: 600;
}

.hero__subtitle {
  margin: 0 0 24px;
  font-size: 17px;
  color: var(--color-text-muted);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
}

.pill--solid {
  background: #111827;
  color: #f9fafb;
}

.pill--ghost {
  background: rgba(36, 81, 191, 0.12);
  color: var(--color-primary-strong);
}

.pill--ghost.is-meta {
  background: #ffffff;
  color: #0b1220;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(11, 18, 32, 0.12);
}

.pill--outline {
  background: #ffffff;
  color: #111827;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.pill i {
  color: currentColor;
}

.pill__icon-img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: inline-block;
}

.hero__visual {
  flex: 1;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.hero__floating-image {
  width: min(560px, 100%);
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--shadow-strong);
  border: 1px solid rgba(15, 23, 42, 0.08);
  animation: hero-pan 12s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
  z-index: 1;
}

.hero__float-pill {
  position: absolute;
  bottom: 24px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background: #ffffff;
  color: #0b1220;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.18);
  font-size: 13px;
  font-weight: 600;
  animation: float 6s ease-in-out infinite;
  z-index: 2;
}

.hero__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #f9fafb;
  font-size: 13px;
}

.hero__bullets {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 6px;
  color: #1b2931;
  font-size: 15px;
}

.hero__bullets i {
  color: var(--color-primary);
}

/* ========= SECTION HEADERS ========= */

.section__header {
  margin-bottom: 40px;
}

.section__header--center {
  text-align: center;
}

.section__title {
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
  font-family: var(--font-display);
  font-weight: 600;
}

.section__title-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 14px;
}

.section__title-wrap .section__title {
  margin: 0;
}

.section__title-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex-shrink: 0;
}

.section__title--light {
  color: #f9fafb;
}

.section__subtitle {
  margin: 0;
  font-size: 16px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.section__subtitle--light {
  color: rgba(249, 250, 251, 0.8);
}

.section__header--center .section__title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section__header--center .section__subtitle {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ========= INFO SECTION ========= */

.info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  position: relative;
  padding: 44px 40px;
  background: linear-gradient(135deg, #ffffff 0%, #edf3ff 100%);
  border: 1px solid rgba(36, 81, 191, 0.22);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(11, 18, 32, 0.12);
  overflow: hidden;
}

.info::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle at 30% 30%, rgba(36, 81, 191, 0.2), transparent 60%);
  filter: blur(14px);
  top: -120px;
  right: -60px;
  pointer-events: none;
}

.info::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 70% 60%, rgba(43, 198, 199, 0.2), transparent 70%);
  filter: blur(18px);
  bottom: -160px;
  left: -120px;
  pointer-events: none;
}

.info__title {
  font-size: 28px;
  margin: 0;
  letter-spacing: -0.02em;
  font-family: var(--font-display);
}

.info__heading {
  max-width: 520px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.info__kicker {
  margin: 8px 0 0;
  color: #3d4a5c;
  font-size: 16px;
}

.info__text {
  margin: 12px 0 0;
  color: #3d4a5c;
  font-size: 16px;
  line-height: 1.6;
}

.info__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.info__pill {
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  background: rgba(36, 81, 191, 0.16);
  color: #1b2650;
  border: 1px solid rgba(36, 81, 191, 0.3);
}

.info__stats {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  position: relative;
  z-index: 1;
}

.info__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 10px;
  background: rgba(36, 81, 191, 0.08);
  border: 1px solid rgba(36, 81, 191, 0.22);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.1);
  position: relative;
  z-index: 1;
}

.mini-card {
  background: #ffffff;
  border: 1px solid rgba(36, 81, 191, 0.28);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow-subtle);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 6px;
}

.mini-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2bc6c7, #2451bf);
}

.mini-card__value {
  margin: 0 0 4px;
  font-size: 19px;
  font-weight: 700;
  color: #1e58c0;
  font-family: var(--font-display);
}

.mini-card__label {
  margin: 0;
  font-size: 14px;
  color: #4a5a6d;
}

.mini-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(36, 81, 191, 0.24);
}

.mini-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(36, 81, 191, 0.06), rgba(44, 110, 219, 0));
  pointer-events: none;
}

/* ========= GRID UTILS ========= */

.grid {
  display: grid;
  gap: 26px;
}

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

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

/* testimonials grid removed in favor of carousel */

/* ========= FEATURE CARDS ========= */

.feature-card {
  background: #ffffff;
  border-radius: var(--radius-2xl);
  padding: 26px 24px;
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  border: 1px solid var(--color-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(36, 81, 191, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 22px;
}

.feature-card__title {
  font-size: 18px;
  margin: 0;
  letter-spacing: -0.01em;
}

.feature-card__text {
  margin: 0;
  font-size: 15px;
  color: #44515d;
}

.feature-card--highlight {
  background: linear-gradient(145deg, rgba(36, 81, 191, 0.08), rgba(43, 198, 199, 0.16));
  border: 1px solid rgba(36, 81, 191, 0.22);
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(36, 81, 191, 0.26);
}

/* ========= DETAIL SECTION ========= */

.layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.layout__content {
  flex: 1;
}

.layout__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail__list {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.detail-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 18px 18px;
  box-shadow: var(--shadow-subtle);
  display: flex;
  gap: 12px;
  border: 1px solid var(--color-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.detail-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(36, 81, 191, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 18px;
  flex-shrink: 0;
}

.detail-item__title {
  margin: 0 0 6px;
  font-size: 17px;
}

.detail-item__text {
  margin: 0;
  font-size: 15px;
  color: #44515d;
}

.detail-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(36, 81, 191, 0.22);
}

.detail__image-placeholder {
  width: 100%;
  max-width: 400px;
  height: 280px;
  border-radius: 32px;
  background: radial-gradient(circle at top left, rgba(36, 81, 191, 0.12) 0, #f2f6ff 55%, #ffffff 100%);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.detail__image-placeholder::before {
  content: "Espaço reservado para imagem do fluxo do IAuto Lead";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #8b98a5;
  text-align: center;
  padding: 0 20px;
}

.detail__image-card {
  width: min(640px, 100%);
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-soft);
  padding: 18px;
  position: relative;
}

.detail__image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.detail__image-caption {
  margin-top: 12px;
  font-size: 14px;
  color: #4b5563;
  text-align: center;
}

/* ========= PRINTS CRM ========= */

.print-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

.print-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: var(--shadow-subtle);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.print-card__image {
  width: 100%;
  height: 360px;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.print-card__caption {
  margin: 12px 4px 4px;
  font-size: 15px;
  color: #3f4c5a;
  font-weight: 600;
}

.print-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(36, 81, 191, 0.22);
}

.print-grid__note {
  margin: 18px auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 15px;
  color: #3f4c5a;
  font-weight: 600;
}

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

.image-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 80;
}

.image-lightbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 32, 0.75);
  backdrop-filter: blur(3px);
}

.image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.image-lightbox__content {
  position: relative;
  max-width: min(1000px, 92vw);
  max-height: 86vh;
  z-index: 1;
  animation: lightbox-pop 0.2s ease;
}

.image-lightbox__img {
  width: 100%;
  height: auto;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.image-lightbox__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: #111827;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.lightbox-open {
  overflow: hidden;
}

@keyframes lightbox-pop {
  from {
    transform: scale(0.96);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* ========= STATS / RESULTADOS ========= */

.stats__wrapper {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.stats__callout {
  margin: 0 auto 24px;
  max-width: 520px;
  font-size: 18px;
  font-weight: 600;
  color: #f9fafb;
}

.stats-grid {
  align-items: stretch;
  justify-items: center;
}

.stats-list {
  display: grid;
  gap: 16px;
  margin-top: 12px;
  justify-items: center;
}

.stat-card {
  background: rgba(11, 18, 32, 0.32);
  border-radius: var(--radius-2xl);
  padding: 26px 22px;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  width: 100%;
  max-width: 360px;
  min-height: 200px;
}

.stat-card--row {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  text-align: left;
  max-width: 720px;
  min-height: auto;
  padding: 20px 22px;
}

.stat-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 18px;
  background: rgba(11, 18, 32, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.stat-card__value {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.stat-card__label {
  margin: 0;
  font-size: 15px;
  color: rgba(249, 250, 251, 0.9);
}

.stats__footer {
  margin-top: 28px;
  font-size: 15px;
  color: rgba(249, 250, 251, 0.9);
}

.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.25);
  border-color: rgba(255, 255, 255, 0.26);
}

/* ========= IA ÚNICA ========= */

.unique-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.unique-card {
  background: #ffffff;
  border-radius: var(--radius-2xl);
  padding: 28px 26px;
  box-shadow: var(--shadow-subtle);
  display: flex;
  gap: 16px;
  border: 1px solid rgba(36, 81, 191, 0.22);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  flex-direction: column;
}

.unique-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(36, 81, 191, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 22px;
  flex-shrink: 0;
  align-self: center;
}

.unique-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.unique-card__eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.unique-card__title {
  margin: 0;
  font-size: 17px;
}

.unique-card__text {
  margin: 0;
  font-size: 15px;
  color: #44515d;
}

.unique-card__list {
  list-style: none;
  padding: 4px 0 0;
  margin: 0;
  display: grid;
  gap: 8px;
  color: #111827;
  font-size: 14px;
}

.unique-card__list i {
  color: var(--color-primary);
  margin-right: 6px;
}

.unique-card:hover,
.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(36, 81, 191, 0.22);
}

/* ========= PLANOS ========= */

.pricing-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  padding: 12px 0;
  width: 100%;
}

.pricing-info {
  display: grid;
  gap: 16px;
  max-width: 520px;
}

.pricing-info__title {
  margin: 0;
  font-size: 38px;
  letter-spacing: -0.02em;
}

.pricing-info__title--light {
  color: #f9fafb;
}

.pricing-info__title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2bc6c7, #2451bf);
  margin: 12px auto 0;
}

.pricing-info__subtitle {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.6;
}

.pricing-info__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pricing-card {
  background: linear-gradient(160deg, #0b1220 0%, #0f172a 60%, #0b1220 100%);
  color: #e5e7eb;
  border-radius: 40px;
  padding: 40px 36px 32px;
  box-shadow: var(--shadow-soft);
  max-width: 560px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(36, 81, 191, 0.24), transparent 55%);
  pointer-events: none;
}

.pricing-card__eyebrow {
  margin: 0 0 14px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(226, 232, 240, 0.65);
}

.pricing-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
}

.pricing-card__list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-card__list li i {
  color: var(--color-accent);
  font-size: 14px;
}

.pricing-card__footer {
  font-size: 15px;
  color: rgba(226, 232, 240, 0.78);
  margin-bottom: 18px;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.3);
  border-color: rgba(255, 255, 255, 0.16);
}

/* ========= TESTIMONIALS ========= */

.testimonial-card {
  background: #ffffff;
  border-radius: var(--radius-2xl);
  padding: 28px 26px;
  box-shadow: var(--shadow-subtle);
  border: 1px solid var(--color-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  width: 100%;
}

.testimonial-card__logo {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--color-primary-strong);
}

.testimonial-card__text {
  margin: 0 0 10px;
  font-size: 15px;
  color: #0b1220;
  line-height: 1.6;
}

.testimonial-card__author {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}

/* ========= CAROUSEL ========= */

.carousel {
  position: relative;
  margin-top: 10px;
}

.carousel__viewport {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.carousel--testimonials .carousel__viewport {
  max-width: 720px;
}

.carousel--prints .carousel__viewport {
  max-width: 860px;
}

.carousel__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.carousel__slide {
  min-width: 100%;
}

.carousel__control {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(36, 81, 191, 0.2);
  background: #ffffff;
  color: #1f2a44;
  box-shadow: var(--shadow-subtle);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__control--prev {
  left: -40px;
}

.carousel__control--next {
  right: -40px;
}

.carousel__control:hover {
  transform: translateY(-50%) translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.carousel__nav .carousel__dots {
  margin-top: 0;
}

.carousel__nav .carousel__control {
  position: static;
  transform: none;
}

.carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(36, 81, 191, 0.25);
  cursor: pointer;
}

.carousel__dot.is-active {
  width: 26px;
  background: rgba(36, 81, 191, 0.85);
}

/* ========= CTA FINAL ========= */

.cta-final {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.cta-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.cta-final__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  justify-content: center;
}

.pill--glass {
  background: rgba(255, 255, 255, 0.12);
  color: #f9fafb;
  border: 1px solid rgba(255, 255, 255, 0.2);
}


/* ========= FOOTER ========= */

.footer {
  background: #0b1220;
  color: #9ca3af;
  padding: 26px 0 28px;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 13px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.footer__copy {
  margin: 0;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer__links a {
  color: #e5e7eb;
  opacity: 0.8;
}

.footer__links a:hover {
  opacity: 1;
}

/* ========= ANIMAÇÕES ========= */

[data-animate] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@keyframes hero-pan {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.03) translateY(-8px);
  }
}

/* ========= MOBILE NAV ========= */

.nav-mobile {
  position: fixed;
  inset: 72px 16px auto;
  z-index: 35;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 14px 16px 16px;
  display: none;
  width: calc(100% - 32px);
}

.nav-mobile--open {
  display: block;
}

.nav-mobile__list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav-mobile__link {
  font-size: 15px;
  color: #0b1220;
}

.nav-mobile__cta {
  display: flex;
  gap: 10px;
}

/* ========= RESPONSIVO ========= */

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }

  .header__inner {
    height: 64px;
    padding: 4px 0;
    justify-content: center;
  }

  .logo__img {
    width: 140px;
    height: 36px;
    flex-shrink: 0;
  }

  .header__toggle {
    display: none;
  }

  .section {
    padding: 72px 0;
  }

  .section--hero {
    padding-top: 44px;
  }

  .hero {
    gap: 16px;
  }

  .hero__subtitle {
    margin-bottom: 14px;
  }

  .hero__subtitle {
    margin-top: 6px;
  }

  .hero__title {
    font-size: clamp(30px, 8vw, 40px);
  }

  .hero__content {
    display: contents;
  }

  .hero__meta {
    order: 1;
  }

  .hero__title {
    order: 2;
  }

  .hero__visual {
    order: 3;
  }

  .hero__subtitle {
    order: 4;
  }

  .hero__cta {
    order: 5;
  }

  .hero__bullets {
    order: 6;
  }

  .hero__meta {
    margin-top: -10px;
  }

  .badge {
    margin-top: -2px;
  }

  .badge {
    font-size: 10px;
    padding: 6px 10px;
    white-space: nowrap;
    background: rgba(36, 81, 191, 0.16);
    color: #1e2f5d;
    border: 1px solid rgba(36, 81, 191, 0.25);
  }

  .hero__visual {
    min-height: 220px;
  }

  .hero__visual + .hero__subtitle {
    margin-top: 8px;
  }

  .hero__cta {
    width: 100%;
    margin-bottom: 0;
  }

  .hero__cta .btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .hero__bullets {
    font-size: 14px;
  }

  .hero__float-pill {
    bottom: 16px;
    left: 12px;
    font-size: 12px;
  }

  .feature-card,
  .mini-card,
  .detail-item,
  .stat-card--row,
  .pricing-card,
  .testimonial-card {
    width: 100%;
  }

  .carousel__viewport {
    width: 100%;
  }

  .carousel__control {
    z-index: 2;
  }

  .grid {
    gap: 18px;
  }

  .pricing-card {
    max-width: 100%;
    padding: 28px 22px 24px;
  }

  .unique-card--tall {
    grid-column: span 1;
  }

  .carousel__control--prev {
    left: 6px;
  }

  .carousel__control--next {
    right: 6px;
  }

  .carousel--testimonials .carousel__control {
    position: static;
    transform: none;
  }

  .nav-mobile__cta {
    flex-direction: column;
  }

  .btn {
    white-space: normal;
  }

  .footer .logo__img {
    width: 96px;
    height: 96px;
  }

  .section--contrast .section__title {
    font-size: 30px;
  }

  #funcionalidades .section__title {
    font-size: 30px;
  }

  .section--contrast .layout__content {
    padding-right: 6px;
  }

  .section--blue .section__title-wrap {
    flex-direction: column;
    gap: 6px;
  }

  .section--blue .section__title-wrap .section__title {
    text-align: center;
  }

  .section__header {
    padding: 0 4px;
  }

  .section--cta .pricing-info__title--light {
    font-size: 28px;
    line-height: 1.2;
  }

  .section--cta .pricing-card__list {
    font-size: 14px;
  }

  .section--cta .pricing-card__list li {
    gap: 6px;
  }
}

@media (hover: none) and (pointer: coarse) {
  html,
  body {
    overflow-x: hidden;
  }

  .header__nav,
  .header__cta {
    display: none;
  }

  .header__toggle {
    display: none;
  }

  .hero,
  .layout {
    flex-direction: column;
  }

  .grid--two,
  .grid--three,
  .unique-grid {
    grid-template-columns: 1fr;
  }

  .section--hero,
  .section--impact,
  .section--alt,
  .section--unique,
  .section--contrast,
  .section--blue,
  .section--cta {
    overflow: hidden;
  }

  .info {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .info__cards {
    padding: 12px;
  }

  .carousel__control--prev {
    left: 6px;
  }

  .carousel__control--next {
    right: 6px;
  }

  .carousel__viewport {
    width: 100%;
  }

  .nav-mobile__cta {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .header__nav {
    display: block;
  }

  .header__cta {
    display: inline-flex;
  }

  .header__toggle {
    display: none;
  }

  .section {
    padding: 130px 0;
  }

  .hero {
    flex-direction: row;
    align-items: center;
    gap: 70px;
  }

  .hero__visual {
    min-height: 480px;
  }

  .info {
    grid-template-columns: 1.05fr 1fr;
    gap: 70px;
    align-items: center;
    padding: 56px 54px;
  }

  .info__title {
    max-width: 420px;
  }

  .info__stats {
    max-width: 520px;
  }

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

  .grid--three {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    justify-items: center;
    gap: 22px;
  }

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

  .layout {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }

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

  .cta-final {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .cta-final__content {
    grid-column: 1;
  }

  .footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .print-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .section__title {
    font-size: 40px;
  }

  .hero__title {
    font-size: 60px;
  }

  .section--hero {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .info__title {
    font-size: 34px;
  }
}
