:root {
  --font-display: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
  --font-body: "Mulish", system-ui, -apple-system, sans-serif;
  --earth: #7e6444;
  --clay: #be8668;
  --terracotta: #c0886a;
  --sand: #c4ac96;
  --bg: var(--earth);
  --bg-alt: color-mix(in srgb, var(--earth) 72%, #000);
  --bg-muted: color-mix(in srgb, var(--earth) 58%, #000);
  --accent: var(--earth);
  --accent-soft: color-mix(in srgb, var(--earth) 22%, transparent);
  --accent-strong: var(--earth);
  --accent-gradient: linear-gradient(
    135deg,
    var(--earth) 0%,
    var(--terracotta) 48%,
    var(--clay) 100%
  );
  --text: #f5f0eb;
  --text-soft: color-mix(in srgb, var(--sand) 92%, #fff);
  --border-subtle: color-mix(in srgb, var(--sand) 35%, transparent);
  --radius-lg: 18px;
  --radius-xl: 26px;
  --shadow-soft: 0 18px 45px rgba(45, 36, 28, 0.55);
}

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

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-weight: 400;
  background: linear-gradient(
    160deg,
    color-mix(in srgb, var(--earth) 35%, #1a1410) 0%,
    var(--earth) 38%,
    var(--terracotta) 72%,
    color-mix(in srgb, var(--clay) 55%, #2a221c) 100%
  );
  background-attachment: fixed;
  color: var(--text);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
.hero__title,
.logo__name,
.logo__mark,
.logo__sub,
.area-card__title,
.card__title,
.situation-card__quote,
.sobre__name,
.sobre__subtitle,
.sobre__cta-title,
.contato__info-title,
.faq-item__question,
.process-step__title,
.section__accent-title,
.list__title,
.pricing-card__title,
.pricing-card__price,
.stat-strip__value {
  font-family: var(--font-display);
}

.hero__subtitle,
.section__subtitle {
  font-weight: 300;
}

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

a {
  color: inherit;
  text-decoration: none;
}

section {
  scroll-margin-top: 88px;
}

.container {
  width: min(1120px, 100% - 3rem);
  margin-inline: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: linear-gradient(
      to bottom,
      color-mix(in srgb, var(--earth) 96%, transparent),
      color-mix(in srgb, var(--earth) 88%, transparent),
      transparent
    );
  border-bottom: 1px solid color-mix(in srgb, var(--sand) 28%, transparent);
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.1rem;
  gap: 1.75rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.logo__image {
  height: 80px;
  width: auto;
  display: block;
}

.logo__mark {
  flex-shrink: 0;
  min-width: 52px;
  height: 52px;
  padding-inline: 0.45rem;
  border-radius: 14px;
  background-image: var(--accent-gradient);
  border: 1px solid var(--border-subtle);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #f5f0eb;
  box-shadow: var(--shadow-soft);
}

.logo__text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
  text-align: left;
}

.logo__name {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.logo__sub {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-soft);
}

@media (max-width: 640px) {
  .logo__image {
    height: 60px;
  }

  .logo__mark {
    min-width: 46px;
    height: 46px;
    padding-inline: 0.35rem;
    font-size: 0.95rem;
  }
}

.nav {
  display: none;
}

.nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding: 0;
  margin: 0;
  font-size: 0.92rem;
}

.nav__list a {
  color: var(--text-soft);
  position: relative;
  padding-block: 0.2rem;
}

.nav__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-gradient);
  transition: width 0.2s ease-out;
}

.nav__list a:hover {
  color: var(--text);
}

.nav__list a:hover::after {
  width: 100%;
}

.nav__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.nav__instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding-inline: 0;
}

.nav__instagram-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #fff;
  padding: 3px;
  box-sizing: border-box;
  display: block;
  object-fit: contain;
}

.nav__instagram-icon--svg,
.nav__whats-icon--svg {
  padding: 4px;
}

.nav__whats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
}

.nav__whats-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #fff;
  padding: 3px;
  box-sizing: border-box;
  display: block;
  object-fit: contain;
}

.nav__social svg {
  display: block;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(45, 36, 28, 0.9);
  border: 1px solid color-mix(in srgb, var(--sand) 45%, #5c4a3a);
  gap: 6px;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--sand);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out,
    background 0.12s ease-out, color 0.12s ease-out;
}

