/* =====================================================
   ADRIANA CAMPOS | CUIDADORA DE IDOSOS
   Landing page premium | Rio de Janeiro (Jacarepaguá,
   Barra da Tijuca e Zona Sul)
   Paleta: verde-petróleo + areia sobre off-white
   Tipografia: Poppins (display) + Inter (texto)
   Standalone, não depende de outros CSS do projeto
   ===================================================== */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Verde-petróleo: confiança, saúde, serenidade */
  --deep: #0F3A37;
  --deep-900: #0A2A28;
  --teal: #2E7D6B;
  --teal-600: #256657;
  --teal-700: #1C4F44;
  --teal-tint: #E9F3F0;

  /* Areia: calor humano, acolhimento */
  --sand: #C09A72;
  --sand-light: #E5C7A3;
  --sand-600: #A67F58;
  --sand-tint: #F7F1E9;

  --ink: #16262A;
  --white: #FFFFFF;
  --cream: #FAF8F5;
  --gray-50: #F5F5F3;
  --gray-100: #EDEDE9;
  --gray-200: #E1E1DC;
  --gray-300: #CBCBC4;
  --gray-400: #9A9A92;
  --gray-500: #6B6B63;
  --gray-600: #4A4A44;

  --font-body: 'Inter', 'Segoe UI', sans-serif;
  --font-display: 'Poppins', 'Inter', sans-serif;

  --shadow-sm: 0 1px 2px rgba(15, 58, 55, 0.06);
  --shadow-md: 0 8px 20px -6px rgba(15, 58, 55, 0.14);
  --shadow-lg: 0 18px 38px -10px rgba(15, 58, 55, 0.18);
  --shadow-xl: 0 30px 60px -16px rgba(15, 58, 55, 0.26);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===========================
   UTILITÁRIOS
   =========================== */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 96px 0; }
.section--alt { background-color: var(--cream); }
.section--gray { background-color: var(--gray-50); }

.section__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.section__eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}

.section__title {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--deep);
  margin-bottom: 16px;
}

.section__subtitle {
  font-size: 17px;
  color: var(--gray-500);
  max-width: 640px;
  margin: 0 auto;
}

.brand-divider {
  width: 56px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--teal), var(--sand));
  margin: 0 auto 22px;
}

/* ===========================
   BOTÕES
   =========================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 28px;
  border-radius: var(--radius-full);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.24s ease;
}
.btn i { font-size: 19px; }

.btn--primary {
  background-color: var(--teal);
  color: var(--white);
  box-shadow: 0 6px 18px -6px rgba(46, 125, 107, 0.6);
}
.btn--primary:hover {
  background-color: var(--teal-600);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -8px rgba(46, 125, 107, 0.65);
}

.btn--whats {
  background-color: #1FA855;
  color: var(--white);
  box-shadow: 0 6px 18px -6px rgba(31, 168, 85, 0.55);
}
.btn--whats:hover {
  background-color: #18904a;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -8px rgba(31, 168, 85, 0.6);
}

.btn--outline {
  background-color: transparent;
  color: var(--deep);
  border-color: var(--gray-300);
}
.btn--outline:hover {
  border-color: var(--teal);
  color: var(--teal);
  background-color: var(--teal-tint);
}

.btn--light {
  background-color: var(--white);
  color: var(--deep);
}
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

.btn--lg { padding: 17px 34px; font-size: 15px; }

/* ===========================
   HEADER
   =========================== */
.header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.header-scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border-bottom-color: var(--gray-200);
}

/* Estado transparente (sobre a hero escura): marca e menu em tom claro */
.header:not(.header-scrolled) .header__name strong { color: var(--white); }
.header:not(.header-scrolled) .header__name span { color: rgba(255, 255, 255, 0.7); }
.header:not(.header-scrolled) .header__menu a { color: rgba(255, 255, 255, 0.88); }
.header:not(.header-scrolled) .header__menu a:hover { color: var(--white); }
.header:not(.header-scrolled) .header__mark {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
}
.header:not(.header-scrolled) .header__toggle span { background-color: var(--white); }

.header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 84px;
}

.header__logo {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__mark {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--teal) 0%, var(--deep) 100%);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.header__name {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.header__name strong {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--deep);
}
.header__name span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-400);
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__menu {
  display: flex;
  gap: 26px;
}
.header__menu a {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-600);
  transition: color 0.2s;
  position: relative;
}
.header__menu a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--teal), var(--sand));
  transition: width 0.25s ease;
}
.header__menu a:hover { color: var(--deep); }
.header__menu a:hover::after { width: 100%; }

.header__cta { padding: 12px 22px; font-size: 13px; }

