/* =====================================================
   LANDING PAGE PROFISSIONAL
   Ajuste visual por seções + contato com mapa visível.
   Mantém a lógica PHP do sistema.
   ===================================================== */
:root {
  --lp-dark: #020918;
  --lp-dark-2: #061529;
  --lp-dark-3: #0b2444;
  --lp-light: #eaf6ff;
  --lp-light-2: #d9efff;
  --lp-card: #ffffff;
  --lp-blue: #0ea5e9;
  --lp-blue-2: #0284c7;
  --lp-cyan: #22d3ee;
  --lp-text: #0f2742;
  --lp-muted: #51677e;
  --lp-white: #ffffff;
  --lp-border-light: rgba(14, 80, 132, 0.14);
  --lp-border-dark: rgba(255, 255, 255, 0.14);
  --lp-shadow: 0 18px 48px rgba(2, 20, 38, 0.16);
  --lp-shadow-dark: 0 18px 48px rgba(0, 0, 0, 0.32);
}

html {
  scroll-behavior: smooth;
}

.landing-page-profissional {
  background: var(--lp-dark);
  color: var(--lp-text);
  overflow: hidden;
}

.landing-page-profissional .container {
  position: relative;
  z-index: 2;
}

.landing-page-profissional .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.landing-page-profissional .lp-section {
  position: relative;
  padding: 72px 0;
}

.lp-anchor-ajuste {
  position: absolute;
  top: -90px;
  display: block;
  width: 1px;
  height: 1px;
}

/* =====================================================
   ORDEM DAS CORES POR SEÇÃO
   1ª clara | 2ª escura | 3ª clara | 4ª escura | alternância
   ===================================================== */
#hero-landing {
  background: linear-gradient(135deg, #f3fbff 0%, var(--lp-light) 46%, var(--lp-light-2) 100%) !important;
  color: var(--lp-text) !important;
}

#problema-landing,
#processo-landing,
#team {
  background: linear-gradient(135deg, var(--lp-dark) 0%, var(--lp-dark-2) 48%, var(--lp-dark-3) 100%) !important;
  color: var(--lp-white) !important;
}

#services,
#tipos-landing,
#contact {
  background: linear-gradient(135deg, #f8fcff 0%, var(--lp-light) 48%, #d8efff 100%) !important;
  color: var(--lp-text) !important;
}

#tipos-landing + #contact.lp-contact-section {
  background: linear-gradient(135deg, var(--lp-dark) 0%, var(--lp-dark-2) 48%, var(--lp-dark-3) 100%) !important;
  color: var(--lp-white) !important;
}

#bottom-widget,
footer,
#footer,
.footer {
  background: linear-gradient(135deg, #020918 0%, #061529 55%, #081f3b 100%) !important;
  color: #eaf6ff !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#bottom-widget h1,
#bottom-widget h2,
#bottom-widget h3,
#bottom-widget h4,
#bottom-widget h5,
#bottom-widget p,
#bottom-widget a,
footer p,
footer a,
#footer p,
#footer a,
.footer p,
.footer a {
  color: #eaf6ff !important;
}

/* =====================================================
   HERO
   ===================================================== */
.lp-hero-section {
  position: relative;
  padding: 90px 0 78px;
  overflow: hidden;
}

.lp-grid-pattern,
.lp-hero-glow {
  position: absolute;
  pointer-events: none;
}

.lp-grid-pattern {
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(to right, rgba(14, 165, 233, 0.13) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(14, 165, 233, 0.13) 1px, transparent 1px);
  background-size: 54px 54px;
}

.lp-hero-glow-one {
  width: 420px;
  height: 420px;
  left: -180px;
  top: -140px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.28);
  filter: blur(75px);
}

.lp-hero-glow-two {
  width: 460px;
  height: 460px;
  right: -170px;
  bottom: -190px;
  border-radius: 50%;
  background: rgba(14, 165, 233, 0.24);
  filter: blur(80px);
}

.lp-hero-row {
  display: flex;
  align-items: center;
}

.lp-hero-content {
  padding-top: 12px;
  padding-bottom: 12px;
}

.lp-badge,
.lp-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 7px 14px;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.28);
  color: var(--lp-blue-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-section-dark .lp-section-kicker,
#team .lp-section-kicker {
  background: rgba(34, 211, 238, 0.12);
  border-color: rgba(34, 211, 238, 0.26);
  color: var(--lp-cyan);
}

