/* ==========================================================================
   Linux Force Security — estilos customizados (complementam o Tailwind CDN)
   ========================================================================== */

/* Protege o widget Elfsight do reset do Tailwind preflight */
.elfsight-app-68aa640d-1475-4297-b37b-a8862362fb3c,
.elfsight-app-68aa640d-1475-4297-b37b-a8862362fb3c * {
  all: revert;
}
.elfsight-app-68aa640d-1475-4297-b37b-a8862362fb3c {
  display: block;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

::selection {
  background: rgba(34, 211, 238, 0.35);
  color: #fff;
}

/* Scrollbar (Webkit) */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #05070d;
}
::-webkit-scrollbar-thumb {
  background: #1c2740;
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #22d3ee;
}

/* ----------------------------- Header ---------------------------------- */

#site-header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: rgba(15, 23, 42, 0.06);
}
#site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 24px -8px rgba(15, 23, 42, 0.1);
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #475569;
  transition: color 0.2s ease;
}
.nav-link:hover {
  color: #0f172a;
}

.mobile-nav-link {
  padding: 0.7rem 0.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #334155;
  border-radius: 0.5rem;
}
.mobile-nav-link:active {
  background: rgba(15, 23, 42, 0.04);
}

/* Vinheta radial atrás do bloco de texto, garante leitura do título em qualquer trecho da foto */
.hero-text-mask {
  background: radial-gradient(ellipse 65% 80% at 20% 40%, rgba(8, 47, 73, 0.5) 0%, rgba(8, 47, 73, 0.22) 55%, transparent 78%);
}

/* Fotos/vídeos de fundo com efeito parallax (JS aplica translateY via scroll) */
.parallax-media {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: calc(100% + 160px);
  object-fit: cover;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .parallax-media { top: 0; height: 100%; }
}

/* ----------------------------- Fundo decorativo ------------------------- */

.hero-grid {
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%);
}

.text-gradient {
  background: linear-gradient(95deg, #22d3ee 0%, #7dd3fc 45%, #38bdf8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ----------------------------- Tipografia utilitária --------------------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #67e8f9;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 999px;
  width: fit-content;
}

.section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.75rem, 1.4rem + 1.6vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.section-subtitle {
  color: #94a3b8;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* ----------------------------- Botões ------------------------------------ */

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #05070d;
  background: linear-gradient(95deg, #22d3ee 0%, #0ea5e9 100%);
  border-radius: 0.65rem;
  box-shadow: 0 8px 24px -8px rgba(34, 211, 238, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px -6px rgba(34, 211, 238, 0.55);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.65rem;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}
.btn-secondary:hover {
  border-color: rgba(34, 211, 238, 0.5);
  color: #67e8f9;
  background: rgba(34, 211, 238, 0.06);
}

/* ----------------------------- Botão flutuante do WhatsApp ------------------ */

.whatsapp-float {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 10px 28px -8px rgba(18, 140, 126, 0.6);
}
.whatsapp-float:hover {
  box-shadow: 0 12px 32px -6px rgba(18, 140, 126, 0.75);
}

/* ----------------------------- Cards de atalho (hero) --------------------- */

.quick-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  background: rgba(5, 7, 13, 0.4);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.quick-card:hover {
  border-color: rgba(34, 211, 238, 0.5);
  background: rgba(34, 211, 238, 0.1);
  transform: translateY(-2px);
}
.quick-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.7rem;
  background: rgba(34, 211, 238, 0.15);
  border: 1px solid rgba(34, 211, 238, 0.25);
  color: #22d3ee;
}
.quick-card-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.quick-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
}
.quick-card-subtitle {
  font-size: 0.72rem;
  color: #94a3b8;
  line-height: 1.3;
}

/* ----------------------------- Filtro de cursos --------------------------- */

.filter-pill {
  padding: 0.55rem 1.15rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  transition: all 0.2s ease;
}
.filter-pill:hover {
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, 0.25);
}
.filter-pill.is-active {
  color: #05070d;
  background: linear-gradient(95deg, #22d3ee 0%, #0ea5e9 100%);
  border-color: transparent;
}

/* ----------------------------- Cards de curso ------------------------------ */

.course-card {
  display: flex;
  flex-direction: column;
  background: #0e1526;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.1rem;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.course-card:hover {
  border-color: rgba(34, 211, 238, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -16px rgba(0,0,0,0.5);
}
.course-card.featured-card {
  border-color: rgba(34, 211, 238, 0.3);
}

/* Bloco visual no topo do card, no lugar da foto usada na referência */
.course-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08), transparent 55%),
    linear-gradient(135deg, #0891b2 0%, #0e1526 100%);
}
.course-card.featured-card .course-visual {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.12), transparent 55%),
    linear-gradient(135deg, #22d3ee 0%, #0e1526 100%);
}

