/* ============ Céfalo-X — site oficial ============ */
:root {
  --verde: #5aa44f;
  --verde-escuro: #1c5b27;
  --verde-claro: #9fe69a;
  --verde-titulo: #3f9c45;
  --cinza-claro: #f1f1f1;
  --texto: #1d1d1d;
  --texto-suave: #3c3c3c;
}

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

html { scroll-behavior: smooth; color-scheme: only light; }

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--texto);
  background: #fff;
  overflow-x: hidden;
}

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

.container { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* Títulos de seção finos (EXAMES / ACOMPANHE / CONVÊNIOS / LOCALIZAÇÃO) */
.section-title {
  font-weight: 300;
  font-size: 44px;
  letter-spacing: 10px;
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
}

/* ================= HEADER ================= */
.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 26px 0;
}
.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.logo img { height: 46px; width: auto; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.nav-link {
  font-size: 15.5px;
  font-weight: 500;
  color: #232d24;
  padding: 10px 18px;
  border: 1.5px solid transparent;
  border-radius: 999px;
  transition: all .2s;
  white-space: nowrap;
}
.nav-link:hover { color: #000; }
.nav-link.active {
  color: #101510;
  font-weight: 700;
  border-color: #4a9450;
  background: #fff;
}
.phone-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15.5px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #7cc57e, #3c8c49);
  border-radius: 999px;
  padding: 12px 22px;
  box-shadow: 0 5px 16px rgba(20, 60, 30, .35);
  white-space: nowrap;
}
.ico-wa { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }

.menu-toggle { display: none; }

/* ================= HERO ================= */
.hero {
  position: relative;
  background: #04120a url('../img/hero-bg.jpg') center top / cover no-repeat;
  min-height: 800px;
}
.hero-content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 185px 20px 340px;
}
.hero-welcome {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.hero-welcome strong { font-weight: 700; }
.hero-welcome span { font-weight: 400; }
.hero-rule {
  display: block;
  width: 125px;
  height: 3px;
  background: var(--verde);
  margin: 22px 0 18px;
}
.hero h1 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.11;
  color: #fff;
  letter-spacing: .5px;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 38px;
  font-size: 18px;
  font-weight: 700;
  color: #14401b;
  background: linear-gradient(180deg, #ddf7b4, #a6e276);
  border-radius: 999px;
  padding: 18px 30px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .45);
  transition: transform .2s;
}
.btn-cta:hover { transform: translateY(-2px); }
.btn-cta .ico-wa { width: 24px; height: 24px; }

