/* ============================================
   CARNEIRO DINIZ ADVOGADOS — LP APOSENTADORIA PCD
   Versão 1: CTA direto WhatsApp
   ============================================ */

/* ---------- TOKENS (mude aqui para reestilizar) ---------- */
:root {
  /* Paleta sóbria de advocacia */
  --color-primary: #0A2540;         /* azul-marinho profundo */
  --color-primary-dark: #061a30;
  --color-accent: #C9A96E;          /* dourado */
  --color-accent-dark: #b08f55;

  /* CTA = WhatsApp */
  --color-cta: #25D366;
  --color-cta-hover: #1FAD55;

  --color-text: #1A1A1A;
  --color-text-muted: #5a6473;
  --color-text-light: #FFFFFF;

  --color-bg: #FFFFFF;
  --color-bg-alt: #F5F7FA;
  --color-bg-dark: #0A2540;

  --color-border: #E2E8F0;

  /* Tipografia */
  --font-heading: 'Poppins', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  --fs-h1: clamp(1.75rem, 3.6vw, 2.625rem);
  --fs-h2: clamp(1.4rem, 2.8vw, 2rem);
  --fs-h3: clamp(1.05rem, 1.6vw, 1.25rem);
  --fs-body: 1rem;
  --fs-small: 0.875rem;

  /* Layout */
  --container: 1200px;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(10, 37, 64, 0.06);
  --shadow-md: 0 6px 20px rgba(10, 37, 64, 0.1);
  --shadow-lg: 0 12px 32px rgba(10, 37, 64, 0.15);

  --section-py: clamp(3rem, 7vw, 6rem);
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, picture, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: none; background: none; cursor: pointer; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
  letter-spacing: -0.01em;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ---------- ACESSIBILIDADE ---------- */
.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-primary);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0 0 8px 8px;
  font-weight: 600;
  z-index: 1001;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 0; outline: 2px solid var(--color-accent); outline-offset: 2px; }

/* ---------- LAYOUT ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: clamp(1rem, 4vw, 2rem);
  padding-right: clamp(1rem, 4vw, 2rem);
}

section {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}

.section-alt { background: var(--color-bg-alt); }
.section-dark { background: var(--color-bg-dark); color: var(--color-text-light); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--color-text-light); }

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}
.section-header h2 { margin-bottom: 0.75rem; }
.section-header .subtitle {
  font-size: 1.05rem;
  color: var(--color-text-muted);
}
.section-dark .section-header .subtitle { color: rgba(255,255,255,0.8); }

/* ---------- BOTÕES / CTA ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.75rem;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}
.btn-cta {
  background: var(--color-cta);
  color: #fff;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}
.btn-cta:hover {
  background: var(--color-cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
}
.btn-cta::before {
  content: "";
  width: 22px; height: 22px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M.057 24l1.687-6.163a11.867 11.867 0 01-1.587-5.946C.16 5.335 5.495 0 12.05 0a11.817 11.817 0 018.413 3.488 11.824 11.824 0 013.48 8.414c-.003 6.557-5.338 11.892-11.893 11.892a11.9 11.9 0 01-5.688-1.448L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884a9.86 9.86 0 001.51 5.26l.601.955-1.005 3.672 3.766-.987zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.247-.694.247-1.289.173-1.413z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-cta-lg {
  padding: 1.15rem 2.25rem;
  font-size: 1.125rem;
}

.cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

/* ---------- HEADER ---------- */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
  z-index: 100;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.site-header img { max-height: 44px; width: auto; }
.site-header .btn { padding: 0.55rem 1.1rem; font-size: 0.85rem; }
.site-header .btn::before { width: 16px; height: 16px; }

.site-nav { display: flex; gap: 1.5rem; align-items: center; }
.site-nav a {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text);
  position: relative;
  transition: color 0.2s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.site-nav a:hover { color: var(--color-primary); }
.site-nav a:hover::after { transform: scaleX(1); }

.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  border-radius: 8px;
  background: var(--color-bg-alt);
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; color: var(--color-primary); }

@media (max-width: 1024px) {
  .site-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 0;
    border-top: 1px solid var(--color-border);
    box-shadow: var(--shadow-md);
    display: none;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    width: 100%;
    padding: 0.85rem 1.5rem;
    border-bottom: 1px solid var(--color-border);
  }
  .site-nav a::after { display: none; }
  .nav-toggle { display: flex; }
}

