:root {
  --gold: #cdad7d;
  --cream: #eeead6;
  --button: #192b24;
  --overlay: rgba(0, 0, 0, 0.66);
}

* {
  box-sizing: border-box;
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

body {
  margin: 0;
  background: #0f0f0d;
  color: var(--cream);
}

main {
  display: block;
}

section[id] {
  scroll-margin-top: 96px;
}

.skip-link {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 8px;
  background: #eeead6;
  color: #192b24;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 2px solid #cdad7d;
  outline-offset: 3px;
}

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

.hero,
.about-history,
.client-testimonials,
.labor-law,
.faq-section,
.contact-section {
  min-height: 100svh;
}

.about-history,
.client-testimonials,
.labor-law,
.faq-section,
.contact-section {
  display: flex;
  align-items: center;
}

.hero {
  position: relative;
  padding: 34px 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image:
    linear-gradient(var(--overlay), var(--overlay)),
    url("asset/foto\ de\ fundo\ part\ 1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 58%, rgba(205, 173, 125, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}

.hero__header,
.hero__content {
  position: relative;
  z-index: 1;
}

.hero__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  transition:
    opacity 240ms ease,
    transform 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease,
    backdrop-filter 240ms ease;
}

.hero__header.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  align-items: center;
  padding: 14px 64px;
  border-radius: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero__header.is-fixed.is-over-dark {
  background: rgba(205, 173, 125, 0.29);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.hero__header.is-fixed.is-over-light {
  background: rgba(25, 43, 36, 0.86);
  box-shadow: 0 12px 26px rgba(25, 43, 36, 0.16);
}

.hero__header.is-hidden {
  opacity: 0;
  transform: translateY(-140%);
  pointer-events: none;
}

.hero__header.is-fixed .hero__brand {
  flex-basis: 260px;
  min-width: 170px;
}

.hero__header.is-fixed .hero__brand img {
  max-width: 260px;
  min-width: 170px;
}

.hero__header.is-fixed .hero__nav {
  align-items: center;
  padding-top: 0;
}

.hero__header.is-fixed.is-over-dark .hero__nav a {
  color: #eeead6;
  text-shadow: 0 1px 8px rgba(25, 43, 36, 0.32);
}

.hero__header.is-fixed.is-over-dark .hero__nav a.active,
.hero__header.is-fixed.is-over-dark .hero__nav a:hover {
  color: #f0d7a9;
  text-shadow: 0 1px 10px rgba(25, 43, 36, 0.4);
}

.hero__header.is-fixed.is-over-light .hero__nav a {
  color: #cdad7d;
  text-shadow: none;
}

.hero__header.is-fixed.is-over-light .hero__nav a.active,
.hero__header.is-fixed.is-over-light .hero__nav a:hover {
  color: #f0d7a9;
  text-shadow: none;
}

.hero__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 390px;
  min-width: 220px;
}

.hero__brand img {
  width: 100%;
  max-width: 270px;
  min-width: 220px;
  height: auto;
  display: block;
}

.hero__nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
  padding-top: 18px;
}

.hero__nav a {
  position: relative;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  letter-spacing: 0.16em;
  white-space: nowrap;
  color: var(--gold);
  padding-bottom: 4px;
  transition: color 260ms ease, opacity 260ms ease;
}

/* Linha dourada que expande do centro ao fazer hover */
.hero__nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #cdad7d 28%, #f0d7a9 50%, #cdad7d 72%, transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 340ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 340ms ease;
  opacity: 0;
  border-radius: 2px;
}

.hero__nav a:hover,
.hero__nav a:focus-visible {
  color: #f0d7a9;
  opacity: 1;
}

.hero__nav a:hover::after,
.hero__nav a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

/* Estado ativo (scrollspy) — mantém a linha e destaca o texto */
.hero__nav a.active {
  color: #f0d7a9;
  opacity: 1;
}

.hero__nav a.active::after {
  transform: scaleX(1);
  opacity: 1;
}

/* ─── Hambúrguer (oculto em desktop, visível em tablet/mobile) ───────────── */
.hero__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  /* Sem caixa: sem borda, sem fundo, sem border-radius */
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 220ms ease;
}

.hero__hamburger:hover,
.hero__hamburger:focus-visible {
  opacity: 0.8;
}

.hero__hamburger:focus-visible {
  outline: 2px solid rgba(205, 173, 125, 0.7);
  outline-offset: 4px;
  border-radius: 4px;
}

