@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #10151d;
  --bg-elev: #161e2a;
  --bg-soft: #eff1f3;
  --surface: #ffffff;
  --surface-soft: #f7f8fa;
  --text: #1a2230;
  --muted: #617086;
  --gold: #b08b55;
  --gold-2: #d9c09a;
  --gold-3: #8f6a3b;
  --ink-blue: #17233a;
  --deep-blue: #243a5d;
  --cream: #f5efe4;
  --line: #dde1e8;
  --success: #1b8245;
  --danger: #b33333;
  --shadow: 0 18px 40px rgba(14, 21, 33, 0.09);
  --shadow-strong: 0 28px 60px rgba(14, 21, 33, 0.14);
  --max-width: 1180px;
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 4% 6%, rgba(181, 154, 111, 0.08), transparent 25%),
    radial-gradient(circle at 94% 26%, rgba(16, 21, 29, 0.07), transparent 30%),
    linear-gradient(180deg, #f4f6f8 0%, #f2f4f7 100%);
  line-height: 1.68;
  overflow-x: hidden;
}

body,
p,
li,
.section-subtitle,
.card p,
.authority-card p,
.faq-item p,
.stat-card p,
.location-copy p,
.site-footer p,
.contact-disclaimer {
  text-align: justify;
}

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

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

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

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: #fff;
  color: #000;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
}

.top-video-banner {
  position: relative;
  min-height: clamp(82px, 11vh, 102px);
  overflow: hidden;
  background: #090d13;
}

.top-video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  filter: saturate(0.92) contrast(1.03);
}

.top-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 13, 19, 0.12) 0%, rgba(9, 13, 19, 0.7) 84%),
    linear-gradient(125deg, rgba(10, 14, 21, 0.46), rgba(15, 21, 33, 0.08));
}

.top-video-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 48px;
  background: linear-gradient(180deg, rgba(11, 15, 22, 0), rgba(11, 15, 22, 0.88) 82%, rgba(11, 15, 22, 1));
}

.top-video-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.25rem;
  color: #f3f6fb;
  font-size: 0.94rem;
  letter-spacing: 0.2px;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(11, 15, 22, 0.82);
  border-bottom: 1px solid rgba(202, 178, 141, 0.18);
  backdrop-filter: blur(16px);
}

body.home-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(10, 15, 23, 0.28);
  border-bottom: 1px solid rgba(202, 178, 141, 0.24);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.74rem 0;
}

.brand-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.brand-name {
  margin: 0;
  width: 178px;
  height: 44px;
  background: url("../media/logo-branco.png") no-repeat left center / contain;
  text-indent: -9999px;
  overflow: hidden;
}

body:not(.home-page) .brand-name {
  width: 300px;
  height: 74px;
}

body:not(.home-page) .brand-meta {
  display: none;
}

body.home-page .brand-name {
  width: 267px;
  height: 66px;
}

.brand-meta {
  margin: 0.15rem 0 0;
  color: #d8ddea;
  font-size: 0.8rem;
  letter-spacing: 0.22px;
  text-align: center;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.main-nav a {
  color: #ecf1fa;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.2rem;
  transition: color 0.35s ease, border-color 0.35s ease, opacity 0.35s ease;
  opacity: 1;
}

.main-nav a:hover,
.main-nav a.active {
  color: #fff;
  border-color: var(--gold-2);
  opacity: 1;
}

.hero {
  position: relative;
  padding: 4.8rem 0 4rem;
  color: #edf1fa;
  background:
    radial-gradient(circle at 84% 7%, rgba(181, 154, 111, 0.26), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(202, 178, 141, 0.13), transparent 28%),
    linear-gradient(150deg, #0f141d 0%, #172233 58%, #202e44 100%);
}

.hero::after,
.section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 72px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(244, 246, 248, 0.92));
}

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

.section-soft::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(247, 249, 252, 0.88)),
    radial-gradient(circle at top center, rgba(202, 178, 141, 0.08), transparent 38%);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.6rem;
  align-items: center;
}

.hero h1,
.page-hero h1,
.section-title {
  font-family: "Manrope", "Segoe UI", sans-serif;
  letter-spacing: 0.2px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(1.6rem, 2.3vw, 2.35rem);
  line-height: 1.22;
  font-weight: 600;
}

body.home-page .hero h1 {
  font-weight: 400;
}