/* Cards com imagem real do curso (pasta assets/img/cursos) */
.course-visual-photo {
  padding: 0;
  aspect-ratio: 16 / 9;
}
.course-visual-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: rgba(5, 7, 13, 0.35);
  color: #fff;
  backdrop-filter: blur(2px);
}

.course-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 1.5rem 1.5rem 1.4rem;
}
.course-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.35;
}
.course-desc {
  margin-top: 0.6rem;
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.55;
  flex-grow: 1;
}
.course-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #05070d;
  background: linear-gradient(95deg, #22d3ee 0%, #0ea5e9 100%);
  border-radius: 0.55rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.course-cta:hover {
  box-shadow: 0 8px 20px -6px rgba(34, 211, 238, 0.5);
  transform: translateY(-1px);
}

/* ----------------------------- Check list ---------------------------------- */

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.5;
}
.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.05rem;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  color: #22d3ee;
  flex-shrink: 0;
}
.check-icon::after {
  content: '';
  width: 0.5rem;
  height: 0.3rem;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translateY(-1px);
}

/* ----------------------------- Painéis / cards genéricos -------------------- */

.panel-card {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
}

/* Seção Para empresas: card de destaque sobre a foto em azul degradê */
#empresas .panel-card {
  background: linear-gradient(145deg, #0ea5e9 0%, #0c4a6e 100%);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 16px 32px -16px rgba(2, 8, 23, 0.6);
}

.tag-pill {
  padding: 0.4rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: #a5f3fc;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 999px;
}
.tag-pill-lg {
  padding: 0.7rem 1.35rem;
  font-size: 0.98rem;
  font-weight: 600;
}

.case-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #22d3ee;
}

/* Cards de destaque sobre a foto (seção Cases) */
.cases-stat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, #0ea5e9 0%, #0c4a6e 100%);
  border: 1px solid rgba(125, 211, 252, 0.35);
  box-shadow: 0 12px 26px -14px rgba(2, 8, 23, 0.7);
  backdrop-filter: blur(4px);
}
.cases-stat-card .feature-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

/* ----------------------------- Diferenciais --------------------------------- */

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.75rem 1.5rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.1rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.feature-card:hover {
  border-color: rgba(34, 211, 238, 0.3);
  transform: translateY(-3px);
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.8rem;
  background: rgba(34, 211, 238, 0.1);
  color: #22d3ee;
  margin-bottom: 1.1rem;
}
.feature-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}
.feature-desc {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.55;
  flex-grow: 1;
}
.feature-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 1.1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #22d3ee;
  transition: color 0.2s ease;
}
.feature-link:hover {
  color: #67e8f9;
}

/* Seção Diferenciais: fundo escuro + cartões em azul degradê */
#diferenciais .feature-card {
  background: linear-gradient(145deg, #0ea5e9 0%, #0c4a6e 100%);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 16px 32px -16px rgba(2, 8, 23, 0.6);
}
#diferenciais .feature-card:hover {
  border-color: rgba(186, 230, 253, 0.6);
}
#diferenciais .feature-icon {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}
#diferenciais .feature-title { color: #fff; }
#diferenciais .feature-desc { color: #dbeafe; }
#diferenciais .feature-link { color: #fff; }
#diferenciais .feature-link:hover { color: #bae6fd; }

/* ----------------------------- Clientes / logos ------------------------------ */

/* Carrossel duplo de logos (marquee) */
.marquee-row {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  will-change: transform;
}
.marquee-item {
  flex-shrink: 0;
  width: 13.3rem;
  height: 6.3rem;
  padding: 1.2rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.75rem;
  background: rgba(226, 232, 240, 0.92);
  object-fit: contain;
  filter: grayscale(0.15);
  opacity: 0.9;
  transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.marquee-item:hover {
  transform: translateY(-2px);
  filter: grayscale(0);
  opacity: 1;
  background: #f1f5f9;
}
.marquee-track-left {
  animation: marquee-left 42.5s linear infinite;
}
.marquee-track-right {
  animation: marquee-right 42.5s linear infinite;
}
.marquee-row:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ----------------------------- Depoimentos ------------------------------------ */

.testimonial-card {
  height: 100%;
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
}
.stars {
  color: #fbbf24;
  letter-spacing: 0.15em;
  font-size: 0.9rem;
}
.testimonial-text {
  margin-top: 0.9rem;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.65;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #05070d;
  background: linear-gradient(135deg, #22d3ee, #0ea5e9);
  flex-shrink: 0;
}
.testimonial-quote {
  font-family: 'Inter', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 800;
  color: rgba(34, 211, 238, 0.25);
}

/* Card de destaque "Ver mais depoimentos" */
.testimonial-more-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 12rem;
  padding: 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background: linear-gradient(145deg, #0c4a6e 0%, #082f49 55%, #05070d 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.testimonial-more-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.5);
}
.testimonial-more-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-more-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 47, 73, 0.55), rgba(8, 47, 73, 0.55)),
    linear-gradient(135deg, rgba(12, 74, 110, 0.5) 0%, rgba(5, 7, 13, 0.55) 55%, rgba(23, 37, 84, 0.5) 100%);
}

