/* Tema claro — referência Imuv (navy + laranja + fundo claro) */

.theme-light {
  --navy: #0d3a6e;
  --navy-dark: #082a52;
  --navy-light: #1a5085;
  --orange: #ff7a00;
  --orange-hover: #ff8f26;
  --orange-dark: #e56a00;
  --blue-cta: #1e6fd9;
  --blue-cta-hover: #2b7de8;
  --bg-page: #e8eef6;
  --bg-contact: #c8daf0;
  --bg-white: #ffffff;
  /* Caixas e cards — tons azulados para contraste e leitura */
  --bg-surface: #f0f6fc;
  --bg-surface-strong: #e3edf8;
  --bg-surface-card: #f5f9fd;
  --bg-surface-hover: #dce8f5;
  --border: rgba(13, 58, 110, 0.14);
  --border-strong: rgba(13, 58, 110, 0.22);
  --text-navy: #0d3a6e;
  --text-body: #0d3a6e;
  --text-muted: #1a5085;
  --shadow-soft: 0 8px 32px rgba(13, 58, 110, 0.14);
  --shadow-card: 0 12px 40px rgba(13, 58, 110, 0.18);
  --radius-ui: 12px;
}

.theme-light {
  color: var(--text-body);
  background: var(--bg-page);
}

.theme-light .page-backdrop { display: none; }

.theme-light .section::before { display: none; }

/* Header navy */
.theme-light .site-header--navy {
  background: var(--navy);
  border-bottom: none;
  box-shadow: 0 4px 20px rgba(8, 42, 82, 0.25);
}

.theme-light .site-header--navy.is-scrolled {
  background: var(--navy-dark);
}

.theme-light .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

.theme-light .nav-link:hover {
  color: var(--orange);
  text-shadow: none;
}

.theme-light .nav-toggle-bar { background: #fff; }

.theme-light .mobile-nav {
  background: var(--navy-dark);
}

.theme-light .mobile-nav-link {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-light .btn-header-cta {
  background: var(--blue-cta);
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  font-size: 0.9rem;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(30, 111, 217, 0.4);
}

.theme-light .btn-header-cta:hover {
  background: var(--blue-cta-hover);
  transform: scale(1.03);
}

.theme-light .brand img {
  filter: brightness(1.1);
}

/* Hero claro — legibilidade + foto visível à direita */
.theme-light .hero--light {
  position: relative;
  min-height: auto;
  padding: 2rem 0 0;
  background: var(--bg-page);
  overflow: visible;
  isolation: isolate;
}

@media (min-width: 1024px) {
  .theme-light .hero--light {
    min-height: min(82vh, 780px);
    padding-top: 2.75rem;
  }
}

.theme-light .hero-skyline {
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center 32%;
  opacity: 1;
  filter: saturate(1.15) contrast(1.05) brightness(0.98);
  pointer-events: none;
}

.theme-light .hero-skyline__accent {
  position: absolute;
  inset: 0;
  display: block;
  background-image: var(--hero-bg-accent);
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  mix-blend-mode: multiply;
}

.theme-light .hero-skyline::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.82) 32%,
      rgba(238, 241, 246, 0.55) 48%,
      rgba(13, 58, 110, 0.12) 62%,
      rgba(255, 255, 255, 0.28) 78%,
      rgba(238, 241, 246, 0.65) 100%
    ),
    linear-gradient(180deg, transparent 0%, rgba(238, 241, 246, 0.5) 88%, var(--bg-page) 100%);
}