.hero p {
  margin: 1.2rem 0 0;
  color: #dce3f2;
  max-width: 64ch;
  font-size: 1.05rem;
}

.hero-photo-wrap {
  width: min(430px, 100%);
  justify-self: end;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(202, 178, 141, 0.38);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.26);
}

.hero-photo-wrap img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 1rem;
  align-items: start;
}

.hero-photo-main {
  width: min(390px, 100%);
  margin-left: auto;
}

.hero-actions,
.inline-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.74rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 0;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.78rem 1.28rem;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, #b58b57, #8d683c);
  box-shadow: 0 12px 26px rgba(135, 109, 72, 0.28);
}

.btn-dark {
  color: #f6f7fa;
  background: #1b2332;
}

.btn-outline {
  color: #f5f7ff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.btn-ivory {
  color: #1d2a42;
  background: linear-gradient(120deg, #f6efe2, #e7d8be);
  box-shadow: 0 12px 26px rgba(208, 191, 161, 0.22);
}

.btn-glass {
  color: #fbfcff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.btn-bronze {
  color: #fff;
  background: linear-gradient(135deg, #7c5a33, #b28d59);
  box-shadow: 0 14px 28px rgba(117, 84, 44, 0.26);
}

.btn-navy {
  color: #eef3fb;
  background: linear-gradient(135deg, #1a2942, #243a5d);
  box-shadow: 0 14px 28px rgba(23, 35, 58, 0.22);
}

.btn-ivory-dark {
  color: #17233a;
  background: linear-gradient(135deg, #f4eadb, #d8c2a0);
  box-shadow: 0 14px 28px rgba(197, 175, 140, 0.22);
}

.section-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  color: #11192a;
  font-weight: 700;
}

.section-subtitle {
  margin: 0 0 1.9rem;
  color: #32465f;
  max-width: 72ch;
  font-size: 1.12rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.27rem 0.74rem;
  margin-bottom: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.3px;
  background: #3f536d;
  border: 1px solid #6f84a0;
  color: #ffffff;
}

.content-block,
.card {
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.content-block {
  padding: 1.5rem;
}

.card {
  padding: 1.25rem;
}

.card h2,
.card h3 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.42rem;
  color: #172134;
}

.card p {
  margin: 0.62rem 0 0;
  color: #31445f;
  font-size: 1.04rem;
}

.card ul {
  margin: 0.72rem 0 0;
  padding-left: 1.15rem;
}

.card li {
  margin-bottom: 0.42rem;
}

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

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

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

.authority-card {
  background: linear-gradient(165deg, #fafbfc, #fff);
  border: 1px solid #e2e6ed;
  border-radius: 12px;
  padding: 0.95rem 0.9rem;
}

.authority-card h3 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.15rem;
  color: #1a2640;
}

.authority-card p {
  margin: 0.47rem 0 0;
  color: #334864;
  font-size: 0.9rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border-radius: 12px;
  border: 1px solid #dfe4ec;
  background: #fff;
  padding: 0.88rem 1rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: #17233c;
}

.faq-item p {
  margin: 0.66rem 0 0;
  color: #334864;
}

.cta-panel {
  margin-top: 2rem;
  border-radius: 16px;
  padding: 1.55rem;
  border: 1px solid rgba(202, 178, 141, 0.42);
  background:
    radial-gradient(circle at 88% 8%, rgba(202, 178, 141, 0.14), transparent 36%),
    linear-gradient(165deg, #ffffff 0%, #f8f9fb 100%);
}

.accent {
  color: #6f5026;
  font-weight: 600;
}

.trust-inline {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.trust-inline div {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-inline strong,
.trust-inline span {
  display: block;
}

.trust-inline strong {
  color: #ffffff;
  font-size: 0.96rem;
}

.trust-inline span {
  margin-top: 0.35rem;
  color: #eef3fb;
  font-size: 0.9rem;
}

.hero-visual-clean {
  justify-items: end;
}

.hero-photo-clean {
  border-radius: 28px;
  border: 1px solid rgba(202, 178, 141, 0.34);
  background: rgba(255, 255, 255, 0.04);
}

.hero-photo-clean img {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  width: 100%;
  height: auto;
  max-height: 700px;
  background: #10151d;
}

.proof-card,
.faq-item,
.location-map-shell,
.contact-card,
.about-photo-frame,
.hero-photo-wrap {
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.5s ease;
}

.section-soft {
  background:
    radial-gradient(circle at 90% 15%, rgba(181, 154, 111, 0.06), transparent 28%),
    linear-gradient(180deg, #eef1f5 0%, #e7ebf1 100%);
}

#servicos.section-soft {
  background:
    radial-gradient(circle at 90% 12%, rgba(176, 139, 85, 0.08), transparent 26%),
    linear-gradient(180deg, #dde3eb 0%, #d3dae5 100%);
}

.split-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: stretch;
}

.intro-card {
  padding: 1.8rem;
}

.eyebrow {
  margin: 0 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #75562d;
}

.stats-panel {
  display: grid;
  gap: 0.8rem;
}

.about-visual-stack {
  display: grid;
  gap: 1rem;
}

.about-photo-frame {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 24px;
  border: 1px solid rgba(202, 178, 141, 0.35);
  background:
    radial-gradient(circle at top right, rgba(202, 178, 141, 0.16), transparent 30%),
    linear-gradient(160deg, #131c2a 0%, #1a2434 100%);
  box-shadow: 0 24px 42px rgba(13, 19, 30, 0.16);
}

.about-photo-frame img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: contain;
  object-position: center top;
  background: #121b29;
}

.stat-card {
  padding: 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(202, 178, 141, 0.36);
  background:
    radial-gradient(circle at top right, rgba(202, 178, 141, 0.14), transparent 34%),
    linear-gradient(160deg, #172132 0%, #111925 100%);
  color: #edf1fa;
  box-shadow: 0 20px 40px rgba(13, 19, 30, 0.18);
}

.stat-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.stat-card p {
  margin: 0;
  color: #f1f5fb;
}

.service-card {
  min-height: 100%;
  border: 1px solid rgba(115, 128, 146, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.98));
  display: flex;
  flex-direction: column;
}

.service-card h3 {
  font-size: 1.54rem;
  font-weight: 700;
  color: #152338;
}

.service-card p {
  color: #31445f;
}

.service-link {
  margin-top: auto;
  padding-top: 1rem;
  display: inline-flex;
  justify-content: flex-start;
  align-self: flex-start;
}

.authority-cards-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cta-strip {
  margin-top: 1.4rem;
  padding: 1.1rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(181, 154, 111, 0.28);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(244, 240, 233, 0.95));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: var(--shadow);
}

.cta-strip p {
  margin: 0;
  font-size: 1.02rem;
  color: #24354d;
  max-width: 62ch;
}

.contact-hero {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 1rem;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(188, 198, 212, 0.7);
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
  box-shadow: var(--shadow);
}

.contact-card {
  border-radius: 18px;
  padding: 1.5rem;
  background: linear-gradient(160deg, #131c2a 0%, #1b2434 100%);
  color: #eff3fb;
  border: 1px solid rgba(202, 178, 141, 0.32);
  box-shadow: 0 20px 40px rgba(13, 19, 30, 0.18);
}

.contact-card-photo {
  margin: -0.35rem -0.35rem 1rem;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(202, 178, 141, 0.2);
}

.contact-card-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 30%;
}

.contact-photo-clean img {
  object-fit: contain;
  object-position: center top;
  background: #121b29;
}

.location-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}

.location-map-shell {
  width: min(100%, 980px);
  margin-inline: auto;
  padding: 1rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(202, 178, 141, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(19, 28, 42, 0.98) 0%, rgba(27, 36, 52, 0.98) 100%);
  border: 1px solid rgba(202, 178, 141, 0.28);
  box-shadow: var(--shadow-strong);
}

.location-map-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.location-map-head p {
  margin: 0;
  color: #edf2fb;
  font-weight: 600;
}

.map-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ceb38c;
  box-shadow: 0 0 0 8px rgba(206, 179, 140, 0.14);
}

.location-copy h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 1.28rem;
  color: #18253d;
}

.location-copy {
  width: min(100%, 760px);
  margin-inline: auto;
  text-align: center;
  background: #ffffff;
}

.address-line {
  text-align: center;
}

.location-copy .inline-actions {
  justify-content: center;
}

.location-copy p,
.location-copy .section-subtitle,
.location-map-head p {
  color: #e9eef7;
}

.location-copy.content-block p,
#localizacao .section-subtitle,
#localizacao .section-title,
#localizacao .eyebrow,
#faq .section-title,
#faq .eyebrow {
  color: #1a2940;
}

.location-map iframe {
  min-height: 520px;
  height: 520px;
}

.proof-card,
.quote-panel {
  border-radius: 18px;
  border: 1px solid #e0e5ee;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.proof-card {
  padding: 1.3rem;
  min-height: 100%;
}

.proof-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  color: #18253d;
}