.btn--primary {
  background-color: #25d366; /* verde padrão WhatsApp */
  color: #ffffff;
  box-shadow: none;
}

.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(18, 140, 126, 0.45);
}

/* (btn__icon removido pois não há mais ícones nos botões) */

.btn--outline {
  border: 1px solid color-mix(in srgb, var(--clay) 55%, transparent);
  background: rgba(45, 36, 28, 0.94);
  color: var(--text);
}

.btn--outline:hover {
  background: rgba(45, 36, 28, 1);
}

.btn--small {
  padding-inline: 1.1rem;
  padding-block: 0.6rem;
}

.btn--full {
  width: 100%;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: 0;
  background: url("./img/reuniao.jpg") center center / cover no-repeat;
  filter: blur(11px);
  transform: scale(1.06);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    125deg,
    color-mix(in srgb, var(--earth) 78%, transparent) 0%,
    color-mix(in srgb, var(--earth) 72%, #1a1410) 45%,
    color-mix(in srgb, var(--terracotta) 35%, transparent) 100%
  );
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr);
  gap: 3.25rem;
}

.hero__content {
  max-width: 560px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: 0.8rem;
}

.hero__eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(to right, transparent, var(--terracotta));
}

.hero__title {
  font-size: clamp(2.25rem, 3vw + 1.35rem, 3.05rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 1rem;
}

.hero__subtitle {
  margin: 0 0 1.6rem;
  color: var(--text-soft);
  font-size: 0.98rem;
}

.form-helper {
  grid-column: 1 / -1;
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0 0 0 0.25rem;
}

.hero__image {
  display: flex;
  justify-content: center;
}

.hero__photo {
  width: 100%;
  max-width: 360px;
  border-radius: 26px;
  object-fit: cover;
  box-shadow:
    0 28px 56px rgba(45, 36, 28, 0.65),
    0 0 0 1px color-mix(in srgb, var(--sand) 32%, transparent),
    0 1px 0 color-mix(in srgb, #fff 12%, transparent);
}

.hero__cta-btn {
  margin-bottom: 1.25rem;
}

.hero__trust {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: var(--text-soft);
}

/* Áreas de atuação */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.25rem;
}

#areas {
  background: #c4ac96 !important;
}

#areas .section__title {
  color: #7e6444;
}

#areas .section__subtitle {
  color: rgba(126, 100, 68, 0.85);
}

#areas .area-card__title,
#areas .area-card__text,
#areas .area-card__link {
  color: #f5f0eb;
}

.area-card {
  display: block;
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-lg);
  background-image: var(--accent-gradient);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease-out;
}

.area-card:hover {
  border-color: color-mix(in srgb, var(--sand) 38%, transparent);
  box-shadow: 0 22px 45px rgba(126, 100, 68, 0.9);
  transform: translateY(-1px);
}

.area-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.area-card__icon {
  font-size: 1.4rem;
}

.area-card__text {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  color: var(--text-soft);
}

.area-card__link {
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Situações comuns */
.situations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}

#situacoes {
  background: #c4ac96 !important;
}

#situacoes .section__title {
  color: #7e6444;
}

#situacoes .section__subtitle {
  color: rgba(126, 100, 68, 0.85);
}

.situation-card {
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-lg);
  background-image: var(--accent-gradient);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

.situation-card__quote {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #f5f0eb;
}

.situation-card__solution {
  margin: 0;
  font-size: 0.9rem;
  color: #f5f0eb;
  opacity: 0.85;
}

.situation-card__icon {
  font-size: 1.3rem;
}

/* Por que nos escolher */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

#servicos {
  background: #c4ac96 !important;
}

#servicos .section__title {
  color: #7e6444;
}

#servicos .section__subtitle {
  color: rgba(126, 100, 68, 0.85);
}

/* Processo */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.5rem;
}

.process-step {
  padding: 1.25rem 1rem;
  border-radius: var(--radius-lg);
  background: rgba(62, 50, 36, 0.98);
  border: 1px solid var(--border-subtle);
  text-align: center;
}

.process-step__num {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--text-soft);
  margin-bottom: 0.5rem;
}

.process-step__title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.process-step__text {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-soft);
}

/* Sobre o Advogado */
#sobre {
  background: #c4ac96 !important;
  position: relative;
  padding-bottom: 3rem;
}