/* Trustindex widget — força largura total na coluna */
#trustindex-col {
  overflow: hidden;
}
#trustindex-col > div,
#trustindex-col > div > *,
#trustindex-col .ti-widget,
#trustindex-col .ti-widget-container,
#trustindex-col iframe {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* ----------------------------- Cards de avaliações Google --------------------------- */

.review-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  box-shadow: 0 2px 12px -4px rgba(15,23,42,0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.review-card:hover {
  box-shadow: 0 8px 24px -8px rgba(15,23,42,0.14);
  transform: translateY(-2px);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.review-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.review-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1;
  min-width: 0;
}

.review-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-verified {
  flex-shrink: 0;
}

.review-time {
  font-size: 0.75rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.review-google-logo {
  flex-shrink: 0;
  margin-left: auto;
}

.review-stars {
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.review-text {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.6;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: #4285F4;
  transition: color 0.2s ease;
  width: fit-content;
}
.review-link:hover {
  color: #1a56db;
}

/* ----------------------------- Formulário de contato -------------------------------- */

.contact-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 2.5rem;
  backdrop-filter: blur(6px);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 640px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 1.5rem;
  }
}

.form-group { display: flex; flex-direction: column; gap: 0.45rem; }
.form-group-full { grid-column: 1 / -1; }

.form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #cbd5e1;
  letter-spacing: 0.01em;
}
.form-label span { color: #22d3ee; }

.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.92rem;
  font-family: 'Roboto', sans-serif;
  color: #0f172a;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 0.65rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-input::placeholder { color: #94a3b8; }
.form-input:focus {
  border-color: #22d3ee;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.18);
}
.form-input.is-invalid {
  border-color: #f87171;
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.15);
}

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

.form-feedback {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.65rem;
  font-size: 0.88rem;
  font-weight: 500;
}
.form-feedback.is-success {
  color: #a7f3d0;
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.25);
}
.form-feedback.is-error {
  color: #fca5a5;
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.25);
}
.form-feedback.hidden { display: none; }

/* ----------------------------- Modal de sucesso ------------------------------------- */

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 7, 13, 0.75);
  backdrop-filter: blur(4px);
  padding: 1.25rem;
  animation: modal-fade-in 0.2s ease;
}
.modal-overlay.hidden { display: none; }

@keyframes modal-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.modal-box {
  background: #0e1526;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  max-width: 420px;
  width: 100%;
  text-align: center;
  animation: modal-slide-up 0.25s ease;
}

@keyframes modal-slide-up {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

.modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.3);
  color: #22d3ee;
  margin-bottom: 1.25rem;
}

.modal-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
}

.modal-text {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* ----------------------------- Rodapé -------------------------------------------- */

.footer-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 0.9rem;
}
.footer-link {
  color: #64748b;
  transition: color 0.2s ease;
}
.footer-link:hover {
  color: #22d3ee;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  transition: all 0.2s ease;
}
.social-icon:hover {
  color: #05070d;
  background: #22d3ee;
  border-color: #22d3ee;
}

/* ----------------------------- Reveal on scroll ----------------------------------- */

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ==========================================================================
   Seções claras — alternância de cores inspirada na ref-1
   (recolore os componentes reaproveitados quando usados sobre fundo claro)
   ========================================================================== */

.section-light .text-white { color: #0f172a; }
.section-light .text-slate-300 { color: #334155; }
.section-light .text-slate-400 { color: #475569; }
.section-light .text-slate-500 { color: #64748b; }

.section-light .eyebrow {
  color: #0e7490;
  background: rgba(6, 182, 212, 0.08);
  border-color: rgba(6, 182, 212, 0.25);
}
.section-light .section-title { color: #0f172a; }
.section-light .section-subtitle { color: #475569; }

.section-light .check-item { color: #334155; }

.section-light .panel-card {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 16px 40px -20px rgba(15, 23, 42, 0.15);
}

.section-light .tag-pill {
  color: #0e7490;
  background: rgba(6, 182, 212, 0.08);
  border-color: rgba(6, 182, 212, 0.2);
}

/* Depoimentos */
.section-light .testimonial-card {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 16px 40px -22px rgba(15, 23, 42, 0.18);
}
.section-light .testimonial-text { color: #475569; }
.section-light .testimonial-author { border-top-color: #e2e8f0; }

/* Rodapé */
.section-light .text-slate-600 { color: #64748b; }
.section-light .footer-heading { color: #0f172a; }
.section-light .footer-link { color: #64748b; }
.section-light .footer-link:hover { color: #0e7490; }
.section-light .social-icon {
  color: #475569;
  background: #f1f5f9;
  border-color: #e2e8f0;
}
.section-light .social-icon:hover {
  color: #fff;
  background: #22d3ee;
  border-color: #22d3ee;
}