.theme-light .hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 42rem;
  margin-inline: auto;
  padding: 1.85rem 1.75rem;
  border-radius: var(--radius-ui);
  background: linear-gradient(145deg, rgba(245, 249, 253, 0.97) 0%, rgba(227, 237, 248, 0.95) 100%);
  border: 1px solid var(--border-strong);
  box-shadow:
    0 4px 24px rgba(13, 58, 110, 0.12),
    0 16px 48px rgba(13, 58, 110, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

@media (min-width: 768px) {
  .theme-light .hero-copy {
    padding: 2.1rem 2.25rem;
  }
}

@media (max-width: 1023px) {
  .theme-light .hero-layout {
    align-items: center;
  }

  .theme-light .hero-copy {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }
}

@media (min-width: 1024px) {
  .theme-light .hero-copy {
    width: 100%;
    max-width: min(38rem, 100%);
    margin-inline: 0;
    margin-left: auto;
    justify-self: end;
    align-self: start;
  }

  .theme-light .hero-aside {
    justify-self: start;
    align-self: start;
    max-width: min(28rem, 100%);
  }
}

.theme-light .hero-title__line {
  text-shadow:
    0 2px 12px rgba(255, 255, 255, 0.95),
    0 1px 0 rgba(13, 58, 110, 0.08);
}

.theme-light .hero-text,
.theme-light .hero-subtitle,
.theme-light .hero-bullets li,
.theme-light .hero-closing {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

/* Fundo único do site (todas as seções exceto header e hero) */
.theme-light .page-main {
  background-color: var(--bg-page);
  background-image: var(--site-bg-image, none);
  background-size: cover;
  background-position: center top;
  background-attachment: scroll;
}

.theme-light .section,
.theme-light .hero-features {
  background: transparent;
}

.theme-light .section-bg {
  display: none !important;
}

/* Importância — foto de documentos */
.theme-light .section--importancia-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.theme-light .section--importancia-bg .importancia-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background-image: var(--importancia-bg);
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  .theme-light .section--importancia-bg .importancia-bg {
    background-attachment: fixed;
  }
}

.theme-light .section--importancia-bg .importancia-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(240, 246, 252, 0.94) 0%, rgba(255, 255, 255, 0.86) 50%, rgba(232, 238, 246, 0.92) 100%),
    radial-gradient(ellipse 50% 40% at 90% 20%, rgba(13, 58, 110, 0.14), transparent 55%);
}

.theme-light .section--importancia-bg .importancia-inner {
  position: relative;
  z-index: 1;
}

/* Seção com foto de fundo (landings Alvará / Vigilância) */
.theme-light .section--photo-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.theme-light .section--photo-bg .section-photo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--section-photo-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.theme-light .section--photo-bg .section-photo-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(232, 238, 246, 0.94) 0%,
    rgba(245, 249, 253, 0.92) 45%,
    rgba(232, 238, 246, 0.96) 100%
  );
}

.theme-light .section--photo-bg .section--photo-bg__inner {
  position: relative;
  z-index: 1;
}

/* Contato — destaque */
.theme-light .section--contato {
  background: var(--bg-contact-highlight, var(--bg-contact));
  border-top: 3px solid var(--navy);
  border-bottom: 3px solid var(--navy);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 -8px 32px rgba(13, 58, 110, 0.08),
    0 8px 32px rgba(13, 58, 110, 0.08);
}

.theme-light .section--cta-final .section-title {
  color: var(--orange);
  -webkit-text-fill-color: var(--orange);
}

.theme-light .section--cta-final .section-subtitle,
.theme-light .section--cta-final .cta-final-text,
.theme-light .section--cta-final .cta-final-list li {
  color: var(--navy);
}

.theme-light .section--cta-final .cta-final-list li::before {
  color: var(--orange);
}

.theme-light .hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: start;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .theme-light .hero-layout {
    grid-template-columns: minmax(20rem, 28rem) minmax(0, 1fr);
    gap: clamp(2rem, 3vw, 3rem);
    align-items: start;
    max-width: min(76rem, 100%);
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 3vw, 2.5rem);
  }
}

.theme-light .hero-title {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--orange);
  text-align: center;
}

.theme-light .hero-title__line {
  display: block;
  font-size: clamp(2.05rem, 5.5vw, 3.2rem);
  color: var(--orange);
  text-align: center;
}

.theme-light .hero-subtitle {
  color: var(--navy);
  font-weight: 600;
}