/* ================= RESULTADO DE EXAMES ================= */
.resultados { background: #fff; }
.resultados-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.equipe-wrap {
  flex: 0 0 46%;
  margin-top: -150px;
  position: relative;
  z-index: 6;
}
.equipe-img { width: 100%; max-width: 500px; }
.login-card {
  flex: 1;
  margin-top: -150px;
  margin-left: -75px;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  background: linear-gradient(150deg, #e2f3cf 0%, #b6dd9a 35%, #5aa44f 100%);
  border-radius: 28px;
  padding: 30px 46px 26px 120px;
  box-shadow: 0 18px 45px rgba(20, 60, 25, .25);
}
.login-card h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.12;
  color: #101c10;
  margin-bottom: 18px;
}
.login-hint {
  font-size: 15.5px;
  font-weight: 500;
  color: #12240f;
  margin-bottom: 24px;
}
.perfil-toggle { display: flex; gap: 14px; margin-bottom: 24px; }
.perfil-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
  color: #12240f;
  border: 1.5px solid #fff;
  border-radius: 10px;
  padding: 12px 22px;
  cursor: pointer;
  user-select: none;
  transition: background .2s;
}
.perfil-pill input { display: none; }
.perfil-pill .dot {
  width: 16px;
  height: 16px;
  border: 2px solid #12240f;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: #fff;
}
.perfil-pill.selected { background: #b5e79b; border-color: #b5e79b; }
.perfil-pill.selected .dot::after {
  content: '';
  position: absolute;
  inset: 2px;
  background: #12240f;
  border-radius: 50%;
}
.fields { display: flex; gap: 18px; margin-bottom: 22px; }
.field { flex: 1; }
.field label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #0f2410;
  margin-bottom: 8px;
}
.field input {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 8px;
  background: #fff;
  padding: 0 14px;
  font-size: 16px;
  font-family: inherit;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, .12);
}
.field input:focus { outline: 2px solid var(--verde-escuro); }
.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.esqueci {
  font-size: 15px;
  color: #10240f;
  text-decoration: underline;
  font-weight: 500;
}
.btn-entrar {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #4d9b45;
  border-radius: 10px;
  padding: 13px 36px;
  box-shadow: 0 6px 16px rgba(20, 60, 25, .35);
  transition: background .2s;
}
.btn-entrar:hover { background: #3f8a38; }

/* ===== Widget de login do paciente (image2doc) estilizado como o nosso card ===== */
.pr-login-mount .pr-login-container { background: transparent; box-shadow: none; padding: 0; margin: 0; max-width: none; }
.pr-login-mount form { display: block; }
.pr-login-mount .pr-input-group { margin-bottom: 13px; }
.pr-login-mount .pr-input-group label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #0f2410;
  margin-bottom: 6px;
}
.pr-login-mount .pr-login-input,
.pr-login-mount input.form-control {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 8px;
  background: #fff;
  padding: 0 14px;
  font-size: 16px;
  font-family: inherit;
  color: #1c1c1c;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, .12);
}
.pr-login-mount .pr-login-input:focus,
.pr-login-mount input.form-control:focus { outline: 2px solid var(--verde-escuro); }
.pr-login-mount .pr-btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #4d9b45;
  border-radius: 10px;
  padding: 13px 40px;
  margin-top: 4px;
  box-shadow: 0 6px 16px rgba(20, 60, 25, .35);
  transition: background .2s;
}
.pr-login-mount .pr-btn:hover { background: #3f8a38; }
.pr-login-mount .pr-btn { padding: 11px 40px; }
.esqueci-paciente { display: inline-block; margin-top: 12px; }

/* ================= STATS ================= */
.stats { padding: 40px 0 70px; }
.stats-title {
  font-size: 29px;
  font-weight: 700;
  color: var(--verde-titulo);
  text-align: center;
  margin-bottom: 55px;
  padding: 0 20px;
}
.stats-grid {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.stat { text-align: center; }
.stat img { height: 112px; width: auto; margin: 0 auto 22px; }
.stat-num {
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(180deg, #7ed058, #2e8b3f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}
.stat-num span { font-size: 26px; font-weight: 700; }
.stat-desc {
  font-size: 16px;
  line-height: 1.4;
  color: #2e2e2e;
  max-width: 240px;
  margin: 0 auto;
}

/* ================= REQUISIÇÃO ================= */
.requisicao { padding: 40px 0 60px; }
.requisicao-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.requisicao-paper {
  width: 195px;
  position: relative;
  z-index: 2;
  margin-right: -55px;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .25));
}
.requisicao-banner {
  flex: 1;
  background: var(--verde);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 34px 40px 34px 90px;
  color: #fff;
  position: relative;
}
.requisicao-banner h2 {
  font-size: 31px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}
.requisicao-banner .divider {
  width: 2px;
  align-self: stretch;
  background: rgba(255, 255, 255, .65);
}
.requisicao-banner p {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
}
.btn-baixe {
  flex-shrink: 0;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #eefad9, #a9d97e 70%, #8cc561);
  color: #17431d;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3), 0 0 0 8px rgba(255, 255, 255, .18);
  margin: -20px 10px -20px 0;
  transition: transform .2s;
}
.btn-baixe:hover { transform: scale(1.05); }

/* ================= FRASE ================= */
.frase { padding: 55px 20px 90px; text-align: center; }
.frase p {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  max-width: 1000px;
  margin: 0 auto;
}

/* ================= A CLÍNICA ================= */
.clinica {
  background: #05130a url('../img/clinic-bg.jpg') center / cover no-repeat;
  color: #fff;
}
.clinica-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 105px 20px 120px;
}
.clinica h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 60px;
}
.clinica-texto { max-width: 540px; }
.clinica-texto p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 26px;
  font-weight: 400;
}

