:root {
  --bg: #070707;
  --bg-soft: #11100e;
  --bg-panel: #171512;
  --text: #ffffff;
  --muted: #d8d1c3;
  --subtle: #9f9687;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(199, 155, 67, 0.36);
  --gold: #c79b43;
  --gold-soft: #e3c477;
  --cream: #f8f6f1;
  --ink: #151515;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.nav-open,
body.servidor-intro-running {
  overflow: hidden;
}

.servidor-intro {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 44%, rgba(28, 158, 90, 0.16), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(199, 155, 67, 0.07), transparent 46%),
    linear-gradient(140deg, #020302 0%, #06120c 46%, #020302 100%);
  opacity: 1;
  visibility: visible;
}

.servidor-intro--hidden {
  display: none;
}

.servidor-intro__bloom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(340px, 74vw, 760px);
  height: clamp(340px, 74vw, 760px);
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(46, 196, 118, 0.3), rgba(23, 128, 70, 0.14) 38%, transparent 66%);
  filter: blur(6px);
  transform: translate(-50%, -50%);
}

.servidor-intro__grid {
  position: absolute;
  inset: -6%;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(34, 159, 91, 0.11) 1px, transparent 1px),
    linear-gradient(180deg, rgba(34, 159, 91, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 46%, #000 0%, transparent 72%);
  opacity: 0.4;
}

.servidor-intro__beam {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: 50%;
  width: clamp(120px, 18vw, 210px);
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(210, 245, 225, 0.09) 38%, rgba(255, 244, 214, 0.13) 52%, transparent);
  filter: blur(2px);
  transform: translateX(-80vw) rotate(16deg);
  opacity: 0;
}

.servidor-intro__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 46%, transparent 46%, rgba(0, 0, 0, 0.6) 100%);
}

.servidor-intro__stage {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 15px;
  text-align: center;
}