.hero__hamburger-bar {
  display: block;
  width: 26px;
  height: 2px;
  background: #cdad7d;
  border-radius: 2px;
  transform-origin: center;
  transition:
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 200ms ease,
    width 300ms ease;
}

/* Hambúrguer → X quando aberto */
.hero__hamburger.is-open .hero__hamburger-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hero__hamburger.is-open .hero__hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hero__hamburger.is-open .hero__hamburger-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ─── Overlay (escurece o fundo quando drawer abre) ──────────────────────── */
.mobile-overlay {
  /* Começa oculto e sem interação para não bloquear cliques */
  display: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 340ms ease;
  cursor: pointer;
  pointer-events: none;
}

.mobile-overlay.is-visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/* ─── Drawer lateral ─────────────────────────────────────────────────────── */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  width: min(320px, 88vw);
  height: 100dvh;
  padding: 0;
  /* Preto translúcido conforme solicitado */
  background: rgba(0, 0, 0, 0.70);
  border-left: 1px solid rgba(205, 173, 125, 0.18);
  box-shadow: -18px 0 52px rgba(0, 0, 0, 0.6);
  transform: translateX(110%);
  transition: transform 380ms cubic-bezier(0.23, 1, 0.32, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
  /* Garante que o drawer nunca bloqueie cliques quando fechado */
  pointer-events: none;
}

.mobile-drawer.is-open {
  transform: translateX(0);
  pointer-events: auto;
}

.mobile-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px 20px;
  border-bottom: 1px solid rgba(205, 173, 125, 0.15);
  flex-shrink: 0;
}

.mobile-drawer__logo {
  display: block;
  width: auto;
  max-width: 168px;
  height: auto;
  object-fit: contain;
}

.mobile-drawer__close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid rgba(205, 173, 125, 0.32);
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.mobile-drawer__close:hover,
.mobile-drawer__close:focus-visible {
  border-color: rgba(205, 173, 125, 0.68);
  background: rgba(205, 173, 125, 0.1);
}

.mobile-drawer__close:focus-visible {
  outline: 2px solid rgba(205, 173, 125, 0.7);
  outline-offset: 2px;
}

.mobile-drawer__close span {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background: #cdad7d;
  border-radius: 2px;
}

.mobile-drawer__close span:nth-child(1) {
  transform: rotate(45deg);
}

.mobile-drawer__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.mobile-drawer__links {
  list-style: none;
  margin: 0;
  padding: 18px 0 32px;
  display: flex;
  flex-direction: column;
}

.mobile-drawer__links li {
  border-bottom: 1px solid rgba(205, 173, 125, 0.1);
}

.mobile-drawer__links li:first-child {
  border-top: none;
}

.mobile-drawer__links a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 28px;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #cdad7d;
  transition: color 240ms ease, padding-left 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}

/* Linha dourada à esquerda (entrada do centro) */
.mobile-drawer__links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 60%;
  border-radius: 2px;
  background: linear-gradient(180deg, #f0d7a9, #cdad7d);
  transform-origin: center;
  transition: transform 280ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Linha dourada inferior (expande do centro — igual ao menu desktop) */
.mobile-drawer__links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  right: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cdad7d 28%, #f0d7a9 50%, #cdad7d 72%, transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.mobile-drawer__links a:hover,
.mobile-drawer__links a:focus-visible {
  color: #f0d7a9;
  padding-left: 36px;
}

.mobile-drawer__links a:hover::before,
.mobile-drawer__links a:focus-visible::before {
  transform: translateY(-50%) scaleY(1);
}

.mobile-drawer__links a:hover::after,
.mobile-drawer__links a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.mobile-drawer__links a.active {
  color: #f0d7a9;
}

.mobile-drawer__links a.active::before {
  transform: translateY(-50%) scaleY(1);
}

.hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 720px;
  padding-top: 56px;
}

.hero__eyebrow {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(238, 234, 214, 0.8);
}

.hero h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Libre Baskerville", serif;
  font-size: 49px;
  line-height: 1.16;
  font-weight: 400;
  color: var(--gold);
  text-wrap: balance;
}

.hero__description {
  max-width: 560px;
  margin: 28px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 18.4px;
  line-height: 1.75;
  color: var(--cream);
}

.hero__cta {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 46px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--button);
  border: 1px solid rgba(205, 173, 125, 0.28);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--cream);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hero__cta:hover,
.hero__cta:focus-visible {
  transform: translateY(-1px);
  background: #21392f;
  border-color: rgba(205, 173, 125, 0.55);
}