/* ================= EXAMES ================= */
.exames { padding: 95px 0 60px; }
.exames .section-title { margin-bottom: 70px; }
.exames-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.exame-card {
  background: #fff;
  border: 1px solid #b9dfb2;
  border-radius: 16px;
  padding: 34px 36px 38px;
  cursor: pointer;
  transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.exame-card img {
  width: 74px;
  height: 78px;
  border-radius: 50%;
  margin-bottom: 26px;
  transition: transform .3s ease, filter .3s ease;
}
/* ---- Hover: card fica verde com brilho neon pulsante ---- */
.exame-card:hover {
  background: var(--verde);
  border-color: #9dfca0;
  transform: translateY(-6px) scale(1.02);
  animation: neonPulse 1.6s ease-in-out infinite;
}
.exame-card:hover h3,
.exame-card:hover p { color: #fff; }
.exame-card:hover h3::after {
  background: #e0ffcf;
  box-shadow: 0 0 8px rgba(200, 255, 170, .9);
}
.exame-card:hover img {
  transform: scale(1.08);
  filter: drop-shadow(0 0 10px rgba(180, 255, 170, .9));
}
@keyframes neonPulse {
  0%, 100% {
    box-shadow:
      0 0 0 1.5px #9dfca0,
      0 0 16px rgba(130, 245, 130, .70),
      0 0 34px rgba(90, 200, 90, .45),
      0 12px 30px rgba(20, 60, 25, .35);
  }
  50% {
    box-shadow:
      0 0 0 1.5px #c2ffbe,
      0 0 26px rgba(150, 255, 150, .95),
      0 0 55px rgba(110, 235, 110, .65),
      0 12px 30px rgba(20, 60, 25, .35);
  }
}
@media (prefers-reduced-motion: reduce) {
  .exame-card:hover { animation: none; box-shadow: 0 0 22px rgba(130,245,130,.8), 0 12px 30px rgba(20,60,25,.35); }
}
.exame-card h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  color: #161616;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 16px;
}
.exame-card h3::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 68px;
  height: 4px;
  border-radius: 2px;
  background: var(--verde-claro);
}
.exame-card p {
  font-size: 16.5px;
  line-height: 1.45;
  color: #2f2f2f;
}
.exame-card.destaque { background: var(--verde); border-color: var(--verde); }
.exame-card.destaque h3, .exame-card.destaque p { color: #fff; }
.exame-card.destaque h3::after { background: #d3f0c4; }

/* ================= INSTAGRAM ================= */
.instagram { padding: 70px 0 90px; text-align: center; }
.insta-handle {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  color: #111;
  margin: 14px 0 40px;
}
.insta-handle:hover { color: var(--verde-titulo); }
.insta-grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.insta-grid a { overflow: hidden; }
.insta-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s, opacity .3s;
}
.insta-grid a:hover img { transform: scale(1.05); opacity: .88; }

/* ================= CONVÊNIOS ================= */
.convenios { padding: 40px 0 90px; text-align: center; }
.convenios .section-title { margin-bottom: 60px; }
.conv-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
  margin-bottom: 42px;
  flex-wrap: wrap;
  padding: 0 20px;
}
.conv-row img { max-height: 92px; width: auto; }