.theme-light .hero-text {
  margin: 0 auto 1.25rem;
  font-size: 1.52rem;
  line-height: 1.7;
  color: var(--navy);
  max-width: 38rem;
  font-weight: 500;
  text-align: center;
}

.theme-light .hero-text .hero-em,
.theme-light .hero-em,
.hero-em {
  color: var(--blue-cta) !important;
  font-weight: 800;
}

.theme-light .hero-closing {
  margin: 0 0 1.15rem;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--navy);
}

.theme-light .hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.5rem;
  width: fit-content;
  max-width: 100%;
  text-align: left;
}

.theme-light .hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
  font-size: 1.38rem;
  color: var(--navy);
}

.theme-light .hero-check {
  color: #22c55e;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.2;
}

.theme-light .btn-whatsapp--hero {
  width: 100%;
  max-width: 20rem;
  justify-content: center;
  padding: 0.9rem 1.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  border-radius: 999px;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45);
  gap: 0.4rem;
}

.theme-light .btn-whatsapp--hero .wa-icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .theme-light .btn-whatsapp--hero {
    width: auto;
  }
}

.theme-light .wa-panel--hero {
  box-shadow:
    0 20px 56px rgba(8, 42, 82, 0.28),
    0 8px 24px rgba(13, 58, 110, 0.15);
}

/* Painel WhatsApp (hero + CTA) */
.theme-light .wa-panel {
  background: var(--bg-surface-card);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-card);
}

.theme-light .wa-panel__top {
  background: var(--navy);
  color: #fff;
}

.theme-light .wa-panel__eyebrow {
  color: rgba(255, 255, 255, 0.75);
}

.theme-light .wa-panel__title {
  color: var(--orange);
}

.theme-light .wa-panel__lead {
  color: rgba(255, 255, 255, 0.92);
}

.theme-light .wa-panel__topics {
  background: var(--bg-surface);
  padding-top: 2.5rem;
}

.theme-light .wa-topic {
  border-color: var(--border);
  background: var(--bg-surface-strong);
  color: var(--navy);
}

.theme-light .wa-topic__label {
  color: var(--blue-cta);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.theme-light .wa-topic:hover {
  border-color: var(--orange);
  background: var(--bg-surface-hover);
}

.theme-light .wa-topic:hover .wa-topic__label {
  color: var(--blue-cta-hover);
}

.theme-light .wa-topic--featured {
  border-color: var(--orange);
  background: rgba(255, 122, 0, 0.12);
  box-shadow: 0 0 20px rgba(255, 122, 0, 0.25);
}

.theme-light .wa-topic__badge {
  color: var(--orange-dark);
  background: rgba(255, 122, 0, 0.2);
}

.theme-light .wa-panel__benefits {
  color: var(--navy);
  background: var(--bg-surface);
  margin: 0;
  padding: 0.85rem 1.35rem 1rem;
  border-top: 1px solid var(--border);
}

.theme-light .wa-panel__footer-links {
  background: var(--navy-dark);
}

.theme-light .wa-panel__footer-links a {
  color: rgba(255, 255, 255, 0.85);
}

.theme-light .wa-panel__footer-links a:hover {
  color: var(--orange);
}

.theme-light .wa-panel--cta {
  background: linear-gradient(180deg, rgba(245, 249, 253, 0.98) 0%, rgba(227, 237, 248, 0.96) 100%);
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.35);
}

.theme-light .wa-panel--cta .wa-panel__top {
  background: var(--navy);
}

.theme-light .wa-cta-bar {
  background: linear-gradient(135deg, var(--bg-surface-card) 0%, var(--bg-surface-strong) 100%);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-soft);
}

.theme-light .wa-cta-bar__title {
  color: var(--orange);
}

.theme-light .wa-cta-bar__text {
  color: var(--navy);
}

.theme-light .btn-header-cta--wa {
  background: #25d366;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
}

