/* ============================
   CHO Navegação — Landing Page
   ============================ */

:root {
  --dark: #2c3e40;
  --darker-teal: #576f80;
  --mint-btn: #c7f4ed;
  --mint-btn-hover: #aeeee4;
  --sage-btn: #a7cab6;
  --sage-btn-hover: #93bda3;

  --teal-accent: #58bdd1;
  --tan-accent: #e6cea5;
  --blue-accent: #84a2d0;
  --green-accent: #abcab2;
  --slate-accent: #5c7380;

  --bg-mint-light: #ddf7f2;
  --bg-cream-light: #f8f1d9;

  --font-heading: 'Mulish', sans-serif;
  --font-body: 'Mulish', sans-serif;

  --container-w: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--dark);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (min-width: 901px) {
  body {
    background-image: url('../assets/img/bg-geral-top.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    background-attachment: scroll;
  }
}

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

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 .6em;
  color: var(--dark);
}

h1 { font-size: clamp(1.5rem, .33rem + 2.08vw, 2.6rem); }
h2 { font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.1rem); }
h3 { font-size: clamp(1.2rem, 1rem + 1vw, 1.6rem); }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1em;font-weight:600; }
p em { font-style: italic; }

.lead-sm {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: .8em;
}

.text-accent { color: var(--tan-accent); }
.text-center { text-align: center; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--dark);
  color: #fff;
  padding: .6em 1em;
  z-index: 999;
}
.skip-link:focus { left: 0; }

.container {
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-wide { max-width: 1400px; }

.section { 
  /*padding: clamp(2.5rem, 2rem + 2vw, 5rem) 0; */
  position: relative; }

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-style: italic;
  font-size: .95rem;
  text-decoration: none;
  padding: .9em 1.8em;
  border-radius: 999px;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
  color: var(--dark);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.1); }
.btn-mint { background: var(--mint-btn); }
.btn-mint:hover { background: var(--mint-btn-hover); }
.btn-sage { background: var(--sage-btn); }
.btn-sage:hover { background: var(--sage-btn-hover); }

/* ============================
   HERO
   ============================ */
.hero {
  position: relative;
  background-image: url('../assets/img/bg-hero.jpg?v=1');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: clamp(2rem, 1.5rem + 2vw, 3.5rem);
  padding-bottom: 50px;
}

@media (min-width: 901px) {
  .hero { min-height: calc(100vw * 1026 / 1920); }
  .hero p{font-size:1.1rem}
}

.hero-grid {
  position: relative;
  z-index: 1;
  padding-top:5.5rem;
}

.hero-logo { width: 210px; margin-bottom: 1.6rem; }

.hero-lead {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: .9em;
}

.hero-content { max-width: 560px; }
.hero-content p { max-width: 46ch; }

/* ============================
   Generic two-column layout
   ============================ */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
.two-col.reverse { grid-template-columns: 1.2fr .8fr; }
.col-icon { display: flex; justify-content: center; }
.col-icon img { width: 100%; }

/* ============================
   Suspeita section
   ============================ */
.suspeita-section {
  padding-bottom: 0;
}
.suspeita-section .two-col { padding-bottom: clamp(2.5rem, 2rem + 2vw, 5rem); }
.footer{background:url(../assets/img/bg-footer.webp) center top}
.nav-card-logo img { width: 100%; }
.nav-card-text { flex: 1 1 320px; }


