/* =============================================================================
MODULE-SOURCE
CODIFICAÇÃO: noah-v372-final-css-production
VERSION: v3.7.2 - 2026-04-01 20:05 (TZ America/Sao_Paulo)
PASTA: /public_html/assets/css/
MODELO DE NOMES: noah-home-v3.css

MODELAGEM:
- NOVAS TABELAS: não
- ALTERAÇÕES: não
- ÍNDICES/FKs: não
- MIGRATION ID: 202604012005

FLUXO:
- ENTRADAS: render da onepage Noah
- SAÍDAS: camada visual premium desktop/mobile
- INTEGRAÇÕES: Bootstrap 5.3.3, Font Awesome 6.5.2, assets locais
- SEGURANÇA: camada visual
- ROLLBACK: restaurar versão anterior do CSS
============================================================================= */

:root{
  --noah-blue:#0b1f3a;
  --noah-blue-2:#12345f;
  --noah-green:#22c55e;
  --noah-green-dark:#16a34a;
  --noah-text:#0f172a;
  --noah-muted:#5a677a;
  --noah-bg:#f5f7fb;
  --noah-card:#ffffff;
  --noah-line:rgba(11,31,58,.10);
  --noah-white:#ffffff;
  --noah-shadow:0 18px 40px rgba(10,22,45,.10);
  --noah-shadow-strong:0 24px 60px rgba(0,0,0,.22);
  --noah-radius:24px;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Inter',sans-serif;
  background:#fff;
  color:var(--noah-text);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* ============================================================================
   NAVBAR
============================================================================ */

.noah-navbar{
  background:rgba(11,31,58,.88);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  padding:.8rem 0;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
}

.noah-navbar .navbar-brand img{
  display:block;
  max-height:42px;
  width:auto;
}

.noah-navbar .navbar-toggler{
  border:none;
  box-shadow:none;
}

.noah-navbar .navbar-toggler:focus{
  box-shadow:none;
}

.noah-navbar .navbar-toggler-icon{
  filter:brightness(0) invert(1);
}

.noah-navbar .nav-link{
  color:#fff;
  font-weight:600;
  transition:.2s ease;
}

.noah-navbar .nav-link:hover,
.noah-navbar .nav-link:focus{
  color:#d9fbe8;
}

.nav-clinico{
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  margin-left:.5rem;
  padding-left:.95rem !important;
  padding-right:.95rem !important;
}

.language-toggle{
  color:#fff !important;
  font-weight:700;
}

.language-menu{
  border:none;
  border-radius:16px;
  box-shadow:var(--noah-shadow);
  padding:.5rem;
}

.language-menu .dropdown-item{
  border-radius:10px;
  font-weight:600;
  padding:.65rem .85rem;
}

.language-menu .dropdown-item.active{
  background:#edf4ff;
  color:var(--noah-blue);
  font-weight:700;
}

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

.hero-wrap{
  position:relative;
  overflow:hidden;
  min-height:100vh;
  background:var(--noah-blue);
}

.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(5,18,33,.82) 0%,
    rgba(5,18,33,.56) 55%,
    rgba(5,18,33,.24) 100%
  );
}

.hero-content{
  position:relative;
  z-index:2;
  color:#fff;
  padding-top:6.5rem;
  padding-bottom:3rem;
}

.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  font-size:.85rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  padding:.72rem 1rem;
  border-radius:999px;
}

.hero-title{
  font-size:clamp(2rem,4.6vw,4.6rem);
  line-height:1.02;
  font-weight:900;
  margin-top:1rem;
  margin-bottom:1rem;
  letter-spacing:-.03em;
  max-width:14ch;
}

.hero-copy{
  font-size:1.08rem;
  line-height:1.8;
  max-width:760px;
  color:rgba(255,255,255,.94);
}

.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1.25rem;
}

.hero-badges span{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  background:rgba(255,255,255,.12);
  padding:.55rem .9rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  font-size:.92rem;
  color:#fff;
}

.hero-learn-more{
  text-decoration:none;
  font-weight:700;
  padding-left:0;
  padding-right:0;
}

.hero-learn-more:hover{
  color:#fff;
  opacity:.9;
}

.hero-clinico-cta{
  display:flex;
  flex-wrap:wrap;
}

.hero-clinico-pill{
  display:inline-flex;
  align-items:center;
  gap:.7rem;
  background:#fff;
  color:var(--noah-blue);
  text-decoration:none;
  padding:.9rem 1rem;
  border-radius:16px;
  box-shadow:var(--noah-shadow);
  font-weight:700;
  transition:.2s ease;
}

.hero-clinico-pill:hover{
  color:var(--noah-blue);
  transform:translateY(-1px);
}

.hero-clinico-pill span{
  font-size:1.1rem;
  line-height:1;
}

/* Hero image lateral ajustada proporcionalmente */
.hero-side-card{
  max-width:340px;
  width:100%;
  margin-left:auto;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  padding:.9rem;
  box-shadow:var(--noah-shadow-strong);
}

.hero-side-image{
  display:block;
  width:100%;
  height:auto;
  max-height:430px;
  object-fit:cover;
  border-radius:20px;
}

.hero-side-caption{
  margin-top:.9rem;
  color:#fff;
  font-size:.95rem;
  line-height:1.6;
  opacity:.96;
}

/* ============================================================================
   SEÇÕES
============================================================================ */

.section{
  padding:5.5rem 0;
}

.section-light{
  background:var(--noah-bg);
}

.section-dark{
  background:var(--noah-blue);
}

.section-head{
  max-width:920px;
  margin:0 auto;
}

.section-kicker{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
  font-size:.84rem;
  color:var(--noah-blue-2);
}

.section-kicker-light{
  color:#dce9ff;
}