.theme-light .btn-header-cta--wa:hover {
  background: #20bd5a;
  transform: scale(1.03);
}

.theme-light .section--cta-final .wa-panel__title {
  color: var(--orange);
}

/* Formulário de leads */
.theme-light .hero-aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

.theme-light .hero-form-wrap {
  width: 100%;
}

.theme-light .cta-final-form {
  width: 100%;
}

.theme-light .lead-card--compact {
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius-ui);
  background: transparent;
  border: none;
  box-shadow: var(--shadow-card);
}

.theme-light .lead-card--compact::before { display: none; }

.theme-light .lead-card__top {
  background: var(--navy);
  color: #fff;
  padding: 1.25rem 1.25rem 1rem;
  text-align: center;
}

.theme-light .lead-card__top-title {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-light .package-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.theme-light .package-option {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 0.4rem;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.theme-light .package-option input { position: absolute; opacity: 0; }

.theme-light .package-option__icon {
  font-size: 1.25rem;
  opacity: 0.7;
}

.theme-light .package-option__label {
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.theme-light .package-option.is-featured,
.theme-light .package-option:has(input:checked) {
  border-color: var(--orange);
  background: rgba(255, 122, 0, 0.15);
  box-shadow: 0 0 20px rgba(255, 122, 0, 0.45);
}

.theme-light .package-option.is-featured .package-option__icon,
.theme-light .package-option:has(input:checked) .package-option__icon {
  color: #fcd34d;
  opacity: 1;
}

.theme-light .lead-card__body {
  background: var(--bg-white);
  padding: 1.25rem 1.25rem 1rem;
}

.theme-light .lead-card--compact .lead-form label,
.theme-light .lead-card--compact .lead-form legend {
  color: var(--text-navy);
  font-size: 0.8rem;
  font-weight: 600;
}

.theme-light .lead-card--compact .form-hint,
.theme-light .lead-card--compact .form-optional {
  color: var(--text-muted);
}

.theme-light .lead-card--compact .service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.25rem;
}

.theme-light .lead-card--compact .lead-form input {
  background: #f1f5f9;
  border: 1px solid var(--border);
  color: var(--text-navy);
  border-radius: 8px;
}

.theme-light .lead-card--compact .lead-form input:focus {
  border-color: var(--blue-cta);
  box-shadow: 0 0 0 3px rgba(30, 111, 217, 0.2);
  outline: none;
}

.theme-light .lead-card--compact .btn-submit {
  margin-top: 0.5rem;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(255, 122, 0, 0.45);
}

.theme-light .lead-card--compact .btn-submit:hover:not(:disabled) {
  background: var(--orange-hover);
  box-shadow: 0 8px 28px rgba(255, 122, 0, 0.55);
}

.theme-light .lead-card__footer {
  background: var(--navy-dark);
  color: #fff;
  padding: 1rem 1.25rem;
  text-align: center;
}

.theme-light .lead-card__social {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
}

.theme-light .lead-card__footer-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.theme-light .btn-footer-light {
  padding: 0.45rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
}

.theme-light .btn-footer-light:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Barra de features */
.theme-light .hero-features {
  position: relative;
  z-index: 3;
  margin-top: 0.5rem;
  padding-bottom: 3rem;
}

.theme-light .hero-features__bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: linear-gradient(180deg, var(--bg-surface-card) 0%, var(--bg-surface-strong) 100%);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-ui);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

@media (min-width: 768px) {
  .theme-light .hero-features__bar {
    grid-template-columns: repeat(4, 1fr);
  }
}

.theme-light .hero-feature {
  padding: 1.35rem 1.25rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.35);
}

@media (min-width: 768px) {
  .theme-light .hero-feature {
    border-bottom: none;
    border-right: 1px solid var(--border);
  }
  .theme-light .hero-feature:last-child { border-right: none; }
}

.theme-light .hero-feature__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  color: var(--orange);
  border: 2px solid var(--navy);
  border-radius: 50%;
}

