:root {
  --graphite: #1E2629;
  --graphite-2: #172023;
  --graphite-3: #263135;
  --white: #FFFFFF;
  --soft-white: #F5F8F6;
  --paper: #FBFCFB;
  --green: #4CAF27;
  --green-dark: #3E941F;
  --blue: #0D6EBD;
  --text: #F7FAF8;
  --text-dark: #1E2629;
  --text-muted: rgba(247, 250, 248, 0.68);
  --text-soft: rgba(247, 250, 248, 0.82);
  --text-muted-dark: rgba(30, 38, 41, 0.66);
  --border: rgba(255, 255, 255, 0.11);
  --border-dark: rgba(30, 38, 41, 0.12);
  --shadow-soft: 0 18px 54px rgba(11, 17, 19, 0.14);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --container: 1120px;
  --brand-logo-width: 176px;
  --brand-logo-mobile-width: 154px;
  --footer-logo-width: 140px;
  --header-height: 120px;
  --hero-safe-top: 0px;
  --whatsapp: #25D366;
}

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

html {
  width: 100%;
  scroll-padding-top: var(--header-height);
  min-height: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #151C1E;
}

body {
  min-width: 320px;
  min-height: 100%;
  max-width: 100%;
  background-color: #151C1E;
  background:
    radial-gradient(circle at 10% 0%, rgba(76, 175, 39, 0.08), transparent 28rem),
    linear-gradient(180deg, var(--graphite) 0%, #192124 48%, var(--graphite) 100%);
  color: var(--text);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

::selection {
  background: rgba(76, 175, 39, 0.28);
  color: var(--white);
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

/* NAVBAR */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-height);
  padding: 0 clamp(1rem, 4vw, 4rem);
  background: rgba(30, 38, 41, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  overflow: visible;
  transition: background 0.24s ease, box-shadow 0.24s ease;
}

.site-header.is-scrolled {
  background: rgba(30, 38, 41, 0.94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.site-header__inner {
  width: min(var(--container), 100%);
  height: 100%;
  min-height: 0;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--brand-logo-width);
  height: auto;
  max-height: none;
  text-decoration: none;
}

.nav-logo img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  min-height: 50px;
  padding: 0.88rem 1.18rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--green);
  color: #0E180F;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(76, 175, 39, 0.18);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #57BE31;
  box-shadow: 0 16px 38px rgba(76, 175, 39, 0.26);
}

.btn-primary svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

/* HERO */
.hero {
  position: relative;
  min-height: clamp(500px, 72svh, 660px);
  display: flex;
  align-items: center;
  padding: clamp(3.1rem, 5vw, 4.8rem) clamp(1.25rem, 4vw, 4rem) 2.45rem;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 6vw, 6rem);
  bottom: clamp(2.8rem, 6vh, 4.4rem);
  width: min(30vw, 310px);
  height: min(32vw, 330px);
  background:
    linear-gradient(180deg, rgba(76, 175, 39, 0.72), rgba(76, 175, 39, 0.1)) 8% 74% / 11% 26% no-repeat,
    linear-gradient(180deg, rgba(13, 110, 189, 0.6), rgba(13, 110, 189, 0.08)) 28% 58% / 11% 42% no-repeat,
    linear-gradient(180deg, rgba(76, 175, 39, 0.6), rgba(76, 175, 39, 0.08)) 48% 40% / 11% 60% no-repeat,
    linear-gradient(180deg, rgba(13, 110, 189, 0.46), rgba(13, 110, 189, 0.07)) 68% 28% / 11% 72% no-repeat,
    linear-gradient(180deg, rgba(76, 175, 39, 0.5), rgba(76, 175, 39, 0.06)) 88% 15% / 11% 85% no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  opacity: 0.42;
  pointer-events: none;
  z-index: -1;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 74% 62% at 26% 32%, #000 0%, transparent 72%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  right: -11rem;
  top: -8rem;
  z-index: -2;
  width: 36rem;
  height: 36rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(76, 175, 39, 0.16) 0%, rgba(13, 110, 189, 0.08) 40%, transparent 70%);
  filter: blur(4px);
  pointer-events: none;
}

.hero-content {
  width: min(var(--container), 100%);
  margin-inline: auto;
  animation: fadeUp 0.58s ease both;
}