/* ---------- HERO ---------- */
.hero {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  background: linear-gradient(135deg, #f5f7fa 0%, #e9eef5 100%);
}
.hero .container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero h1 { margin-bottom: 1.25rem; }
.hero .lead {
  font-size: 1rem;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}
.hero .lead strong { color: var(--color-primary); }
.hero .punchline {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 1.75rem;
}
.hero-image {
  position: relative;
}
.hero-image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

/* ---------- HERO COLLAGE (3 fotos + dots) ---------- */
.hero-collage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.2;
}
.hero-collage img {
  position: absolute;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 18px 36px rgba(10, 37, 64, 0.18);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.hero-collage img:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(10, 37, 64, 0.24);
}
.hero-collage img.hero-collage-main {
  top: 0;
  left: 0;
  width: 72%;
  height: 54%;
  aspect-ratio: auto;
  z-index: 2;
}
.hero-collage img.hero-collage-small {
  top: 16%;
  right: 0;
  width: 36%;
  height: auto;
  aspect-ratio: 1 / 1;
  z-index: 3;
  border: 4px solid #fff;
}
.hero-collage img.hero-collage-bottom {
  bottom: 0;
  right: 4%;
  width: 75%;
  height: 52%;
  aspect-ratio: auto;
  z-index: 2;
}
.hero-collage::before,
.hero-collage::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(circle, rgba(10, 37, 64, 0.22) 1.2px, transparent 1.6px);
  background-size: 12px 12px;
  z-index: 1;
  opacity: 0.7;
}
.hero-collage::before { top: 33%; right: 30%; width: 70px; height: 70px; }
.hero-collage::after  { bottom: 14%; left: -2%; }

@media (max-width: 900px) {
  .hero-collage { max-width: 460px; margin: 0 auto; }
}
@media (max-width: 480px) {
  .hero-collage::before, .hero-collage::after { display: none; }
}

/* ---------- DORES (cards grid) ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.card h3 {
  margin-bottom: 0.6rem;
  font-size: 1rem;
}
.card p {
  font-size: 0.9rem;
  line-height: 1.55;
}

/* ---------- COMO FUNCIONA (timeline horizontal) ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.steps::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(to right, var(--color-accent) 0%, var(--color-accent) 100%);
  opacity: 0.4;
  z-index: 0;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0.85rem;
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform 0.25s ease;
}
.step:hover { transform: translateY(-4px); }
.step-number {
  width: 60px; height: 60px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-bottom: 1.1rem;
}
.step h3 { margin-bottom: 0.4rem; font-size: 0.95rem; }
.step p { font-size: 0.85rem; line-height: 1.55; color: var(--color-text-muted); }

@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; gap: 1rem; max-width: 600px; }
  .steps::before { display: none; }
  .step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 1.25rem;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--shadow-sm);
  }
  .step:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
  .step-number { width: 48px; height: 48px; font-size: 1.2rem; margin-bottom: 0; }
  .step-content { flex: 1; }
}

/* ---------- SOBRE (hero + local mesclados) ---------- */
.about {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.about-image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.about-content h2 { margin-bottom: 1.25rem; font-size: clamp(1.3rem, 2.4vw, 1.75rem); }
.about-content p { color: var(--color-text-muted); font-size: 0.95rem; line-height: 1.65; }
.about-content p strong { color: var(--color-primary); }

.about-info {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: var(--color-bg-alt);
  border-left: 4px solid var(--color-accent);
  border-radius: 6px;
}
.about-info-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
  margin-bottom: 0.3rem;
}
.about-info-value { font-weight: 600; color: var(--color-primary); }

.local-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 2rem;
}
.local-photos img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

/* ---------- DEPOIMENTOS ---------- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.testimonial {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.75rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.testimonial-stars {
  color: #FFB400;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.testimonial-text {
  color: var(--color-text-muted);
  font-style: italic;
  flex: 1;
  margin-bottom: 1.25rem;
}
.testimonial-name {
  font-weight: 600;
  color: var(--color-primary);
}
.testimonial-source {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}
.testimonials-note {
  text-align: center;
  margin-top: 2rem;
  color: var(--color-text-muted);
  font-size: 1rem;
}
.testimonials-note strong { color: var(--color-primary); }

/* ---------- FAQ (accordion) ---------- */
.faq {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: background 0.2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: var(--color-bg-alt); }
.faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-accent);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ---------- CTA FINAL ---------- */
.cta-final {
  background: linear-gradient(135deg, var(--color-primary) 0%, #0d3052 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: "";
  position: absolute;
  top: -50%; right: -10%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.cta-final .container {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  text-align: left;
}
.cta-final h2 {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin: 0 0 0.85rem;
  line-height: 1.2;
}
.cta-final .cta-subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1.75rem;
  line-height: 1.5;
}
.cta-final .btn { font-size: 1rem; padding: 1rem 2rem; }
.cta-final-image img {
  border-radius: var(--radius-lg);
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}
@media (max-width: 900px) {
  .cta-final .container { grid-template-columns: 1fr; text-align: center; }
  .cta-final-image { max-width: 320px; margin: 0 auto; }
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: #061a30;
  color: rgba(255,255,255,0.85);
  padding: 3rem 0 1.5rem;
}
.site-footer .container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.site-footer img { max-height: 56px; margin-bottom: 1rem; filter: brightness(0) invert(1); }
.footer-col h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer-col p, .footer-col a {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
}
.footer-col a:hover { color: var(--color-accent); }
.socials { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
.socials a {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.socials a:hover { background: var(--color-accent); transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; fill: currentColor; }
.footer-bottom {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}

/* ---------- ANIMAÇÕES (reveal on scroll) ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}

/* ============================================
   POLISH — ícones, trust strip, photo frames, FAB
   ============================================ */

/* ---------- TRUST STRIP (banda de credibilidade) ---------- */
.trust-strip {
  background: #fff;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 1.25rem 0;
}
.trust-strip .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-text-muted);
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .trust-strip .container { flex-wrap: wrap; justify-content: center; gap: 0.85rem 2rem; }
  .trust-item { font-size: 0.85rem; white-space: normal; }
}
.trust-item strong { color: var(--color-primary); font-weight: 600; }
.trust-item svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--color-accent);
}
.trust-item .stars { color: #FFB400; letter-spacing: 0.05em; }

/* ---------- ÍCONES NOS CARDS DE DOR ---------- */
.card {
  position: relative;
}
.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.15), rgba(201, 169, 110, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
  color: var(--color-accent-dark);
  transition: transform 0.25s ease, background 0.25s ease;
}
.card-icon svg { width: 24px; height: 24px; }
.card:hover .card-icon {
  transform: scale(1.08) rotate(-3deg);
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.25), rgba(201, 169, 110, 0.1));
}
.card h3::before { display: none; } /* remove o pontinho dourado anterior */