.about-history {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #eeead6;
  color: #111111;
  padding: 78px 32px 96px;
}

.about-history__watermark {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.15;
  pointer-events: none;
  background-image: url("asset/logo Jales e Ramos.png");
  background-repeat: no-repeat;
  background-position: center 42%;
  background-size: min(620px, 72vw);
  background-attachment: fixed;
}

.about-history__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.about-history__title {
  margin: 0 0 46px;
  font-family: "Libre Baskerville", serif;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  color: #cdad7d;
}

.lawyer-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.lawyer-profile+.lawyer-profile {
  margin-top: 88px;
}

.lawyer-profile--image-left {
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1fr);
}

.lawyer-profile__content {
  max-width: 610px;
}

.lawyer-profile--image-left .lawyer-profile__content {
  justify-self: end;
}

.lawyer-profile__name {
  margin: 0 0 24px;
  font-family: "Libre Baskerville", serif;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 400;
  color: #cdad7d;
}

.lawyer-profile__text {
  font-family: "Libre Baskerville", serif;
  font-size: 18.6px;
  line-height: 1.72;
  font-weight: 400;
  color: #111111;
  text-align: justify;
}

.lawyer-profile__text p {
  margin: 0;
}

.lawyer-profile__text p+p {
  margin-top: 24px;
}

.lawyer-profile__media {
  margin: 0;
  width: 100%;
  will-change: transform, opacity;
}

.lawyer-profile__media img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.12);
}

.client-testimonials {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 72px 32px 68px;
  background-image: url("asset/foto fundo seção 3.jfif.jpeg");
  /* Imagem de fundo da seção de depoimentos */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.client-testimonials__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(25, 43, 36, 0.68);
  pointer-events: none;
}

.client-testimonials__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.client-testimonials__header {
  text-align: center;
}

.client-testimonials__title {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 400;
  color: #cdad7d;
}

.client-testimonials__subtitle {
  margin: 14px 0 0;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #cdad7d;
}

.client-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  min-height: 205px;
  padding: 22px 18px 18px;
  border: 1px solid #cdad7d;
  background: transparent;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: #f0cf9b;
  background-color: rgba(205, 173, 125, 0.1);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.testimonial-card__stars {
  margin: 7px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: left;
  color: #cdad7d;
  text-shadow: 0 0 12px rgba(205, 173, 125, 0.24);
}

.testimonial-card__quote {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 12.8px;
  line-height: 1.42;
  font-weight: 400;
  color: #ffffff;
}

.testimonial-card__client {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: italic;
  color: #cdad7d;
}

.testimonial-card__footer {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.testimonial-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(205, 173, 125, 0.62);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(238, 234, 214, 0.16), rgba(205, 173, 125, 0.16)),
    rgba(25, 43, 36, 0.52);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #eeead6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.client-testimonials__metrics {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  width: min(860px, 100%);
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.client-testimonials__metrics p:first-child {
  text-align: left;
}

.client-testimonials__metrics p:last-child {
  text-align: right;
}

.client-testimonials__metrics p {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 38px;
  line-height: 1.22;
  font-weight: 400;
  white-space: nowrap;
  background-image: linear-gradient(180deg, #e7aa51, #ffe499, #8d5a1b, #e7aa51, #ac7031, #ac7031);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.labor-law {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 48px 32px 62px;
  background: #192b24;
  color: #eeead6;
}

.labor-law__watermark {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20, 17, 12, 0.06), rgba(205, 173, 125, 0.06)),
    url("asset/juizo.png");
  background-repeat: no-repeat;
  background-position: center 48%;
  background-size: min(1500px, 82vw);
  opacity: 0.09;
}

.labor-law__inner {
  position: relative;
  z-index: 1;
  height: inherit;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.labor-law__header {
  max-width: 560px;
}

.labor-law__title {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 49px;
  line-height: 1;
  font-weight: 400;
  color: #cdad7d;
}

.labor-law__subtitle {
  max-width: 560px;
  margin: 12px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 18.4px;
  line-height: 1.32;
  font-weight: 600;
  color: #eeead6;
}

.labor-law__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 24px;
  margin-top: 24px;
}