.servidor-intro__eyebrow {
  color: rgba(248, 246, 241, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.servidor-intro__medallion {
  position: relative;
  width: clamp(225px, 46vw, 330px);
  height: clamp(225px, 46vw, 330px);
  display: grid;
  place-items: center;
}

.servidor-intro__halo {
  position: absolute;
  inset: 3%;
  pointer-events: none;
  border-radius: 999px;
  background: conic-gradient(
    from 140deg,
    transparent 0%,
    rgba(63, 186, 115, 0.34) 12%,
    transparent 30%,
    rgba(227, 196, 119, 0.2) 52%,
    transparent 66%,
    rgba(63, 186, 115, 0.22) 84%,
    transparent 100%
  );
  filter: blur(14px);
  opacity: 0.8;
}

.servidor-intro__orbit {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.servidor-intro__orbit::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3.5px;
  border-radius: 999px;
}

.servidor-intro__orbit--outer {
  inset: 0;
  border: 1px solid rgba(63, 186, 115, 0.34);
  box-shadow:
    0 0 60px rgba(22, 118, 69, 0.28),
    inset 0 0 42px rgba(22, 118, 69, 0.12);
}

.servidor-intro__orbit--outer::before {
  background: #57e39a;
  box-shadow:
    0 0 14px rgba(87, 227, 154, 0.9),
    0 0 30px rgba(63, 186, 115, 0.6);
}

.servidor-intro__orbit--mid {
  inset: 7.5%;
  border: 1px dashed rgba(227, 196, 119, 0.34);
}

.servidor-intro__orbit--mid::before {
  top: -2.5px;
  width: 5px;
  height: 5px;
  margin-left: -2.5px;
  background: var(--gold-soft);
  box-shadow: 0 0 12px rgba(227, 196, 119, 0.85);
}

.servidor-intro__orbit--inner {
  inset: 15%;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.servidor-intro__orbit--inner::before {
  top: -2px;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

.servidor-intro__seal {
  position: absolute;
  inset: 22.5%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(87, 191, 126, 0.4);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(15, 62, 38, 0.96), rgba(3, 12, 8, 0.96));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.5),
    0 0 70px rgba(23, 128, 70, 0.32),
    inset 0 0 0 7px rgba(255, 255, 255, 0.04),
    inset 0 0 0 8px rgba(227, 196, 119, 0.16);
}

.servidor-intro__seal img {
  width: 80%;
  height: 80%;
  padding: 4.5%;
  border: 1px solid rgba(199, 155, 67, 0.5);
  border-radius: 999px;
  background: #fbfaf6;
  object-fit: contain;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.servidor-intro__seal-sheen {
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -55%;
  width: 42%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: rotate(14deg);
  opacity: 0;
}

.servidor-intro__divider {
  width: min(240px, 52vw);
  height: 1px;
  margin-top: 3px;
  background: linear-gradient(90deg, transparent, rgba(87, 191, 126, 0.78), rgba(227, 196, 119, 0.55), transparent);
}

.servidor-intro__title,
.servidor-intro__subtitle {
  margin: 0;
}

.servidor-intro__title {
  color: #ffffff;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.05;
  text-shadow: 0 0 44px rgba(63, 186, 115, 0.32);
}

.servidor-intro__subtitle {
  max-width: 350px;
  color: rgba(248, 246, 241, 0.76);
  font-size: 0.98rem;
  line-height: 1.45;
}

.servidor-intro__signature {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 5px 14px;
  border: 1px solid rgba(199, 155, 67, 0.34);
  border-radius: 999px;
  color: rgba(227, 196, 119, 0.94);
  background: rgba(199, 155, 67, 0.08);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.servidor-intro__signature::before,
.servidor-intro__signature::after {
  content: "";
  width: 22px;
  height: 1px;
}

.servidor-intro__signature::before {
  background: linear-gradient(90deg, transparent, rgba(227, 196, 119, 0.8));
}

.servidor-intro__signature::after {
  background: linear-gradient(90deg, rgba(227, 196, 119, 0.8), transparent);
}

.servidor-intro__handoff {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 66%, rgba(199, 155, 67, 0.15), transparent 56%),
    linear-gradient(152deg, rgba(2, 4, 3, 0.92) 0%, rgba(6, 14, 9, 0.5) 38%, rgba(30, 24, 10, 0.62) 72%, rgba(17, 13, 4, 0.9) 100%);
}

.servidor-intro__handoff-beam {
  position: absolute;
  top: -32%;
  bottom: -32%;
  left: 50%;
  z-index: 2;
  width: clamp(130px, 20vw, 240px);
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(227, 196, 119, 0.12) 38%, rgba(248, 236, 202, 0.18) 52%, transparent);
  filter: blur(3px);
  transform: translateX(-76vw) rotate(16deg);
  opacity: 0;
}

.servidor-intro__handoff-line {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(520px, 72vw);
  height: 2px;
  pointer-events: none;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(87, 191, 126, 0.32) 26%,
    rgba(227, 196, 119, 0.95) 50%,
    rgba(199, 155, 67, 0.55) 74%,
    transparent
  );
  box-shadow: 0 0 22px rgba(227, 196, 119, 0.5);
  transform: translate(-50%, -50%) scaleX(0.08);
  opacity: 0;
}

body.servidor-intro-running .servidor-intro {
  animation: servidorIntroExit 0.9s ease 4.4s forwards;
}

body.servidor-intro-running .servidor-intro__bloom {
  animation: servidorIntroBackdropBloom 5.4s cubic-bezier(0.22, 0.7, 0.3, 1) both;
}

body.servidor-intro-running .servidor-intro__grid {
  animation: servidorIntroGridDrift 5.4s ease both;
}

body.servidor-intro-running .servidor-intro__beam {
  animation: servidorIntroLightSweep 1.45s cubic-bezier(0.5, 0.06, 0.24, 1) 1.35s both;
}

body.servidor-intro-running .servidor-intro__vignette {
  animation: servidorIntroFadeIn 1.2s ease both;
}

body.servidor-intro-running .servidor-intro__stage {
  animation: servidorIntroStageLife 5.4s cubic-bezier(0.2, 0.78, 0.24, 1) both;
}

body.servidor-intro-running .servidor-intro__medallion {
  animation: servidorIntroMedallionIn 1.3s cubic-bezier(0.22, 0.7, 0.3, 1) 0.2s both;
}

body.servidor-intro-running .servidor-intro__halo {
  animation:
    servidorIntroHaloLife 5.4s ease both,
    servidorIntroOrbitalSpin 7.5s linear infinite;
}

body.servidor-intro-running .servidor-intro__orbit--outer {
  animation:
    servidorIntroOrbitReveal 0.95s ease 0.3s both,
    servidorIntroOrbitalSpin 11s linear infinite;
}

body.servidor-intro-running .servidor-intro__orbit--mid {
  animation:
    servidorIntroOrbitReveal 0.95s ease 0.5s both,
    servidorIntroCounterSpin 15s linear infinite;
}

body.servidor-intro-running .servidor-intro__orbit--inner {
  animation:
    servidorIntroOrbitReveal 0.95s ease 0.7s both,
    servidorIntroOrbitalSpin 6.5s linear infinite;
}

body.servidor-intro-running .servidor-intro__seal {
  animation:
    servidorIntroSealReveal 1.15s cubic-bezier(0.16, 0.84, 0.3, 1) 0.62s both,
    servidorIntroGlowPulse 1.9s ease-in-out 1.9s infinite alternate;
}

body.servidor-intro-running .servidor-intro__seal-sheen {
  animation: servidorIntroSealSheen 1.1s ease 1.75s both;
}

body.servidor-intro-running .servidor-intro__eyebrow {
  animation: servidorIntroEyebrowIn 1.05s cubic-bezier(0.22, 0.7, 0.3, 1) 0.95s both;
}

body.servidor-intro-running .servidor-intro__divider {
  animation: servidorIntroLineDraw 0.85s cubic-bezier(0.22, 0.7, 0.3, 1) 1.2s both;
}

body.servidor-intro-running .servidor-intro__title {
  animation: servidorIntroTextRise 0.95s cubic-bezier(0.16, 0.84, 0.3, 1) 1.35s both;
}

body.servidor-intro-running .servidor-intro__subtitle {
  animation: servidorIntroTextRise 0.9s ease 1.62s both;
}

body.servidor-intro-running .servidor-intro__signature {
  animation: servidorIntroTextRise 0.85s ease 1.92s both;
}

body.servidor-intro-running .servidor-intro__handoff {
  animation: servidorIntroHandoffVeil 5.4s cubic-bezier(0.3, 0.6, 0.3, 1) both;
}

body.servidor-intro-running .servidor-intro__handoff-beam {
  animation: servidorIntroGoldSweep 1.15s cubic-bezier(0.5, 0.06, 0.24, 1) 4.02s both;
}

body.servidor-intro-running .servidor-intro__handoff-line {
  animation: servidorIntroHandoffLine 0.95s cubic-bezier(0.22, 0.7, 0.3, 1) 4.35s both;
}

body.servidor-intro-running::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 110;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 30%, rgba(46, 196, 118, 0.08), transparent 50%),
    radial-gradient(circle at 50% 74%, rgba(199, 155, 67, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(3, 9, 6, 0.52) 0%, rgba(7, 7, 7, 0.28) 46%, rgba(24, 19, 8, 0.5) 100%);
  opacity: 0;
  animation: servidorIntroPageWash 5.25s ease both;
}