.header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.header__toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: var(--deep);
  border-radius: 2px;
  transition: all 0.3s;
}
.header__toggle--active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header__toggle--active span:nth-child(2) { opacity: 0; }
.header__toggle--active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===========================
   HERO (fundo imersivo)
   =========================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  /* padding-top folgado: o header é transparente e fica por cima da hero */
  padding: 180px 0 120px;
  background-image:
    linear-gradient(180deg, rgba(10, 42, 40, 0.80) 0%, rgba(10, 42, 40, 0.63) 45%, rgba(10, 42, 40, 0.89) 100%),
    url('hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white);
}

.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1080px;
}

/* Ordem da hero: selo de certificação, nome, frase de posicionamento, atuação */
.hero__subtitle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 16px;
}
.hero__subtitle i { font-size: 20px; color: var(--sand-light); }

.hero__name {
  font-family: var(--font-display);
  font-size: 68px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 20px;
  text-shadow: 0 2px 24px rgba(6, 26, 25, 0.35);
}

.hero__title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.92);
  /* largura calibrada para a frase quebrar em exatamente duas linhas */
  max-width: 880px;
  text-wrap: balance;
}
.hero__title em {
  font-style: normal;
  color: var(--sand-light);
}


.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

/* ===========================
   FAIXA 1: PLANTÕES (espaçamento extremo)
   =========================== */
.shifts {
  width: 100%;
  background-color: var(--deep);
  color: var(--white);
  padding: 26px 0;
}
.shifts__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.shifts__item {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.shifts__item i { font-size: 24px; color: var(--sand-light); }
/* filete vertical discreto entre as modalidades */
.shifts__divider {
  flex-shrink: 0;
  width: 1px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.16);
}

/* ===========================
   FAIXA 2: REGIÕES ATENDIDAS (centralizada)
   =========================== */
.areas {
  width: 100%;
  background-color: var(--deep-900);
  color: rgba(255, 255, 255, 0.72);
  padding: 18px 0;
}
.areas__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.areas__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.areas__item i { font-size: 17px; color: var(--sand); }

/* ===========================
   QUEM É ADRIANA (texto à esquerda, foto à direita)
   =========================== */
.about__inner {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 72px;
  align-items: center;
}

.about__media { position: relative; }
.about__photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.about__photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.about__inset {
  position: absolute;
  left: -34px;
  bottom: -34px;
  width: 190px;
  height: 190px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 6px solid var(--cream);
  box-shadow: var(--shadow-lg);
}
.about__inset img { width: 100%; height: 100%; object-fit: cover; }

.about__title {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--deep);
  margin-bottom: 20px;
}
.about__text {
  font-size: 16.5px;
  color: var(--gray-500);
  margin-bottom: 16px;
}
.about__text strong { color: var(--gray-600); font-weight: 600; }

.about__quote {
  border-left: 3px solid var(--sand);
  padding: 4px 0 4px 20px;
  margin-top: 26px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.55;
  color: var(--deep);
}

/* ===========================
   CERTIFICAÇÃO (layout vertical)
   =========================== */
.cert__doc {
  max-width: 880px;
  margin: 0 auto;
  background-color: var(--white);
  padding: 14px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xl);
  transition: transform 0.3s ease;
}
.cert__doc:hover { transform: translateY(-4px); }
.cert__doc-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.cert__doc img {
  width: 100%;
  border-radius: var(--radius-sm);
}
.cert__doc-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background-color: rgba(10, 42, 40, 0.9);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: var(--radius-full);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.cert__doc-zoom i { font-size: 19px; }
.cert__doc-trigger:hover .cert__doc-zoom,
.cert__doc-trigger:focus-visible .cert__doc-zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
/* a legenda é o aviso no touch, onde não existe hover */
.cert__doc-hint { display: none; }

/* ===========================
   VISUALIZADOR EM TELA CHEIA
   =========================== */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  flex-direction: column;
  gap: 18px;
  padding: 28px 24px 24px;
  background-color: rgba(6, 26, 25, 0.97);
}
.lightbox.is-open { display: flex; }

.lightbox__stage {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__stage img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  border-radius: var(--radius-sm);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.22s ease;
}
.lightbox__close:hover {
  background-color: rgba(255, 255, 255, 0.18);
  transform: rotate(90deg);
}

.lightbox__gallery {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
}
.lightbox__thumb {
  width: 128px;
  padding: 0 0 6px;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  background-color: rgba(255, 255, 255, 0.07);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.22s ease;
}
.lightbox__thumb img {
  width: 100%;
  height: 76px;
  object-fit: cover;
  object-position: top;
  display: block;
}
.lightbox__thumb span {
  display: block;
  padding-top: 7px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.lightbox__thumb:hover { background-color: rgba(255, 255, 255, 0.14); }
.lightbox__thumb.is-active { border-color: var(--sand); }
.lightbox__thumb.is-active span { color: var(--white); }

.cert__modules-label {
  display: block;
  text-align: center;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin: 56px 0 24px;
}
.cert__modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 48px;
  max-width: 880px;
  margin: 0 auto;
}
.cert__modules li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  color: var(--gray-600);
  line-height: 1.5;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gray-200);
}
.cert__modules i {
  font-size: 19px;
  color: var(--teal);
  flex-shrink: 0;
  margin-top: 2px;
}