.labor-card {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  align-items: center;
  padding: 18px 10px 14px;
  border-radius: 8px;
  background-image: linear-gradient(90deg, rgba(12, 192, 223, 0.15), rgba(255, 222, 89, 0.15));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.labor-card__icon {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 6px;
}

.labor-card__title {
  min-height: 42px;
  margin: 8px 0 0;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  color: #f4f1ec;
}

.labor-card__text {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 12px 0 16px;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  line-height: 1.38;
  font-weight: 700;
  text-align: center;
  color: #f4f1ec;
}

.labor-card__button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(238, 234, 214, 0.22);
  background:
    linear-gradient(135deg, rgba(238, 234, 214, 0.08), rgba(205, 173, 125, 0.04)),
    #192b24;
  font-family: "Libre Baskerville", serif;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #eeead6;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.labor-card__button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(238, 234, 214, 0.22), transparent);
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 650ms ease, opacity 220ms ease;
}

.labor-card__button:hover,
.labor-card__button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(205, 173, 125, 0.82);
  background:
    linear-gradient(135deg, rgba(205, 173, 125, 0.18), rgba(238, 234, 214, 0.08)),
    #21392f;
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.26);
}

.labor-card__button:hover::after,
.labor-card__button:focus-visible::after {
  opacity: 1;
  transform: translateX(100%);
}

.labor-card__button:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.labor-card__button:focus-visible {
  outline: 2px solid rgba(205, 173, 125, 0.85);
  outline-offset: 3px;
}

.labor-law__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

.labor-law__more {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 36px;
  padding: 8px 22px;
  border-radius: 8px;
  background: #cdad7d;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #f4f1ec;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.labor-law__more::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 650ms ease, opacity 220ms ease;
}

.labor-law__more:hover,
.labor-law__more:focus-visible {
  transform: translateY(-2px);
  background: #d8bb8b;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.24);
}

.labor-law__more:hover::after,
.labor-law__more:focus-visible::after {
  opacity: 1;
  transform: translateX(100%);
}

.labor-law__more:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.labor-law__more:focus-visible {
  outline: 2px solid rgba(238, 234, 214, 0.85);
  outline-offset: 3px;
}

.faq-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 74px 32px 94px;
  background: #eeead6;
  color: #222344;
}

.faq-section__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("asset/fundo duvidas.png");
  background-repeat: no-repeat;
  background-position: center 48%;
  background-size: cover;
  opacity: 0.07;
}

.faq-section__inner {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  margin: 0 auto;
}

.faq-section__title {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
  color: #cdad7d;
}

.faq-section__columns {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  gap: clamp(72px, 13vw, 180px);
  align-items: start;
  margin-top: 43px;
}

.faq-section__column {
  display: grid;
  gap: 27px;
}

.faq-item {
  min-width: 0;
}

.faq-item__question-row {
  display: flex;
  align-items: baseline;
  gap: 9px;
  min-width: 0;
}

.faq-item__question {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(23px, 2vw, 26px);
  line-height: 1.25;
  font-weight: 400;
  font-style: italic;
  white-space: nowrap;
  color: #222344;
}

.faq-item__button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #222344;
  cursor: pointer;
  transform: translateY(2px);
  transition: transform 280ms ease, opacity 220ms ease;
}

.faq-item:hover .faq-item__button,
.faq-item:focus-within .faq-item__button {
  opacity: 0.72;
}

.faq-item__button img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.faq-item__button:focus-visible {
  outline: 1px solid rgba(34, 35, 68, 0.52);
  outline-offset: 4px;
}

.faq-item.is-open .faq-item__button {
  transform: translateY(2px) rotate(45deg);
}

.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  max-width: 430px;
  margin-top: 0;
  opacity: 0;
  transition:
    grid-template-rows 420ms cubic-bezier(0.2, 0.7, 0.2, 1),
    opacity 280ms ease,
    margin-top 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.faq-item.is-open .faq-item__answer {
  grid-template-rows: 1fr;
  margin-top: 10px;
  opacity: 1;
}

.faq-item__answer p {
  overflow: hidden;
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 15.6px;
  line-height: 1.62;
  font-weight: 400;
  color: #222344;
}

.faq-item__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: auto;
  padding: 58px 54px 64px;
  background-image: url("asset/foto fundo sessão 6.jfif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.contact-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.58);
  pointer-events: none;
}

.contact-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(560px, 700px);
  grid-template-areas:
    "info form"
    "calculator form";
  grid-template-rows: auto auto;
  align-items: start;
  justify-content: center;
  column-gap: clamp(42px, 6vw, 88px);
  row-gap: 24px;
  width: min(1160px, 100%);
  min-height: 0;
  margin: 0 auto;
}