@keyframes servidorIntroBackdropBloom {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  16% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }
  38% {
    opacity: 0.68;
    transform: translate(-50%, -50%) scale(1.05);
  }
  56% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1.1);
  }
  82% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.14);
  }
  92% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.62);
  }
}

@keyframes servidorIntroGridDrift {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(1.06);
  }
  18% {
    opacity: 0.42;
  }
  82% {
    opacity: 0.34;
    transform: translateY(-6px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-14px) scale(0.99);
  }
}

@keyframes servidorIntroLightSweep {
  0% {
    opacity: 0;
    transform: translateX(-70vw) rotate(16deg);
  }
  16% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(64vw) rotate(16deg);
  }
}

@keyframes servidorIntroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes servidorIntroStageLife {
  0%,
  80.5% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-34px) scale(0.93);
    filter: blur(9px);
  }
}

@keyframes servidorIntroMedallionIn {
  from {
    opacity: 0;
    transform: scale(0.82);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes servidorIntroHaloLife {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0.85;
  }
  46% {
    opacity: 0.6;
  }
  66% {
    opacity: 0.9;
  }
  84% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes servidorIntroOrbitalSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes servidorIntroCounterSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes servidorIntroOrbitReveal {
  from {
    opacity: 0;
    filter: blur(7px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes servidorIntroSealReveal {
  0% {
    opacity: 0;
    transform: scale(0.66) rotate(-9deg);
    filter: blur(10px);
  }
  62% {
    opacity: 1;
    transform: scale(1.035) rotate(1deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes servidorIntroGlowPulse {
  from {
    box-shadow:
      0 30px 90px rgba(0, 0, 0, 0.5),
      0 0 60px rgba(23, 128, 70, 0.26),
      inset 0 0 0 7px rgba(255, 255, 255, 0.04),
      inset 0 0 0 8px rgba(227, 196, 119, 0.16);
  }
  to {
    box-shadow:
      0 30px 90px rgba(0, 0, 0, 0.5),
      0 0 112px rgba(30, 158, 88, 0.46),
      inset 0 0 0 7px rgba(255, 255, 255, 0.05),
      inset 0 0 0 8px rgba(227, 196, 119, 0.24);
  }
}

@keyframes servidorIntroSealSheen {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(14deg);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(340%) rotate(14deg);
  }
}

@keyframes servidorIntroEyebrowIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    letter-spacing: 0.4em;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0.14em;
    filter: blur(0);
  }
}

@keyframes servidorIntroLineDraw {
  from {
    opacity: 0;
    transform: scaleX(0.1);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes servidorIntroTextRise {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.94);
    filter: blur(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes servidorIntroExit {
  to {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.014);
  }
}

@keyframes servidorIntroHandoffVeil {
  0%,
  74.5% {
    opacity: 0;
  }
  83% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes servidorIntroGoldSweep {
  0% {
    opacity: 0;
    transform: translateX(-76vw) rotate(16deg);
  }
  18% {
    opacity: 1;
  }
  82% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translateX(66vw) rotate(16deg);
  }
}

@keyframes servidorIntroHandoffLine {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.08);
  }
  26% {
    opacity: 1;
  }
  68% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(1.05);
  }
}

@keyframes servidorIntroPageWash {
  0%,
  78% {
    opacity: 0;
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 48px));
  margin: 16px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.5);
  backdrop-filter: blur(16px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.nav-active {
  background: rgba(8, 8, 8, 0.92);
  border-color: rgba(199, 155, 67, 0.28);
  box-shadow: var(--shadow);
}

.brand,
.site-nav,
.nav-cta,
.button,
.hero-notes span,
.editorial-list span,
.lgpd,
.footer-contact a {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 1.1rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #050505;
  border: 1px solid rgba(199, 155, 67, 0.25);
  overflow: hidden;
}

.brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.site-nav {
  gap: 4px;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 0.88rem;
  font-weight: 700;
}

.site-nav a {
  padding: 10px 11px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.site-nav .nav-cta {
  gap: 8px;
  margin-left: 4px;
  color: #18130a;
  background: var(--gold);
  box-shadow: 0 12px 34px rgba(199, 155, 67, 0.25);
}

.site-nav .nav-cta:hover {
  color: #080704;
  background: var(--gold-soft);
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.hero {
  position: relative;
  min-height: 600px;
  isolation: isolate;
  display: grid;
  align-items: center;
  padding: 118px 0 52px;
  overflow: hidden;
  background: #050505 url("../assets/servidor-publico/asset-02.webp") 68% center / cover no-repeat;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

@media (min-width: 721px) {
  .hero {
    background-position: 66% 30%;
  }

  .hero-media {
    object-position: 66% 30%;
  }
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.88) 36%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.72));
}

.hero-content,
.section,
.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.hero-content {
  max-width: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.editorial-copy h2,
.credit h2,
.final-copy h2 {
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 820px;
  font-size: 4.15rem;
}

.hero-copy {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 800;
  line-height: 1.15;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.button.primary {
  color: #151008;
  background: var(--gold);
  box-shadow: 0 18px 42px rgba(199, 155, 67, 0.2);
}

.button.primary:hover {
  background: var(--gold-soft);
}

.button.secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.button.secondary:hover {
  border-color: rgba(199, 155, 67, 0.5);
  background: rgba(255, 255, 255, 0.11);
}

.button.whatsapp-icon-button {
  width: 54px;
  min-width: 54px;
  min-height: 54px;
  padding: 0;
  border-color: rgba(37, 211, 102, 0.52);
  background: rgba(37, 211, 102, 0.12);
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.14);
}

.button.whatsapp-icon-button:hover {
  border-color: rgba(37, 211, 102, 0.82);
  background: rgba(37, 211, 102, 0.18);
}

.whatsapp-glyph {
  display: block;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  background: #25d366;
  mask: url("../assets/servidor-publico/imagens-capturadas/assets/svgs/brands/whatsapp.svg") center / contain no-repeat;
}

i[data-lucide],
svg.lucide {
  flex: 0 0 auto;
}

.mobile-copy,
.mobile-whatsapp-primary {
  display: none !important;
}

.button.secondary.light {
  color: var(--ink);
  border-color: rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.74);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-notes span {
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.22);
  font-size: 0.9rem;
  font-weight: 700;
}

.public-service-badge {
  --government-badge-logo-frame-size: 26px;
  --government-badge-logo-width: 23px;
  --government-badge-logo-height: 23px;
  --government-badge-gap: 10px;
  --government-badge-symbol-gap: 6px;
  display: inline-flex;
  align-items: center;
  gap: var(--government-badge-gap);
  width: fit-content;
  max-width: 100%;
  margin: 0 0 22px;
  padding: 7px 10px 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
}

.public-service-badge > span:last-child {
  min-width: 0;
  line-height: 1.25;
}

.gov-symbol {
  display: inline-flex;
  align-items: center;
  gap: var(--government-badge-symbol-gap);
  flex: 0 0 auto;
  color: #f8f6f1;
}

.gov-symbol strong {
  color: #ffffff;
  text-shadow:
    0 1px 8px rgba(255, 255, 255, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.24);
}

.government-badge-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--government-badge-logo-frame-size);
  width: var(--government-badge-logo-frame-size);
  height: var(--government-badge-logo-frame-size);
  border: 1px solid rgba(227, 196, 119, 0.34);
  border-radius: 7px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(9, 60, 132, 0.96), rgba(5, 31, 73, 0.96));
  box-shadow:
    0 3px 9px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.government-badge-logo {
  display: block;
  flex: 0 0 var(--government-badge-logo-width);
  width: var(--government-badge-logo-width);
  height: var(--government-badge-logo-height);
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  filter:
    saturate(1.04)
    contrast(1.03)
    drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.section {
  padding: 92px 0;
}

.authority {
  padding-top: 58px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 48px;
  max-width: none;
  align-items: end;
}

.section-heading h2,
.editorial-copy h2,
.credit h2,
.final-copy h2 {
  font-size: 2.9rem;
}

.section-heading p,
.editorial-copy p,
.credit p,
.final-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.card-grid {
  display: grid;
  gap: 16px;
}

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

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

.info-card,
.service-card,
.stay-card,
.architect-card,
.mini-grid article,
.architect-service-grid article,
.credit-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
}

.info-card,
.service-card {
  padding: 24px;
}

.info-card i,
.service-card i,
.mini-grid i,
.architect-service-grid i,
.lgpd i {
  color: var(--gold-soft);
}

.info-card h3,
.service-card h3,
.stay-card h3,
.architect-card h3,
.architect-service-grid h3,
.mini-grid h3,
.credit-box h3 {
  margin: 14px 0 8px;
  color: var(--text);
  line-height: 1.18;
  font-size: 1.05rem;
}

.info-card p,
.service-card p,
.stay-card p,
.architect-card p,
.credit-box p {
  margin: 0;
  color: var(--subtle);
  font-size: 0.95rem;
}

.feature-section {
  width: 100%;
  max-width: none;
  padding: 96px max(24px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(180deg, rgba(199, 155, 67, 0.08), rgba(0, 0, 0, 0) 42%),
    #0f0d0b;
}

.architecture-layout,
.architect-layout,
.credit-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.visual-panel {
  display: grid;
  gap: 12px;
}

.visual-main,
.visual-thumbs img,
.architecture-layout > img,
.stay-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.visual-main {
  height: 430px;
  box-shadow: var(--shadow);
}

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

.visual-thumbs img {
  height: 160px;
  background: var(--cream);
  object-fit: contain;
  padding: 10px;
}

.properties-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.property-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(199, 155, 67, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}

.property-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 196, 119, 0.5);
}

.property-card-pending {
  border-color: rgba(255, 255, 255, 0.14);
}

.property-card-pending:hover {
  border-color: rgba(255, 255, 255, 0.24);
}

.property-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0a0a;
}