.section-title{
  font-size:clamp(1.8rem,3vw,3rem);
  line-height:1.05;
  font-weight:900;
  margin-top:.55rem;
  margin-bottom:.85rem;
  letter-spacing:-.02em;
}

.section-copy{
  color:var(--noah-muted);
  line-height:1.85;
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}

.section-copy-light{
  color:rgba(255,255,255,.82);
}

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

.risk-card,
.info-card,
.assessment-card,
.nr1-card{
  background:var(--noah-card);
  border-radius:var(--noah-radius);
  padding:1.6rem;
  box-shadow:var(--noah-shadow);
  height:100%;
}

.risk-card{
  text-align:center;
}

.risk-card i{
  font-size:1.9rem;
  color:var(--noah-blue);
  margin-bottom:.9rem;
}

.risk-card h3{
  font-size:1.08rem;
  font-weight:800;
  margin-bottom:.65rem;
}

.risk-card p{
  color:var(--noah-muted);
  line-height:1.7;
  margin-bottom:0;
}

.nr1-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
}

.nr1-card h3{
  font-size:1.05rem;
  font-weight:800;
  margin-bottom:1rem;
}

.nr1-list{
  margin:1.25rem 0 0;
  padding-left:1.1rem;
  color:#fff;
}

.nr1-list li{
  margin-bottom:.85rem;
  line-height:1.7;
}

.info-card{
  text-align:left;
}

.info-card h3{
  font-size:1.12rem;
  font-weight:800;
}

.info-card p{
  color:var(--noah-muted);
  line-height:1.7;
  margin-bottom:0;
}

.info-icon{
  font-size:1.5rem;
  margin-bottom:.75rem;
}

.clinico-widget{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  background:#fff;
  border-radius:24px;
  padding:1.3rem 1.4rem;
  box-shadow:var(--noah-shadow);
}

.clinico-widget-text{
  display:flex;
  flex-direction:column;
}

.clinico-widget-text strong{
  font-size:1.1rem;
}

.clinico-widget-text span{
  color:var(--noah-muted);
}

/* ============================================================================
   FAQ
============================================================================ */

.faq-section .accordion-item{
  border:none;
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--noah-shadow);
  margin-bottom:1rem;
}

.faq-section .accordion-button{
  font-weight:800;
  padding:1rem 1.15rem;
}

.faq-section .accordion-button:not(.collapsed){
  color:var(--noah-blue);
  background:#f2f7ff;
}

.faq-section .accordion-body{
  line-height:1.8;
  color:var(--noah-muted);
}

/* ============================================================================
   FORMULÁRIO
============================================================================ */

.assessment-card{
  max-width:1100px;
  margin:0 auto;
}

.risk-score{
  background:var(--noah-blue);
  color:#fff;
  border-radius:18px;
  padding:1rem 1.2rem;
  margin-bottom:1.2rem;
  font-weight:700;
}

.form-control,
.form-select{
  min-height:52px;
  border-radius:14px;
  border:1px solid rgba(11,31,58,.14);
  box-shadow:none;
}

.form-control:focus,
.form-select:focus{
  border-color:#8ab6ff;
  box-shadow:0 0 0 .18rem rgba(59,130,246,.15);
}

textarea.form-control{
  min-height:140px;
}

#formFeedback{
  color:var(--noah-blue);
  font-weight:600;
  min-height:1.2rem;
}

/* ============================================================================
   MODAIS
============================================================================ */

.modal-content{
  border:none;
  border-radius:24px;
  box-shadow:0 22px 60px rgba(0,0,0,.2);
}

.modal-header{
  border-bottom:1px solid rgba(11,31,58,.08);
}

.modal-footer{
  border-top:1px solid rgba(11,31,58,.08);
}

.modal-body{
  line-height:1.8;
  color:var(--noah-muted);
}

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

.noah-footer{
  background:var(--noah-blue);
  color:#fff;
  padding:2rem 0;
}

.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:center;
  flex-wrap:wrap;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
}

.footer-links a{
  color:#fff;
  text-decoration:none;
}

.footer-links a:hover{
  opacity:.9;
}

/* ============================================================================
   FLOATING WHATSAPP
============================================================================ */

.floating-whatsapp{
  position:fixed;
  right:18px;
  bottom:18px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 14px 30px rgba(0,0,0,.22);
  z-index:999;
  text-decoration:none;
  font-size:1.5rem;
}

.floating-whatsapp:hover{
  color:#fff;
  transform:translateY(-1px);
}

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

@media (max-width: 1199.98px){
  .hero-title{
    max-width:16ch;
  }
}

@media (max-width: 991.98px){
  .hero-content{
    padding-top:7rem;
  }

  .hero-overlay{
    background:linear-gradient(
      180deg,
      rgba(5,18,33,.84) 0%,
      rgba(5,18,33,.66) 60%,
      rgba(5,18,33,.56) 100%
    );
  }

  .hero-copy{
    font-size:1rem;
  }

  .hero-badges{
    gap:.5rem;
  }

  .hero-badges span{
    font-size:.84rem;
  }

  .clinico-widget{
    flex-direction:column;
    align-items:flex-start;
  }

  .nav-clinico{
    margin-left:0;
    margin-top:.5rem;
    display:inline-block;
  }
}

@media (max-width: 767.98px){
  .hero-title{
    font-size:clamp(1.8rem,8vw,2.6rem);
    max-width:none;
  }

  .section{
    padding:4rem 0;
  }

  .hero-clinico-pill{
    width:100%;
    justify-content:center;
  }

  .hero-badges span{
    width:100%;
    justify-content:center;
  }

  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .floating-whatsapp{
    width:54px;
    height:54px;
  }
}