/* ---------- ÍCONES NOS PASSOS ---------- */
.step-number {
  background: linear-gradient(135deg, var(--color-primary) 0%, #1c4275 100%);
  box-shadow: 0 6px 16px rgba(10, 37, 64, 0.25);
  position: relative;
}
.step-number::after {
  content: "";
  position: absolute;
  inset: -3px;
  border: 2px solid var(--color-accent);
  border-radius: 50%;
  opacity: 0.4;
}
.step-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-accent-dark);
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.step-icon svg { width: 16px; height: 16px; }

/* ---------- PHOTO FRAME (hero + about) ---------- */
.photo-frame {
  position: relative;
  display: inline-block;
  width: 100%;
}
.photo-frame::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 3px solid var(--color-accent);
  border-radius: var(--radius-lg);
  z-index: 0;
  transition: inset 0.4s ease;
}
.photo-frame::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 60px;
  height: 60px;
  border-top: 4px solid var(--color-primary);
  border-left: 4px solid var(--color-primary);
  border-radius: 8px 0 0 0;
  z-index: 2;
  pointer-events: none;
}
.photo-frame img {
  position: relative;
  z-index: 1;
}
.photo-frame:hover::before { inset: 12px -22px -22px 22px; }
@media (max-width: 900px) {
  .photo-frame::before { inset: 12px -12px -12px 12px; }
  .photo-frame::after { width: 40px; height: 40px; }
}

/* ---------- FOOTER: ícones nas linhas ---------- */
.footer-line {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
}
.footer-line svg {
  width: 18px; height: 18px;
  color: var(--color-accent);
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.footer-line a { color: rgba(255,255,255,0.75); }
.footer-line a:hover { color: var(--color-accent); }

/* ---------- BOTÃO FLUTUANTE WHATSAPP (FAB) ---------- */
.fab-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-cta);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  z-index: 99;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: fabPulse 2.4s ease-in-out infinite;
}
.fab-whatsapp svg { width: 32px; height: 32px; }
.fab-whatsapp:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
  animation: none;
}
.fab-whatsapp::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--color-cta);
  opacity: 0;
  animation: fabRing 2.4s ease-out infinite;
}
@keyframes fabPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45); }
  50% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.7), 0 0 0 10px rgba(37, 211, 102, 0.08); }
}
@keyframes fabRing {
  0% { opacity: 0.6; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.4); }
}
@media (prefers-reduced-motion: reduce) {
  .fab-whatsapp, .fab-whatsapp::before { animation: none; }
}
@media (max-width: 600px) {
  .fab-whatsapp { width: 54px; height: 54px; bottom: 16px; right: 16px; }
  .fab-whatsapp svg { width: 28px; height: 28px; }
}

/* ---------- RESPONSIVO ---------- */
@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-image { order: -1; max-width: 360px; margin: 0 auto; }
  .about { grid-template-columns: 1fr; }
  .about-image { max-width: 400px; margin: 0 auto; }
  .site-footer .container { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .site-header .btn span { display: none; }
  .site-header .btn { padding: 0.55rem 0.9rem; }
  .step { grid-template-columns: 1fr; }
  .step-number { width: 48px; height: 48px; font-size: 1.2rem; }
  .local-photos { grid-template-columns: repeat(2, 1fr); }
  :root { --section-py: 3rem; }
}