.property-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-flag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 11px;
  border: 1px solid rgba(227, 196, 119, 0.42);
  border-radius: 6px;
  background: rgba(5, 5, 5, 0.8);
  color: var(--gold-soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.property-flag.flag-pending {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--muted);
}

.property-media-pending {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  color: var(--subtle);
  background:
    radial-gradient(circle at 50% 28%, rgba(199, 155, 67, 0.14), transparent 62%),
    linear-gradient(180deg, #14120f, #0a0908);
}

.property-media-pending i,
.property-media-pending svg {
  width: 30px;
  height: 30px;
  color: rgba(227, 196, 119, 0.6);
}

.property-media-pending > span:not(.property-flag) {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.property-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.property-body .card-label {
  color: var(--gold-soft);
}

.property-body h3 {
  margin: 10px 0 4px;
  max-inline-size: 22ch;
  min-height: 2lh;
  color: var(--text);
  font-size: 1.3rem;
  line-height: 1.16;
  text-wrap: balance;
}

.property-size {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.property-desc {
  margin: 0 0 18px;
  min-height: 4lh;
  color: var(--muted);
  font-size: 0.95rem;
  text-wrap: balance;
}

.property-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.property-specs li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.property-specs i,
.property-specs svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: var(--gold-soft);
}

.property-button {
  width: 100%;
  margin-top: auto;
  font-family: inherit;
  font-size: 1rem;
  cursor: pointer;
}

.property-button:disabled {
  cursor: default;
  opacity: 0.55;
}

.property-button:disabled:hover {
  transform: none;
}

.property-disclaimer {
  max-width: 900px;
  margin: 28px 0 0;
  color: var(--subtle);
  font-size: 0.82rem;
  line-height: 1.55;
}

.media-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(199, 155, 67, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.carousel-viewport {
  overflow: hidden;
  border-radius: 8px;
}

.carousel-track {
  display: flex;
  transition: transform 320ms ease;
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  background: #0a0a0a;
}

.carousel-slide img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(199, 155, 67, 0.36);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.76);
  color: var(--gold-soft);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.carousel-arrow:hover {
  border-color: rgba(227, 196, 119, 0.7);
  background: rgba(5, 5, 5, 0.94);
  color: #fff;
}

.carousel-arrow-prev {
  left: 14px;
}

.carousel-arrow-next {
  right: 14px;
}

.carousel-dots {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.carousel-dot.is-active {
  width: 24px;
  background: var(--gold-soft);
}

.project-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.project-heading h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.8rem;
  line-height: 1.12;
}

.project-heading p {
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  background: transparent;
}

.steps li {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.028)), var(--bg-soft);
  text-align: left;
  word-spacing: normal;
}