.proof-card p {
  margin: 0;
  color: #57657d;
}

.proof-carousel {
  margin-top: 1rem;
  padding: 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(102, 117, 140, 0.2);
  background:
    radial-gradient(circle at top right, rgba(176, 139, 85, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(240, 243, 248, 0.98), rgba(228, 234, 242, 0.98));
  box-shadow: var(--shadow);
}

.service-carousel .proof-card,
.service-carousel .card {
  background: #ffffff;
}

.proof-carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.proof-carousel-label {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #42556f;
}

.proof-carousel-controls {
  display: flex;
  gap: 0.5rem;
}

.carousel-arrow {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a2942, #243a5d);
  color: #f6f8fc;
  box-shadow: 0 12px 24px rgba(23, 35, 58, 0.18);
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

.carousel-arrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(23, 35, 58, 0.24);
}

.carousel-arrow:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.proof-carousel-track {
  position: relative;
}

.proof-carousel-page {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.proof-carousel-page.active {
  display: grid;
}

.case-tag {
  margin: 0 0 0.65rem;
  color: #75562d;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.quote-panel {
  margin-top: 1rem;
  padding: 1.35rem 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(202, 178, 141, 0.12), transparent 30%),
    linear-gradient(160deg, #152031 0%, #1b2740 100%);
  border-color: rgba(202, 178, 141, 0.22);
}

.quote-panel p {
  margin: 0;
  color: #edf2fb;
  font-size: 1.04rem;
  line-height: 1.75;
}

.section-quote {
  padding-top: 1.4rem;
}

#faq .faq-item {
  background: #ffffff;
  border-color: #d5dde8;
}

#faq .faq-item summary {
  color: #14243b;
}