#sobre .section__title,
#sobre .sobre__name,
#sobre .sobre__oab,
#sobre .sobre__subtitle,
#sobre .sobre__cta-title,
#sobre .sobre__intro,
#sobre .sobre__valores strong,
#sobre .sobre__trajetoria dd strong {
  color: #7e6444 !important;
}

#sobre .section__subtitle,
#sobre .sobre__label,
#sobre .sobre__content p,
#sobre .sobre__valores,
#sobre .sobre__trajetoria dt,
#sobre .sobre__trajetoria dd,
#sobre .sobre__cta-text {
  color: rgba(126, 100, 68, 0.85) !important;
}

#sobre .sobre__image-wrap {
  background: rgba(126, 100, 68, 0.08);
  border-color: rgba(126, 100, 68, 0.2);
}

#sobre .sobre__cta {
  background-image: var(--accent-gradient);
  border-color: var(--border-subtle);
  box-shadow: 0 18px 40px rgba(126, 100, 68, 0.85);
}

#sobre .sobre__cta-title,
#sobre .sobre__cta-text {
  color: #f5f0eb !important;
}

#sobre .btn--primary {
  color: #f5f0eb;
}

#sobre .btn--outline {
  border-color: #7e6444;
  color: #7e6444;
  background: transparent;
}

#sobre .btn--outline:hover {
  background: rgba(126, 100, 68, 0.08);
}

#sobre::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #7e6444;
  border-radius: 2px;
  opacity: 0.4;
}

.sobre__header {
  margin-bottom: 2.5rem;
}

.sobre__header .section__subtitle {
  margin: 0;
}

.sobre__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.sobre__image-wrap {
  position: sticky;
  top: 100px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: rgba(62, 50, 36, 0.98);
  border: 1px solid var(--border-subtle);
  aspect-ratio: 3 / 4;
  max-width: 380px;
}

@media (max-width: 800px) {
  .sobre__image-wrap {
    position: static;
    max-width: 100%;
  }
}

.sobre__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  transform: scale(1.1);
  display: block;
}

.sobre__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sobre__content p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.sobre__label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-soft);
  margin: 0 0 0.25rem !important;
}

.sobre__name {
  margin: 0 0 0.35rem;
  font-size: 1.5rem;
}

.sobre__oab {
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sobre__intro {
  color: var(--text) !important;
}

.sobre__subtitle {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.05rem;
}

.sobre__valores {
  margin: 0;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: var(--text-soft);
}

.sobre__valores strong {
  color: var(--text);
}

.sobre__trajetoria {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sobre__trajetoria dt {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-soft);
  margin: 0 0 0.15rem;
}

.sobre__trajetoria dd {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 1.5;
}

.sobre__trajetoria dd strong {
  color: var(--text);
}

.sobre__cta {
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  border-radius: var(--radius-xl);
  background: rgba(62, 50, 36, 0.98);
  border: 1px solid var(--border-subtle);
  text-align: center;
}

.sobre__cta-title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.sobre__cta-text {
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  color: var(--text-soft);
}

.sobre__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* Faixa de números */
.stat-strip {
  padding-block: 2.5rem;
}

.stat-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.stat-strip__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.stat-strip__value {
  font-size: 1.5rem;
  font-weight: 700;
}

.stat-strip__label {
  font-size: 0.8rem;
  color: var(--text-soft);
}

/* FAQ */
#faq {
  background: #c4ac96 !important;
}

#faq .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#faq .section__header {
  text-align: center;
  margin-inline: auto;
}

#faq .section__title {
  color: #7e6444;
}

#faq .section__subtitle {
  color: rgba(126, 100, 68, 0.85);
}