.theme-light .hero-feature__title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--orange);
}

.theme-light .hero-feature__text {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--navy);
}

/* Seções abaixo — fundo claro */
.theme-light .section {
  padding: 4rem 0;
  color: var(--navy);
}

.theme-light .section p {
  color: var(--navy);
}

.theme-light .benefit-card {
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius-ui);
  background: linear-gradient(160deg, var(--bg-surface-card) 0%, var(--bg-surface) 100%);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-soft);
}

.theme-light .benefit-card,
.theme-light .benefit-card span {
  color: var(--navy);
}

.theme-light .section-title,
.theme-light .section-title--accent,
.theme-light .text-accent {
  color: var(--orange);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--orange);
  filter: none;
}

.theme-light .text-blue { color: var(--navy); }

.theme-light .section-subtitle {
  color: var(--navy);
}

.theme-light .section-divider {
  background: linear-gradient(90deg, var(--orange), var(--navy));
}

.theme-light .service-card,
.theme-light .benefit-card,
.theme-light .process-card,
.theme-light .mission-card,
.theme-light .stats-panel {
  background: linear-gradient(160deg, var(--bg-surface-card) 0%, var(--bg-surface) 100%);
  border: 1px solid var(--border-strong);
  color: var(--text-body);
  box-shadow: var(--shadow-soft);
  backdrop-filter: none;
}

.theme-light .service-card:hover,
.theme-light .process-card:hover,
.theme-light .mission-card:hover {
  border-color: rgba(30, 111, 217, 0.35);
  box-shadow: 0 12px 36px rgba(13, 58, 110, 0.16);
}

.theme-light .service-card-title,
.theme-light .process-card h3,
.theme-light .mission-card h3,
.theme-light .importancia-title,
.theme-light .pros-card h3,
.theme-light .cons-card h3,
.theme-light .lead-card__title,
.theme-light .hero-feature__title,
.theme-light .accordion-trigger {
  color: var(--orange);
}

.theme-light .service-card-icon {
  background: linear-gradient(135deg, rgba(13, 58, 110, 0.16), rgba(30, 111, 217, 0.12));
  color: var(--navy);
  border: 1px solid var(--border);
}

.theme-light .stat-number {
  color: var(--orange);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--orange);
}

.theme-light .stat-label { color: var(--navy); }

.theme-light .badge {
  background: var(--bg-surface-strong);
  border-color: var(--border-strong);
  color: var(--navy);
  font-weight: 600;
}

.theme-light .badge--orange {
  background: rgba(255, 122, 0, 0.12);
  border-color: rgba(255, 122, 0, 0.35);
  color: var(--orange);
}

.theme-light .pros-card,
.theme-light .cons-card {
  background: linear-gradient(160deg, var(--bg-surface-card) 0%, var(--bg-surface-strong) 100%);
  border: 1px solid var(--border-strong);
  transform: none;
  box-shadow: var(--shadow-soft);
}

.theme-light .pros-card {
  border-color: rgba(255, 122, 0, 0.45);
  background: linear-gradient(160deg, #f8fbff 0%, #e8f2fa 100%);
}

.theme-light .cons-card {
  background: linear-gradient(160deg, var(--bg-surface) 0%, #dde8f4 100%);
}

.theme-light .pros-card li,
.theme-light .cons-card li,
.theme-light .importancia-text,
.theme-light .importancia-text p,
.theme-light .importancia-lead,
.theme-light .importancia-note,
.theme-light .importancia-tagline,
.theme-light .service-card-text,
.theme-light .process-card p,
.theme-light .mission-card p,
.theme-light .prose p,
.theme-light .accordion-content p,
.theme-light .hero-feature__text,
.theme-light .cta-final-text,
.theme-light .cta-final-list li {
  color: var(--navy);
}

.theme-light .importancia-tagline {
  font-weight: 600;
}

.theme-light .section--importancia-bg .importancia-title {
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.9);
}

.theme-light .section--importancia-bg .importancia-text,
.theme-light .section--importancia-bg .importancia-lead,
.theme-light .section--importancia-bg .importancia-note,
.theme-light .section--importancia-bg .importancia-tagline {
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.85);
}

