:root {
  /* Identidade FDoria: grafite + azul técnico */
  --fd-dark: #0f1720;
  --fd-dark-2: #17232e;
  --fd-ink: #182027;
  --fd-muted: #66727d;
  --fd-soft: #f3f4f4;
  --fd-line: #dfe3e6;
  --fd-white: #ffffff;
  --fd-blue: #0b4f78;
  --fd-blue-dark: #073a59;
  --fd-radius: 18px;
  --fd-shadow: 0 22px 60px rgba(15, 23, 32, .10);
  --fd-nav-height: 84px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--fd-nav-height);
}

body {
  color: var(--fd-ink);
  background: var(--fd-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

section[id] { scroll-margin-top: var(--fd-nav-height); }

a { color: inherit; }

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

/* Navbar */
.fd-navbar {
  min-height: var(--fd-nav-height);
  background: linear-gradient(180deg, rgba(7, 12, 17, .92), rgba(7, 12, 17, .70));
  border-bottom: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
  transition: background .25s ease, box-shadow .25s ease, min-height .25s ease;
}
.fd-navbar.is-scrolled {
  min-height: 70px;
  background: rgba(15, 23, 32, .97);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.34);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.04em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { color: #fff; letter-spacing: .08em; font-size: .95rem; }
.brand-text small { color: rgba(255,255,255,.72); margin-top: .32rem; font-size: .62rem; letter-spacing: .22em; }
.fd-navbar .nav-link {
  color: rgba(255,255,255,.78);
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-inline: .8rem !important;
}
.fd-navbar .nav-link:hover,
.fd-navbar .nav-link:focus,
.fd-navbar .nav-link.active { color: var(--fd-blue); }


/* Menu suspenso de Serviços */
.fd-services-dropdown {
  min-width: 300px;
  padding: .7rem;
  margin-top: .6rem;
  border: 1px solid rgba(15, 23, 32, .08);
  border-radius: 12px;
  background: rgba(255,255,255,.99);
  box-shadow: 0 22px 55px rgba(15, 23, 32, .18);
}
.fd-services-dropdown .dropdown-item {
  padding: .72rem .85rem;
  border-radius: 8px;
  color: var(--fd-ink);
  font-size: .91rem;
  font-weight: 650;
  line-height: 1.25;
  white-space: normal;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.fd-services-dropdown .dropdown-item:hover,
.fd-services-dropdown .dropdown-item:focus {
  color: var(--fd-dark);
  background: #eaf4fb;
  transform: translateX(2px);
}
.fd-services-dropdown .dropdown-item.active,
.fd-services-dropdown .dropdown-item:active {
  color: #fff;
  background: var(--fd-blue);
}
.fd-services-dropdown .dropdown-overview {
  color: var(--fd-blue-dark);
  font-weight: 800;
}
.fd-services-dropdown .dropdown-divider {
  margin: .45rem .4rem;
  border-color: rgba(15, 23, 32, .10);
}
.fd-navbar .dropdown-toggle::after {
  margin-left: .42rem;
  vertical-align: .15em;
}

/* No desktop o menu também abre ao passar o mouse. O clique continua funcionando. */
@media (min-width: 992px) {
  .fd-services-nav:hover > .dropdown-menu,
  .fd-services-nav:focus-within > .dropdown-menu {
    display: block;
  }
  .fd-services-dropdown {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .fd-services-dropdown {
    min-width: 0;
    width: 100%;
    margin: .25rem 0 .75rem;
    box-shadow: none;
  }
}

/* Buttons */
.btn { border-radius: 6px; font-weight: 700; letter-spacing: .02em; }
.btn-lg { padding: .92rem 1.5rem; }
.btn-accent {
  background: var(--fd-blue);
  color: #fff;
  border: 1px solid var(--fd-blue);
}
.btn-accent:hover, .btn-accent:focus {
  background: var(--fd-blue-dark);
  border-color: var(--fd-blue-dark);
  color: #fff;
  transform: translateY(-1px);
}
.btn-dark { background: var(--fd-dark); border-color: var(--fd-dark); }
.btn-dark:hover { background: #24313c; border-color: #24313c; }

/* Hero */
.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background-color: var(--fd-dark);
  background-image: url("../images/hero-fdoria-engenharia.webp");
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,12,17,.96) 0%, rgba(7,12,17,.78) 48%, rgba(7,12,17,.25) 78%, rgba(7,12,17,.10) 100%),
    linear-gradient(0deg, rgba(7,12,17,.45), transparent 45%);
}
.hero-content { z-index: 2; }
.hero-section h1 { max-width: 980px; letter-spacing: -.045em; line-height: 1.02; }
.hero-lead { max-width: 760px; color: rgba(255,255,255,.80); line-height: 1.7; }
.eyebrow {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.text-accent { color: var(--fd-blue) !important; }
.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: .65rem;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: .78rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.scroll-cue:hover { color: #fff; }

/* Metrics */
.metrics-strip { background: var(--fd-dark); color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.metric-item {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 2rem;
  border-right: 1px solid rgba(255,255,255,.10);
}
.metric-item:last-child { border-right: 0; }
.metric-item strong { color: var(--fd-blue); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1; }
.metric-item span { margin-top: .65rem; color: rgba(255,255,255,.65); font-size: .88rem; }

/* Global sections */
.section-pad { padding: 110px 0; }
.section-soft { background: var(--fd-soft); }
.section-title {
  max-width: 820px;
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.section-copy { max-width: 760px; color: var(--fd-muted); font-size: 1.075rem; line-height: 1.85; }
.text-link {
  color: var(--fd-dark);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid var(--fd-blue);
  padding-bottom: .25rem;
}
.text-link:hover { color: var(--fd-blue-dark); }

/* About */
.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--fd-radius);
  background: var(--fd-soft);
  box-shadow: var(--fd-shadow);
}
.media-frame img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
  display: block;
}
.media-badge {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  min-width: 165px;
  padding: 1.2rem 1.3rem;
  background: rgba(15,23,32,.94);
  color: #fff;
  border-left: 3px solid var(--fd-blue);
}
.media-badge strong { display: block; color: var(--fd-blue); font-size: 2rem; line-height: 1; }
.media-badge span { display: block; margin-top: .45rem; font-size: .82rem; color: rgba(255,255,255,.72); }
.check-item {
  position: relative;
  min-height: 48px;
  padding: .85rem 1rem .85rem 2.4rem;
  border: 1px solid var(--fd-line);
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 650;
}
.check-item::before {
  content: "✓";
  position: absolute;
  left: .9rem;
  color: var(--fd-blue-dark);
  font-weight: 900;
}

/* Services */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}
.service-col {
  min-width: 0;
}
.service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--fd-line);
  border-radius: var(--fd-radius);
  box-shadow: 0 12px 40px rgba(15,23,32,.06);
  transition: transform .3s ease, box-shadow .3s ease;
  height: 100%;
}
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(15,23,32,.12); }
.service-card > img {
  width: 100%;
  height: 180px;
  max-height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.service-body { position: relative; padding: 2rem; }
.service-body--full { min-height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 4rem; }
.service-number { display: inline-block; margin-bottom: 1.4rem; color: var(--fd-blue-dark); font-size: .76rem; font-weight: 900; letter-spacing: .15em; }
.service-body h3 { margin-bottom: 1rem; font-size: 1.45rem; font-weight: 760; letter-spacing: -.025em; }
.service-body p { color: var(--fd-muted); line-height: 1.75; }
.service-body a { display: inline-flex; align-items: center; gap: .5rem; margin-top: .5rem; color: var(--fd-dark); text-decoration: none; font-weight: 800; }
.service-body a:hover { color: var(--fd-blue-dark); }
.service-icon { width: 54px; height: 54px; margin-bottom: 1.25rem; }
.service-icon svg { width: 100%; height: 100%; fill: currentColor; }
.service-card--dark { color: #fff; background: var(--fd-dark); border-color: var(--fd-dark); }
.service-card--dark .service-body p, .service-card--dark .service-number { color: rgba(255,255,255,.62); }
.service-card--dark .service-body a { color: var(--fd-blue); }
.service-card--accent { color: #fff; background: var(--fd-blue); border-color: var(--fd-blue); }
.service-card--accent .service-body p { color: rgba(255,255,255,.78); }
.service-card--accent .service-number { color: rgba(255,255,255,.62); }
.service-card--accent .service-body a { color: #fff; }


@media (max-width: 1199.98px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card > img { height: 210px; max-height: 210px; }
}

@media (max-width: 575.98px) {
  .service-grid { grid-template-columns: 1fr; gap: 1.15rem; }
  .service-card > img { height: 185px; max-height: 185px; }
}

/* Features */
.diferencais-intro { top: calc(var(--fd-nav-height) + 24px); }
.feature-list { border-top: 1px solid var(--fd-line); }
.feature-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  padding: 2.1rem 0;
  border-bottom: 1px solid var(--fd-line);
}
.feature-row > span { color: var(--fd-blue-dark); font-weight: 900; letter-spacing: .12em; }
.feature-row h3 { margin: 0 0 .6rem; font-size: 1.3rem; font-weight: 760; }
.feature-row p { margin: 0; color: var(--fd-muted); line-height: 1.7; }

/* Process */
.process-section {
  background:
    linear-gradient(135deg, rgba(15,23,32,.98), rgba(23,35,46,.96)),
    url("../images/imagemxxx.webp") center/cover;
}
.process-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}
.process-card > span { display: inline-block; color: var(--fd-blue); font-size: .82rem; font-weight: 900; letter-spacing: .15em; }
.process-card h3 { margin: 2.2rem 0 1rem; font-size: 1.45rem; }
.process-card p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.75; }

/* CTA */
.cta-section { margin-top: -1px; padding: 0 0 110px; background: var(--fd-dark); }
.cta-panel { padding: 3.3rem 3.5rem; border-radius: var(--fd-radius); background: var(--fd-blue); color: #fff; }
.cta-panel h2 { margin: 0; max-width: 800px; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 780; letter-spacing: -.035em; }

/* Contact */
.contact-line { padding: 1.25rem 0; border-bottom: 1px solid var(--fd-line); }
.contact-line span { display: block; margin-bottom: .25rem; color: var(--fd-muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .10em; }
.contact-line strong { font-size: 1rem; }
.contact-card { padding: clamp(1.4rem, 4vw, 3rem); background: var(--fd-soft); border: 1px solid var(--fd-line); border-radius: var(--fd-radius); }
.form-label { font-weight: 700; font-size: .88rem; }
.form-control, .form-select {
  min-height: 52px;
  border: 1px solid #cad0d5;
  border-radius: 6px;
  background: #fff;
  box-shadow: none !important;
}
textarea.form-control { min-height: 150px; }
.form-control:focus, .form-select:focus { border-color: var(--fd-blue-dark); }
.form-check-label { color: var(--fd-muted); font-size: .86rem; line-height: 1.5; }

/* Map */
.map-section { line-height: 0; background: var(--fd-soft); }
.map-section iframe { display: block; filter: grayscale(.25) contrast(1.02); }

/* Footer */
.site-footer { background: #0a1118; }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.25); }
.footer-copy { max-width: 520px; color: rgba(255,255,255,.58); line-height: 1.75; }
.footer-title { margin-bottom: 1.3rem; color: rgba(255,255,255,.52); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-links li + li { margin-top: .75rem; }
.footer-links a { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-links a:hover { color: var(--fd-blue); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); color: rgba(255,255,255,.45); font-size: .82rem; }

/* Back to top */
.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--fd-blue);
  box-shadow: 0 10px 30px rgba(0,0,0,.20);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Responsive */
@media (max-width: 991.98px) {
  :root { --fd-nav-height: 72px; }
  .fd-navbar { min-height: 72px; }
  .navbar-collapse { padding: 1rem 0 1.2rem; }
  .fd-navbar .nav-link { padding-block: .65rem !important; }
  .hero-section h1 { font-size: clamp(2.75rem, 10vw, 4.8rem); }
  .section-pad { padding: 82px 0; }
  .metric-item { border-bottom: 1px solid rgba(255,255,255,.10); }
  .metric-item:nth-child(2n) { border-right: 0; }
  .diferencais-intro { position: static !important; }
  .cta-section { padding-bottom: 82px; }
}

@media (max-width: 575.98px) {
  .brand-mark { width: 38px; height: 38px; }
  .hero-section { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,12,17,.96), rgba(7,12,17,.72)); }
  .hero-lead { font-size: 1.05rem; }
  .scroll-cue { display: none; }
  .metric-item { min-height: 112px; padding: 1.25rem 1rem; }
  .metric-item strong { font-size: 1.35rem; }
  .metric-item span { font-size: .78rem; }
  .media-badge { right: 1rem; bottom: 1rem; }
  .service-body { padding: 1.55rem; }
  .feature-row { grid-template-columns: 48px 1fr; }
  .cta-panel { padding: 2rem 1.4rem; }
}

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


/* Individual service pages */
.service-page { background: var(--fd-white); }
.service-hero {
  position: relative;
  min-height: 72vh;
  padding-top: var(--fd-nav-height);
  overflow: hidden;
  color: #fff;
  background-color: var(--fd-dark);
  background-image: var(--service-image);
  background-size: cover;
  background-position: center;
}
.service-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,12,17,.96) 0%, rgba(7,12,17,.84) 48%, rgba(7,12,17,.45) 78%, rgba(7,12,17,.26) 100%),
    linear-gradient(0deg, rgba(7,12,17,.62), transparent 55%);
}
.service-hero-content { z-index: 2; }
.service-hero h1 { max-width: 940px; letter-spacing: -.045em; line-height: 1.02; }
.breadcrumb-nav .breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.34); --bs-breadcrumb-item-active-color: rgba(255,255,255,.62); }
.breadcrumb-nav a { color: rgba(255,255,255,.78); text-decoration: none; }
.breadcrumb-nav a:hover { color: var(--fd-blue); }
.service-summary-bar { background: var(--fd-dark); color: #fff; border-top: 1px solid rgba(255,255,255,.09); }
.summary-item { padding: 1.45rem 2rem; border-right: 1px solid rgba(255,255,255,.10); }
.summary-item:last-child { border-right: 0; }
.summary-item span { display: block; margin-bottom: .35rem; color: rgba(255,255,255,.48); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.summary-item strong { color: rgba(255,255,255,.92); font-size: .95rem; }
.service-side-panel { padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--fd-soft); border: 1px solid var(--fd-line); border-radius: var(--fd-radius); }
.service-check-list { margin: 1.4rem 0 0; padding: 0; list-style: none; }
.service-check-list li { position: relative; padding: .9rem 0 .9rem 2rem; border-bottom: 1px solid var(--fd-line); color: var(--fd-ink); line-height: 1.55; }
.service-check-list li::before { content: "✓"; position: absolute; left: 0; top: .9rem; color: var(--fd-blue-dark); font-weight: 900; }
.service-check-list li:last-child { border-bottom: 0; }
.scope-card { padding: 2rem; background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); box-shadow: 0 12px 34px rgba(15,23,32,.055); }
.scope-card > span { display: inline-block; margin-bottom: 1.5rem; color: var(--fd-blue-dark); font-size: .76rem; font-weight: 900; letter-spacing: .15em; }
.scope-card h3 { margin-bottom: .8rem; font-size: 1.25rem; font-weight: 760; }
.scope-card p { margin: 0; color: var(--fd-muted); line-height: 1.7; }
.faq-section { border-top: 1px solid var(--fd-line); }
.fd-accordion .accordion-item { border: 0; border-bottom: 1px solid var(--fd-line); background: transparent; }
.fd-accordion .accordion-button { padding: 1.4rem 0; background: transparent; color: var(--fd-ink); font-weight: 760; box-shadow: none; }
.fd-accordion .accordion-button:not(.collapsed) { color: var(--fd-blue-dark); }
.fd-accordion .accordion-button::after { margin-left: 1rem; }
.fd-accordion .accordion-body { padding: 0 0 1.5rem; color: var(--fd-muted); line-height: 1.75; }
.related-card { display: block; padding: 2rem; background: var(--fd-soft); border: 1px solid var(--fd-line); border-radius: var(--fd-radius); color: var(--fd-ink); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.related-card:hover { transform: translateY(-5px); border-color: rgba(11,103,163,.48); box-shadow: 0 18px 42px rgba(15,23,32,.09); }
.related-card > span { color: var(--fd-blue-dark); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.related-card h3 { margin: 1.3rem 0 .8rem; font-size: 1.3rem; font-weight: 760; }
.related-card p { color: var(--fd-muted); line-height: 1.65; }
.related-card strong { color: var(--fd-dark); }
.form-status { margin-bottom: 1.25rem; }
.fd-contact-form .is-loading { pointer-events: none; opacity: .7; }

@media (max-width: 767.98px) {
  .service-hero { min-height: 78vh; background-position: 62% center; }
  .service-hero h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
  .summary-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.10); }
  .summary-item:last-child { border-bottom: 0; }
}


