/* ============================================================
   Priscilla Crisóstomo Advocacia — folha de estilos única
   Identidade POLPO · tema contínuo marrom→rosa (dark luxe)
   Tipografia única da marca: Jost (geométrica do wordmark)
   ============================================================ */

:root{
  /* mundo mauve (post da marca) */
  --pc-mauve:      #A98486;
  --pc-mauve-2:    #795E5B;
  --pc-mauve-deep: #503C40;

  /* fundos do tema escuro */
  --pc-bg:         #4A3639;
  --pc-bg-2:       #553F43;
  --pc-bg-deep:    #3B2B2E;

  /* rosé do manual e tints */
  --pc-rose:       #CD9795;
  --pc-rose-soft:  #E8CFCD;
  --pc-blush:      #F6EAE7;
  --pc-cream:      #FBF5F2;

  /* vinho do traço do logo */
  --pc-wine:       #6A2A2C;
  --pc-wine-deep:  #4A1D1F;

  --pc-text-cream: #FBEBE6;
  --pc-text-soft:  rgba(251, 235, 230, .78);
  --pc-line:       rgba(251, 235, 230, .18);
  --pc-glass:      rgba(251, 235, 230, .055);

  --font-display: "Playfair Display", "Didot", Georgia, serif;
  --font-brand: "Jost", "Century Gothic", "Futura", sans-serif;
  --font-body: "Jost", "Century Gothic", "Futura", -apple-system, sans-serif;

  --grad-mauve: linear-gradient(115deg, #503C40 0%, #795E5B 38%, #A98486 78%, #B18B8C 100%);
  --grad-body: linear-gradient(180deg, #55404400 0%, #5a434700 100%);
  --grad-deep: linear-gradient(135deg, #3B2B2E 0%, #332528 100%);

  --container: 1200px;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-soft: 0 14px 40px rgba(24, 15, 17, .3);
  --shadow-card: 0 6px 22px rgba(24, 15, 17, .18);
  --header-h: 84px;
}

/* ---------- Base ---------- */
*, *::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: 1rem;
  line-height: 1.75;
  color: var(--pc-text-soft);
  background: var(--pc-bg);
  overflow-x: hidden;
}

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

a{ color: var(--pc-rose-soft); }

h1, h2, h3, h4{
  font-family: var(--font-display);
  color: var(--pc-text-cream);
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: .005em;
}

h1{ font-size: clamp(2.3rem, 5.4vw, 3.7rem); }
h2{ font-size: clamp(1.8rem, 3.9vw, 2.6rem); }
h3{ font-size: clamp(1.2rem, 2.1vw, 1.4rem); }

/* mix editorial: trecho em destaque na geométrica da marca, itálica e leve */
h1 em, h2 em{
  font-family: var(--font-brand);
  font-style: italic;
  font-weight: 300;
  font-size: .96em;
  letter-spacing: .02em;
}

:focus-visible{
  outline: 3px solid var(--pc-rose-soft);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection{ background: var(--pc-rose); color: var(--pc-wine-deep); }

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

.section{ padding-block: 64px; }
@media (min-width: 768px){ .section{ padding-block: 100px; } }

/* alternância de fundos na rolagem: marrom → tons de rosa,
   sempre nascendo e morrendo na cor do fundo (transições fluidas) */
.bg-blush{
  background: linear-gradient(180deg, var(--pc-bg) 0%, #614a4d 50%, var(--pc-bg) 100%);
}
.bg-cream{ background: transparent; }

.section-head{ max-width: 720px; margin-bottom: 44px; }
.section-head.center{ margin-inline: auto; text-align: center; }
.section-head p{ margin-top: 14px; color: var(--pc-text-soft); }

/* Linha divisória fina — detalhe assinatura da marca */
.hairline{
  width: 72px; height: 1px;
  background: var(--pc-rose);
  border: 0;
  margin: 20px 0;
}
.section-head.center .hairline{ margin-inline: auto; }

/* ---------- Eyebrow badge ---------- */
.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  border: 1px solid rgba(251, 235, 230, .4);
  border-radius: 999px;
  background: transparent;
  color: var(--pc-text-cream);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow{ margin-bottom: 20px; }
.eyebrow::before{
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--pc-rose);
}

/* ---------- Botões ---------- */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn svg{ width: 17px; height: 17px; flex: none; }
.btn:hover{ transform: translateY(-2px); }

/* primário: creme sólido (destaque no mundo escuro) */
.btn-primary,
.btn-light{
  background: var(--pc-text-cream);
  color: var(--pc-wine);
  box-shadow: 0 10px 26px rgba(24, 15, 17, .35);
}
.btn-primary:hover,
.btn-light:hover{ background: #fff; }

/* secundário: contorno creme */
.btn-outline,
.btn-ghost-light{
  border-color: rgba(251, 235, 230, .5);
  color: var(--pc-text-cream);
  background: transparent;
}
.btn-outline:hover,
.btn-ghost-light:hover{ background: rgba(251, 235, 230, .12); }

/* ---------- Header ---------- */
.site-header{
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  height: var(--header-h);
  display: flex;
  align-items: center;
  color: var(--pc-text-cream);
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled{
  background: rgba(59, 43, 46, .78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(251, 235, 230, .12);
}
.site-header .container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}

/* Lockup da marca — monograma oficial */
.brand{
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--pc-text-cream);
}
.brand-mark{
  height: 46px;
  width: auto;
  flex: none;
}
.brand--mark-only .brand-mark{ height: 52px; }
.brand .brand-mark--dark{ display: none; }
.brand .brand-mark--light{ display: block; }
.brand-text{ line-height: 1.3; }
.brand-name{
  font-family: var(--font-brand);
  font-size: .84rem;
  font-weight: 300;
  letter-spacing: .3em;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
}
.brand-sub{
  font-size: .52rem;
  font-weight: 500;
  letter-spacing: .58em;
  text-transform: uppercase;
  color: var(--pc-rose-soft);
  display: block;
  border-top: 1px solid rgba(251, 235, 230, .28);
  padding-top: 4px;
  margin-top: 4px;
}

.header-nav{ display: none; align-items: center; gap: 28px; margin-left: 28px; }
.header-nav a:not(.btn){
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--pc-text-cream);
  white-space: nowrap;
}
.header-nav a:not(.btn):hover{ color: #fff; }

.header-ctas{ display: none; align-items: center; gap: 12px; margin-left: auto; }
.header-ctas .btn{ padding: 12px 22px; font-size: .68rem; white-space: nowrap; }

@media (min-width: 1024px){
  .header-nav{ display: flex; }
  .header-ctas{ display: flex; }
  .menu-toggle{ display: none !important; }
}
@media (min-width: 1024px) and (max-width: 1199px){
  .header-nav{ gap: 18px; }
  .header-ctas .btn{ padding: 10px 16px; }
}

/* Hamburger */
.menu-toggle{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  gap: 5px;
  width: 46px; height: 46px;
  padding: 12px 11px;
  background: transparent;
  border: 1px solid rgba(251, 235, 230, .4);
  border-radius: 12px;
  cursor: pointer;
}
.menu-toggle span{
  height: 1.5px;
  background: var(--pc-text-cream);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-6.5px) rotate(-45deg); }

/* Drawer mobile */
.drawer{
  position: fixed;
  inset: 0;
  z-index: 55;
  background: var(--grad-deep);
  color: var(--pc-text-cream);
  padding: calc(var(--header-h) + 24px) 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .3s ease, visibility .3s;
}
.drawer.open{ transform: translateX(0); visibility: visible; }
body.drawer-open{ overflow: hidden; }
body.drawer-open .site-header{
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.drawer a:not(.btn){
  color: var(--pc-text-cream);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: .02em;
  padding: 12px 0;
  border-bottom: 1px solid rgba(251, 235, 230, .14);
}
.drawer a:not(.btn):hover{ color: #fff; }
.drawer .drawer-ctas{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}
.drawer .drawer-social{
  margin-top: 24px;
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--pc-rose-soft) !important;
  border: 0 !important;
  font-family: var(--font-body) !important;
  font-weight: 500;
}

/* ---------- Hero (degradê mauve, como o post da marca) ---------- */
.hero{
  position: relative;
  padding-top: calc(var(--header-h) + 40px);
  background: var(--grad-mauve);
  color: var(--pc-text-cream);
  overflow: hidden;
}
.hero::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(43, 30, 33, .42) 0%, rgba(43, 30, 33, .16) 38%, transparent 60%),
    linear-gradient(180deg, transparent 58%, var(--pc-bg) 92%),
    radial-gradient(90% 70% at 82% 30%, rgba(251, 235, 230, .14), transparent 60%);
  pointer-events: none;
}
.hero .container{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
  align-items: end;
}
.hero-copy{ padding-bottom: 48px; }
.hero-copy .eyebrow{ margin-bottom: 26px; }
.hero-copy h1{ margin-bottom: 6px; }
/* nome em destaque: peso maior + degradê creme→rosé no próprio texto */
.hero-copy .h1-line{
  font-weight: 600;
  background: linear-gradient(100deg, #FFF6F1 15%, var(--pc-text-cream) 45%, var(--pc-rose-soft) 80%, var(--pc-rose) 115%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--pc-text-cream);
}
/* "Advogada de Família." na mesma fonte do subtítulo: Jost reta e leve */
.hero-copy h1 em{
  font-style: normal;
  font-weight: 300;
  letter-spacing: .01em;
}
.hero-copy .hero-sub{
  margin-top: 20px;
  max-width: 480px;
  color: rgba(251, 235, 230, .88);
  font-size: 1rem;
  font-weight: 300;
}
.hero-ctas{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.hero-figure{
  position: relative;
  justify-self: center;
  width: min(78vw, 360px);
  -webkit-mask-image: linear-gradient(180deg, #000 62%, transparent 96%);
  mask-image: linear-gradient(180deg, #000 62%, transparent 96%);
}
.hero-figure::before{
  content: "";
  position: absolute;
  inset: 10% -7% 0 -7%;
  border: 1px solid rgba(251, 235, 230, .4);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}
.hero-figure img{
  position: relative;
  border-radius: 999px 999px 0 0;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  width: 100%;
}
@media (min-width: 900px){
  /* nome em linha única, dimensionado para caber na coluna */
  .hero-copy h1{ font-size: clamp(2.3rem, 4.1vw, 3.7rem); }
  .hero-copy .h1-line{ white-space: nowrap; }
  .hero .container{
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
  }
  .hero-copy{ padding-block: 80px 104px; }
  .hero-figure{
    width: 100%;
    max-width: 430px;
    justify-self: end;
    align-self: end;
  }
}

/* ---------- Contadores ---------- */
.stats{ position: relative; }
.stats .container{
  display: grid;
  align-items: end;
  gap: 28px;
  padding-block: 48px;
  text-align: center;
}
@media (min-width: 768px){
  .stats .container{ grid-template-columns: repeat(3, 1fr); }
}
.stat-value{
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.3vw, 3.4rem);
  font-weight: 400;
  color: var(--pc-text-cream);
  line-height: 1.05;
}
.stat-value--text{
  font-size: clamp(1rem, 1.9vw, 1.85rem);
  white-space: nowrap;
}
.stat-label{
  margin-top: 8px;
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--pc-rose);
}

/* ---------- Cards (vidro translúcido no fundo escuro) ---------- */
.card{
  background: var(--pc-glass);
  border: 1px solid var(--pc-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 32px;
  transition: transform .3s cubic-bezier(.25,.46,.45,.94),
              box-shadow .45s cubic-bezier(.25,.46,.45,.94),
              background-color .45s cubic-bezier(.25,.46,.45,.94),
              border-color .45s cubic-bezier(.25,.46,.45,.94);
}
.card:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  background: rgba(251, 235, 230, .08);
}

.icon-tile{
  width: 54px; height: 54px;
  flex: none;
  display: grid;
  place-items: center;
  background: rgba(251, 235, 230, .08);
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  color: var(--pc-rose-soft);
  margin-bottom: 20px;
}
.icon-tile svg{ width: 24px; height: 24px; }

/* Serviços em destaque */
.services-grid{
  display: grid;
  gap: 20px;
}
@media (min-width: 768px){
  .services-grid{ grid-template-columns: repeat(3, 1fr); }
}
.services-grid .card p{ margin-top: 10px; font-size: .92rem; color: var(--pc-text-soft); }
.services-grid .card .card-link{
  display: inline-block;
  margin-top: 18px;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pc-rose-soft);
  text-decoration: none;
}
.services-grid .card .card-link:hover{ text-decoration: underline; }

/* ---------- Sobre ---------- */
.about{ overflow: hidden; position: relative; }
.about::before{
  content: "";
  position: absolute;
  right: -6%;
  top: 4%;
  width: 420px;
  height: 575px;
  background: url("../img/logo-monograma-claro.webp") no-repeat center / contain;
  opacity: .05;
  pointer-events: none;
}
.about .container{
  position: relative;
  display: grid;
  gap: 48px;
  align-items: center;
}
@media (min-width: 900px){
  .about .container{ grid-template-columns: .9fr 1.1fr; gap: 72px; }
}
.about-figure{
  position: relative;
  justify-self: center;
  width: min(84vw, 380px);
  padding: 0 22px 22px 0;
}
.about-figure::after{
  content: "";
  position: absolute;
  inset: 12% 0 0 12%;
  background: linear-gradient(135deg, var(--pc-rose) 0%, var(--pc-mauve) 100%);
  border-radius: var(--radius-lg);
  z-index: 0;
}
.about-figure img{
  position: relative;
  z-index: 1;
  border-radius: var(--radius-lg);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}
.about-copy p{ margin-top: 14px; color: var(--pc-text-soft); }
.checklist{
  list-style: none;
  margin-top: 26px;
  display: grid;
  gap: 13px;
}
.checklist li{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 500;
  font-size: .93rem;
  color: var(--pc-text-cream);
}
.checklist svg{
  width: 19px; height: 19px;
  flex: none;
  margin-top: 3px;
  color: var(--pc-rose);
}
.about-copy .btn{ margin-top: 32px; }

/* ---------- Áreas de atuação ---------- */
.areas-grid{
  display: grid;
  gap: 20px;
}
@media (min-width: 768px){
  .areas-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px){
  .areas-grid{ grid-template-columns: repeat(3, 1fr); }
}
.area-card{
  display: flex;
  flex-direction: column;
  background: var(--pc-glass);
  border: 1px solid var(--pc-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 32px;
  transition: transform .3s cubic-bezier(.25,.46,.45,.94),
              box-shadow .45s cubic-bezier(.25,.46,.45,.94),
              background-color .45s cubic-bezier(.25,.46,.45,.94),
              border-color .45s cubic-bezier(.25,.46,.45,.94);
}
.area-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  background: rgba(251, 235, 230, .08);
}
.area-num{
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 400;
  color: var(--pc-rose);
  line-height: 1;
}
.area-card h3{ margin-top: 14px; }
.area-card > p{ margin-top: 10px; font-size: .9rem; color: var(--pc-text-soft); }
.area-card ul{
  list-style: none;
  margin: 16px 0 22px;
  display: grid;
  gap: 8px;
  font-size: .86rem;
}
.area-card ul li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.area-card ul li::before{
  content: "";
  width: 14px; height: 1px;
  background: var(--pc-rose);
  flex: none;
  margin-top: 12px;
}
.area-card .card-link{
  margin-top: auto;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pc-rose-soft);
  text-decoration: none;
}
.area-card .card-link:hover{ text-decoration: underline; }

/* ilha de contraste: card CTA claro */
.area-card--cta{
  background: var(--pc-text-cream);
  border-color: var(--pc-text-cream);
  color: var(--pc-wine);
  justify-content: center;
  text-align: center;
  align-items: center;
}
.area-card--cta:hover{ background: #fff; }
.area-card--cta h3{ color: var(--pc-wine); }
.area-card--cta p{ color: #6b5a55; margin-top: 10px; }
.area-card--cta .btn{
  margin-top: 24px;
  background: var(--pc-wine);
  color: var(--pc-text-cream);
  box-shadow: 0 10px 26px rgba(74, 29, 31, .3);
}
.area-card--cta .btn:hover{ background: var(--pc-wine-deep); }

/* ---------- Faixa escura (mais profunda que o fundo) ---------- */
.dark-band{
  background: linear-gradient(180deg, var(--pc-bg) 0%, #3B2B2E 24%, #342629 76%, var(--pc-bg) 100%);
  color: var(--pc-text-cream);
}
.dark-band h2{ color: var(--pc-text-cream); }
.dark-band .section-head p{ color: var(--pc-text-soft); }
.dark-band .hairline{ background: var(--pc-rose); }
.band-features{
  display: grid;
  gap: 18px;
  margin-bottom: 40px;
}
@media (min-width: 768px){
  .band-features{ grid-template-columns: repeat(4, 1fr); }
}
.band-feature{
  border: 1px solid var(--pc-line);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(251, 235, 230, .05);
}
.band-feature svg{ width: 22px; height: 22px; color: var(--pc-rose); margin-bottom: 14px; }
.band-feature strong{
  display: block;
  font-size: .93rem;
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--pc-text-cream);
}
.band-feature span{ font-size: .84rem; color: var(--pc-text-soft); font-weight: 300; }
.dark-band .band-cta{ text-align: center; }

/* ---------- Na mídia ---------- */
.media-card{
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 768px){
  .media-card{ grid-template-columns: .8fr 1.2fr; }
}
.media-card .media-tag{
  display: inline-block;
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--pc-rose-soft);
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  padding: 7px 15px;
  margin-bottom: 18px;
}
.media-card .media-body{ padding: 36px; }
.media-card .media-body p{ margin-top: 12px; font-size: .93rem; color: var(--pc-text-soft); }
.media-card .media-body .card-link{
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pc-rose-soft);
  text-decoration: none;
}
.media-card .media-side{
  background: var(--grad-mauve);
  display: grid;
  place-items: center;
  padding: 36px;
  min-height: 200px;
}
.media-card .media-side .media-quote{
  font-family: var(--font-brand);
  font-style: italic;
  font-size: 1.45rem;
  font-weight: 300;
  color: var(--pc-text-cream);
  max-width: 280px;
  text-align: center;
  line-height: 1.35;
}

/* ---------- Depoimentos ---------- */
.rating-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--pc-glass);
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 500;
  font-size: .88rem;
  color: var(--pc-text-cream);
  box-shadow: var(--shadow-card);
}
.rating-badge .stars{ color: #E9BA66; letter-spacing: 3px; font-size: .9rem; }
.testimonials-grid{
  display: grid;
  gap: 20px;
  margin-top: 44px;
}
@media (min-width: 768px){
  .testimonials-grid{ grid-template-columns: repeat(3, 1fr); }
}
.testimonial .stars{ color: #E9BA66; letter-spacing: 3px; margin-bottom: 16px; font-size: .85rem; }
.testimonial blockquote{
  font-family: var(--font-brand);
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--pc-text-cream);
  font-style: italic;
  line-height: 1.55;
}
.testimonial figcaption{
  margin-top: 18px;
  font-weight: 600;
  font-size: .84rem;
  color: var(--pc-rose-soft);
}
.testimonial figcaption span{
  display: block;
  font-weight: 400;
  font-size: .72rem;
  letter-spacing: .06em;
  color: rgba(251, 235, 230, .55);
}
.testimonials-more{ text-align: center; margin-top: 36px; }
.testimonials-more a{
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pc-rose-soft);
  text-decoration: none;
}
.testimonials-more a:hover{ text-decoration: underline; }