.theme-light .accordion-item {
  background: linear-gradient(180deg, var(--bg-surface-card) 0%, var(--bg-surface) 100%);
  border-color: var(--border-strong);
}

.theme-light .accordion-item[open] {
  background: var(--bg-surface-strong);
  border-color: rgba(30, 111, 217, 0.28);
}

.theme-light .accordion-content p { color: var(--navy); }

.theme-light .site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.88);
  border-top: 4px solid var(--orange);
}

.theme-light .site-footer .footer-brand,
.theme-light .site-footer .footer-heading { color: var(--orange); }

.theme-light .site-footer .footer-text,
.theme-light .site-footer .footer-links a,
.theme-light .site-footer .footer-contact li {
  color: rgba(255, 255, 255, 0.78);
}

.theme-light .site-footer .footer-links a:hover,
.theme-light .site-footer .footer-contact a:hover {
  color: var(--orange);
}

.theme-light .site-footer .footer-bottom {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.65);
}

/* CTA final + form full */
.theme-light .lead-card:not(.lead-card--compact) {
  background: var(--bg-white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}

.theme-light .lead-card:not(.lead-card--compact)::before { display: none; }

.theme-light .lead-card:not(.lead-card--compact) .lead-card__badge {
  background: var(--orange);
  color: #fff;
}

.theme-light .lead-card:not(.lead-card--compact) .lead-form label { color: var(--navy); }

.theme-light .lead-card:not(.lead-card--compact) .lead-form input {
  background: #f8fafc;
  border-color: var(--border);
  color: var(--text-navy);
}

.theme-light .lead-card:not(.lead-card--compact) .btn-submit {
  background: var(--orange);
  box-shadow: 0 6px 20px rgba(255, 122, 0, 0.4);
}

.theme-light .chip span {
  background: #f1f5f9;
  border-color: var(--border);
  color: var(--text-navy);
}

.theme-light .chip input:checked + span {
  background: rgba(255, 122, 0, 0.15);
  border-color: var(--orange);
  color: var(--orange-dark);
}

.theme-light .btn-primary {
  background: var(--blue-cta);
  color: #fff;
  box-shadow: 0 4px 14px rgba(30, 111, 217, 0.35);
}

.theme-light .btn-outline {
  color: var(--navy);
  border-color: var(--navy);
}

.theme-light .btn-outline:hover {
  background: var(--navy);
  color: #fff;
}

.theme-light .sticky-cta__primary {
  background: var(--orange);
  box-shadow: 0 6px 24px rgba(255, 122, 0, 0.5);
}

.theme-light .thankyou-box {
  background: linear-gradient(160deg, var(--bg-surface-card) 0%, var(--bg-surface-strong) 100%);
  border-color: var(--border-strong);
  color: var(--text-body);
  box-shadow: var(--shadow-card);
}

.theme-light .thankyou-box .section-title { color: var(--orange); }
.theme-light .thankyou-box .section-subtitle { color: var(--navy); }

.theme-light .thankyou-icon {
  background: linear-gradient(135deg, var(--navy), var(--orange));
}

.theme-light .photo-frame {
  border-color: var(--border-strong);
  background: var(--bg-surface-card);
  box-shadow: var(--shadow-soft);
}

.theme-light .logo-marquee-item {
  background: linear-gradient(180deg, var(--bg-surface-card) 0%, var(--bg-surface-strong) 100%);
  border-color: var(--border-strong);
}

.theme-light .clients-hint { color: var(--navy-light); }

.theme-light .lead-card:not(.lead-card--compact) .lead-card__title {
  color: var(--orange);
}

.theme-light .form-message.is-error { color: #dc2626; }
.theme-light .form-message.is-success { color: #16a34a; }