.steps span {
  display: inline-flex;
  width: fit-content;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.steps h3 {
  max-width: none;
  margin: 40px 0 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.steps p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--subtle);
  text-align: left;
  word-spacing: normal;
  letter-spacing: 0;
  line-height: 1.58;
  hyphens: none;
}

.service-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
}

.service-card a,
.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: var(--gold-soft);
  font-weight: 800;
}

.service-card a::after,
.text-link::after {
  content: "";
  width: 22px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
}

.stays,
.architecture {
  background: var(--cream);
  color: var(--ink);
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100% - 1180px) / 2));
}

.stays .eyebrow,
.architecture .eyebrow {
  color: #8b6318;
}

.stays .section-heading p,
.architecture .section-heading p,
.stay-card p,
.architect-card p,
.project-heading p {
  color: #5f5b55;
}

.stays .section-heading h2,
.architecture .section-heading h2,
.stay-card h3,
.architect-card h3,
.architect-service-grid h3,
.project-heading h3,
.mini-grid h3 {
  color: var(--ink);
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stay-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

.stay-card img {
  height: 210px;
  border-radius: 0;
}

.stay-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.card-label {
  margin: 0;
  color: #8b671e;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stay-card h3 + p {
  margin-bottom: 14px;
}

.stay-card .text-link {
  color: #7d5a15;
}

.editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.54fr);
  gap: 42px;
  align-items: center;
}

.editorial-list {
  display: grid;
  gap: 12px;
}

.editorial-list span {
  gap: 12px;
  min-height: 76px;
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(199, 155, 67, 0.08);
  font-weight: 800;
}

.architecture-layout > img {
  height: 430px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.architect-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.64fr);
  align-items: stretch;
}

.architect-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 24px;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.1);
}

.architect-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  background: var(--cream);
  object-fit: cover;
}

.architect-card h3 {
  font-size: 1.45rem;
}

.architect-card .button {
  width: fit-content;
  margin-top: 24px;
}