.lp-hero-title,
.lp-section-title {
  margin: 18px 0 12px;
  color: var(--lp-text);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.lp-hero-title {
  font-size: clamp(34px, 4.5vw, 54px);
}

.lp-hero-title span,
.lp-hero-title .lp-highlight,
.lp-section-light .lp-section-title span {
  color: var(--lp-blue-2);
}

.lp-section-dark .lp-section-title,
#team .lp-section-title,
#team .lp-work-info h4,
#team .lp-work-info h4 a {
  color: var(--lp-white) !important;
}

.lp-hero-subtitle,
.lp-section-subtitle {
  color: var(--lp-muted);
  font-size: 16px;
  line-height: 1.75;
}

.lp-section-dark .lp-section-subtitle,
#team .lp-section-subtitle,
#team .lp-work-info p {
  color: rgba(234, 246, 255, 0.78) !important;
}

.lp-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.lp-point {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--lp-border-light);
  box-shadow: 0 10px 26px rgba(2, 20, 38, 0.08);
  font-size: 13px;
  font-weight: 700;
  color: var(--lp-text);
}

.lp-point i {
  color: var(--lp-blue-2);
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.lp-btn-primary,
.lp-submit-btn,
.lp-btn-secondary {
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  text-decoration: none !important;
}

.lp-btn-primary,
.lp-submit-btn {
  background: linear-gradient(135deg, #0ea5e9, #22d3ee) !important;
  color: #031226 !important;
  border: 0 !important;
  box-shadow: 0 16px 34px rgba(14, 165, 233, 0.34);
}

.lp-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  color: var(--lp-blue-2) !important;
  border: 1px solid rgba(14, 165, 233, 0.26);
  background: rgba(255, 255, 255, 0.66);
}

.lp-preview-card {
  padding: 14px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--lp-border-light);
  box-shadow: var(--lp-shadow);
  backdrop-filter: blur(12px);
}

.lp-preview-topbar {
  display: flex;
  gap: 6px;
  padding: 0 0 12px;
}

.lp-preview-topbar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0ea5e9;
}

.lp-carousel {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}

.lp-carousel img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-indicators {
  bottom: 10px;
}

.lp-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.8);
}

.lp-indicators .active {
  background: var(--lp-blue) !important;
}

.lp-preview-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 4px 0;
  color: var(--lp-text);
}

.lp-preview-footer strong,
.lp-preview-footer small {
  display: block;
}

.lp-preview-footer small {
  color: var(--lp-muted);
}

.lp-preview-score {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee);
  color: #031226;
  font-weight: 900;
}

/* =====================================================
   CARDS / PROCESSO / LISTAS
   ===================================================== */
.lp-card-row,
.lp-feature-grid,
.lp-process-row {
  margin-top: 34px;
}

.lp-card,
.lp-feature-card,
.lp-process-card,
.lp-work-card,
.lp-contact-box,
.lp-location-card {
  border-radius: 22px;
  border: 1px solid var(--lp-border-light);
  box-shadow: var(--lp-shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}

.lp-card:hover,
.lp-feature-card:hover,
.lp-process-card:hover,
.lp-work-card:hover,
.lp-contact-box:hover,
.lp-location-card:hover {
  transform: translateY(-3px);
}

.lp-card,
.lp-process-card,
.lp-work-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--lp-border-dark);
  box-shadow: var(--lp-shadow-dark);
  padding: 26px 22px;
}

.lp-card h4,
.lp-process-card h4 {
  color: #ffffff;
  font-weight: 800;
  margin: 12px 0 8px;
}

.lp-card p,
.lp-process-card p {
  color: rgba(234, 246, 255, 0.76);
}

.lp-card-icon {
  font-size: 34px;
}

.lp-feature-card {
  min-height: 205px;
  padding: 28px 22px;
  background: rgba(255, 255, 255, 0.74);
  text-align: center;
}