/* SEO service-content components: Regularização / Usucapião */
.text-white-75 { color: rgba(255,255,255,.75) !important; }
.topic-chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.topic-chips span { padding: .5rem .75rem; border: 1px solid var(--fd-line); border-radius: 999px; background: var(--fd-soft); color: var(--fd-ink); font-size: .78rem; font-weight: 700; }
.page-toc { position: sticky; top: calc(var(--fd-nav-height) + 1.25rem); padding: 1.6rem; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); background: #fff; box-shadow: 0 14px 38px rgba(15,23,32,.055); }
.page-toc a { display: block; padding: .72rem 0; border-bottom: 1px solid var(--fd-line); color: var(--fd-ink); text-decoration: none; font-weight: 700; line-height: 1.35; }
.page-toc a:last-child { border-bottom: 0; }
.page-toc a:hover { color: var(--fd-blue-dark); }
.info-callout { padding: 1.25rem 1.4rem; border-left: 4px solid var(--fd-blue); background: #f1f7fb; color: var(--fd-ink); line-height: 1.7; }
.registry-section { background: radial-gradient(circle at 85% 15%, rgba(11,103,163,.22), transparent 27%), #0f1720; }
.registry-card { padding: 2rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--fd-radius); background: rgba(255,255,255,.06); backdrop-filter: blur(6px); }
.registry-card h3 { margin-bottom: 1.2rem; color: #fff; font-size: 1.35rem; }
.registry-card ul { margin: 0 0 1.4rem; padding-left: 1.2rem; }
.registry-card li { margin: .7rem 0; color: rgba(255,255,255,.78); line-height: 1.55; }
.registry-card .small { color: rgba(255,255,255,.54); line-height: 1.55; }
.registry-steps { margin: 0; padding: 0; list-style: none; counter-reset: regstep; }
.registry-steps li { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.10); }
.registry-steps li:last-child { border-bottom: 0; }
.registry-steps strong { color: var(--fd-blue); }
.registry-steps span { color: rgba(255,255,255,.72); }
.workflow-card { padding: 2rem; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); background: #fff; box-shadow: 0 12px 34px rgba(15,23,32,.045); }
.workflow-card > span { color: var(--fd-blue-dark); font-size: .76rem; font-weight: 900; letter-spacing: .15em; }
.workflow-card h3 { margin: 1.2rem 0 .75rem; font-size: 1.25rem; }
.workflow-card p { margin: 0; color: var(--fd-muted); line-height: 1.68; }
.document-list { border-top: 1px solid var(--fd-line); }
.document-list > div { display: grid; grid-template-columns: minmax(180px, 1fr) 1.5fr; gap: 1.5rem; padding: 1.2rem 0; border-bottom: 1px solid var(--fd-line); }
.document-list strong { color: var(--fd-ink); }
.document-list span { color: var(--fd-muted); line-height: 1.55; }
.official-links { border-top: 1px solid var(--fd-line); }
.official-links a { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.15rem .2rem; border-bottom: 1px solid var(--fd-line); color: var(--fd-ink); text-decoration: none; font-weight: 720; }
.official-links a:hover { color: var(--fd-blue-dark); }
.official-links a.internal-source { color: var(--fd-blue-dark); }
.usucapiao-hero .service-hero-overlay { background: linear-gradient(90deg, rgba(7,12,17,.97) 0%, rgba(7,12,17,.85) 51%, rgba(7,12,17,.48) 79%, rgba(7,12,17,.30) 100%), linear-gradient(0deg, rgba(7,12,17,.64), transparent 55%); }

@media (max-width: 991.98px) {
  .page-toc { position: static; }
}
@media (max-width: 575.98px) {
  .document-list > div { grid-template-columns: 1fr; gap: .35rem; }
  .registry-steps li { grid-template-columns: 1fr; gap: .25rem; }
}


/* Conteúdos / artigos técnicos */
.content-hub-hero { padding: calc(var(--fd-nav-height) + 95px) 0 95px; background: linear-gradient(135deg, #0f1720, #1f2d38); color: #fff; }
.content-hub-hero h1 { max-width: 980px; margin: .7rem 0 1.4rem; font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.05em; }
.content-hub-hero p:last-child { max-width: 780px; color: rgba(255,255,255,.72); font-size: 1.15rem; line-height: 1.75; }
.content-card { display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); background: #fff; box-shadow: 0 12px 34px rgba(15,23,32,.05); transition: transform .25s ease, box-shadow .25s ease; }
.content-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(15,23,32,.10); }
.content-card > span { color: var(--fd-blue-dark); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.content-card h2, .content-card h3 { margin: 1rem 0 .8rem; font-size: 1.35rem; line-height: 1.25; font-weight: 780; letter-spacing: -.02em; }
.content-card p { flex: 1; color: var(--fd-muted); line-height: 1.72; }
.content-card a { margin-top: .5rem; color: var(--fd-dark); text-decoration: none; font-weight: 800; }
.content-card a:hover { color: var(--fd-blue-dark); }
.article-hero { position: relative; min-height: 68vh; padding-top: var(--fd-nav-height); display: flex; align-items: flex-end; color: #fff; background: var(--fd-dark) var(--service-image) center/cover no-repeat; }
.article-hero-content { z-index: 2; padding-top: 120px; padding-bottom: 80px; }
.article-hero h1 { max-width: 980px; margin: .8rem 0 1.4rem; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.045em; }
.article-content { font-family: Georgia, 'Times New Roman', serif; }
.article-section + .article-section { margin-top: 3.6rem; padding-top: 3.3rem; border-top: 1px solid var(--fd-line); }
.article-section h2 { margin-bottom: 1.4rem; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.12; letter-spacing: -.035em; }
.article-section p, .article-section li { color: #46525c; font-size: 1.08rem; line-height: 1.95; }
.article-section ul { padding-left: 1.3rem; }
.article-section li + li { margin-top: .7rem; }
.article-callout { margin-top: 2rem; padding: 1.6rem 1.8rem; border-left: 4px solid var(--fd-blue); background: #f1f7fb; border-radius: 0 12px 12px 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.article-callout strong { display: block; margin-bottom: .5rem; color: var(--fd-dark); }
.article-callout p { margin: 0; font-size: .98rem; line-height: 1.7; }
.article-source-box, .article-cta-side { position: sticky; top: calc(var(--fd-nav-height) + 25px); padding: 1.8rem; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); background: var(--fd-soft); }
.article-source-box + .article-cta-side { position: static; }
.article-source-box > span, .article-cta-side > span { color: var(--fd-blue-dark); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.article-source-box h2, .article-cta-side h2 { margin: .8rem 0 1rem; font-size: 1.3rem; line-height: 1.25; }
.article-source-box p { color: var(--fd-muted); line-height: 1.65; }
.article-source-box a { display: block; margin-top: .9rem; color: var(--fd-dark); font-weight: 750; text-decoration: none; }
.article-source-box a:hover { color: var(--fd-blue-dark); }
@media (max-width: 991.98px) { .article-source-box { position: static; } .article-hero { min-height: 62vh; } }


/* =========================================================
   LGPD / cookies / privacy controls / floating WhatsApp
   ========================================================= */
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.1rem;
  align-items: center;
  color: rgba(255,255,255,.45);
  font-size: .78rem;
}
.footer-legal a,
.footer-legal button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.62);
  text-decoration: none;
  font: inherit;
}
.footer-legal a:hover,
.footer-legal button:hover { color: var(--fd-blue); }

.cookie-banner[hidden], .cookie-preferences[hidden] { display: none !important; }
.cookie-banner {
  position: fixed;
  z-index: 3000;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: rgba(255,255,255,.98);
  border-top: 1px solid var(--fd-line);
  box-shadow: 0 -18px 52px rgba(15,23,32,.16);
  transform: translateY(105%);
  opacity: 0;
  transition: transform .22s ease, opacity .22s ease;
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
.cookie-banner-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem 2rem; align-items: center; }
.cookie-copy { max-width: 820px; }
.cookie-kicker { margin: 0 0 .35rem; color: var(--fd-blue-dark); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.cookie-copy h2, .cookie-preferences-head h2 { margin: 0 0 .45rem; color: var(--fd-dark); font-size: 1.25rem; font-weight: 800; letter-spacing: -.02em; }
.cookie-copy p { margin: 0; color: var(--fd-muted); font-size: .88rem; line-height: 1.55; }
.cookie-copy a { color: var(--fd-dark); font-weight: 750; }
.cookie-actions { display: grid; grid-template-columns: repeat(2, max-content); gap: .55rem; justify-content: end; }
.cookie-actions .cookie-customize { grid-column: 1 / -1; justify-self: end; padding: .1rem .25rem; color: var(--fd-dark); font-size: .8rem; font-weight: 760; text-decoration: underline; text-underline-offset: .22em; }
.cookie-actions .btn { font-size: .74rem; font-weight: 850; letter-spacing: .035em; }

.cookie-preferences {
  position: fixed;
  z-index: 3100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}
.cookie-preferences-backdrop { position: absolute; inset: 0; background: rgba(4,9,14,.66); backdrop-filter: blur(3px); }
.cookie-preferences-panel {
  position: relative;
  width: min(680px, 100%);
  max-height: min(780px, calc(100vh - 2.5rem));
  overflow-y: auto;
  padding: clamp(1.35rem, 4vw, 2.2rem);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0,0,0,.32);
}
.cookie-preferences-head { display: flex; gap: 1rem; justify-content: space-between; align-items: flex-start; }
.cookie-close { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid var(--fd-line); border-radius: 50%; background: #fff; color: var(--fd-dark); font-size: 1.5rem; line-height: 1; }
.cookie-preferences-intro { margin: .6rem 0 1.25rem; color: var(--fd-muted); line-height: 1.65; }
.cookie-option { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1.2rem; align-items: center; padding: 1.15rem 0; border-top: 1px solid var(--fd-line); cursor: pointer; }
.cookie-option.required { cursor: default; }
.cookie-option strong { display: block; margin-bottom: .25rem; color: var(--fd-dark); }
.cookie-option p { margin: 0; color: var(--fd-muted); font-size: .83rem; line-height: 1.55; }
.cookie-required-badge { padding: .4rem .55rem; border-radius: 999px; background: var(--fd-soft); color: var(--fd-muted); font-size: .62rem; font-weight: 850; letter-spacing: .08em; white-space: nowrap; }
.cookie-switch { position: relative; width: 48px; height: 28px; }
.cookie-switch input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-switch span { position: absolute; inset: 0; border-radius: 999px; background: #cbd1d6; transition: background .18s ease; }
.cookie-switch span::after { content: ''; position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.18); transition: transform .18s ease; }
.cookie-switch input:checked + span { background: var(--fd-blue-dark); }
.cookie-switch input:checked + span::after { transform: translateX(20px); }
.cookie-switch input:focus-visible + span { outline: 2px solid var(--fd-dark); outline-offset: 3px; }
.cookie-preferences-links { display: flex; flex-wrap: wrap; gap: .75rem 1.2rem; padding: 1rem 0; border-top: 1px solid var(--fd-line); }
.cookie-preferences-links a { color: var(--fd-dark); font-size: .8rem; font-weight: 750; }
.cookie-preferences-actions { display: flex; gap: .75rem; justify-content: flex-end; padding-top: .8rem; }
html.cookie-modal-open { overflow: hidden; }

.fd-whatsapp-float {
  position: fixed;
  z-index: 1400;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  line-height: 0;
  box-shadow: 0 14px 36px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fd-whatsapp-float::before {
  content: '';
  position: absolute;
  inset: -1px;
  border: 3px solid rgba(37,211,102,.72);
  border-radius: 50%;
  animation: fd-whatsapp-pulse 1.8s ease-out infinite;
}
.fd-whatsapp-float svg {
  display: block;
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  transform: translateY(-1px);
}
.fd-whatsapp-float:hover { color: #fff; transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 42px rgba(0,0,0,.26); }
@keyframes fd-whatsapp-pulse { 0% { transform: scale(1); opacity: .8; } 80%,100% { transform: scale(1.55); opacity: 0; } }
.back-to-top { bottom: 6.1rem; }

.map-consent-placeholder { min-height: 420px; display: grid; place-items: center; background: #e9ecee; line-height: normal; }
.map-consent-placeholder iframe { width: 100%; min-height: 420px; display: block; }
.external-consent-card { display: flex; align-items: center; gap: 1.25rem; width: min(680px, calc(100% - 2rem)); padding: 1.5rem; border: 1px solid rgba(15,23,32,.12); border-radius: var(--fd-radius); background: rgba(255,255,255,.93); box-shadow: 0 18px 40px rgba(15,23,32,.08); }
.external-consent-icon { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 58px; border-radius: 50%; background: var(--fd-dark); color: var(--fd-blue); font-size: 1.7rem; }
.external-consent-card strong { display: block; margin-bottom: .35rem; color: var(--fd-dark); }
.external-consent-card p { margin: 0 0 .8rem; color: var(--fd-muted); font-size: .88rem; line-height: 1.55; }

.legal-hero { padding: calc(var(--fd-nav-height) + 90px) 0 70px; background: linear-gradient(135deg,#0f1720,#23323e); color: #fff; }
.legal-hero h1 { max-width: 920px; margin: .55rem 0 1rem; font-size: clamp(2.45rem,5vw,4.5rem); line-height: 1; letter-spacing: -.045em; }
.legal-hero p:last-child { max-width: 760px; color: rgba(255,255,255,.7); line-height: 1.7; }
.legal-content { max-width: 920px; }
.legal-section + .legal-section { margin-top: 3rem; padding-top: 2.6rem; border-top: 1px solid var(--fd-line); }
.legal-section h2 { margin-bottom: 1.15rem; font-size: clamp(1.55rem,3vw,2.15rem); letter-spacing: -.03em; }
.legal-section h3 { margin: 1.7rem 0 .7rem; font-size: 1.15rem; }
.legal-section p, .legal-section li { color: var(--fd-muted); line-height: 1.82; }
.legal-section li + li { margin-top: .55rem; }
.legal-table { width: 100%; border-collapse: collapse; margin-top: 1rem; font-size: .9rem; }
.legal-table th, .legal-table td { padding: .9rem .75rem; border-bottom: 1px solid var(--fd-line); vertical-align: top; text-align: left; }
.legal-table th { color: var(--fd-dark); background: var(--fd-soft); font-weight: 800; }
.legal-table td { color: var(--fd-muted); }
.legal-note { padding: 1.2rem 1.35rem; border-left: 4px solid var(--fd-blue); background: #f1f7fb; border-radius: 0 10px 10px 0; }

@media (prefers-reduced-motion: reduce) {
  .fd-whatsapp-float::before { animation: none; }
  .cookie-banner { transition: none; }
}
@media (max-width: 991.98px) {
  .cookie-banner-inner { grid-template-columns: 1fr; }
  .cookie-actions { grid-template-columns: repeat(2, minmax(0,1fr)); justify-content: stretch; }
  .cookie-actions .btn:not(.cookie-customize) { width: 100%; }
  .cookie-actions .cookie-customize { justify-self: start; }
}
@media (max-width: 575.98px) {
  .cookie-banner { padding: .8rem; }
  .cookie-banner-inner { gap: .9rem; }
  .cookie-copy h2 { font-size: 1.08rem; }
  .cookie-copy p { font-size: .8rem; }
  .cookie-actions { grid-template-columns: 1fr; }
  .cookie-actions .cookie-customize { grid-column: auto; }
  .cookie-preferences { padding: .65rem; align-items: end; }
  .cookie-preferences-panel { max-height: calc(100vh - 1.3rem); border-radius: 18px 18px 10px 10px; }
  .cookie-option { gap: .65rem; }
  .cookie-preferences-actions { flex-direction: column-reverse; }
  .cookie-preferences-actions .btn { width: 100%; }
  .fd-whatsapp-float { right: 1rem; bottom: 1rem; width: 56px; height: 56px; }
  .fd-whatsapp-float svg {
    width: 31px;
    height: 31px;
    transform: translateY(-1px);
  }
  .back-to-top { right: 1.05rem; bottom: 5.5rem; }
  .external-consent-card { align-items: flex-start; }
  .external-consent-icon { display: none; }
  .legal-table { display: block; overflow-x: auto; }
}


/* =========================================================
   V7 — conteúdo técnico, normas e páginas de serviços
   ========================================================= */
.norm-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.85rem; }
.norm-card { padding:1.05rem 1.15rem; border:1px solid var(--fd-line); border-radius:12px; background:#fff; }
.norm-card strong { display:block; color:var(--fd-dark); font-size:.92rem; letter-spacing:-.01em; }
.norm-card span { display:block; margin-top:.3rem; color:var(--fd-muted); font-size:.82rem; line-height:1.5; }
.standards-note { padding:1rem 1.15rem; border-left:3px solid var(--fd-blue); background:#f1f7fb; color:var(--fd-muted); font-size:.86rem; line-height:1.65; }
.problem-card { padding:1.8rem; border:1px solid var(--fd-line); border-radius:var(--fd-radius); background:#fff; transition:transform .22s ease, box-shadow .22s ease; }
.problem-card:hover { transform:translateY(-4px); box-shadow:0 16px 38px rgba(15,23,32,.08); }
.problem-card > span { display:inline-block; margin-bottom:1.25rem; color:var(--fd-blue-dark); font-size:.72rem; font-weight:900; letter-spacing:.16em; }
.problem-card h3 { margin-bottom:.65rem; font-size:1.15rem; font-weight:780; }
.problem-card p { margin:0; color:var(--fd-muted); line-height:1.68; }
.technical-panel { padding:clamp(1.5rem,3vw,2.3rem); border:1px solid var(--fd-line); border-radius:var(--fd-radius); background:var(--fd-soft); }
.technical-panel h3 { font-size:1.45rem; margin-bottom:.75rem; }
.technical-panel p, .technical-panel li { color:var(--fd-muted); line-height:1.7; }
.technical-panel ul { padding-left:1.15rem; }
.process-card.light-card { background:#fff; border:1px solid var(--fd-line); color:var(--fd-dark); }
.process-card.light-card p { color:var(--fd-muted); }
.process-card.light-card span { color:var(--fd-blue-dark); }
@media (max-width:767.98px){ .norm-grid{grid-template-columns:1fr;} }

/* V11 — canais de contato */
.contact-line a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.contact-line a:hover,
.contact-line a:focus-visible {
  color: var(--fd-accent);
  text-decoration: underline;
}
.footer-email {
  margin-top: .75rem;
  margin-bottom: 0;
}
.footer-email a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  overflow-wrap: anywhere;
}
.footer-email a:hover,
.footer-email a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

/* =========================================================
   V19 — revisão responsiva / mobile
   ========================================================= */
@media (max-width: 767.98px) {
  /* Menos espaço vazio e rolagem mais curta no celular. */
  .section-pad { padding: 68px 0; }

  /* Imagens editoriais: no mobile funcionam melhor como paisagem curta. */
  .media-frame img {
    width: 100%;
    aspect-ratio: 16 / 10;
    max-height: 260px;
    object-fit: cover;
    object-position: center;
  }
  .fiscalizacao-media img { object-position: center 56%; }
  .media-badge {
    right: .85rem;
    bottom: .85rem;
    min-width: 132px;
    padding: .85rem 1rem;
  }
  .media-badge strong { font-size: 1.55rem; }
  .media-badge span { font-size: .72rem; }

  /* Cards da Home: imagem presente sem dominar a tela. */
  .service-card > img {
    height: 165px;
    max-height: 165px;
  }

  /* Subpáginas: remove o excesso de altura do hero no celular. */
  .service-hero {
    min-height: 0;
    background-position: center;
  }
  .service-hero-content > .row {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .service-hero-content > .row > [class*="col-"] {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .service-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.35rem);
    line-height: 1.04;
  }
  .service-hero .hero-lead { font-size: 1rem; line-height: 1.6; }
  .summary-item { padding: 1rem 1.2rem; }

  /* Artigos e guias: menos área ocupada somente pela fotografia. */
  .article-hero { min-height: 0; }
  .article-hero-content { padding-top: 64px; padding-bottom: 54px; }
  .article-hero h1 { font-size: clamp(2.05rem, 9vw, 3.15rem); }
  .content-hub-hero { padding: calc(var(--fd-nav-height) + 58px) 0 62px; }
  .content-hub-hero h1 { font-size: clamp(2.2rem, 10vw, 3.4rem); }

  /* Mapa e consentimento externo não precisam ocupar quase uma tela inteira. */
  .map-consent-placeholder,
  .map-consent-placeholder iframe { min-height: 320px; }
}

@media (max-width: 575.98px) {
  .section-title { font-size: clamp(1.85rem, 8vw, 2.55rem); }
  .section-copy { font-size: 1rem; line-height: 1.72; }
  .service-card > img { height: 155px; max-height: 155px; }
  .media-frame img { max-height: 235px; }
  .scope-card, .workflow-card, .related-card { padding: 1.45rem; }
  .contact-card { padding: 1.35rem; }
}

/* ==========================================================
   V21 — motion refinements
   Subtle text/card entrance effects + nav microinteraction.
   ========================================================== */

/* Menu: movimento discreto e sublinhado animado. */
.fd-navbar .nav-link {
  background-image: linear-gradient(var(--fd-blue), var(--fd-blue));
  background-repeat: no-repeat;
  background-position: center calc(100% - .28rem);
  background-size: 0 1px;
  transition: color .22s ease, transform .22s ease, background-size .28s ease;
}

.fd-navbar .nav-link:hover,
.fd-navbar .nav-link:focus-visible,
.fd-navbar .nav-link.active {
  transform: translateY(-2px);
  background-size: calc(100% - 1.6rem) 1px;
}

/* Hero: entrada em sequência e destaque das áreas de atuação. */
.hero-main-title .hero-keyword {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  color: #fff;
}

.hero-main-title .hero-keyword::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.08em;
  height: .07em;
  border-radius: 999px;
  background: var(--fd-blue);
  transform: scaleX(0);
  transform-origin: left center;
}

.motion-ready .hero-content .hero-enter {
  opacity: 0;
  transform: translateY(22px);
  animation: fdHeroEnter .72s cubic-bezier(.2,.75,.2,1) forwards;
  animation-delay: var(--hero-delay, 0ms);
}

.motion-ready .hero-main-title .hero-keyword {
  opacity: 0;
  transform: translateY(.22em);
  animation: fdKeywordEnter .52s cubic-bezier(.2,.75,.2,1) forwards;
  animation-delay: var(--keyword-delay, 650ms);
}

.motion-ready .hero-main-title .hero-keyword::after {
  animation: fdKeywordLine .55s cubic-bezier(.2,.75,.2,1) forwards;
  animation-delay: calc(var(--keyword-delay, 650ms) + 180ms);
}

@keyframes fdHeroEnter {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fdKeywordEnter {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fdKeywordLine {
  to { transform: scaleX(1); }
}

/* Entrada suave de títulos, textos, imagens e cards ao rolar. */
.motion-ready .reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .68s cubic-bezier(.2,.75,.2,1),
    transform .68s cubic-bezier(.2,.75,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready .reveal-item.reveal-from-left {
  transform: translateX(-24px);
}

.motion-ready .reveal-item.reveal-from-right {
  transform: translateX(24px);
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate(0,0);
}

/* Um pequeno movimento nos cards reforça a sensação de interface viva. */
@media (hover: hover) and (pointer: fine) {
  .service-card,
  .advantage-card,
  .process-card,
  .scope-card,
  .content-card {
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  }

  .service-card:hover,
  .advantage-card:hover,
  .process-card:hover,
  .scope-card:hover,
  .content-card:hover {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fd-navbar .nav-link,
  .fd-navbar .nav-link:hover,
  .fd-navbar .nav-link:focus-visible,
  .fd-navbar .nav-link.active,
  .motion-ready .hero-content .hero-enter,
  .motion-ready .hero-main-title .hero-keyword,
  .motion-ready .hero-main-title .hero-keyword::after,
  .motion-ready .reveal-item,
  .motion-ready .reveal-item.is-visible {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .hero-main-title .hero-keyword::after {
    transform: scaleX(1);
  }
}


/* ==========================================================
   V24 — Inspeção Predial para Condomínios
   ========================================================== */
.inspection-law-table th { width: 34%; font-weight: 800; color: var(--fd-dark); }
.inspection-law-table td, .inspection-law-table th { padding: 1rem 1.1rem; vertical-align: top; }
.inspection-law-table tbody tr + tr { border-top: 1px solid var(--fd-line); }
.inspection-status { border-left: 4px solid var(--fd-blue); padding: 1.25rem 1.35rem; background: #f7f9fa; border-radius: 0 var(--fd-radius) var(--fd-radius) 0; }
.inspection-status strong { color: var(--fd-dark); }
@media (max-width: 767.98px) {
  .inspection-law-table th { width: 40%; }
  .inspection-law-table td, .inspection-law-table th { padding: .85rem .75rem; font-size: .92rem; }
}