.mini-grid,
.architect-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mini-grid article,
.architect-service-grid article {
  min-height: 150px;
  padding: 22px;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

.architect-service-grid article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  height: auto;
  overflow: hidden;
}

.architect-service-grid h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.project-showcase {
  margin-top: 46px;
}

.project-heading {
  max-width: 820px;
}

.project-carousel {
  max-width: 980px;
  margin-inline: auto;
  background: #111;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.project-carousel .carousel-slide img {
  height: 640px;
  object-fit: cover;
  object-position: center;
}

.centered {
  justify-content: center;
}

.credit {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(120deg, rgba(199, 155, 67, 0.16), rgba(255, 255, 255, 0) 44%),
    #0b0a09;
}

.credit-inner {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
}

.credit-box {
  padding: 28px;
  background: rgba(248, 246, 241, 0.92);
  color: var(--ink);
}

.credit-box h3 {
  color: var(--ink);
}

.credit-box p {
  color: #514a3f;
  margin-bottom: 24px;
}

/* Dois caminhos de crédito com o mesmo peso: financiamento vai para o Itaú,
   crédito com garantia vai para a CashMe. Grid de 1 coluna empilha os botões
   em largura total, previsível em qualquer largura da caixa */
.credit-choices {
  display: grid;
  gap: 10px;
}

.final-cta {
  text-align: center;
}

.lgpd {
  gap: 12px;
  max-width: 850px;
  margin: 0 auto 36px;
  padding: 16px 18px;
  border: 1px solid rgba(199, 155, 67, 0.28);
  border-radius: 8px;
  background: rgba(199, 155, 67, 0.08);
  text-align: left;
}

.lgpd p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.final-copy {
  max-width: 760px;
  margin-inline: auto;
}

.final-copy .hero-actions {
  justify-content: center;
}

.site-footer {
  padding: 64px 0 34px;
  border-top: 1px solid var(--line);
  background: #050505;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(130px, 0.42fr) minmax(330px, 1fr) minmax(260px, 0.72fr);
  gap: 34px 30px;
}

.footer-brand {
  display: flex;
  gap: 14px;
}

.footer-mark {
  flex: 0 0 auto;
}

.footer-brand strong {
  display: block;
  font-size: 1.1rem;
}