.contact-info {
  grid-area: info;
  display: flex;
  min-height: 0;
  flex-direction: column;
  width: 100%;
}

.contact-info__title {
  margin: 0 0 24px;
  font-family: "Libre Baskerville", serif;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #cdad7d;
}

.contact-info__list {
  display: grid;
  gap: 17px;
  margin: 0;
  font-style: normal;
}

.contact-info__item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
  transition:
    color 280ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 280ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 280ms ease;
}

/* Endereço (item com bloco <p> de múltiplas linhas): ícone alinhado ao topo */
.contact-info__item:has(p) {
  align-items: flex-start;
}

/* Empurra o ícone ~3px para baixo para alinhar com a 1ª linha do texto */
.contact-info__item:has(p) .contact-info__icon {
  margin-top: 3px;
}

/* Hover apenas nos itens que são links (<a>) */
a.contact-info__item:hover,
a.contact-info__item:focus-visible {
  color: #f0d7a9;
  transform: translateX(6px);
  opacity: 1;
}

a.contact-info__item:hover .contact-info__icon,
a.contact-info__item:focus-visible .contact-info__icon {
  filter: sepia(1) saturate(1.1) hue-rotate(356deg) brightness(1.15);
}

.contact-info__item p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.contact-info__icon {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: sepia(1) saturate(0.7) hue-rotate(356deg) brightness(0.9);
  transition: filter 280ms ease;
}

.contact-info__calculator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  border: 0;
  border-radius: 8px;
  background: #cdad7d;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
  transition: transform 200ms ease, opacity 200ms ease;
}

.contact-info__calculator--disabled,
.calendly-popup-card__button--disabled {
  opacity: 0.72;
  cursor: not-allowed;
  box-shadow: none;
}

.contact-info__calculator--disabled:hover,
.contact-info__calculator--disabled:focus-visible,
.calendly-popup-card__button--disabled:hover,
.calendly-popup-card__button--disabled:focus-visible {
  opacity: 0.72;
  transform: none;
}

.contact-info__calculator {
  grid-area: calculator;
  align-self: start;
  width: min(320px, 100%);
  margin-top: 4px;
  padding: 10px 18px;
}

.contact-info__calculator:hover,
.contact-info__calculator:focus-visible {
  opacity: 0.9;
  transform: translateY(-1px);
}

.contact-info__calculator:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}

.contact-form-area {
  grid-area: form;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(700px, 100%);
}

.contact-form-area__title {
  margin: 0 0 12px;
  font-family: "Libre Baskerville", serif;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  color: #cdad7d;
}

.contact-form-area__text {
  max-width: 540px;
  margin: 0 auto 22px;
  font-family: "Inter", sans-serif;
  font-size: 13.8px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

.calendly-popup-card {
  display: grid;
  justify-items: center;
  width: min(520px, 100%);
  margin-top: 20px;
  padding: 42px 36px;
  border: 1px solid rgba(205, 173, 125, 0.42);
  border-radius: 8px;
  background: rgba(25, 43, 36, 0.46);
  text-align: center;
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(2px);
}

.contact-calculator-area,
.contact-calculator-card {
  display: none;
}

.calendly-popup-card__eyebrow {
  margin: 0 0 28px;
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #cdad7d;
}

.calendly-popup-card__copy {
  max-width: 390px;
  margin: -14px 0 28px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  font-style: italic;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.calendly-popup-card__button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(290px, 100%);
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid rgba(238, 234, 214, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 234, 214, 0.14), rgba(205, 173, 125, 0.08)),
    #cdad7d;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.calendly-popup-card__button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 650ms ease, opacity 220ms ease;
}

.calendly-popup-card__button:hover,
.calendly-popup-card__button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(238, 234, 214, 0.7);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(205, 173, 125, 0.16)),
    #d8bb8b;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
}

.calendly-popup-card__button:hover::after,
.calendly-popup-card__button:focus-visible::after {
  opacity: 1;
  transform: translateX(100%);
}

.calendly-popup-card__button:focus-visible {
  outline: 2px solid rgba(238, 234, 214, 0.82);
  outline-offset: 3px;
}