@media (min-width: 901px) {

  .nav-card-logo img{width: 65%;}
  .suspeita-section h3{font-size:2.2rem}
  .suspeita-section .col-text { max-width: 490px; }
  .steps-intro {
    margin-bottom: -200px!important;
    padding-right:280px!important;
    padding-bottom:80px!important;
    padding-top:80px!important;
    z-index: 0!important;
  }
  .enfermeira-section .col-icon{margin-left:60px;margin-right:60px;}
  .enfermeira-section .col-text{margin-right:120px;}
  .enfermeira-p{font-size:1.4rem;}
  .enfermeira-section .box{background:#2f4248;width: fit-content;font-size:1.2rem;border-radius:20px;padding:5px 20px; color:white;}
  .enfermeira-section .check-list li::before{background:#2f4248;}
  .enfermeira-section .lead-sm:last-child{font-size:1.4rem}

  .cuidado-inner .lead-sm {padding-right:5.8rem }

  .footer-cta h3{width: 40%}
  .footer .col-text:last-child{width:400px;margin-top:150px;margin-left:50px}
  .footer h2{font-size:3.0rem;width: 350px}
}

/* Cards */
.card {
  border-radius: 32px;
  padding: clamp(1.6rem, 1.2rem + 2vw, 3rem);
}

.card-gradient-1 {
  background: linear-gradient(120deg, #f7edc8 0%, #eef3d9 45%, #cdf1ea 100%);

}

.card-gradient-cream {
  background: linear-gradient(135deg, #f7edc8 0%, #fdfcf6 100%);
}

.card-gradient-mint {
  background: linear-gradient(135deg, #ddf7f0 0%, #c6f1e8 100%);
}

.card-dark {
  background: var(--darker-teal);
  color: #fff;
}
.card-dark h2, .card-dark h3, .card-dark h4 { color: #fff; }
.card-dark h2.text-accent { color: var(--tan-accent); }
.card-dark p { color: #eef4f5; }
.card-dark .lead-sm { color: #fff; }

.nav-card {
  background: linear-gradient(90deg, #bff3e8 0%, #c5efdd 35%, #e3e8c3 60%, #f0e7ba 100%);
}
.nav-card-inner {
  max-width: 1132px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 3.5rem;
  flex-wrap: wrap;
}
.nav-card-logo {
  flex: 0 0 550px;
  padding: 1.5rem;
}


.diagnostico-inner {
  max-width: 1132px;
  margin: 0 auto;
}

/* ============================
   Steps / Infographic
   ============================ */
.steps-section { padding-top: 0; }

.steps-intro {
  max-width: 740px;
  margin: clamp(2rem, 1.5rem + 2vw, 3.5rem) 0 -2rem;
  position: relative;
  z-index: 1;
  
}

.diagnostico{padding-top:4rem;padding-bottom:1rem}

@media (min-width: 1440px) {
  .steps-intro h3 { padding-left: 62px; }

}

.infographic {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  aspect-ratio: 1223 / 1132;
}
.infographic-bg { width: 100%; height: 100%; object-fit: contain; }

.step-number {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 9%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(.8rem, .4rem + 1.4vw, 1.6rem);
  color: var(--dark);
}

.step-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.4em;
  width: max-content;
  max-width: 25%;
  background:red;
  border-radius:35px;
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}
.step-box h4 {
  font-size: clamp(.7rem, .5rem + .6vw, 1rem);
  margin: 0 0 .2em;
}
.step-box p {
  font-size: clamp(.55rem, .4rem + .5vw, .8rem);
  margin: 0;
  line-height: 1.3;
}

.step-01 .step-box { left: -5%;  top: 48%; background-color:#7fbbcf }
.step-02 .step-box { left: 55%; top: -2%; background-color:#e5cda5 }
.step-03 .step-box { left: 77%; top: 20%; background-color:#83a1cf }
.step-04 .step-box { left: 70%; top: 86%; background-color:#abc9b1}
.step-05 .step-box { left: 0%;  top: 82%; background-color:#5b737f;color:white}

.step-05 .step-box h4,
.step-05 .step-box p { color: #fff; }

/* ============================
   Enfermeira section
   ============================ */
.enfermeira-section {
  /*background: linear-gradient(160deg, #f7edc8 0%, #eef4dd 40%, #d7f2e8 100%);*/
}

.enfermeira-inner {
  max-width: 1132px;
  margin: 0 auto;
}
.enfermeira-box .col-icon {
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.enfermeira-box h2 {
  font-style: italic;
  margin: 0;
  width: 100%;
  text-align: left;
}
.enfermeira-box img { max-width: 320px; width: 100%; }

.check-list, .pill-list { list-style: none; margin: 0 0 1em; padding: 0; }
.check-list li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: .55em;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal-accent);
}

/* ============================
   Benefícios
   ============================ */
.beneficios-section {
  /*background: linear-gradient(100deg, #fdf9ec 0%, #f9faf0 35%, #eaf8f4 65%, #e2f6f1 100%);*/
  padding-top:5rem;
  padding-bottom:5rem;
}
.beneficios-section h2 {
  margin-bottom: 1.6rem;
  line-height: 1.2;
}

.beneficios-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}
.beneficio-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.beneficio-icon {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #c7f4ee;
  border: 10px solid var(--darker-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 3;
  margin-bottom: -14px;
}
.beneficio-icon img { width: 68%; height: 68%; object-fit: contain; }

.beneficio-label {
  background: var(--darker-teal);
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
  padding: .7em 1.6em .55em;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
  z-index: 2;
  margin-bottom: -24px;
}

.beneficio-card {
  border-radius: 28px;
  padding: 3.4rem 1.6rem 1.8rem;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pill-list li {
  background: transparent;
  border: 1.5px solid var(--darker-teal);
  border-radius: 999px;
  padding: .6em 1.2em;
  margin-bottom: .7em;
  font-weight: 700;
  font-style: italic;
  font-size: .95rem;
  text-align: center;
}
.pill-list-outline li {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/* ============================
   Cuidado coordenado
   ============================ */
.cuidado-inner {
  max-width: 1132px;
  margin: 0 auto;
}
.cuidado-inner.two-col {
  grid-template-columns: .85fr 1fr;
  gap: 4.5rem;
}
.cuidado-inner .col-text { max-width: 420px; }
.cuidado-inner h2 { font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.3rem); }
.cuidado-inner .lead-sm { font-size: 1.2rem;}
.cuidado-inner .col-text > p:last-child { font-size: .9rem; }

.cuidado-card .col-text,
.cuidado-card .col-list {
  padding: 0rem 1.5rem;
}

.cuidado-card .col-list { display: flex; align-items: center; }
.cuidado-card .pill-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cuidado-card .pill-list li {
  width: auto;
  max-width: 100%;
}

/* ============================
   Footer
   ============================ */
.footer {
  /*background: linear-gradient(180deg, #eafaf7 0%, #f5fbf9 60%, #ffffff 100%);*/
  padding: clamp(2.5rem, 2rem + 2vw, 5rem) 0 2rem;
  position: relative;
  overflow: hidden;
}
.footer-top { margin-bottom: clamp(2rem, 1.5rem + 2vw, 4rem); }
.footer-logo { width: 190px; margin-bottom: 1.6rem; }
.footer-top .two-col { align-items: flex-start; }

.footer-cta { text-align: center; }
.footer-cta h3 { max-width: 640px; margin-left: auto; margin-right: auto; }
.footer-cta > p { margin-bottom: 1.6rem; }

.footer-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, .5rem + 3vw, 4rem);
  margin-bottom: 2rem;
}
.footer-star { width: 104px; opacity: .9; }

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  flex-wrap: wrap;
}
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  color: var(--dark);
  text-decoration: none;
  font-weight: 600;
}
.footer-contact img { width: 22px; height: 22px; }
.footer-contact a:hover { text-decoration: underline; }

/* ============================
   WhatsApp floating button
   ============================ */
.whatsapp-float {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.2);
  z-index: 500;
  transition: transform .15s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 30px; height: 30px; }

/* ============================
   Reveal on scroll
   ============================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ============================
   Responsive
   ============================ */
@media (max-width: 900px) {
  .hero {
    background-image: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.88) 40%, rgba(255,255,255,.55) 70%, rgba(255,255,255,.15) 100%), url('../assets/img/bg-hero.jpg');
    background-position: center top, center top;
    background-size: 100% 100%, cover;
  }

  .two-col, .two-col.reverse, .cuidado-inner.two-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col .col-icon { order: -1; }
  .cuidado-inner .col-text { max-width: none; }

  .nav-card-inner { flex-direction: column; align-items: center; text-align: center; }
  .nav-card-logo { flex: 0 0 auto; width: 160px; }

  .beneficios-grid { grid-template-columns: 1fr; gap: 3rem; max-width: 100%; }

  .cuidado-card .col-list { margin-top: 1.5rem; }

  .footer-top .two-col { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 680px) {
  .hero-grid{padding-top:1rem}
  .footer{background:none!important}
  .nav-card-logo{width: 260px;}
  /* Switch circular infographic to a simple stacked list on small screens */
  .infographic {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .infographic-bg { display: none; }
  .step { display: flex; align-items: center; gap: 1rem; }
  .step-01 { --accent: var(--teal-accent); }
  .step-02 { --accent: var(--tan-accent); }
  .step-03 { --accent: var(--blue-accent); }
  .step-04 { --accent: var(--green-accent); }
  .step-05 { --accent: var(--slate-accent); }

  .step-number {
    position: static;
    transform: none;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    background: #fff;
    border: 3px solid var(--accent);
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
    font-size: 1.1rem;
  }
  .step-box {
    max-width: 100%;
    position: static;
    width: auto;
    height: auto;
    flex: 1 1 auto;
    background: var(--accent);
    border-radius: 18px;
    padding: .9em 1.1em;
  }
  .step-box h4, .step-box p { color: var(--dark); }
  .step-05 .step-box h4, .step-05 .step-box p { color: #fff; }

  .steps-intro { margin-bottom: 1.5rem; }

  .footer-cta-row { gap: 1.2rem; }
  .footer-star { width: 40px; }
}

@media (max-width: 480px) {
  .hero-logo { width: 160px; }
  .btn { padding: .85em 1.4em; font-size: .95rem; }
}