/* ---------- FAQ ---------- */
.faq-list{
  max-width: 800px;
  margin-inline: auto;
  display: grid;
  gap: 14px;
}
.faq-item{
  background: var(--pc-glass);
  border: 1px solid var(--pc-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.faq-item summary{
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.35;
  color: var(--pc-text-cream);
}
.faq-item summary::-webkit-details-marker{ display: none; }
.faq-item summary::after{
  content: "+";
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--pc-rose-soft);
  flex: none;
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--pc-line);
  border-radius: 50%;
  transition: transform .25s ease;
}
.faq-item[open] summary::after{ transform: rotate(45deg); }
.faq-item .faq-answer{
  padding: 0 26px 24px;
  font-size: .93rem;
  color: var(--pc-text-soft);
}

/* ---------- CTA final ---------- */
.final-cta-cards{
  display: grid;
  gap: 20px;
  margin-block: 44px;
}
@media (min-width: 768px){
  .final-cta-cards{ grid-template-columns: repeat(3, 1fr); }
}
.final-cta-cards .card{ text-align: center; }
.final-cta-cards .icon-tile{ margin-inline: auto; }
.final-cta-cards .card p{ margin-top: 8px; font-size: .88rem; color: var(--pc-text-soft); }
.final-cta-action{ text-align: center; }