.hero-tag,
.section-tag,
.servico-num {
  width: fit-content;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 1.25rem;
  padding: 0.35rem 0.74rem;
  border: 1px solid rgba(76, 175, 39, 0.24);
  border-radius: 999px;
  background: rgba(76, 175, 39, 0.08);
}

.hero-tag::before {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(76, 175, 39, 0.12);
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 1rem;
  color: var(--white);
  font-size: clamp(2.55rem, 6.2vw, 4.85rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero h1 em,
.section-title em {
  color: var(--green);
  font-style: normal;
}

.hero-sub {
  max-width: 540px;
  margin-bottom: 1.42rem;
  color: var(--text-soft);
  font-size: clamp(0.96rem, 1.25vw, 1.05rem);
  font-weight: 400;
  line-height: 1.74;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
}

.hero-note {
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 500;
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 0.95rem;
  width: 1px;
  height: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.scroll-hint::after {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  background: var(--green);
  animation: scrollTrace 1.8s ease-in-out infinite;
}

@keyframes scrollTrace {
  0% { transform: translateY(-100%); opacity: 0; }
  30%, 70% { opacity: 1; }
  100% { transform: translateY(260%); opacity: 0; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* SECTIONS */
section {
  position: relative;
  z-index: 1;
  padding: clamp(3.2rem, 4.8vw, 4.35rem) clamp(1.25rem, 4vw, 4rem);
}

.section-inner {
  width: min(var(--container), 100%);
  margin-inline: auto;
}

.section-tag {
  margin-bottom: 0.72rem;
}

.section-title {
  max-width: 720px;
  margin-bottom: 0.78rem;
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.section-desc {
  max-width: 610px;
  margin-bottom: 1.85rem;
  color: var(--text-muted);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.7;
}

/* DOR */
.dor-section {
  background: linear-gradient(180deg, var(--soft-white), #FFFFFF);
  color: var(--text-dark);
  border-block: 1px solid rgba(30, 38, 41, 0.08);
}

.dor-section .section-tag,
.como-section .section-tag {
  color: var(--blue);
}

.dor-section .section-title,
.como-section .section-title {
  color: var(--text-dark);
}

.dor-section .section-desc,
.como-section .section-desc {
  color: var(--text-muted-dark);
}

.dor-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  background: var(--border-dark);
  box-shadow: var(--shadow-soft);
}

.dor-item {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  min-height: 118px;
  padding: 1.06rem;
  background: rgba(255, 255, 255, 0.88);
  transition: background 0.18s ease;
}

.dor-item:hover {
  background: var(--white);
}

.dor-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(76, 175, 39, 0.12), rgba(13, 110, 189, 0.1));
  border: 1px solid rgba(30, 38, 41, 0.1);
}

.dor-icon::before,
.dor-icon::after,
.dor-icon span,
.dor-icon span::before,
.dor-icon span::after {
  content: "";
  position: absolute;
  display: block;
}

.dor-icon--bars::before,
.dor-icon--company::before,
.dor-icon--search::before {
  left: 11px;
  bottom: 10px;
  width: 4px;
  height: 12px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 7px -5px 0 var(--blue), 14px -1px 0 rgba(76, 175, 39, 0.68);
}

.dor-icon--target::before {
  width: 19px;
  height: 19px;
  border: 2px solid var(--blue);
  border-radius: 999px;
}

.dor-icon--target::after {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 999px;
}

.dor-icon--time::before {
  width: 20px;
  height: 20px;
  border: 2px solid var(--green);
  border-radius: 999px;
}

.dor-icon--time::after {
  left: 19px;
  top: 11px;
  width: 2px;
  height: 10px;
  background: var(--blue);
  border-radius: 999px;
  transform-origin: bottom;
  transform: rotate(42deg);
}

.dor-icon--vision::before {
  width: 23px;
  height: 14px;
  border: 2px solid var(--blue);
  border-radius: 60% 60% 55% 55%;
  transform: rotate(-4deg);
}

.dor-icon--vision::after {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 999px;
}

.dor-text strong {
  display: block;
  margin-bottom: 0.32rem;
  color: var(--text-dark);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: -0.012em;
}

.dor-text span {
  display: block;
  color: var(--text-muted-dark);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.64;
}

/* SERVIÇOS */
.services-section {
  background: radial-gradient(circle at 86% 12%, rgba(13, 110, 189, 0.14), transparent 26rem), var(--graphite);
  color: var(--text);
}

.servicos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.servico-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035));
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.14);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.servico-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--green), var(--blue));
  opacity: 0.8;
}