.calendly-schedule {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 760px;
  min-height: 760px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.calendly-schedule::before {
  display: none;
}

.calendly-schedule>* {
  position: relative;
  z-index: 1;
}

.calendly-schedule iframe {
  display: block;
  width: calc(100% + 2px);
  height: 760px;
  min-height: 760px;
  margin: 0 -1px;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: 1;
}

.calendly-schedule__fallback {
  display: none;
  margin: 0;
  padding: 34px 28px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #192b24;
}

.calendly-schedule.is-missing-url .calendly-schedule__fallback {
  display: block;
}

.site-copyright {
  width: 100%;
  padding: 42px 24px;
  background: #192b24;
}

.site-copyright__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}

.site-copyright p {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 9.9px;
  line-height: 1.45;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #cdad7d;
}

.floating-whatsapp {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(25, 43, 36, 0.88);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.floating-whatsapp img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(72%) sepia(28%) saturate(898%) hue-rotate(78deg) brightness(91%) contrast(91%);
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px) scale(1.04);
  background: rgba(25, 43, 36, 0.96);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}

.floating-whatsapp:active {
  transform: translateY(0) scale(0.96);
}

.floating-whatsapp:focus-visible {
  outline: 2px solid #65cf72;
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .labor-law__inner {
    width: min(1040px, 100%);
  }

  .labor-law__grid {
    gap: 24px 14px;
  }

  .labor-card {
    min-height: 248px;
  }

  .faq-section__columns {
    gap: clamp(42px, 8vw, 84px);
  }

  .faq-item__question {
    font-size: 21px;
  }

  .contact-section {
    padding: 54px 34px 62px;
  }

  .contact-section__inner {
    grid-template-columns: minmax(260px, 320px) minmax(0, 620px);
    grid-template-areas:
      "info form"
      "calculator form";
    column-gap: 36px;
  }

  .contact-info__calculator {
    width: min(310px, 100%);
  }
}

@media (max-width: 1200px) {
  /* Oculta o menu desktop — previne qualquer sobreposição com o logo */
  .hero__nav {
    display: none;
  }

  /* Exibe o hambúrguer — apenas as 3 linhas, sem caixa */
  .hero__hamburger {
    display: flex;
  }

  /*
   * IMPORTANTE: O .mobile-overlay NÃO recebe display:block aqui.
   * Isso garante que ele jamais bloqueie cliques quando o menu está fechado.
   * O overlay só aparece via classe .is-visible (controlada pelo JS).
   */

  /* Header fixo em tablet */
  .hero__header.is-fixed {
    padding: 12px 24px;
  }

  .hero__header.is-fixed .hero__brand {
    flex-basis: 200px;
    min-width: 140px;
  }

  .hero__header.is-fixed .hero__brand img {
    max-width: 200px;
    min-width: 140px;
  }
}