/* ================= LOCALIZAÇÃO ================= */
.localizacao {
  background: var(--cinza-claro);
  padding: 90px 20px 110px;
  text-align: center;
}
.localizacao .section-title { margin-bottom: 40px; }
.endereco {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #1c1c1c;
}
.loc-rule {
  display: block;
  width: 340px;
  max-width: 80%;
  height: 3px;
  background: var(--verde);
  margin: 26px auto;
}
.horario { font-size: 19px; line-height: 1.5; color: #1c1c1c; }
.mapa-link {
  display: block;
  max-width: 1000px;
  margin: 55px auto 0;
}
.mapa-link img { width: 100%; }

/* ================= FOOTER ================= */
.site-footer { background: var(--verde); color: #fff; }
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 62px 20px 30px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr 1.2fr;
  gap: 40px;
}
.footer-logo { height: 44px; width: auto; }
.footer-menu { display: flex; flex-direction: column; gap: 13px; }
.footer-menu a { font-size: 15px; color: #f2faf0; }
.footer-menu a:hover { text-decoration: underline; }
.footer-contato p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.footer-social p { font-size: 15px; font-weight: 600; margin-bottom: 14px; }
.footer-social .entre-contato { margin-top: 26px; }
.social-icons { display: flex; gap: 12px; }
.social-icons a {
  width: 38px;
  height: 38px;
  border: 1.6px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.social-icons a:hover { background: rgba(255, 255, 255, .15); }
.social-icons svg { width: 19px; height: 19px; fill: #fff; }
.copyright {
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  padding: 18px 20px 26px;
}
.footer-legal {
  margin-top: 8px;
  font-size: 11.5px;
  font-weight: 400;
  opacity: .85;
}

/* ================= ÁREA DO DENTISTA (página separada) ================= */
.dentista-page {
  min-height: 100vh;
  background: #04120a;
  position: relative;
}
/* camada de fundo fixa: não reage a mudanças de layout nem à barra de rolagem */
.dentista-page::before {
  content: '';
  position: fixed;
  inset: 0;
  background: #04120a url('../img/hero-bg.jpg') center center / cover no-repeat;
  z-index: 0;
}
.dentista-wrap {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 130px 20px 40px;
  gap: 18px;
}
.dentista-logo {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.dentista-logo img { height: 34px; width: auto; }
.dentista-card {
  width: 100%;
  max-width: 440px;
  background: rgba(244, 249, 242, .5);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 16px;
  padding: 16px 30px 14px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .4);
}
.dentista-card h1 {
  font-size: 21px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-bottom: 12px;
}
.dentista-card .field { margin-bottom: 8px; }
.dentista-card .field label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 4px;
}
.dentista-card input {
  width: 100%;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: rgba(98, 110, 122, .42);
  padding: 0 20px;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
.dentista-card input::placeholder { color: rgba(0, 0, 0, .55); }
.dentista-card input:focus { outline: 2px solid var(--verde); border-color: transparent; }
.senha-wrap { position: relative; }
.senha-wrap input { padding-right: 50px; }
.toggle-senha {
  position: absolute;
  right: 6px; top: 50%;
  transform: translateY(-50%);
  width: 38px; height: 38px;
  border: none; background: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.toggle-senha svg { width: 22px; height: 22px; fill: #7d8a79; transition: fill .2s; }
.toggle-senha.ativo svg, .toggle-senha:hover svg { fill: var(--verde-escuro); }
.btn-dentista-entrar {
  width: 100%;
  height: 38px;
  margin-top: 4px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background: linear-gradient(180deg, #1ecb6b 0%, #05a247 100%);
  box-shadow: 0 8px 22px rgba(10, 150, 70, .4);
  transition: filter .2s, transform .2s;
}
.btn-dentista-entrar:hover { filter: brightness(1.05); transform: translateY(-1px); }
.dentista-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.dentista-links a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.dentista-links a:first-child { position: relative; }
.dentista-links a:first-child::after {
  content: '';
  position: absolute;
  right: -8px; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 14px;
  background: rgba(0, 0, 0, .35);
}
.dentista-links a:hover { color: #000; text-decoration: underline; }
.dentista-footer {
  text-align: center;
  color: #e8f3e6;
  font-size: 13.5px;
  line-height: 1.7;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .6);
}
.dentista-footer a { color: #bff0a8; font-weight: 600; text-decoration: underline; }
.dentista-footer a:hover { color: #fff; }

@media (max-width: 480px) {
  .dentista-card { padding: 32px 24px 28px; }
  .dentista-card h1 { font-size: 22px; }
}

/* ================= BOTÃO FLUTUANTE WHATSAPP ================= */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .28);
  animation: waPulse 2.6s ease-in-out infinite;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .35);
}
.whatsapp-float svg { width: 36px; height: 36px; fill: #fff; }
@keyframes waPulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(0, 0, 0, .28), 0 0 0 0 rgba(37, 211, 102, .5); }
  50%      { box-shadow: 0 6px 20px rgba(0, 0, 0, .28), 0 0 0 14px rgba(37, 211, 102, 0); }
}
@media (prefers-reduced-motion: reduce) { .whatsapp-float { animation: none; } }
@media (max-width: 640px) {
  .whatsapp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
  .whatsapp-float svg { width: 31px; height: 31px; }
}

/* ================= RESPONSIVO ================= */
@media (max-width: 1150px) {
  .main-nav { display: none; }
  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 92px;
    right: 20px;
    background: #0a2413;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .5);
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }
  .menu-toggle span {
    width: 26px;
    height: 3px;
    background: #22301f;
    border-radius: 2px;
  }
  .phone-pill { margin-left: 0; }
}

@media (max-width: 980px) {
  .resultados-inner { flex-direction: column; align-items: center; }
  .equipe-wrap { margin-top: -160px; }
  .login-card {
    margin: -30px 0 40px;
    padding: 40px 34px;
    width: 100%;
    max-width: 560px;
  }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .exames-grid { grid-template-columns: repeat(2, 1fr); }
  .requisicao-inner { flex-direction: column; }
  .requisicao-paper { margin: 0 0 -40px; }
  .requisicao-banner {
    flex-direction: column;
    text-align: center;
    padding: 60px 30px 34px;
    gap: 20px;
  }
  .requisicao-banner .divider { display: none; }
  .btn-baixe { margin: 6px 0 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .hero { min-height: 560px; }
  .hero-content { padding: 130px 20px 150px; }
  .hero h1 { font-size: 38px; }
  .phone-pill { padding: 10px 14px; font-size: 13px; gap: 6px; }
  .phone-pill .ico-wa { width: 16px; height: 16px; }
  .section-title { font-size: 30px; letter-spacing: 6px; }
  .stats-grid { grid-template-columns: 1fr; }
  .exames-grid { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .conv-row { gap: 40px; }
  .equipe-wrap { margin-top: -110px; }
  .fields { flex-direction: column; }
  .form-footer { flex-direction: column-reverse; align-items: stretch; text-align: center; }
  .btn-entrar { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .frase p { font-size: 20px; }
  .stats-title { font-size: 19px; }
  .clinica h2 { font-size: 28px; }
  .login-card h2 { font-size: 32px; }
  .equipe-wrap { margin-top: -120px; }
}