.servico-card:hover {
  transform: translateY(-3px);
  border-color: rgba(76, 175, 39, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.044));
}

.servico-num {
  margin-bottom: 0.72rem;
  color: var(--green);
}

.servico-title {
  margin-bottom: 0.62rem;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.servico-desc {
  margin-bottom: 0.95rem;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.64;
}

.servico-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.26rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(247, 250, 248, 0.74);
  font-size: 0.7rem;
  font-weight: 500;
}

/* COMO FUNCIONA */
.como-section {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--soft-white) 100%);
  color: var(--text-dark);
  border-block: 1px solid rgba(30, 38, 41, 0.08);
}

.steps {
  display: flex;
  flex-direction: column;
  max-width: 860px;
  border-top: 1px solid var(--border-dark);
}

.step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 0.85rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--border-dark);
}

.step-num {
  color: rgba(13, 110, 189, 0.18);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
}

.step-content strong {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--text-dark);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: -0.012em;
}

.step-content p {
  max-width: 620px;
  color: var(--text-muted-dark);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.64;
}

/* CTA FINAL */
.cta-section {
  overflow: hidden;
  padding-top: clamp(2.95rem, 4.4vw, 3.9rem);
  padding-bottom: clamp(2.7rem, 4.2vw, 3.7rem);
  text-align: center;
  background: radial-gradient(circle at 50% 0%, rgba(76, 175, 39, 0.14), transparent 30rem), linear-gradient(180deg, #202A2D 0%, var(--graphite) 100%);
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 62%);
  pointer-events: none;
}

.cta-section .section-inner {
  position: relative;
  z-index: 1;
}

.cta-section .section-tag,
.cta-section .section-title,
.cta-section .section-desc {
  margin-inline: auto;
}

.cta-section .section-desc {
  margin-bottom: 1.5rem;
}

.cta-section .btn-primary {
  margin-inline: auto;
}

/* FOOTER */
.site-footer {
  position: relative;
  z-index: 1;
  padding: 2.05rem clamp(1.25rem, 4vw, 4rem) calc(5.05rem + env(safe-area-inset-bottom));
  background: #151C1E;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-container {
  width: min(760px, 100%);
  margin-inline: auto;
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.95rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--footer-logo-width);
  height: auto;
  text-decoration: none;
}

.footer-logo img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.footer-info {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.72;
}

.footer-copy {
  margin-top: 0.95rem;
  color: rgba(247, 250, 248, 0.52);
  font-size: 0.76rem;
  text-align: center;
}

/* WHATSAPP FLOAT */
.wa-float {
  position: fixed;
  right: calc(1.2rem + env(safe-area-inset-right));
  bottom: calc(1.2rem + env(safe-area-inset-bottom));
  z-index: 200;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.32);
}

.wa-float svg {
  width: 25px;
  height: 25px;
}

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 680px) {
  .dor-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 860px) {
  section {
    padding-top: 3.85rem;
    padding-bottom: 3.85rem;
  }

  .hero {
    min-height: clamp(520px, 68svh, 640px);
    padding-top: clamp(3.2rem, 4.7vw, 4.8rem);
    padding-bottom: 2.35rem;
  }

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

  .servico-card {
    padding: 1.25rem;
  }

  .footer-main {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: clamp(1.55rem, 3.4vw, 2.35rem);
    text-align: left;
  }

  .nav-logo {
    width: var(--brand-logo-width);
  }

  .footer-logo {
    width: var(--footer-logo-width);
  }

  .footer-info {
    text-align: left;
  }

  .site-footer {
    padding-top: 2.15rem;
    padding-bottom: 3.85rem;
  }
}

@media (min-width: 1040px) {
  .dor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--border-dark);
  }

  .step {
    padding: 1.08rem;
    background: rgba(255, 255, 255, 0.7);
    border: 0;
  }
}

@media (min-width: 1180px) {
  .hero-content {
    padding-right: clamp(12rem, 26vw, 24rem);
  }

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

  .hero::after {
    right: max(4rem, calc((100vw - var(--container)) / 2 + 2rem));
    opacity: 0.46;
  }
}

@media (min-height: 760px) and (min-width: 1040px) {
  .hero {
    min-height: clamp(530px, 66svh, 660px);
  }
}