.footer-brand p,
.footer-bottom p {
  margin: 8px 0 0;
  color: var(--subtle);
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-links a,
.footer-contact a {
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-contact a {
  gap: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.footer-contact a svg,
.footer-contact a i {
  flex: 0 0 auto;
  color: var(--gold-soft);
  width: 18px;
  height: 18px;
}

.footer-credentials {
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(199, 155, 67, 0.24);
  border-radius: 8px;
  background: rgba(199, 155, 67, 0.07);
}

.footer-credentials strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 0.95rem;
}

.footer-credentials p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--gold-soft);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

@media (min-width: 431px) {
  .property-specs {
    grid-auto-rows: 50px;
  }
}

@media (max-width: 1080px) {
  .site-header {
    align-items: flex-start;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    padding: 12px;
    border: 1px solid rgba(199, 155, 67, 0.24);
    border-radius: 8px;
    background: rgba(8, 8, 8, 0.96);
    box-shadow: var(--shadow);
  }

  .site-header.nav-active .site-nav {
    display: grid;
  }

  .site-nav a {
    justify-content: center;
  }

  .hero h1 {
    font-size: 3.55rem;
  }

  .card-grid.four,
  .stay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .card-grid.three,
  .architecture-layout,
  .architect-layout,
  .credit-inner,
  .editorial,
  .section-heading.split {
    grid-template-columns: 1fr;
  }

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

  .property-card-pending {
    grid-column: 1 / -1;
  }

  .property-card-pending .property-media {
    aspect-ratio: 21 / 8;
  }

  .steps li {
    min-height: 220px;
  }

  .steps h3 {
    margin-top: 34px;
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero-content,
  .section,
  .footer-inner {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    margin-top: 8px;
    padding: 8px 10px;
  }

  .brand,
  .menu-toggle {
    min-height: 44px;
  }

  .brand {
    min-width: 0;
  }

  .menu-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-mark img {
    width: 31px;
    height: 31px;
  }

  .site-nav a,
  .footer-links a,
  .footer-contact a {
    min-height: 44px;
    padding-block: 10px;
  }

  .footer-contact a,
  .footer-links a {
    display: inline-flex;
    align-items: center;
  }

  .hero {
    min-height: 720px;
    padding-top: 112px;
  }

  .hero-media {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.78)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.78));
  }

  .hero h1,
  .section-heading h2,
  .editorial-copy h2,
  .credit h2,
  .final-copy h2 {
    font-size: 2.55rem;
  }

  .hero-copy,
  .section-heading p,
  .editorial-copy p,
  .credit p,
  .final-copy p {
    font-size: 1rem;
  }

  .desktop-copy,
  .hero .hero-benefits-cta,
  .hero .hero-whatsapp-icon,
  .final-cta .final-whatsapp-icon {
    display: none !important;
  }

  .mobile-copy {
    display: inline !important;
  }

  .hero .mobile-whatsapp-primary {
    display: inline-flex !important;
    width: 100%;
    color: #fff;
    border-color: rgba(37, 211, 102, 0.72);
    background: linear-gradient(135deg, #1fb75a 0%, #25d366 100%);
    box-shadow: 0 16px 36px rgba(37, 211, 102, 0.2);
  }

  .hero .mobile-whatsapp-primary:hover,
  .hero .mobile-whatsapp-primary:focus-visible {
    color: #fff;
    border-color: rgba(37, 211, 102, 0.95);
    background: linear-gradient(135deg, #1da852 0%, #22c55e 100%);
  }

  .hero .mobile-whatsapp-primary .whatsapp-glyph {
    background: #fff;
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding-block: 14px;
  }

  .button.whatsapp-icon-button {
    width: 56px;
    min-width: 56px;
    min-height: 56px;
  }

  .hero-notes span {
    width: 100%;
  }

  .public-service-badge {
    gap: 8px;
    width: fit-content;
    max-width: calc(100vw - 32px);
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-section {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .properties-heading {
    margin-bottom: 26px;
  }

  .properties-heading h2 {
    font-size: clamp(2.08rem, 9vw, 2.42rem);
    line-height: 1.02;
  }

  .property-card-pending {
    grid-column: auto;
  }

  .property-card-pending .property-media {
    aspect-ratio: 16 / 10;
  }

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

  .property-button {
    min-height: 50px;
  }

  .property-disclaimer {
    margin-top: 22px;
    font-size: 0.8rem;
  }

  .process {
    padding-bottom: 48px;
  }

  .services {
    padding-top: 56px;
  }

  .authority {
    padding-top: 24px;
  }

  .authority .section-heading {
    margin-bottom: 22px;
  }

  .authority .eyebrow {
    margin-bottom: 8px;
  }

  .authority .section-heading h2 {
    font-size: clamp(2rem, 8.2vw, 2.32rem);
    line-height: 1.04;
  }

  .authority .eyebrow {
    font-size: 0.74rem;
  }

  .authority .section-heading > p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .card-grid,
  .steps,
  .stay-grid,
  .property-grid,
  .mini-grid,
  .architect-service-grid {
    gap: 14px;
  }

  .card-grid.four,
  .card-grid.three,
  .stay-grid,
  .steps,
  .property-grid,
  .architect-card,
  .visual-thumbs,
  .mini-grid,
  .architect-service-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .visual-main,
  .architecture-layout > img {
    height: 330px;
  }

  .visual-thumbs img {
    height: 190px;
  }

  .project-carousel .carousel-slide img {
    height: 340px;
  }

  .carousel-arrow {
    width: 46px;
    height: 46px;
  }

  .carousel-arrow-prev {
    left: 12px;
  }

  .carousel-arrow-next {
    right: 12px;
  }

  .carousel-dots {
    gap: 2px;
    bottom: 12px;
  }

  .carousel-dot {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: transparent;
  }

  .carousel-dot::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 8px auto;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.5);
    transition: width 180ms ease, background 180ms ease;
  }

  .carousel-dot.is-active {
    width: 32px;
    background: transparent;
  }

  .carousel-dot.is-active::before {
    width: 24px;
    background: var(--gold-soft);
  }

  .steps li {
    min-height: auto;
    padding: 24px;
  }

  .steps h3 {
    margin-top: 28px;
  }

  .architect-card .button {
    width: 100%;
  }

  .service-card a,
  .text-link {
    min-height: 44px;
    align-items: center;
    padding-block: 8px;
  }

  .architect-service-grid article {
    min-height: auto;
    padding: 24px;
  }

  .stay-card img {
    height: 230px;
  }

  .lgpd {
    align-items: flex-start;
  }

  .footer-brand {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: clamp(2rem, 9.15vw, 2.18rem);
    line-height: 1.03;
  }

  .section-heading h2,
  .editorial-copy h2,
  .credit h2,
  .final-copy h2 {
    font-size: 2.18rem;
  }

  .brand span:last-child {
    display: none;
  }

  .property-specs {
    grid-template-columns: 1fr;
  }

  .property-desc {
    min-height: 5lh;
  }
}

.process {
  padding-top: 62px;
  padding-bottom: 64px;
}

.process .section-heading {
  max-width: 640px;
  margin-bottom: 22px;
}

.process .eyebrow {
  margin-bottom: 10px;
  font-size: 0.74rem;
}

.process .section-heading h2 {
  font-size: 2.12rem;
  line-height: 1.06;
}

.process .steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.process .steps li {
  min-height: auto;
  padding: 22px 18px 20px;
  border-color: rgba(199, 155, 67, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.025)), var(--bg-soft);
}