@media (max-width: 900px) {
  .hero {
    padding: 26px 24px 40px;
  }

  .hero__header {
    align-items: center;
    gap: 18px;
  }

  .hero__brand img {
    max-width: 340px;
    min-width: 200px;
  }

  .hero__content {
    max-width: 100%;
    padding-top: 32px;
  }

  .hero h1 {
    font-size: clamp(34px, 8vw, 49px);
  }

  .hero__description {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.65;
  }

  .about-history {
    padding: 64px 24px 78px;
  }

  .about-history__watermark {
    background-attachment: scroll;
    background-position: center 18%;
    background-size: min(520px, 92vw);
  }

  .about-history__title {
    margin-bottom: 38px;
  }

  .lawyer-profile,
  .lawyer-profile--image-left {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lawyer-profile+.lawyer-profile {
    margin-top: 68px;
  }

  .lawyer-profile--image-left .lawyer-profile__media {
    order: 2;
  }

  .lawyer-profile--image-left .lawyer-profile__content {
    justify-self: stretch;
    order: 1;
  }

  .lawyer-profile__content {
    max-width: 100%;
  }

  .lawyer-profile__media {
    max-width: 520px;
  }

  .client-testimonials {
    padding: 68px 24px 62px;
  }

  .client-testimonials__grid {
    grid-template-columns: repeat(2, minmax(190px, 260px));
    gap: 24px 36px;
    margin-top: 30px;
  }

  .testimonial-card {
    min-height: 190px;
    padding: 24px 20px 20px;
  }

  .testimonial-card__quote {
    font-size: 14px;
    line-height: 1.35;
  }

  .testimonial-card__footer {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .testimonial-card__avatar {
    width: 42px;
    height: 42px;
  }

  .client-testimonials__metrics {
    width: min(720px, 100%);
    gap: 24px;
    margin-top: 52px;
  }

  .labor-law {
    padding: 60px 24px;
  }

  .labor-law__watermark {
    background-position: center;
    background-size: min(560px, 96vw);
  }

  .labor-law__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 32px;
  }

  .labor-card {
    min-height: 258px;
    padding: 20px 14px 14px;
  }

  .labor-card__icon {
    width: 36px;
    height: 36px;
  }

  .labor-card__title {
    min-height: 34px;
    font-size: 12px;
  }

  .labor-card__text {
    margin: 14px 0 16px;
    font-size: 11px;
    line-height: 1.42;
    text-align: center;
  }

  .faq-section {
    min-height: 100svh;
    padding: 64px 24px 76px;
  }

  .faq-section__background {
    background-position: center;
    background-size: auto 100%;
  }

  .faq-section__title {
    font-size: 46px;
  }

  .faq-section__columns {
    grid-template-columns: max-content max-content;
    gap: 30px;
    margin-top: 40px;
  }

  .faq-section__column {
    gap: 24px;
  }

  .faq-item__question {
    font-size: 17px;
  }

  .faq-item__answer p {
    font-size: 14.6px;
    line-height: 1.58;
  }

  .contact-section {
    min-height: 100svh;
    padding: 54px 24px 62px;
  }

  .contact-section__inner {
    display: flex;
    flex-direction: column;
    row-gap: 34px;
    column-gap: 0;
    min-height: auto;
  }

  .contact-info {
    order: 3;
    min-height: auto;
    align-items: center;
    text-align: center;
  }

  .contact-info__title {
    margin: 0 0 22px;
    font-size: 36px;
  }

  .contact-info__list {
    width: min(430px, 100%);
    justify-items: stretch;
  }

  .contact-info__item {
    text-align: left;
  }

  .contact-info__calculator {
    display: none;
  }

  .contact-form-area {
    order: 1;
    width: 100%;
  }

  .contact-form-area__title {
    margin-bottom: 12px;
    font-size: 36px;
  }

  .contact-form-area__text {
    max-width: 510px;
    margin-bottom: 22px;
  }

  .contact-calculator-area {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .calendly-popup-card {
    width: min(500px, 100%);
    margin-top: 10px;
    padding: 36px 28px;
  }

  .contact-schedule-card {
    gap: 24px;
    padding: 34px 28px;
  }

  .contact-schedule-card__eyebrow {
    display: none;
  }

  .contact-schedule-card .calendly-popup-card__copy {
    margin: 0;
  }

  .contact-calculator-card {
    display: grid;
    align-self: center;
  }

  .contact-calculator-card .calendly-popup-card__copy {
    margin-top: 0;
  }

  .calendly-schedule {
    height: 760px;
    min-height: 760px;
  }

  .calendly-schedule iframe {
    height: 760px;
    min-height: 760px;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 100svh;
    padding-inline: 18px;
  }

  .hero__header {
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    position: relative;
  }

  .hero__brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex: unset;
    min-width: unset;
  }

  .hero__brand img {
    max-width: 210px;
    min-width: unset;
    width: auto;
  }

  .hero__header.is-fixed {
    padding: 9px 18px 9px;
    justify-content: flex-end;
  }

  .hero__header.is-fixed .hero__brand img {
    max-width: 180px;
    min-width: unset;
  }

  .hero h1 {
    gap: 6px;
    line-height: 1.12;
  }

  .hero__description {
    margin-top: 22px;
  }

  .hero__cta {
    margin-top: 28px;
    min-width: 100%;
  }

  .about-history {
    padding: 52px 16px 64px;
  }

  .about-history__watermark {
    display: none;
  }

  .about-history__title {
    font-size: clamp(24px, 7.3vw, 30px);
    line-height: 1.18;
    margin-bottom: 34px;
    text-wrap: balance;
  }

  .client-testimonials__title,
  .labor-law__title,
  .faq-section__title,
  .contact-info__title,
  .contact-form-area__title {
    font-size: clamp(24px, 7.3vw, 30px);
    line-height: 1.18;
    text-wrap: balance;
  }

  .lawyer-profile+.lawyer-profile {
    margin-top: 58px;
  }

  .lawyer-profile__content {
    display: contents;
  }

  .lawyer-profile__name {
    order: 1;
    font-size: 34px;
    margin-bottom: 20px;
  }

  .lawyer-profile__text {
    order: 3;
    font-size: 18.6px;
    line-height: 1.68;
    text-align: left;
  }

  .lawyer-profile__text p+p {
    margin-top: 20px;
  }

  .lawyer-profile__media img {
    height: auto;
  }

  .lawyer-profile__media,
  .lawyer-profile--image-left .lawyer-profile__media {
    order: 2;
  }

  .client-testimonials {
    padding: 56px 16px 54px;
    background-position: center top;
  }

  .client-testimonials__title {
    margin-inline: auto;
    max-width: 12ch;
  }

  .client-testimonials__subtitle {
    font-size: 18px;
    margin-top: 14px;
  }

  .client-testimonials__grid {
    grid-template-columns: minmax(0, 300px);
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
  }

  .testimonial-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .client-testimonials__metrics {
    grid-template-columns: 1fr;
    width: min(100%, 340px);
    gap: 14px;
    margin-top: 44px;
  }

  .client-testimonials__metrics p:first-child,
  .client-testimonials__metrics p:last-child {
    text-align: center;
  }

  .client-testimonials__metrics p {
    font-size: clamp(20px, 6vw, 26px);
    line-height: 1.24;
  }

  .labor-law {
    padding: 52px 18px 56px;
  }

  .labor-law__watermark {
    display: none;
  }

  .labor-law__title {
    margin-inline: auto;
  }

  .labor-law__subtitle {
    font-size: 18.4px;
    line-height: 1.4;
  }

  .labor-law__grid {
    grid-template-columns: minmax(0, 300px);
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
  }

  .labor-card {
    min-height: 236px;
    padding: 22px 18px 16px;
  }

  .labor-card__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
  }

  .labor-card__title {
    min-height: auto;
    margin-top: 10px;
    font-size: 14px;
  }

  .labor-card__text {
    margin: 16px 0 18px;
    font-size: 12.8px;
    line-height: 1.5;
  }

  .labor-card__button {
    min-height: 38px;
    padding: 11px 16px;
    font-size: 10.5px;
  }

  .labor-law__footer {
    justify-content: center;
    margin-top: 24px;
  }

  .faq-section {
    padding: 56px 18px 64px;
  }

  .faq-section__background {
    background-position: center 34%;
    background-size: auto 92%;
  }

  .faq-section__title {
    letter-spacing: 0.1em;
  }

  .faq-section__columns {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 36px;
  }

  .faq-section__column {
    gap: 22px;
    width: min(100%, 330px);
    margin: 0 auto;
  }

  .faq-item__question-row {
    align-items: flex-start;
    gap: 8px;
  }

  .faq-item__question {
    flex: 1 1 auto;
    font-size: clamp(14px, 4.2vw, 17px);
    line-height: 1.32;
  }

  .faq-item__button {
    width: 44px;
    height: 44px;
    transform: translateY(1px);
  }

  .faq-item.is-open .faq-item__button {
    transform: translateY(1px) rotate(45deg);
  }

  .faq-item__answer {
    max-width: none;
  }

  .contact-section {
    padding: 48px 18px 56px;
    background-position: center;
  }

  .contact-info__title {
    margin-bottom: 22px;
  }

  .contact-info__list {
    gap: 16px;
  }

  .contact-info__item {
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 12px;
    font-size: 13px;
  }

  .contact-info__icon {
    width: 24px;
    height: 24px;
  }

  .contact-info__calculator {
    min-height: 48px;
    margin-top: 0;
    font-size: 11px;
  }

  .contact-form-area__title {
    margin-bottom: 12px;
  }

  .contact-form-area__text {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.55;
  }

  .calendly-popup-card {
    width: 100%;
    padding: 30px 20px;
  }

  .contact-schedule-card {
    gap: 22px;
    padding: 30px 20px;
  }

  .calendly-popup-card__eyebrow {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .calendly-popup-card__button {
    min-width: 100%;
    min-height: 46px;
  }

  .calendly-schedule {
    min-width: 0;
    height: 720px;
    min-height: 720px;
  }

  .calendly-schedule iframe {
    height: 720px;
    min-height: 720px;
  }

  .site-copyright {
    padding: 34px 18px;
  }

  .floating-whatsapp {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }

  .floating-whatsapp img {
    width: 31px;
    height: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lawyer-profile__media {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero__header {
    transition: none;
  }

  .labor-card__button,
  .labor-law__more {
    transition: none;
  }

  .faq-item__button,
  .faq-item__answer {
    transition: none;
  }

  .contact-info__calculator,
  .contact-form__submit,
  .contact-form input,
  .contact-form textarea {
    transition: none;
  }

  .floating-whatsapp {
    transition: none;
  }
}