.lp-feature-card i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee);
  color: #031226;
  font-size: 24px;
  margin-bottom: 14px;
}

.lp-feature-card h4 {
  color: var(--lp-text);
  font-weight: 900;
}

.lp-feature-card p,
.lp-check-list li {
  color: var(--lp-muted);
}

.lp-process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.24);
  color: var(--lp-cyan);
  font-weight: 900;
}

.lp-check-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.lp-check-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(14, 80, 132, 0.12);
  font-weight: 700;
}

.lp-check-list i {
  color: var(--lp-blue-2);
  margin-right: 8px;
}

/* =====================================================
   TRABALHOS / CARROSSEL
   ===================================================== */
.lp-trabalhos-carousel {
  padding: 0 46px;
  margin-top: 30px;
}

.lp-work-card {
  text-align: center;
  min-height: 310px;
  margin-bottom: 24px;
}

.lp-work-card img {
  width: 170px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 18px;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.lp-work-info h4 {
  margin: 0 0 7px;
  font-size: 17px;
  font-weight: 900;
}

.lp-work-info h4 a {
  text-decoration: none;
}

.lp-trabalhos-carousel .carousel-control {
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14) !important;
  opacity: 1;
  text-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-trabalhos-carousel .carousel-control.left {
  left: 0;
}

.lp-trabalhos-carousel .carousel-control.right {
  right: 0;
}

.lp-trabalhos-carousel .carousel-control span {
  color: #ffffff;
}

/* =====================================================
   CONTATO + LOCALIZAÇÃO COM MAPA VISÍVEL
   ===================================================== */
.lp-contact-section {
  overflow: hidden;
}

.lp-contact-row {
  margin-top: 36px;
  display: flex;
  align-items: stretch;
}

.lp-contact-box,
.lp-location-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--lp-border-light);
  padding: 28px;
}

#tipos-landing + #contact.lp-contact-section .lp-contact-box,
#tipos-landing + #contact.lp-contact-section .lp-location-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--lp-border-dark);
  box-shadow: var(--lp-shadow-dark);
}

#tipos-landing + #contact.lp-contact-section .lp-section-title,
#tipos-landing + #contact.lp-contact-section .lp-location-card h4,
#tipos-landing + #contact.lp-contact-section .lp-location-info p {
  color: #ffffff !important;
}

#tipos-landing + #contact.lp-contact-section .lp-section-subtitle,
#tipos-landing + #contact.lp-contact-section .lp-location-header p {
  color: rgba(234, 246, 255, 0.78) !important;
}

.lp-form .form-control {
  height: auto;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(14, 80, 132, 0.16);
  background: rgba(255,255,255,0.92);
  color: var(--lp-text);
  box-shadow: none;
  padding: 13px 15px;
}

.lp-form textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

.lp-form .form-control:focus {
  border-color: rgba(14, 165, 233, 0.65);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}

.lp-submit-btn {
  padding: 13px 20px !important;
}

.lp-form-note {
  margin: 14px 0 0;
  text-align: center;
  color: var(--lp-muted);
  font-size: 13px;
}

.lp-location-header {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.lp-location-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee);
  color: #031226;
  font-size: 24px;
  box-shadow: 0 16px 34px rgba(14, 165, 233, 0.26);
}

.lp-location-header h4 {
  margin: 2px 0 5px;
  color: var(--lp-text);
  font-size: 21px;
  font-weight: 900;
}

.lp-location-header p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.55;
}

.lp-map-card {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(14, 80, 132, 0.16);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24);
}

.lp-map-card iframe {
  display: block;
  width: 100%;
  min-height: 280px;
}

.lp-location-info {
  margin-top: 18px;
}

.lp-location-info p {
  margin: 0 0 10px;
  color: var(--lp-text);
  font-weight: 700;
  line-height: 1.5;
}

.lp-location-info i {
  width: 20px;
  color: var(--lp-blue-2);
  margin-right: 7px;
}

/* =====================================================
   RODAPÉ / AJUSTES DO SISTEMA
   ===================================================== */
#bottom-widget .container,
footer .container,
#footer .container,
.footer .container {
  position: relative;
  z-index: 2;
}