@media (min-width: 1440px) {
  .hero {
    min-height: clamp(540px, 64svh, 670px);
  }
}

@media (max-width: 580px) {
  :root {
    --header-height: 106px;
    --hero-safe-top: 0px;
  }

  .site-header {
    height: var(--header-height);
    padding: 0 1rem;
  }

  .site-header.is-scrolled {
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-header__inner {
    height: 100%;
    min-height: 0;
    justify-content: center;
  }

  .nav-logo {
    width: var(--brand-logo-mobile-width);
    height: auto;
    margin-inline: auto;
  }

  .nav-logo img {
    object-position: center;
  }

  .footer-logo {
    width: var(--footer-logo-width);
  }

  .hero {
    min-height: auto;
    padding-top: 2.2rem;
    padding-bottom: 2.35rem;
    text-align: center;
  }

  .hero::after,
  .scroll-hint {
    display: none;
  }

  .hero-content {
    width: min(100%, 34rem);
  }

  .hero-tag {
    margin-inline: auto;
  }

  .hero h1 {
    font-size: clamp(2.28rem, 11.4vw, 3.35rem);
    letter-spacing: -0.055em;
  }

  section {
    padding-top: 2.95rem;
    padding-bottom: 2.95rem;
  }

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

  .btn-primary {
    width: 100%;
  }

  .hero-note {
    width: 100%;
    text-align: center;
  }

  .dor-item {
    min-height: auto;
    padding: 1.1rem;
  }

  .step {
    grid-template-columns: 48px 1fr;
  }

  .cta-section {
    padding-top: 2.55rem;
    padding-bottom: 2.05rem;
  }

  .cta-section .section-desc {
    margin-bottom: 1.15rem;
  }

  .site-footer {
    padding-top: 1.8rem;
    padding-bottom: calc(5.1rem + env(safe-area-inset-bottom));
  }

  .footer-main {
    gap: 0.82rem;
    padding-bottom: 1.05rem;
  }

  .footer-info {
    text-align: center;
  }

  .wa-float {
    right: calc(0.95rem + env(safe-area-inset-right));
    bottom: calc(0.95rem + env(safe-area-inset-bottom));
    width: 50px;
    height: 50px;
  }
}


@media (max-width: 420px) {
  .section-title {
    font-size: clamp(1.72rem, 9vw, 2.3rem);
  }

  .dor-item,
  .step {
    gap: 0.8rem;
  }

  .nav-logo,
  .footer-logo {
    width: var(--footer-logo-width);
  }
}

@supports (overflow: clip) {
  .hero,
  .cta-section,
  .site-footer {
    overflow: clip;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* SECTION VIEWPORT FIT
   Cada seção principal ocupa, no mínimo, uma viewport.
   O conteúdo fica centralizado verticalmente sem travar crescimento natural. */
.hero,
.dor-section,
.services-section,
.como-section,
.cta-section {
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.hero .hero-content,
.dor-section .section-inner,
.services-section .section-inner,
.como-section .section-inner,
.cta-section .section-inner {
  width: min(var(--container), 100%);
  margin-block: auto;
}

.site-footer {
  min-height: 42vh;
  min-height: 42dvh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.site-footer .footer-container {
  width: min(760px, 100%);
  margin-block: auto;
}

@media (max-width: 580px) {
  .hero,
  .dor-section,
  .services-section,
  .como-section,
  .cta-section {
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    justify-content: center;
    align-items: stretch;
  }

  .site-footer {
    min-height: 38vh;
    min-height: 38dvh;
  }
}

/* HERO HEADER COMPENSATION
   O header é sticky e ocupa espaço no fluxo da página.
   Por isso, somente a hero deve considerar a altura do header
   para centralizar o conteúdo dentro da área visível restante. */
.hero {
  min-height: calc(100vh - var(--header-height));
  min-height: calc(100dvh - var(--header-height));
  padding-top: clamp(2.35rem, 4vw, 3.8rem);
  padding-bottom: clamp(2.35rem, 4vw, 3.8rem);
}

.hero .hero-content {
  margin-block: auto;
}

@media (max-width: 580px) {
  .hero {
    min-height: calc(100vh - var(--header-height));
    min-height: calc(100dvh - var(--header-height));
    padding-top: clamp(1.75rem, 5vw, 2.2rem);
    padding-bottom: clamp(1.95rem, 5vw, 2.35rem);
  }
}
