/* ==========================================================================
   Louise Andrade Fisioterapia e Pilates — estilos
   ========================================================================== */

:root {
  /* Paleta baseada nas cores reais do logo (azul-petróleo / verde-água) */
  --teal-800: #16504b;
  --teal-700: #1f6f68;
  --teal-600: #2a8f86;
  --teal-500: #3ba89e;
  --aqua-100: #eaf6f4;
  --aqua-50: #f4faf9;
  --cream: #faf7f2;
  --sand: #f0e8dc;
  --ink: #253330;
  --ink-soft: #56645f;
  --ink-faint: #7c8a85;
  --white: #ffffff;
  --whatsapp: #25d366;
  --whatsapp-dark: #1ebe5a;

  --font-heading: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Work Sans", "Segoe UI", Arial, sans-serif;

  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;

  --shadow-soft: 0 10px 30px -12px rgba(31, 111, 104, 0.25);
  --shadow-card: 0 4px 18px -6px rgba(37, 51, 48, 0.12);

  --container: 1120px;
}

/* ---------- Reset básico ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 {
  font-family: var(--font-heading);
  color: var(--teal-800);
  line-height: 1.2;
  margin: 0 0 0.6em;
  font-weight: 600;
}

p { margin: 0 0 1em; color: var(--ink-soft); }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

section { padding: clamp(48px, 8vw, 96px) 0; }

.section-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-600);
  background: var(--aqua-100);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.section-head {
  max-width: 640px;
  margin: 0 0 40px;
}

.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.section-head h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.section-head p { font-size: 1.05rem; }

.bg-alt { background: var(--aqua-50); }
.bg-sand { background: var(--sand); }

/* ---------- Skip link (acessibilidade) ---------- */
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  background: var(--teal-800);
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 10px 0;
  z-index: 1000;
}
.skip-link:focus {
  left: 0;
  top: 0;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid rgba(37, 51, 48, 0.06);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  transform: scale(1.22); /* recorta a borda azul remanescente do arquivo original */
  flex-shrink: 0;
}

.brand-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--teal-800);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-name small {
  display: block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.72rem;
  color: var(--ink-faint);
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  border: none;
  border-radius: 999px;
  padding: 13px 22px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-whatsapp {
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(37, 211, 102, 0.55);
}
.btn-whatsapp:hover { background: var(--whatsapp-dark); }

.btn-whatsapp.small { padding: 9px 16px; font-size: 0.85rem; }

.btn-outline {
  background: transparent;
  color: var(--teal-700);
  border: 1.5px solid var(--teal-600);
}
.btn-outline:hover { background: var(--aqua-100); }

.icon-whatsapp {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 10vw, 110px) 0 clamp(40px, 8vw, 80px);
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(0px);
  z-index: 0;
  opacity: 0.55;
}
.hero-blob.b1 {
  width: 420px; height: 420px;
  background: radial-gradient(circle at 30% 30%, var(--aqua-100), transparent 70%);
  top: -160px; right: -140px;
}
.hero-blob.b2 {
  width: 320px; height: 320px;
  background: radial-gradient(circle at 40% 40%, var(--sand), transparent 70%);
  bottom: -140px; left: -120px;
}

.hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.hero-eyebrow { margin-bottom: 18px; }

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  max-width: 15ch;
}

.hero .lead {
  font-size: 1.15rem;
  max-width: 52ch;
  color: var(--ink-soft);
}

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

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.hero-facts li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-facts svg { width: 18px; height: 18px; color: var(--teal-600); flex-shrink: 0; }

.hero-facts ul { padding: 0; margin: 0; display: contents; }

/* ---------- Sobre / Apresentação ---------- */
.sobre-grid {
  display: grid;
  gap: 36px;
  align-items: start;
}

.quote-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(31, 111, 104, 0.08);
}

.quote-card p.quote {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--teal-800);
  font-style: italic;
  margin-bottom: 10px;
}

.quote-card .who {
  font-size: 0.88rem;
  color: var(--ink-faint);
  margin: 0;
}

/* ---------- Cards de serviço ---------- */
.servico {
  display: grid;
  gap: 28px;
  align-items: center;
}

.servico-badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--aqua-100);
  color: var(--teal-700);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.servico-badge svg { width: 28px; height: 28px; }

