﻿:root {
  --gold: #f5d19b;
  --gold-soft: #e6bd80;
  --graphite: #303136;
  --graphite-deep: #26272c;
  --silver: #cecece;
  --light: #f7f3ec;
  --white: #ffffff;
  --text-dark: #1e1f22;
  --text-soft: #5a5d66;
  --success: #1db954;
  --shadow-soft: 0 14px 30px rgba(15, 18, 30, 0.12);
  --shadow-strong: 0 22px 44px rgba(8, 9, 14, 0.25);
  --radius-xl: 2rem;
  --radius-lg: 1.45rem;
  --radius-md: 1rem;
  --radius-sm: 0.7rem;
  --max-width: 1220px;
  --header-height: 112px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text-dark);
  background: linear-gradient(180deg, #fbf9f5 0%, #f4efe5 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

html.js body {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

html.js body.page-ready {
  opacity: 1;
  transform: none;
}

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

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

img[loading="lazy"] {
  opacity: 0.96;
  filter: saturate(0.95);
  transition: opacity 0.35s ease, filter 0.35s ease;
}

img[loading="lazy"].is-loaded {
  opacity: 1;
  filter: none;
}

:focus-visible {
  outline: 2px solid rgba(245, 209, 155, 0.9);
  outline-offset: 3px;
}

figure {
  margin: 0;
}

.photo-focus-top {
  object-position: center 18%;
}

.photo-focus-center {
  object-position: center center;
}

.photo-headshot {
  object-position: center 20%;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: var(--gold);
  color: #121212;
  padding: 0.6rem 1rem;
  border-radius: 0.4rem;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

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

.container {
  width: min(var(--max-width), calc(100% - 2.3rem));
  margin-inline: auto;
}

.section {
  padding: 5.4rem 0;
  position: relative;
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.section-light {
  background: transparent;
}

.section-neutral {
  background: linear-gradient(145deg, #ece9e1 0%, #f8f5ef 65%, #ebe6db 100%);
}

.section-dark {
  color: var(--white);
  background: radial-gradient(circle at 10% 15%, rgba(245, 209, 155, 0.12) 0%, transparent 42%),
    linear-gradient(160deg, #282a30 0%, #353840 100%);
}

.section-cta {
  padding-top: 2rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.76rem;
  color: var(--gold-soft);
}

.section-light .eyebrow,
.section-neutral .eyebrow,
.trust-strip .eyebrow {
  color: #95703d;
}

h1,
h2,
h3,
.brand strong {
  font-family: "Cinzel", serif;
  line-height: 1.24;
}

h1 {
  font-size: clamp(2.05rem, 4vw, 3.45rem);
  letter-spacing: 0.008em;
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.62rem);
  margin-top: 0.75rem;
  text-wrap: balance;
}

h3 {
  font-size: 1.16rem;
}

p {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 0.46rem 0;
  background: rgba(20, 22, 28, 0.74);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(245, 209, 155, 0.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  min-width: 0;
  flex: 0 1 auto;
}

.brand-copy {
  min-width: 0;
  max-width: min(42vw, 390px);
}

.brand img {
  width: clamp(132px, 9.2vw, 170px);
  height: clamp(132px, 9.2vw, 170px);
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(245, 209, 155, 0.5);
  background: radial-gradient(circle at 30% 20%, rgba(245, 209, 155, 0.18), rgba(45, 47, 53, 0.78));
  padding: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.brand:hover img,
.brand:focus-visible img {
  transform: translateY(-1px);
  border-color: rgba(245, 209, 155, 0.72);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.38);
}

.brand strong {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand span {
  display: block;
  font-size: 0.72rem;
  color: var(--silver);
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.site-nav a {
  color: #f3f3f4;
  font-weight: 600;
  font-size: 0.84rem;
  position: relative;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transition: width 0.28s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after {
  width: 100%;
}

body.menu-open {
  overflow: hidden;
}

.nav-toggle {
  display: none;
  background: rgba(245, 209, 155, 0.08);
  border: 1px solid rgba(245, 209, 155, 0.32);
  width: 44px;
  height: 44px;
  border-radius: 0.65rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: rgba(245, 209, 155, 0.16);
  border-color: rgba(245, 209, 155, 0.52);
}

.nav-toggle span {
  width: 21px;
  height: 2px;
  background: var(--white);
  border-radius: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.86rem 1.4rem;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  background: linear-gradient(90deg, #c59a5d 0%, #f5d19b 48%, #c59a5d 100%);
  color: #1a1a1a;
  box-shadow: 0 10px 22px rgba(245, 209, 155, 0.35);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.28) 50%, transparent 75%);
  transition: transform 0.55s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 24px rgba(245, 209, 155, 0.34);
}

.btn:hover::before,
.btn:focus-visible::before {
  transform: translateX(120%);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(245, 209, 155, 0.65);
  box-shadow: none;
}

.section-light .btn-ghost,
.section-neutral .btn-ghost,
.section-cta .btn-ghost,
.trust-strip .btn-ghost {
  color: #2b2d33;
  border-color: rgba(48, 49, 54, 0.35);
}

.cta-box .btn-ghost {
  color: #f7f8fb;
  border-color: rgba(245, 209, 155, 0.58);
  background: rgba(255, 255, 255, 0.03);
}

.btn-small {
  padding: 0.56rem 0.92rem;
  font-size: 0.78rem;
}

.hero {
  min-height: calc(100vh - 102px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero::before {
  width: 420px;
  height: 420px;
  top: -190px;
  left: -130px;
  background: radial-gradient(circle, rgba(245, 209, 155, 0.22) 0%, rgba(245, 209, 155, 0) 70%);
  animation: heroGlowOne 14s ease-in-out infinite;
}

.hero::after {
  width: 560px;
  height: 560px;
  right: -270px;
  bottom: -240px;
  background: radial-gradient(circle, rgba(245, 209, 155, 0.15) 0%, rgba(245, 209, 155, 0) 72%);
  animation: heroGlowTwo 16s ease-in-out infinite;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.hero-copy > p {
  margin-top: 1.16rem;
  max-width: 64ch;
  color: #e4e4e8;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.55rem;
}

.hero-highlights {
  list-style: none;
  margin-top: 1.6rem;
  display: grid;
  gap: 0.72rem;
}

.hero-highlights li {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.62rem;
  color: #f2f2f5;
  font-weight: 500;
}

.hero-highlights li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.4rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(245, 209, 155, 0.14);
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 0.9rem;
  justify-items: end;
  padding-bottom: 0;
}

.hero-photo {
  width: min(500px, 100%);
  border-radius: calc(var(--radius-lg) + 0.5rem);
  padding: 0.62rem;
  overflow: hidden;
  border: 1px solid rgba(245, 209, 155, 0.42);
  background: linear-gradient(140deg, rgba(245, 209, 155, 0.22) 0%, rgba(245, 209, 155, 0.06) 40%, rgba(19, 21, 27, 0.4) 100%);
  box-shadow: 0 22px 40px rgba(7, 9, 16, 0.35);
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 20%;
  border-radius: var(--radius-lg);
}

.hero-card {
  background: linear-gradient(145deg, rgba(20, 21, 26, 0.96), rgba(35, 37, 45, 0.92));
  border: 1px solid rgba(245, 209, 155, 0.35);
  width: min(500px, 100%);
  border-radius: var(--radius-md);
  padding: 1.08rem 1.15rem;
  box-shadow: var(--shadow-soft);
}

.hero-card h2 {
  margin: 0;
  font-size: 1.08rem;
}

.hero-card p {
  color: var(--gold);
  font-weight: 700;
  margin-top: 0.28rem;
  font-size: 0.95rem;
}

.hero-card small {
  color: #dddee3;
  display: block;
  margin-top: 0.28rem;
  font-size: 0.84rem;
}

.trust-strip {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.trust-item {
  background: linear-gradient(180deg, #ffffff 0%, #f4efe6 100%);
  border: 1px solid rgba(48, 49, 54, 0.12);
  border-radius: var(--radius-md);
  padding: 1rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.trust-item strong {
  font-family: "Cinzel", serif;
  font-size: 0.98rem;
  color: #2e3037;
}

.trust-item p {
  margin-top: 0.4rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.section-header {
  max-width: 780px;
  margin-bottom: 2.2rem;
}

.section-header p + h2 {
  margin-top: 0.5rem;
}

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

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

.card {
  background: var(--white);
  border: 1px solid rgba(48, 49, 54, 0.12);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-soft), var(--graphite));
}

.card p {
  margin-top: 0.55rem;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.2rem;
  align-items: center;
}

.split-reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.split-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.split-media-single {
  grid-template-columns: 1fr;
  max-width: min(560px, 100%);
  justify-self: center;
}

.hero-photo picture,
.situation-photo picture,
.split-media picture,
.place-photo picture,
.library-card picture {
  display: block;
}

.split-media img {
  border-radius: var(--radius-md);
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: var(--shadow-soft);
}

.split-media-single img {
  aspect-ratio: auto;
  height: clamp(430px, 42vw, 620px);
  object-fit: contain;
  object-position: center center;
  background: #f2ede3;
  border: 1px solid rgba(48, 49, 54, 0.1);
}

#situacoes {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

#situacoes .split {
  grid-template-columns: 1.12fr 0.88fr;
  align-items: flex-start;
  gap: 1.3rem;
}

#situacoes .split-content {
  padding-top: 0.1rem;
}

.situation-photo {
  margin: 0;
  width: min(520px, 100%);
  justify-self: end;
  border-radius: calc(var(--radius-lg) + 0.2rem);
  border: 1px solid rgba(245, 209, 155, 0.34);
  overflow: hidden;
  box-shadow: var(--shadow-strong);
  background: rgba(255, 255, 255, 0.02);
}

.situation-photo img {
  width: 100%;
  aspect-ratio: auto;
  height: clamp(430px, 44vw, 620px);
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(165deg, #242730 0%, #30333c 100%);
}

.situation-legal-image {
  object-position: center center;
}

.split-content p {
  margin-top: 1rem;
}

.situation-list {
  list-style: none;
  display: grid;
  gap: 0.62rem;
  margin: 1.2rem 0 1.4rem;
}

.situation-list li {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.62rem;
  color: #f0f0f4;
  font-weight: 500;
}

.situation-list li::before {
  content: "";
  width: 0.56rem;
  height: 0.56rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.metrics {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.metric {
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(48, 49, 54, 0.12);
  box-shadow: 0 8px 18px rgba(8, 10, 19, 0.08);
  padding: 0.78rem;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.metric strong {
  color: #95703d;
  font-size: 1rem;
  line-height: 1;
  font-family: "Cinzel", serif;
}

.metric span {
  display: block;
  margin-top: 0.25rem;
  color: var(--text-soft);
  font-size: 0.83rem;
}

.alt-bg {
  isolation: isolate;
}

.alt-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    rgba(245, 209, 155, 0.08) 0%,
    rgba(255, 255, 255, 0.02) 45%,
    rgba(245, 209, 155, 0.05) 100%
  );
  z-index: -1;
}

.info-list {
  list-style: none;
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.info-list li {
  color: #f2f2f4;
}

.place-photo {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 209, 155, 0.25);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.place-photo img {
  width: 100%;
  aspect-ratio: auto;
  height: clamp(300px, 31vw, 430px);
  object-fit: contain;
  object-position: center center;
  background: #22252d;
}

.place-photo figcaption {
  padding: 0.65rem 0.85rem 0.95rem;
  font-size: 0.8rem;
  color: #d5d5d9;
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

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

.library-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(48, 49, 54, 0.1);
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.library-card img {
  width: 100%;
  aspect-ratio: auto;
  height: clamp(260px, 28vw, 360px);
  object-fit: contain;
  object-position: center center;
  background: #f1ede5;
}

.library-card div {
  padding: 1rem;
}

.library-card p {
  margin-top: 0.45rem;
  color: var(--text-soft);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.timeline-item {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1.05rem;
  border: 1px solid rgba(48, 49, 54, 0.1);
  box-shadow: var(--shadow-soft);
  position: relative;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.timeline-item span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: linear-gradient(145deg, #f5d19b, #cba164);
  color: #272727;
  margin-bottom: 0.75rem;
}

.timeline-item p {
  margin-top: 0.5rem;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.faq {
  display: grid;
  gap: 0.76rem;
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(245, 209, 155, 0.23);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--white);
  padding: 1rem 1.1rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: var(--gold);
}

.faq-item.open .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  color: #e8e8ec;
  font-size: 0.94rem;
  padding: 0 1.1rem 1rem;
}

.cta-box {
  background: linear-gradient(160deg, #2f3137 0%, #383a41 100%);
  border: 1px solid rgba(245, 209, 155, 0.24);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-strong);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.2rem;
  align-items: center;
  color: var(--white);
}

.cta-actions {
  display: grid;
  gap: 0.7rem;
}

.section-reviews {
  padding-top: 2.2rem;
}

.reviews-carousel {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
}

.reviews-track {
  position: relative;
  min-height: 280px;
  height: auto;
  transition: height 0.35s ease;
}

.review-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(28px);
  transition: opacity 0.36s ease, transform 0.36s ease;
  background: linear-gradient(155deg, #ffffff 0%, #f6f1e8 100%);
  border: 1px solid rgba(48, 49, 54, 0.14);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem;
  display: grid;
  align-content: start;
  gap: 0.8rem;
  transition: opacity 0.36s ease, transform 0.36s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.review-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.review-card-header {
  display: flex;
  align-items: flex-start;
  gap: 0.82rem;
}

.review-author-photo {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(149, 112, 61, 0.35);
  flex-shrink: 0;
  background: #ece7de;
}

.review-author-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.review-author-meta {
  min-width: 0;
}

.review-author-meta strong {
  display: block;
  color: #2c2e35;
  font-size: 1rem;
  line-height: 1.2;
}

.review-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-top: 0.22rem;
  color: #b98336;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  font-weight: 800;
}

.review-stars em {
  font-style: normal;
  color: #6b6f77;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 0.84rem;
}

.review-author-meta small {
  display: block;
  margin-top: 0.22rem;
  color: #7e8088;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.review-text {
  margin-top: 0.12rem;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-source {
  color: #7d7f87;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.reviews-nav {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(48, 49, 54, 0.28);
  border-radius: 999px;
  background: #fff;
  color: #2f3138;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(12, 16, 28, 0.12);
}

.reviews-nav:hover,
.reviews-nav:focus-visible {
  border-color: rgba(149, 112, 61, 0.5);
}

.reviews-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.reviews-meta-controls {
  margin-top: 0.72rem;
}

.reviews-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.reviews-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(48, 49, 54, 0.25);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.reviews-dot:hover,
.reviews-dot:focus-visible {
  background: rgba(197, 154, 93, 0.72);
}

.reviews-dot.is-active {
  background: #c59a5d;
  transform: scale(1.14);
}

.reviews-progress {
  margin-top: 0.7rem;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(48, 49, 54, 0.18);
  overflow: hidden;
}

.reviews-progress span {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #c59a5d 0%, #f5d19b 100%);
}

.review-card-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 45%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-100%);
  animation: reviewShimmer 2s infinite;
  pointer-events: none;
}

.reviews-status {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: #5d6068;
}

.reviews-status:empty {
  display: none;
}

.reviews-status.is-error {
  color: #8f2f2f;
  font-weight: 600;
}

.reviews-actions {
  margin-top: 1rem;
}

@keyframes reviewShimmer {
  100% {
    transform: translateX(100%);
  }
}

@keyframes heroGlowOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(12px, 16px, 0) scale(1.06);
  }
}

@keyframes heroGlowTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-16px, -12px, 0) scale(1.04);
  }
}

@keyframes reviewsProgress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.site-footer {
  background: #1f2127;
  color: #eaebee;
  padding: 2.8rem 0 1.4rem;
  margin-top: 2rem;
}

.footer-grid {
  display: grid;
  gap: 1.35rem;
}

.footer-grid-premium {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-grid img {
  border-radius: 16px;
  background: #2c2f36;
  padding: 6px;
  border: 1px solid rgba(245, 209, 155, 0.38);
  margin-bottom: 0.75rem;
}

.footer-logo {
  width: clamp(150px, 12.5vw, 198px);
  height: auto;
  object-fit: contain;
  padding: 12px;
  background: radial-gradient(circle at 30% 20%, rgba(245, 209, 155, 0.18), rgba(44, 47, 54, 0.76));
}

.footer-brand p {
  font-weight: 700;
  color: #f1f2f5;
}

.footer-grid p,
.footer-grid small,
.footer-grid a {
  color: #d7d8dc;
}

.footer-grid h3 {
  font-size: 1rem;
  margin-bottom: 0.42rem;
  color: #f2f3f6;
}

.footer-block p + p {
  margin-top: 0.32rem;
}

.footer-contact-list {
  list-style: none;
  display: grid;
  gap: 0.42rem;
  margin-bottom: 0.55rem;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.35;
}

.footer-icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f1d2a3;
  background: rgba(245, 209, 155, 0.12);
  border: 1px solid rgba(245, 209, 155, 0.3);
  flex-shrink: 0;
}

.footer-icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.footer-grid a {
  text-decoration: underline;
  text-decoration-color: rgba(245, 209, 155, 0.4);
  text-underline-offset: 3px;
}

.footer-contact-link {
  text-decoration: none;
}

.footer-contact-link:hover,
.footer-contact-link:focus-visible {
  color: #f7ddba;
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(245, 209, 155, 0.16);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  justify-content: flex-start;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  padding: 0.76rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  color: #122113;
  background: linear-gradient(145deg, #43d976, #2ca957);
  box-shadow: 0 12px 24px rgba(14, 88, 43, 0.36);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.62s ease, transform 0.62s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .trust-item:hover,
  .card:hover,
  .metric:hover,
  .place-photo:hover,
  .library-card:hover,
  .timeline-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 32px rgba(8, 10, 19, 0.14);
    border-color: rgba(197, 154, 93, 0.38);
  }
}

@media (max-width: 1140px) {
  .hero-grid,
  .split,
  .split-reverse,
  .cta-box {
    grid-template-columns: 1fr;
  }

  #situacoes .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 1.8rem;
  }

  .hero-visual {
    justify-items: center;
    padding-bottom: 0;
  }

  .hero-photo,
  .hero-card {
    width: min(560px, 100%);
  }

  .cards-grid-large,
  .timeline,
  .trust-grid,
  .library-grid-3,
  .footer-grid-premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .situation-photo img {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 1280px) {
  .site-nav {
    gap: 0.48rem;
  }

  .site-nav a {
    font-size: 0.8rem;
  }

  .btn-small {
    padding: 0.5rem 0.75rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 840px) {
  .site-header {
    padding: 0.3rem 0;
  }

  .header-inner {
    gap: 0.5rem;
  }

  .brand {
    flex: 1;
    min-width: 0;
    gap: 0.5rem;
  }

  .brand img {
    width: 98px;
    height: 98px;
    border-radius: 10px;
    padding: 6px;
    flex-shrink: 0;
  }

  .brand-copy {
    flex: 1;
    max-width: none;
    min-width: 0;
  }

  .brand strong {
    font-size: 0.82rem;
    white-space: nowrap;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

  .brand span {
    display: block;
    font-size: 0.62rem;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #d6d8df;
    margin-top: 0.08rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-visual {
    justify-items: start;
  }

  .hero-photo {
    padding: 0.5rem;
  }

  .nav-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
  }

  .site-nav {
    position: fixed;
    top: calc(var(--header-height, 96px) + 0.25rem);
    left: 0.62rem;
    right: auto;
    width: min(88vw, 320px);
    background: linear-gradient(160deg, #22252d 0%, #2b2f37 100%);
    border: 1px solid rgba(245, 209, 155, 0.28);
    border-radius: 0.95rem;
    padding: 0.82rem 0.82rem 0.92rem;
    display: grid;
    gap: 0.45rem;
    transform: translateY(-14px) scale(0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
    max-height: calc(100vh - var(--header-height, 96px) - 1rem);
    overflow-y: auto;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
    z-index: 95;
    backdrop-filter: blur(8px);
  }

  .site-nav.open {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a {
    font-size: 0.96rem;
    padding: 0.32rem 0.24rem;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .site-nav .btn {
    width: auto;
    justify-self: start;
    margin-top: 0.2rem;
    padding: 0.58rem 0.95rem;
    font-size: 0.84rem;
  }

  .cards-grid,
  .cards-grid-large,
  .library-grid,
  .library-grid-3,
  .timeline,
  .trust-grid,
  .split-media,
  .metrics,
  .footer-grid-premium {
    grid-template-columns: 1fr;
  }

  .split-media img {
    aspect-ratio: auto;
    height: min(96vw, 430px);
  }

  .situation-photo img {
    aspect-ratio: auto;
    height: min(92vw, 440px);
  }

  .place-photo img {
    aspect-ratio: auto;
    height: min(76vw, 340px);
  }

  .library-card img {
    aspect-ratio: auto;
    height: min(80vw, 340px);
  }

  .reviews-carousel {
    grid-template-columns: 1fr;
  }

  .reviews-track {
    min-height: 320px;
  }

  .reviews-nav {
    width: 100%;
    height: 44px;
  }

  .reviews-prev {
    order: 2;
  }

  .reviews-next {
    order: 3;
  }

  .hero-photo img {
    aspect-ratio: auto;
    height: min(76vw, 360px);
  }

  .section {
    padding: 4.5rem 0;
  }

  .floating-whatsapp {
    right: 0.8rem;
    bottom: 0.8rem;
  }
}

@media (max-width: 480px) {
  .header-inner {
    gap: 0.45rem;
  }

  .brand img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    padding: 5px;
  }

  .brand strong {
    font-size: 0.74rem;
    line-height: 1.08;
  }

  .brand span {
    display: block;
    font-size: 0.56rem;
    letter-spacing: 0;
    margin-top: 0.06rem;
  }

  .site-nav {
    width: min(92vw, 300px);
    left: 0.5rem;
    padding: 0.74rem 0.74rem 0.86rem;
  }

  .site-nav a {
    font-size: 0.92rem;
  }

  .reviews-track {
    min-height: 280px;
  }
}

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