/* ===========================
   SERVIÇOS (cards horizontais)
   =========================== */
.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.service-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 26px 28px;
  transition: all 0.28s ease;
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 3px; height: 0;
  background: linear-gradient(180deg, var(--teal), var(--sand));
  transition: height 0.32s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gray-100);
}
.service-card:hover::after { height: 100%; }

.service-card__icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border-radius: var(--radius-md);
  background: linear-gradient(140deg, var(--teal-tint) 0%, var(--sand-tint) 100%);
  color: var(--teal-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.service-card h3 {
  font-family: var(--font-display);
  font-size: 18.5px;
  font-weight: 600;
  color: var(--deep);
  line-height: 1.32;
  margin-bottom: 7px;
}
.service-card p {
  font-size: 15px;
  color: var(--gray-500);
  line-height: 1.62;
}

/* ===========================
   DEPOIMENTOS
   =========================== */
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial {
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: all 0.28s ease;
}
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.testimonial__quote {
  font-size: 30px;
  line-height: 1;
  color: var(--sand);
  margin-bottom: 14px;
}
.testimonial__stars {
  display: flex;
  gap: 3px;
  color: #E0A93B;
  font-size: 17px;
  margin-bottom: 16px;
}
.testimonial__text {
  font-size: 15.5px;
  color: var(--gray-500);
  line-height: 1.7;
  margin-bottom: 24px;
  flex-grow: 1;
}
.testimonial__author {
  display: flex;
  align-items: center;
  gap: 13px;
  border-top: 1px solid var(--gray-100);
  padding-top: 18px;
}
.testimonial__avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--teal-tint);
  color: var(--teal-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
}
.testimonial__author strong {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--deep);
  line-height: 1.3;
}
.testimonial__author span {
  font-size: 13px;
  color: var(--gray-400);
}

/* ===========================
   FAIXA DE CTA
   =========================== */
.cta-band {
  position: relative;
  background-image:
    linear-gradient(180deg, rgba(10, 42, 40, 0.90) 0%, rgba(15, 58, 55, 0.86) 100%),
    url('idosa.webp');
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 100px 0;
}
.cta-band__inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cta-band__eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sand-light);
  margin-bottom: 14px;
}
.cta-band__title {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.cta-band__text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 620px;
  margin-bottom: 34px;
}

/* No desktop o título fica obrigatoriamente em uma única linha */
@media (min-width: 901px) {
  .cta-band__title { white-space: nowrap; }
}

/* ===========================
   RODAPÉ
   =========================== */
.footer {
  background-color: var(--deep-900);
  color: rgba(255, 255, 255, 0.75);
  padding: 64px 0 0;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer__brand { max-width: 380px; }
.footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.footer__logo-mark {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--teal) 0%, var(--teal-700) 100%);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.footer__logo strong {
  display: block;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.25;
}
.footer__logo span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sand);
}
.footer__tagline {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.66);
}