.servico-lista {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.servico-lista li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.servico-lista svg {
  width: 18px; height: 18px;
  color: var(--teal-600);
  flex-shrink: 0;
  margin-top: 3px;
}

.servico-visual {
  background: linear-gradient(160deg, var(--aqua-100), var(--white));
  border-radius: var(--radius-lg);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid rgba(31,111,104,0.08);
}
.servico-visual svg { width: 100%; height: auto; max-width: 220px; color: var(--teal-600); }

.servico-discreto {
  max-width: 620px;
  margin: 48px auto 0;
  padding: 20px 28px;
  text-align: center;
  font-size: 0.95rem;
  color: var(--ink-soft);
  border-top: 1px solid rgba(31, 111, 104, 0.14);
  border-bottom: 1px solid rgba(31, 111, 104, 0.14);
}
.servico-discreto a {
  color: var(--teal-700);
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}

/* ---------- Diferenciais ---------- */
.diferenciais-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.diferencial-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(31, 111, 104, 0.07);
}

.diferencial-card .num {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--teal-600);
  display: block;
  margin-bottom: 6px;
}

.diferencial-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--aqua-100);
  color: var(--teal-700);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.diferencial-icon svg { width: 22px; height: 22px; }

.diferencial-card h3 {
  font-size: 1.02rem;
  margin-bottom: 6px;
}
.diferencial-card p { font-size: 0.92rem; margin: 0; }

/* ---------- Depoimentos ---------- */
.depoimentos-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.depoimento-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid rgba(31, 111, 104, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.depoimento-stars { color: #e8a33d; letter-spacing: 2px; font-size: 0.95rem; }
.depoimento-card p.texto { color: var(--ink); margin: 0; }
.depoimento-autor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--ink-faint);
  margin-top: auto;
}

.depoimentos-fonte {
  text-align: center;
  margin-top: 28px;
  font-size: 0.9rem;
  color: var(--ink-faint);
}
.depoimentos-fonte a { color: var(--teal-700); font-weight: 600; text-decoration: underline; }

/* ---------- Espaço / Localização ---------- */
.local-grid {
  display: grid;
  gap: 32px;
}

.mapa-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(31,111,104,0.08);
  aspect-ratio: 4 / 3;
}
.mapa-wrap iframe { width: 100%; height: 100%; border: 0; }

.local-info {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(31,111,104,0.08);
}

.local-info dl { margin: 0; }
.local-info dt {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--teal-600);
  font-weight: 700;
  margin-top: 18px;
}
.local-info dt:first-child { margin-top: 0; }
.local-info dd { margin: 4px 0 0; color: var(--ink); font-size: 1rem; }
.local-info a.link-ativo { color: var(--teal-700); font-weight: 600; text-decoration: none; }
.local-info a.link-ativo:hover { text-decoration: underline; }

/* ---------- CTA final ---------- */
.cta-final {
  background: var(--teal-800);
  color: #fff;
  text-align: center;
  border-radius: var(--radius-lg);
  margin: 0 20px;
  padding: clamp(40px, 7vw, 70px) 24px;
}
@media (min-width: 700px) { .cta-final { margin: 0 auto; max-width: var(--container); } }

.cta-final h2 { color: #fff; }
.cta-final p { color: rgba(255,255,255,0.82); max-width: 46ch; margin-left: auto; margin-right: auto; }

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.75);
  padding: 44px 0 28px;
  font-size: 0.9rem;
}
.footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.footer-brand img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; transform: scale(1.22); }
.footer-brand span { font-family: var(--font-heading); color: #fff; font-size: 1.05rem; }

footer.site-footer a { color: #fff; text-decoration: none; }
footer.site-footer a:hover { text-decoration: underline; }
footer.site-footer h4 {
  color: rgba(255,255,255,0.55);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}
footer.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 18px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

/* ---------- WhatsApp flutuante ---------- */
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--whatsapp);
  color: #fff;
  padding: 14px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 12px 28px -10px rgba(37, 211, 102, 0.6);
  transition: transform 0.15s ease;
}
.whatsapp-float:hover { transform: translateY(-2px) scale(1.02); }
.whatsapp-float svg { width: 22px; height: 22px; }
.whatsapp-float .label { display: none; }

@media (min-width: 560px) {
  .whatsapp-float .label { display: inline; }
}

/* ---------- Layout responsivo (tablet/desktop) ---------- */
@media (min-width: 760px) {
  .hero .container { grid-template-columns: 1.1fr 0.9fr; }
  .sobre-grid { grid-template-columns: 1.15fr 0.85fr; }
  .servico { grid-template-columns: 1fr 1fr; }
  .servico.reverse .servico-visual { order: 2; }
  .local-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}

@media (min-width: 980px) {
  .nav-links { display: flex; }
}

/* ---------- Nav (links âncora, opcional em telas maiores) ---------- */
.nav-links {
  display: none;
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
}
.nav-links a { text-decoration: none; color: var(--ink-soft); }
.nav-links a:hover { color: var(--teal-700); }

.header-actions { display: flex; align-items: center; gap: 18px; }

/* ---------- Utilidades ---------- */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