.faq-list {
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-item {
  padding: 1rem 1.2rem;
  border-radius: var(--radius-lg);
  background: rgba(62, 50, 36, 0.98);
  border: 1px solid var(--border-subtle);
}

.faq-item__question {
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__question::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  color: var(--text-soft);
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-item__question::after {
  content: "−";
}

.faq-item__answer {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
  color: var(--text-soft);
}

/* CTA final */
.cta-final {
  text-align: center;
}

.cta-final__inner {
  max-width: 560px;
  margin-inline: auto;
}

.cta-final__title {
  margin: 0 0 0.6rem;
  font-size: 1.6rem;
}

.cta-final__text {
  margin: 0 0 1.5rem;
  font-size: 0.98rem;
  color: var(--text-soft);
}

.cta-final__btn {
  padding-inline: 2rem;
}

/* Contato - informações */
.contact-info {
  margin-top: 1rem;
}

.contact-info p {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
}

.contact-info a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

#contato {
  background: #7e6444;
}

/* Contato — layout e blocos */
.section__grid--contato {
  align-items: start;
  gap: 3rem;
}

.contato__form-wrap .section__title {
  margin-bottom: 0.5rem;
}

.contato__form-wrap .section__subtitle {
  margin-bottom: 1.25rem;
}

.contato__info-wrap .section__title {
  margin-bottom: 0.5rem;
}

.contato__info-title {
  font-size: 1.1rem;
  margin: 1.75rem 0 0.4rem;
  color: var(--text);
}

.contato__info-intro {
  margin: 0 0 1.65rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-width: 100%;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.75rem;
  background: #c4ac96;
  border-radius: 10px;
  border: 1px solid rgba(126, 100, 68, 0.12);
  box-shadow: 0 3px 10px rgba(126, 100, 68, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-item:hover {
  border-color: rgba(126, 100, 68, 0.2);
  box-shadow: 0 5px 14px rgba(126, 100, 68, 0.1);
}

.contact-item__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid rgba(126, 100, 68, 0.08);
}

.contact-item__icon img,
.contact-item__icon svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.contact-item__icon--svg {
  background: color-mix(in srgb, var(--sand) 22%, transparent);
  padding: 10px;
}

.contact-item__icon--svg svg {
  color: var(--text);
}

.contact-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
}

.contact-item__label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(126, 100, 68, 0.55);
  font-weight: 600;
}

.contact-item__link {
  font-size: 0.82rem;
  font-weight: 500;
  color: #7e6444;
  text-decoration: none;
  word-break: break-word;
  line-height: 1.35;
}

.contact-item__link:hover {
  color: #be8668;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contato__address {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-subtle);
}

.contato__address .contato__info-title {
  margin-top: 0;
}

.contato__address-text {
  margin: 0.5rem 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text-soft);
}

.contato__address-note {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
}

.footer__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  font-size: 0.8rem;
  color: var(--text-soft);
  text-align: center;
}

.footer__brand {
  margin: 0;
  text-align: center;
  max-width: 36rem;
  line-height: 1.5;
}

.footer__brand a {
  color: var(--sand);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__brand a:hover {
  color: #f5f0eb;
}

.section {
  padding-block: 4.5rem;
}

.section--muted {
  background: radial-gradient(
    circle at top left,
    #7e6444,
    color-mix(in srgb, #7e6444 42%, #000) 35%,
    #0f0c0a
  );
}

.section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr);
  gap: 3rem;
  align-items: center;
}

.section__grid--reverse {
  align-items: stretch;
}

.section__header {
  max-width: 620px;
  margin-bottom: 2.3rem;
}

.section__title {
  font-size: clamp(1.55rem, 1.2vw + 1.35rem, 1.95rem);
  font-weight: 600;
  margin: 0 0 0.7rem;
}

.section__subtitle {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.98rem;
}

.list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 1.6rem;
}

.list--compact {
  margin-top: 1.7rem;
  gap: 1.4rem;
}

.list__title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.list__text {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.section__accent-card {
  border-radius: var(--radius-xl);
  background-image: var(--accent-gradient);
  border: 1px solid var(--border-subtle);
  padding: 1.7rem 1.6rem;
  box-shadow: var(--shadow-soft);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.7rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background: rgba(126, 100, 68, 0.92);
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--sand) 35%, transparent);
  color: var(--text-soft);
}

.badge--primary {
  background: var(--accent-soft);
  border-color: var(--accent-strong);
  color: #f5f0eb;
}

.section__accent-title {
  margin: 1.1rem 0 0.5rem;
  font-size: 1.1rem;
}

.section__accent-text {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.93rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.1rem;
}