.footer__columns {
  display: flex;
  gap: 56px;
  text-align: right;
}
.footer__column-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  color: var(--sand);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.footer__column p {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.66);
}
.footer__column a { transition: color 0.2s; }
.footer__column a:hover { color: var(--white); }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
}
.footer__bottom p { font-size: 13px; color: rgba(255, 255, 255, 0.5); }
.footer__social { display: flex; gap: 12px; }
.footer__social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.25s;
}
.footer__social-link:hover {
  background-color: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

/* ===========================
   WHATSAPP FLUTUANTE
   =========================== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
  transition: all 0.3s;
  font-size: 32px;
  color: var(--white);
}
.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55);
}

/* ===========================
   RESPONSIVO | TABLET (960px)
   =========================== */
@media (max-width: 960px) {
  .header__inner { gap: 14px; }
  .header__toggle { display: flex; }

  .header__nav {
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 22px 24px 28px;
    background-color: var(--white);
    border-bottom: 1px solid var(--gray-200);
    box-shadow: var(--shadow-lg);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .header__nav--open { transform: translateY(0); opacity: 1; pointer-events: all; }

  .header__menu {
    flex-direction: column;
    gap: 2px;
    text-align: center;
    order: 2;
  }
  .header__menu a {
    display: block;
    padding: 12px;
    font-size: 16px;
    border-bottom: 1px solid var(--gray-100);
  }
  .header__menu a::after { display: none; }
  .header__cta { order: 1; width: 100%; padding: 15px; font-size: 15px; }

  /* o painel do menu mobile é branco: links voltam ao tom escuro */
  .header:not(.header-scrolled) .header__menu a { color: var(--gray-600); }
  .header:not(.header-scrolled) .header__menu a:hover { color: var(--deep); }

  /* svh no lugar de vh: evita o salto da barra de endereço no mobile */
  .hero { min-height: 100svh; padding: 150px 0 104px; }
  .hero__name { font-size: 54px; }
  .hero__title { font-size: 27px; max-width: 660px; }

  .shifts__item { font-size: 18px; }
  .shifts__item i { font-size: 21px; }

  .about__inner { grid-template-columns: 1fr; gap: 60px; }
  .about__media { max-width: 520px; margin: 0 auto; }
  .about__photo img { height: 460px; }
  .about__inset { left: -14px; bottom: -24px; width: 150px; height: 150px; }

  .cert__modules { gap: 14px 32px; }

  .testimonials__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }

  .footer__top { flex-direction: column; align-items: center; text-align: center; }
  .footer__brand { max-width: 100%; }
  .footer__logo { justify-content: center; }
  .footer__columns { flex-direction: column; gap: 26px; text-align: center; }
  .footer__bottom { flex-direction: column; text-align: center; }
}

/* ===========================
   RESPONSIVO | MOBILE (600px)
   =========================== */
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .section__title { font-size: 31px; }

  .hero { padding: 120px 0 76px; }
  .hero__subtitle { font-size: 13px; letter-spacing: 0.02em; gap: 7px; margin-bottom: 12px; }
  .hero__subtitle i { font-size: 17px; }
  .hero__name { font-size: 40px; margin-bottom: 14px; }
  /* balance fora do mobile: na tela estreita ele criava linha órfã */
  .hero__title { font-size: 21px; line-height: 1.5; max-width: 100%; text-wrap: wrap; }

  .shifts { padding: 22px 0; }
  .shifts__inner {
    flex-direction: column;
    justify-content: center;
    gap: 14px;
  }
  .shifts__item { font-size: 18px; }
  /* na coluna o filete vira horizontal */
  .shifts__divider { width: 56px; height: 1px; }

  .areas__inner { gap: 10px 1.4rem; }
  .areas__item { font-size: 13px; }

  .about__title { font-size: 28px; }
  .about__photo img { height: 380px; }
  .about__inset { width: 120px; height: 120px; left: -8px; bottom: -18px; border-width: 5px; }
  .about__quote { font-size: 16.5px; }

  .cert__doc { padding: 10px; }
  .cert__doc-zoom { display: none; }
  .lightbox { padding: 20px 14px 16px; }
  .lightbox__close { top: 12px; right: 12px; width: 40px; height: 40px; font-size: 21px; }
  .lightbox__gallery { gap: 12px; }
  .lightbox__thumb { width: 96px; }
  .lightbox__thumb img { height: 58px; }
  .cert__doc-hint {
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: var(--gray-400);
    padding-top: 10px;
  }
  .cert__modules { grid-template-columns: 1fr; gap: 12px; }
  .cert__modules-label { margin: 40px 0 20px; }

  .services__grid { grid-template-columns: 1fr; }
  .service-card { padding: 24px 22px; gap: 16px; }
  .service-card__icon { width: 48px; height: 48px; font-size: 25px; }

  .cta-band { padding: 76px 0; }
  .cta-band__title { font-size: 29px; }

  /* padding menor para o rótulo do botão caber em uma linha */
  .btn--lg { width: 100%; padding: 16px 18px; font-size: 14px; }
  .hero__actions { width: 100%; }
  .hero__actions .btn { width: 100%; }

  .whatsapp-float { width: 54px; height: 54px; font-size: 28px; bottom: 16px; right: 16px; }
}


/* =====================================================================
   WTLL — acrescentado ao entregar o site (não veio do cliente)
   ---------------------------------------------------------------------
   DEPOIMENTOS AUTO-OCULTOS ENQUANTO VAZIOS
   Os 3 depoimentos entregues eram fictícios (a própria entrega mandava
   substituí-los antes de publicar), então eles vão ao ar VAZIOS: existem
   no /admin como "Depoimento #1..#3" para a Adriana preencher.
   Enquanto o texto estiver vazio, o card some; enquanto TODOS estiverem
   vazios, some a seção inteira e o item "Depoimentos" do menu. Assim ela
   preenche no /admin e a seção aparece sozinha, SEM novo deploy.
   (`:empty` casa porque o worker injeta "" — sem filhos, sem espaços.)
   ===================================================================== */
.testimonial:has(.testimonial__text:empty) { display: none; }

#depoimentos:not(:has(.testimonial__text:not(:empty))) { display: none; }

body:not(:has(.testimonial__text:not(:empty))) .header__menu li:has(a[href="#depoimentos"]) {
  display: none;
}