#faq .faq-item p {
  color: #334864;
}

#servicos .section-title,
#servicos .eyebrow,
#servicos .section-subtitle,
#diferenciais .section-title,
#diferenciais .eyebrow,
#diferenciais .authority-card p,
#diferenciais .authority-card h3,
#localizacao .location-copy h3,
#contato .section-title,
#contato .section-subtitle {
  color: #16253c;
}

#servicos .eyebrow {
  color: #5a6880;
}

#servicos .section-title {
  color: #14243b;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.reveal-scale {
  transform: translate3d(0, 20px, 0) scale(0.96);
  filter: blur(8px);
}

.reveal-fade {
  transform: translate3d(0, 16px, 0);
  filter: blur(6px);
}

.reveal.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.contact-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
}

.contact-card p {
  margin: 0 0 0.6rem;
  color: #d7deed;
}

.contact-copy-panel {
  align-self: center;
  max-width: 520px;
  padding: 0.25rem 0.5rem;
}

.contact-image-card {
  padding: 0;
  max-width: 300px;
  width: 100%;
  justify-self: center;
  background: #ffffff;
  border: 1px solid rgba(188, 198, 212, 0.6);
  box-shadow: none;
}

.contact-photo-document {
  margin: 0;
}

.contact-photo-document img {
  aspect-ratio: 4 / 5.6;
  object-fit: cover;
  object-position: center center;
  background: #121b29;
}

.contact-disclaimer {
  margin: 1rem auto 0;
  max-width: 900px;
  color: #2f425c;
  font-size: 0.96rem;
  text-align: center;
}

#contato .section-title {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

#contato .section-subtitle,
#contato .inline-actions .btn {
  font-size: 0.98rem;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.page-hero {
  padding: 3.2rem 0 2.4rem;
  color: #eef2fb;
  background:
    radial-gradient(circle at 76% 10%, rgba(202, 178, 141, 0.2), transparent 33%),
    linear-gradient(160deg, #111925 0%, #1a2334 100%);
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
  font-weight: 700;
}

.page-hero p {
  margin: 0.9rem 0 0;
  color: #d7deed;
  max-width: 72ch;
}

.service-content {
  max-width: 910px;
}

.service-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.66rem;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.62rem;
  color: #16233a;
}

.service-content h3 {
  margin-top: 1.3rem;
  margin-bottom: 0.46rem;
  font-size: 1.03rem;
  color: #1f2e4a;
}