/* ---------- Footer ---------- */
.site-footer{
  background: linear-gradient(180deg, var(--pc-bg) 0%, #3B2B2E 32%, #2F2225 100%);
  color: var(--pc-text-soft);
  font-size: .88rem;
}
.site-footer a{ color: var(--pc-text-soft); text-decoration: none; }
.site-footer a:hover{ color: #fff; text-decoration: underline; }
.footer-main{
  display: grid;
  gap: 40px;
  padding-block: 72px 44px;
}
@media (min-width: 900px){
  .footer-main{ grid-template-columns: 1.3fr 1fr 1fr 1.2fr; }
}
.footer-brand .brand{ color: var(--pc-text-cream); margin-bottom: 20px; }
.footer-brand p{ color: rgba(251, 235, 230, .68); max-width: 300px; font-weight: 300; }
.footer-social{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer-social svg{ width: 17px; height: 17px; }
.site-footer h4{
  color: var(--pc-text-cream);
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.site-footer ul{ list-style: none; display: grid; gap: 10px; }
.footer-contact li{ display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg{ width: 16px; height: 16px; flex: none; margin-top: 5px; color: var(--pc-rose); }
.footer-map{
  border: 0;
  border-radius: var(--radius);
  width: 100%;
  height: 180px;
  margin-top: 20px;
  filter: saturate(.8);
}
.footer-legal{
  border-top: 1px solid var(--pc-line);
  padding-block: 26px;
  font-size: .76rem;
  color: rgba(251, 235, 230, .55);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  align-items: center;
}
.footer-legal .legal-links{ display: flex; gap: 18px; }

/* ---------- Botão flutuante WhatsApp ---------- */
.wa-float{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  border-radius: 999px;
  padding: 15px;
  text-decoration: none;
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .04em;
  box-shadow: 0 10px 26px rgba(10, 40, 24, .45);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}
.wa-float.visible{
  opacity: 1;
  transform: none;
  pointer-events: auto;
  animation: wa-pulse 6s ease-in-out infinite;
}
.wa-float svg{ width: 24px; height: 24px; flex: none; }
.wa-float .wa-label{ display: none; padding-right: 6px; }
@media (min-width: 768px){
  .wa-float{ padding: 15px 22px; }
  .wa-float .wa-label{ display: inline; }
}
@keyframes wa-pulse{
  0%, 92%, 100%{ box-shadow: 0 10px 26px rgba(10,40,24,.45), 0 0 0 0 rgba(37,211,102,.45); }
  96%{ box-shadow: 0 10px 26px rgba(10,40,24,.45), 0 0 0 16px rgba(37,211,102,0); }
}

/* ---------- Banner LGPD (diálogo claro flutuante) ---------- */
.consent-banner{
  position: fixed;
  z-index: 70;
  inset: auto 16px 16px 16px;
  max-width: 560px;
  margin-inline: auto;
  background: var(--pc-cream);
  border: 1px solid var(--pc-rose-soft);
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(24, 15, 17, .5);
  padding: 22px;
  font-size: .84rem;
  color: #6b5a55;
  display: none;
}
.consent-banner.show{ display: block; }
.consent-banner strong{ color: var(--pc-wine); }
.consent-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.consent-actions .btn{ padding: 10px 20px; font-size: .64rem; }
.consent-banner .btn-primary{
  background: var(--pc-wine);
  color: var(--pc-text-cream);
  box-shadow: none;
}
.consent-banner .btn-primary:hover{ background: var(--pc-wine-deep); }
.consent-banner .btn-outline{
  border-color: var(--pc-wine);
  color: var(--pc-wine);
}
.consent-banner .btn-outline:hover{ background: var(--pc-blush); }

/* ---------- Hero interno (landings e páginas) ---------- */
.page-hero{
  padding-top: calc(var(--header-h) + 56px);
  padding-bottom: 64px;
  background: var(--grad-mauve);
  color: var(--pc-text-cream);
  position: relative;
  overflow: hidden;
}
.page-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(43, 30, 33, .42) 0%, rgba(43, 30, 33, .16) 38%, transparent 60%),
    linear-gradient(180deg, transparent 55%, var(--pc-bg) 92%),
    radial-gradient(80% 90% at 88% 10%, rgba(251, 235, 230, .12), transparent 55%);
  pointer-events: none;
}
.page-hero .container{ position: relative; z-index: 1; }
.page-hero h1{ color: var(--pc-text-cream); }
.page-hero .eyebrow{ margin-bottom: 22px; }
.page-hero .breadcrumb{
  font-size: .74rem;
  letter-spacing: .06em;
  margin-bottom: 26px;
  color: rgba(251, 235, 230, .75);
}
.page-hero .breadcrumb a{ color: rgba(251, 235, 230, .75); text-decoration: none; }
.page-hero .breadcrumb a:hover{ color: #fff; }
.page-hero p.lead{
  margin-top: 20px;
  max-width: 640px;
  color: rgba(251, 235, 230, .88);
  font-size: 1rem;
  font-weight: 300;
}
.page-hero .hero-ctas{ margin-top: 30px; }

/* Landing: dores */
.pain-list{
  display: grid;
  gap: 16px;
}
@media (min-width: 768px){
  .pain-list{ grid-template-columns: repeat(2, 1fr); }
}
.pain-item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--pc-glass);
  border: 1px solid var(--pc-line);
  border-radius: var(--radius);
  padding: 22px 24px;
  font-size: .93rem;
  color: var(--pc-text-soft);
}
.pain-item svg{ width: 19px; height: 19px; flex: none; margin-top: 4px; color: var(--pc-rose); }

/* Landing: o que está incluso */
.include-grid{
  display: grid;
  gap: 16px;
}
@media (min-width: 768px){
  .include-grid{ grid-template-columns: repeat(2, 1fr); }
}
.include-item{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: .93rem;
  color: var(--pc-text-cream);
}
.include-item svg{ width: 19px; height: 19px; flex: none; margin-top: 4px; color: var(--pc-rose); }

/* Landing: passo a passo */
.steps{
  display: grid;
  gap: 20px;
}
@media (min-width: 900px){
  .steps{ grid-template-columns: repeat(4, 1fr); }
}
.step{
  background: var(--pc-glass);
  border: 1px solid var(--pc-line);
  border-radius: var(--radius);
  padding: 26px;
}
.step .step-num{
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--pc-rose);
  line-height: 1;
}
.step strong{
  display: block;
  margin-top: 12px;
  font-family: var(--font-display);
  color: var(--pc-text-cream);
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: .015em;
}
.step p{ margin-top: 6px; font-size: .86rem; color: var(--pc-text-soft); }

/* Página de conteúdo (políticas, sobre) */
.prose{ max-width: 760px; }
.prose h2{ font-size: 1.8rem; margin-top: 44px; }
.prose h3{ margin-top: 28px; }
.prose p, .prose li{ margin-top: 14px; color: var(--pc-text-soft); }
.prose ul{ padding-left: 22px; }
.prose strong{ color: var(--pc-text-cream); }
.prose a{ color: var(--pc-rose-soft); }

.two-col-figure{
  display: grid;
  gap: 40px;
  align-items: start;
}
@media (min-width: 900px){
  .two-col-figure{ grid-template-columns: .8fr 1.2fr; gap: 64px; }
}
.two-col-figure img{
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  position: sticky;
  top: calc(var(--header-h) + 24px);
}

/* Contato */
.contact-grid{
  display: grid;
  gap: 20px;
}
@media (min-width: 900px){
  .contact-grid{ grid-template-columns: repeat(2, 1fr); }
}
.contact-grid .card h3{ display: flex; align-items: center; gap: 14px; }
.contact-grid .card p{ margin-top: 12px; color: var(--pc-text-soft); font-size: .93rem; }
.contact-grid .card .btn{ margin-top: 20px; }
.contact-map{
  border: 0;
  width: 100%;
  height: 380px;
  border-radius: var(--radius);
  margin-top: 40px;
  box-shadow: var(--shadow-card);
  filter: saturate(.85);
}

/* ---------- Marca d'água do monograma na rolagem ----------
   Preenche os trechos de fundo liso, como na seção "Sobre a advogada" */
.section > .container, .dark-band > .container{ position: relative; }

.dark-band,
.section[data-section="cta-final"],
.section[data-section="depoimentos"],
section[aria-label="Passo a passo"],
section[aria-label="Como funciona"]{
  position: relative;
  overflow: hidden;
}
/* réplica exata da marca d'água da seção "Sobre a advogada" */
.dark-band::before,
.section[data-section="cta-final"]::before,
.section[data-section="depoimentos"]::before,
section[aria-label="Passo a passo"]::before,
section[aria-label="Como funciona"]::before{
  content: "";
  position: absolute;
  right: -6%;
  top: 4%;
  width: 420px;
  height: 575px;
  background: url("../img/logo-monograma-claro.webp") no-repeat center / contain;
  opacity: .05;
  pointer-events: none;
}

/* ---------- Hover claro ("light mode") em todos os cards ---------- */
.pain-item, .step, .faq-item, .band-feature{
  transition: transform .3s cubic-bezier(.25,.46,.45,.94),
              box-shadow .45s cubic-bezier(.25,.46,.45,.94),
              background-color .45s cubic-bezier(.25,.46,.45,.94),
              border-color .45s cubic-bezier(.25,.46,.45,.94),
              color .45s cubic-bezier(.25,.46,.45,.94);
}
.card h3, .card h4, .card p, .card blockquote, .card figcaption, .card figcaption span,
.card .card-link, .card .icon-tile, .card .media-tag,
.area-card h3, .area-card > p, .area-card ul, .area-card .area-num, .area-card .card-link,
.pain-item svg, .step strong, .step p, .step .step-num,
.faq-item summary, .faq-item summary::after, .faq-item .faq-answer,
.band-feature strong, .band-feature span, .band-feature svg{
  transition: color .45s cubic-bezier(.25,.46,.45,.94),
              background-color .45s cubic-bezier(.25,.46,.45,.94),
              border-color .45s cubic-bezier(.25,.46,.45,.94);
}

.card:hover, .area-card:hover, .pain-item:hover, .step:hover, .faq-item:hover, .band-feature:hover{
  background: var(--pc-cream);
  border-color: var(--pc-cream);
}
.pain-item:hover, .step:hover, .band-feature:hover{ transform: translateY(-4px); box-shadow: var(--shadow-soft); }

.card:hover h3, .card:hover h4, .area-card:hover h3,
.step:hover strong, .faq-item:hover summary, .band-feature:hover strong{ color: var(--pc-wine); }

.card:hover p, .card:hover blockquote,
.area-card:hover > p, .area-card:hover ul,
.pain-item:hover, .step:hover p,
.faq-item:hover .faq-answer, .band-feature:hover span{ color: #5d4a45; }

.card:hover .card-link, .area-card:hover .card-link{ color: var(--pc-wine); }
.card:hover .icon-tile{ background: var(--pc-blush); border-color: var(--pc-rose-soft); color: var(--pc-wine); }
.card:hover .media-tag{ color: var(--pc-wine); border-color: var(--pc-rose-soft); }
.pain-item:hover svg, .band-feature:hover svg{ color: var(--pc-mauve); }
.area-card:hover .area-num, .step:hover .step-num{ color: var(--pc-mauve); }
.faq-item:hover summary::after{ color: var(--pc-wine); border-color: var(--pc-rose-soft); }
.card:hover figcaption{ color: var(--pc-wine); }
.card:hover figcaption span{ color: #a08e88; }

.card:hover .btn-primary, .card:hover .btn-light{
  background: var(--pc-wine);
  color: var(--pc-text-cream);
}
.card:hover .btn-primary:hover, .card:hover .btn-light:hover{ background: var(--pc-wine-deep); }
.card:hover .btn-outline, .card:hover .btn-ghost-light{
  border-color: var(--pc-wine);
  color: var(--pc-wine);
}
.card:hover .btn-outline:hover, .card:hover .btn-ghost-light:hover{
  background: var(--pc-wine);
  color: var(--pc-text-cream);
}

/* ---------- Reveal on scroll ---------- */
.reveal{
  opacity: 0;
  transform: translateY(24px);
}
.reveal.in{
  opacity: 1;
  transform: none;
  transition: opacity .4s ease, transform .4s ease;
}

/* ---------- Acessibilidade / movimento ---------- */
.skip-link{
  position: absolute;
  top: -60px;
  left: 16px;
  z-index: 100;
  background: var(--pc-text-cream);
  color: var(--pc-wine);
  padding: 12px 20px;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  font-weight: 600;
  transition: top .2s ease;
}
.skip-link:focus{ top: 0; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal{ opacity: 1; transform: none; }
  .wa-float.visible{ animation: none; }
}