.card {
  padding: 1.25rem 1.2rem 1.25rem;
  border-radius: var(--radius-lg);
  background-image: var(--accent-gradient);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

.card__title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card__text {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.card__icon {
  font-size: 1.3rem;
}

.pricing {
  display: flex;
  justify-content: center;
}

.pricing-card {
  width: 100%;
  max-width: 360px;
  padding: 1.7rem 1.5rem 1.5rem;
  border-radius: var(--radius-xl);
  background-image: var(--accent-gradient);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

.pricing-card__title {
  margin: 0.9rem 0 0.6rem;
  font-size: 1.1rem;
}

.pricing-card__price {
  margin: 0 0 0.9rem;
  font-size: 1.7rem;
  font-weight: 600;
}

.pricing-card__price span {
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--text-soft);
}

.pricing-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
  display: grid;
  gap: 0.45rem;
  font-size: 0.93rem;
}

.pricing-card__note {
  margin: 0.65rem 0 0;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.contact-form {
  padding: 1.7rem 1.6rem 1.6rem;
  border-radius: var(--radius-xl);
  background: #c4ac96;
  background-image: none;
  border: 1px solid rgba(126, 100, 68, 0.18);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 1rem;
}

/* Labels e textos sobre fundo cinza — legíveis; campos seguem o padrão global */
.contact-form label {
  color: rgba(126, 100, 68, 0.88);
}

.contact-form .form-helper {
  color: rgba(126, 100, 68, 0.65);
}

.form-group {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.15rem;
}

label {
  font-size: 0.85rem;
}

input,
textarea,
select {
  font: inherit;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--sand) 40%, transparent);
  background: rgba(62, 50, 36, 0.9);
  color: inherit;
  padding: 0.7rem 0.9rem;
  outline: none;
  transition: border-color 0.12s ease-out, box-shadow 0.12s ease-out,
    background 0.12s ease-out;
}

select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23c4ac96' stroke-width='1.5'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2rem;
}

textarea {
  border-radius: 14px;
  resize: vertical;
  min-height: 120px;
}

input::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--earth) 48%, var(--sand));
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--terracotta);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--clay) 65%, transparent);
  background: rgba(126, 100, 68, 0.98);
}

.form-error {
  margin: 0;
  font-size: 0.78rem;
  color: #f97373;
  min-height: 0.9rem;
}

.form-success {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  color: #4ade80;
}

.footer {
  border-top: 1px solid var(--border-subtle);
  padding-block: 1.4rem 1.6rem;
  margin-top: 0;
  background: var(--bg);
}

/* WhatsApp fixo ao rolar a página */
.whatsapp-float {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  line-height: 0;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
  transition: transform 0.2s ease, filter 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4));
}

.whatsapp-float:focus-visible {
  outline: 2px solid var(--sand);
  outline-offset: 4px;
  border-radius: 12px;
}

.whatsapp-float img,
.whatsapp-float svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 480px) {
  .whatsapp-float {
    width: 56px;
    height: 56px;
    right: max(0.75rem, env(safe-area-inset-right, 0px));
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 960px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .nav {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    padding-inline: 1.5rem;
    padding-bottom: 0.75rem;
    display: none;
  }

  .nav--open {
    display: block;
  }

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.7rem 0.9rem;
    border-radius: 18px;
    background: rgba(62, 50, 36, 0.98);
    border: 1px solid color-mix(in srgb, var(--sand) 38%, transparent);
    box-shadow: 0 16px 40px rgba(126, 100, 68, 0.9);
  }

  .nav__social {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.65rem;
    width: 100%;
    padding-block: 0.15rem;
  }

  .nav__social .nav__instagram,
  .nav__social .nav__whats {
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  .nav__social .nav__instagram::after,
  .nav__social .nav__whats::after {
    display: none;
  }

  .hero {
    padding-top: 5rem;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__image {
    order: -1;
  }

  .section__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cards-grid,
  .reasons-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .areas-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .situations-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .process-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .stat-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 2.2rem, 640px);
  }

  .header__content {
    padding-block: 0.85rem;
  }

  .btn--small {
    display: none;
  }

  .section {
    padding-block: 3.6rem;
  }

  .section__header {
    margin-bottom: 1.8rem;
  }

  .section__accent-card,
  .contact-form,
  .pricing-card {
    padding-inline: 1.25rem;
  }

  .footer__content {
    align-items: center;
  }

  .stat-strip__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 801px) {
  .nav {
    display: block;
  }

  .nav-toggle {
    display: none;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  }

  .section__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  }

  .section__grid--reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  }

  .sobre__grid {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 3rem;
  }
}