.service-content p {
  margin: 0.78rem 0;
  font-size: 1.06rem;
}

.service-content ul {
  margin: 0.56rem 0 0.76rem;
}

.about-layout {
  display: grid;
  gap: 1.3rem;
  align-items: start;
  grid-template-columns: 0.9fr 1.1fr;
}

.about-layout img {
  border-radius: 15px;
  border: 1px solid #dcd5ca;
  box-shadow: var(--shadow);
}

.article-card h2,
.article-card h3 {
  font-size: 1.3rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.contact-form label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 600;
  color: #17233a;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d7cfbf;
  border-radius: 10px;
  padding: 0.71rem 0.8rem;
  font: inherit;
}

.contact-form textarea {
  min-height: 138px;
  resize: vertical;
}

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

.form-row {
  margin-bottom: 0.95rem;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.feedback {
  margin-top: 0.8rem;
  padding: 0.68rem 0.76rem;
  border-radius: 8px;
  font-size: 0.9rem;
  display: none;
}

.feedback.show {
  display: block;
}

.feedback.success {
  color: var(--success);
  border: 1px solid rgba(27, 130, 69, 0.32);
  background: rgba(27, 130, 69, 0.11);
}

.feedback.error {
  color: var(--danger);
  border: 1px solid rgba(179, 51, 51, 0.3);
  background: rgba(179, 51, 51, 0.09);
}

.map-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ddd5c9;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
}

.institutional-media {
  margin-top: 1.4rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(184, 147, 82, 0.42);
  box-shadow: var(--shadow);
}

.institutional-media video {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.site-footer h2 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.tiny {
  font-size: 0.86rem;
  color: #8d99b3;
}

.institutional-footer {
  margin-top: 2.2rem;
  background: #10263d;
  color: #f2f6fb;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3.2rem 0;
}

.institutional-footer-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 2rem;
  align-items: start;
}

.footer-column h2 {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

.footer-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.72);
  margin-bottom: 1.2rem;
}

.institutional-footer p {
  margin: 0 0 0.95rem;
  color: #f2f6fb;
  font-size: 0.95rem;
  text-align: left;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-social-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='2' width='20' height='20' rx='5' ry='5'/><path d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/><line x1='17.5' y1='6.5' x2='17.51' y2='6.5'/></svg>")
    center / contain no-repeat;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  color: #fff;
  background: linear-gradient(165deg, #23b35f, #1f8f4f);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
  font-size: 0;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.floating-whatsapp::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../media/whatsapp-icon.svg") center / contain no-repeat;
}

.content-block,
.card,
.authority-card,
.cta-panel {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover,
.authority-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(17, 25, 38, 0.1);
}

@media (prefers-reduced-motion: no-preference) {
  .section {
    transition: background 0.5s ease, box-shadow 0.5s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal-scale,
  .reveal-fade {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 1040px) {
  .hero-inner,
  .split-layout,
  .location-layout,
  .contact-hero,
  .about-layout,
  .contact-layout,
  .proof-carousel-page,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

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

  .hero-photo-wrap {
    justify-self: start;
    width: min(360px, 100%);
  }

  .hero-photo-main {
    margin-left: 0;
  }

  .contact-image-card {
    max-width: 340px;
  }
}

@media (max-width: 760px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-name {
    width: 170px;
    height: 44px;
  }

  body.home-page .brand-name {
    width: 178px;
    height: 44px;
  }

  body:not(.home-page) .brand-name {
    width: 210px;
    height: 52px;
  }

  .main-nav ul {
    gap: 0.72rem;
  }

  .trust-inline {
    grid-template-columns: 1fr;
  }

  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    padding: 3.3rem 0;
  }

  .form-grid,
  .authority-cards,
  .institutional-footer-grid {
    grid-template-columns: 1fr;
  }

  .top-video-banner {
    min-height: 88px;
  }

  .hero-visual {
    gap: 0.9rem;
  }

  .hero-photo-main {
    width: 100%;
  }

  .contact-hero {
    padding: 1rem;
  }

  .location-map-shell {
    padding: 0.8rem;
  }

  .location-map iframe {
    min-height: 380px;
    height: 380px;
  }

  .proof-carousel {
    padding: 1rem;
  }

  .proof-carousel-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

.services-page .card h2,
.services-page .card h3 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.16rem;
  font-weight: 700;
}