.process .steps span {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.process .steps h3 {
  margin: 22px 0 8px;
  font-size: 1rem;
  line-height: 1.16;
}

.process .steps p {
  color: rgba(225, 219, 207, 0.72);
  font-size: 0.88rem;
  line-height: 1.44;
}

.process .steps p span {
  width: auto;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .process {
    padding-top: 56px;
    padding-bottom: 58px;
  }

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

  .process .steps li {
    padding: 20px;
  }

  .process .steps h3 {
    margin-top: 18px;
  }
}

@media (max-width: 720px) {
  .process {
    padding-top: 46px;
    padding-bottom: 44px;
  }

  .process .section-heading {
    margin-bottom: 18px;
  }

  .process .eyebrow {
    margin-bottom: 8px;
  }

  .process .section-heading h2 {
    font-size: 1.78rem;
    line-height: 1.08;
  }

  .process .steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .process .steps li {
    padding: 18px;
  }

  .process .steps h3 {
    margin: 14px 0 6px;
    font-size: 0.98rem;
  }

  .process .steps p {
    font-size: 0.86rem;
    line-height: 1.42;
  }
}

@media (max-width: 430px) {
  .servidor-intro {
    padding: 20px;
  }

  .servidor-intro__stage {
    gap: 12px;
  }

  .servidor-intro__medallion {
    width: min(232px, 68vw);
    height: min(232px, 68vw);
  }

  .servidor-intro__eyebrow {
    max-width: 260px;
    font-size: 0.7rem;
  }

  .servidor-intro__subtitle {
    max-width: 280px;
    font-size: 0.92rem;
  }
}

/* ============================================================
   Motion V8 - motion premium global (somente animação)
   Preserva intro, hero, badge, cards e identidade aprovados.
   ============================================================ */

/* Entrada cinematográfica do hero */
@keyframes heroConteudoSobe {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroImagemAssenta {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

.hero-media {
  animation: heroImagemAssenta 2.4s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  will-change: transform;
}

.hero-content > .eyebrow {
  animation: heroConteudoSobe 0.85s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s both;
}

.hero-content > .public-service-badge {
  animation: heroConteudoSobe 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.24s both;
}

.hero-content > h1 {
  animation: heroConteudoSobe 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.38s both;
}

.hero-content > .hero-copy {
  animation: heroConteudoSobe 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.54s both;
}

.hero-content > .hero-actions {
  animation: heroConteudoSobe 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s both;
}

.hero-content > .hero-notes {
  animation: heroConteudoSobe 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.85s both;
}

/* Badge Governo MS: brilho pulsante sutil e controlado */
@keyframes brasaoBrilhoSuave {
  from {
    box-shadow:
      0 3px 9px rgba(0, 0, 0, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  to {
    box-shadow:
      0 3px 9px rgba(0, 0, 0, 0.24),
      0 0 16px rgba(227, 196, 119, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }
}

.government-badge-logo-frame {
  animation: brasaoBrilhoSuave 3.6s ease-in-out infinite alternate;
}

/* Revelação ao rolar (classes aplicadas via script) */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

/* CTAs dourados: varredura de brilho */
.button.primary,
.site-nav .nav-cta {
  position: relative;
  overflow: hidden;
}

.button.primary::after,
.site-nav .nav-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 32%, rgba(255, 255, 255, 0.4) 50%, transparent 68%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
}

.button.primary:hover::after,
.site-nav .nav-cta:hover::after {
  transform: translateX(120%);
}

.button.primary:hover {
  box-shadow: 0 20px 48px rgba(199, 155, 67, 0.34);
}

/* Cards de imóveis: imagem cresce discretamente */
.property-media img {
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.property-card:hover .property-media img {
  transform: scale(1.045);
}

.property-card:hover {
  box-shadow: var(--shadow), 0 0 38px -16px rgba(227, 196, 119, 0.45);
}

.property-specs li {
  transition: border-color 0.3s ease, background 0.3s ease;
}

.property-card:hover .property-specs li {
  border-color: rgba(227, 196, 119, 0.22);
}

/* Benefícios: elevação com detalhe dourado */
.service-card {
  transition: border-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}

.service-card:hover {
  border-color: rgba(199, 155, 67, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

.service-card i,
.service-card svg {
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.service-card:hover i,
.service-card:hover svg {
  transform: scale(1.14);
}

.service-card a::after,
.text-link::after {
  transition: width 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.service-card a:hover::after,
.text-link:hover::after {
  width: 36px;
}

/* Etapas do processo: resposta leve */
.steps li {
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.steps li:hover {
  border-color: rgba(227, 196, 119, 0.42);
  transform: translateY(-3px);
}

/* Hospedagens: zoom discreto na foto */
.stay-card {
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}

.stay-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
}

.stay-card img {
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.stay-card:hover img {
  transform: scale(1.05);
}

/* Eventos: selos com resposta ao hover */
.editorial-list span {
  transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.editorial-list span:hover {
  border-color: rgba(227, 196, 119, 0.6);
  background: rgba(199, 155, 67, 0.13);
  transform: translateX(4px);
}

/* Arquitetura: cartões respondem com elevação */
.architect-card {
  transition: box-shadow 0.4s ease;
}

.architect-card:hover {
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
}

.architect-photo {
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.architect-card:hover .architect-photo {
  transform: scale(1.02);
}

.architect-service-grid article {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.architect-service-grid article:hover {
  border-color: rgba(199, 155, 67, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

/* Carrossel: setas com resposta mais viva */
.carousel-arrow:hover {
  transform: translateY(-50%) scale(1.08);
}

.carousel-arrow {
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 250ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Rodapé: links deslizam suavemente */
.footer-links a,
.footer-contact a {
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  transform: translateX(3px);
}