#bottom-widget .widget,
#bottom-widget .widget-content,
#bottom-widget .contact-widget {
  background: transparent !important;
}

footer img,
#footer img,
.footer img {
  max-height: 42px;
}

/* =====================================================
   RESPONSIVO
   ===================================================== */
@media (max-width: 991px) {
  .lp-hero-row,
  .lp-contact-row {
    display: block;
  }

  .lp-hero-visual {
    margin-top: 30px;
  }

  .lp-contact-box,
  .lp-location-card {
    height: auto;
  }

  .lp-location-card {
    margin-top: 24px;
  }

  .lp-hero-points {
    grid-template-columns: 1fr;
  }

  .lp-trabalhos-carousel {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .landing-page-profissional .lp-section,
  .lp-hero-section {
    padding: 54px 0;
  }

  .lp-hero-title {
    font-size: 31px;
  }

  .lp-hero-actions {
    align-items: stretch;
  }

  .lp-btn-primary,
  .lp-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .lp-contact-box,
  .lp-location-card {
    padding: 22px 18px;
  }

  .lp-location-header {
    display: block;
    text-align: center;
  }

  .lp-location-icon {
    margin: 0 auto 12px;
  }

  .lp-map-card iframe {
    min-height: 240px;
  }

  .lp-work-card {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =====================================================
   CORREÇÃO LANDING PAGE - TEXTOS DO FORMULÁRIO VISÍVEIS
   Mantém a lógica PHP. Ajuste somente visual do card claro.
   ===================================================== */
#contact.lp-contact-section .lp-contact-box {
  background: rgba(255, 255, 255, 0.94) !important;
  color: #0f2742 !important;
}

#contact.lp-contact-section .lp-contact-box .lp-section-kicker {
  color: #0284c7 !important;
}

#contact.lp-contact-section .lp-contact-box .lp-section-title,
#contact.lp-contact-section .lp-contact-box .lp-section-subtitle,
#contact.lp-contact-section .lp-contact-box p,
#contact.lp-contact-section .lp-contact-box label,
#contact.lp-contact-section .lp-contact-box small,
#contact.lp-contact-section .lp-contact-box .lp-form-note,
#contact.lp-contact-section .lp-contact-box .validation {
  color: #0f2742 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

#contact.lp-contact-section .lp-form .form-control,
#contact.lp-contact-section .lp-form input[type="text"],
#contact.lp-contact-section .lp-form input[type="email"],
#contact.lp-contact-section .lp-form textarea {
  background: #ffffff !important;
  color: #0f2742 !important;
  border: 1px solid rgba(14, 80, 132, 0.24) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

#contact.lp-contact-section .lp-form .form-control::placeholder,
#contact.lp-contact-section .lp-form input[type="text"]::placeholder,
#contact.lp-contact-section .lp-form input[type="email"]::placeholder,
#contact.lp-contact-section .lp-form textarea::placeholder {
  color: #58718a !important;
  opacity: 1 !important;
}

#contact.lp-contact-section .lp-form .form-control:focus,
#contact.lp-contact-section .lp-form input[type="text"]:focus,
#contact.lp-contact-section .lp-form input[type="email"]:focus,
#contact.lp-contact-section .lp-form textarea:focus {
  border-color: rgba(14, 165, 233, 0.75) !important;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.16) !important;
}

#contact.lp-contact-section .lp-contact-box .form-check,
#contact.lp-contact-section .lp-contact-box .checkbox,
#contact.lp-contact-section .lp-contact-box [class*="privacy"],
#contact.lp-contact-section .lp-contact-box [class*="privacidade"],
#contact.lp-contact-section .lp-contact-box [class*="cookie"],
#contact.lp-contact-section .lp-contact-box [class*="termo"] {
  color: #263b52 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

#contact.lp-contact-section .lp-contact-box a,
#contact.lp-contact-section .lp-contact-box a:visited {
  color: #075985 !important;
  font-weight: 700;
  text-decoration: underline;
}

#contact.lp-contact-section .lp-contact-box input[type="checkbox"] {
  accent-color: #0ea5e9;
}
