/* Connapa UI refresh — shared visual system */
:root {
  --brand-950: #061a3a;
  --brand-900: #092554;
  --brand-800: #0c3774;
  --brand-700: #0c55c8;
  --brand-600: #1268e8;
  --brand-100: #ddebff;
  --brand-50: #f2f7ff;
  --accent-600: #087e45;
  --accent-500: #0da85c;
  --accent-100: #dff7eb;
  --ink-900: #10233f;
  --ink-700: #344963;
  --ink-500: #66788e;
  --surface: #ffffff;
  --surface-alt: #f5f8fc;
  --line: #dce5f0;
  --shadow-sm: 0 8px 24px rgba(9, 37, 84, .08);
  --shadow-md: 0 18px 50px rgba(9, 37, 84, .13);
  --radius-sm: .75rem;
  --radius-md: 1.15rem;
  --radius-lg: 1.75rem;
  --section-space: clamp(4rem, 7vw, 7rem);
  --bg-padrao: var(--brand-600);
  --bg-secundaria: var(--accent-500);
  --bg-escura: var(--brand-950);
  --bg-clara: var(--brand-50);
  --text-padrao: var(--ink-900);
}

html { scroll-behavior: smooth; }

body {
  background: var(--surface);
  color: var(--ink-700);
  font-size: 1rem;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body, button, input, textarea, select { font-family: "Plus Jakarta Sans", sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--ink-900);
  font-family: "Urbanist", sans-serif;
  letter-spacing: -.025em;
  line-height: 1.12;
  margin-bottom: 1rem;
  padding-top: 0;
}

h1 { font-size: clamp(2.25rem, 5vw, 4.6rem); }
h2, .section-title { font-size: clamp(2rem, 3.4vw, 3.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin-bottom: 1.15rem; }
a { transition: color .2s ease, opacity .2s ease, transform .2s ease; }

:focus-visible {
  outline: 3px solid rgba(18, 104, 232, .35);
  outline-offset: 3px;
}

.container { max-width: 1240px; }
.container-max { max-width: 1440px; padding-inline: clamp(1rem, 3vw, 2.5rem); }
.section-space { padding-block: var(--section-space) !important; }
.section-eyebrow {
  color: var(--brand-600);
  display: inline-block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: .85rem;
  text-transform: uppercase;
}
.section-eyebrow-light { color: #a9caff; }

.btn {
  align-items: center;
  border-radius: .75rem;
  display: inline-flex;
  font-size: .9rem;
  justify-content: center;
  min-height: 46px;
  padding: .7rem 1.35rem;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-padrao, .btn-primary, .bg-padrao.btn {
  background: var(--brand-600) !important;
  border-color: var(--brand-600) !important;
  box-shadow: 0 10px 25px rgba(18, 104, 232, .22);
  color: #fff !important;
}
.btn-padrao:hover, .btn-primary:hover { background: var(--brand-800) !important; }
.btn-outline-padrao, .btn-outline-dark {
  background: transparent;
  border-color: var(--line);
  color: var(--brand-800);
}
.btn-outline-padrao:hover, .btn-outline-dark:hover {
  background: var(--brand-950);
  border-color: var(--brand-950);
  color: #fff;
}

/* Header */
.site-header {
  background: #fff;
  box-shadow: 0 1px 0 var(--line);
  position: relative;
  z-index: 1020;
}
.site-topbar { background: var(--brand-950) !important; font-size: .78rem; }
.site-topbar .container-max { max-width: 1240px; }
.site-topbar a { color: #fff; }
.site-navigation { box-shadow: 0 8px 30px rgba(9, 37, 84, .05); }
.site-navigation > .container-max { max-width: 1240px; }
.header-logo img { max-height: 64px; object-fit: contain; }
.navbar-nav { gap: clamp(.05rem, .55vw, .4rem); padding-inline: 0 !important; }
.navbar .nav-link {
  border-radius: .6rem;
  color: var(--ink-900);
  font-size: .82rem;
  font-weight: 700;
  padding: .65rem .7rem !important;
}
.navbar .nav-link:hover, .navbar .nav-link:focus { background: var(--brand-50); color: var(--brand-600); }
.navbar .dropdown-menu {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  min-width: 250px;
  padding: .55rem;
}
.navbar .dropdown-menu .dropdown-item {
  border-radius: .5rem;
  color: var(--ink-700);
  font-size: .82rem;
  line-height: 1.35;
  padding: .7rem .8rem;
  white-space: normal;
}
.navbar .dropdown-menu .dropdown-item:hover { background: var(--brand-50); color: var(--brand-700); }
.btSearch { background: var(--brand-50); color: var(--brand-700); height: 42px; line-height: 42px; width: 42px; }
.btSearch svg { color: var(--brand-700) !important; }
.site-topbar-actions { align-items: center; display: flex; gap: .55rem; justify-content: flex-end; }
.site-system-link { min-height: 38px; min-width: 64px; padding: .45rem .85rem; }
.mobile-phone-trigger {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: .65rem;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  gap: .5rem;
  min-height: 42px;
  padding: .45rem .65rem;
}
.mobile-phone-trigger:hover, .mobile-phone-trigger:focus { background: #fff; color: var(--brand-950); }
.mobile-phone-trigger svg { display: block; fill: none; flex: 0 0 18px; height: 18px; margin: 0; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 18px; }

/* Phone contact modal */
.phone-modal .modal-dialog { max-width: 470px; padding: .75rem; }
.phone-modal .modal-content { border: 0; border-radius: 1.35rem; box-shadow: 0 28px 80px rgba(3,18,46,.3); overflow: hidden; }
.phone-modal .modal-header {
  align-items: flex-start;
  background: linear-gradient(135deg, var(--brand-950), var(--brand-800));
  border: 0;
  padding: 1.4rem;
}
.phone-modal-heading { align-items: center; display: flex; gap: .9rem; }
.phone-modal-heading-icon, .phone-modal-item-icon {
  align-items: center;
  border-radius: .75rem;
  display: flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  line-height: 0;
  padding: 0;
  width: 44px;
}
.phone-modal-heading-icon { background: rgba(31,211,112,.13); border: 1px solid rgba(41,216,120,.4); color: #32dd82; }
.phone-modal-heading-icon svg, .phone-modal-item-icon svg { display: block; fill: none; height: 21px; margin: auto; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 21px; }
.phone-modal-heading small { color: #68e7a1; display: block; font-size: .66rem; font-weight: 800; letter-spacing: .1em; margin-bottom: .25rem; text-transform: uppercase; }
.phone-modal .modal-title { color: #fff; font-size: 1.3rem; margin: 0; }
.phone-modal-close { filter: brightness(0) invert(1); margin: 0 !important; opacity: .75; }
.phone-modal-close:hover { opacity: 1; }
.phone-modal .modal-body { background: #f7faff; padding: 1.35rem; text-align: left; }
.phone-modal .modal-body > p { color: var(--ink-500); font-size: .82rem; line-height: 1.55; margin-bottom: 1rem; }
.phone-modal-list { display: grid; gap: .7rem; }
.phone-modal-item {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: .9rem;
  box-shadow: 0 7px 20px rgba(9,37,84,.06);
  color: var(--ink-900);
  display: grid;
  gap: .8rem;
  grid-template-columns: 44px minmax(0,1fr) auto;
  min-height: 72px;
  padding: .75rem;
  text-decoration: none;
}
.phone-modal-item:hover, .phone-modal-item:focus { border-color: #96dfb9; box-shadow: 0 10px 25px rgba(8,126,69,.11); color: var(--ink-900); transform: translateY(-1px); }
.phone-modal-item-icon { background: #e8f9f0; color: var(--accent-600); }
.phone-modal-item-copy small { color: var(--ink-500); display: block; font-size: .68rem; font-weight: 700; margin-bottom: .08rem; }
.phone-modal-item-copy strong { display: block; font-family: "Urbanist", sans-serif; font-size: 1.08rem; line-height: 1.2; }
.phone-modal-item-action { align-items: center; color: var(--accent-600); display: inline-flex; font-size: .7rem; font-weight: 800; gap: .2rem; line-height: 1; }
.phone-modal-item-action b { margin-left: .2rem; }
.phone-modal .modal-footer { background: #fff; border-color: var(--line); justify-content: center; padding: .8rem 1.35rem; }
.phone-modal-dismiss { color: var(--ink-500); font-size: .75rem; min-height: 36px; padding: .35rem 1rem; }
.phone-modal-dismiss:hover { background: var(--brand-50); color: var(--brand-800); }

/* Home hero */
.home-hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(13, 168, 92, .13), transparent 28%),
    radial-gradient(circle at 15% 10%, rgba(18, 104, 232, .12), transparent 30%),
    linear-gradient(135deg, #f7faff 0%, #eef5ff 100%);
  min-height: min(740px, 82vh);
  overflow: hidden;
}
.home-hero .carousel, .home-hero .carousel-inner, .home-hero .carousel-item { min-height: min(740px, 82vh); }
.home-hero .float-banner { margin-right: 5%; width: min(52%, 720px); }
.home-hero .float-banner img { height: min(700px, 75vh); object-fit: contain; object-position: bottom right; width: 100%; }
.home-hero .banner-image-animate::before {
  background: linear-gradient(145deg, var(--accent-500), #47d997);
  bottom: -28%;
  filter: saturate(.9);
  height: min(610px, 56vw);
  opacity: .92;
  right: 1%;
  width: min(610px, 56vw);
}
.home-hero .carousel-caption { left: max(2rem, calc((100% - 1240px) / 2)); max-width: 610px; top: 53%; }
.home-hero .carousel-caption h1 { font-size: clamp(2.55rem, 4.8vw, 4.75rem); margin-block: .8rem 1.25rem; }
.home-hero .carousel-caption p { color: var(--ink-700); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; max-width: 590px; }
.hero-eyebrow {
  background: rgba(18, 104, 232, .09);
  border: 1px solid rgba(18, 104, 232, .15);
  border-radius: 999px;
  color: var(--brand-700);
  display: inline-block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  padding: .5rem .8rem;
  text-transform: uppercase;
}
.hero-actions { align-items: center; display: flex; gap: .65rem; margin-top: 1.7rem; }
.hero-actions .btn-link { color: var(--brand-800); text-decoration: none; }

/* Benefits and shared cards */
#beneficios { margin-bottom: -2rem; }
.benefit-grid { border: 1px solid rgba(220, 229, 240, .8); border-radius: var(--radius-lg) !important; box-shadow: var(--shadow-md) !important; }
.benefit-column + .benefit-column { border-left: 1px solid var(--line); }
.benefit-card h5 { font-size: 1.1rem; margin-bottom: .35rem; }
.benefit-card p { font-size: .82rem; line-height: 1.55; }
.benefit-card .icon-box { align-items: center; background: var(--brand-50) !important; color: var(--brand-600); display: flex; flex: 0 0 56px; height: 56px; justify-content: center; }
.benefit-card .icon-box svg { height: 27px; width: 27px; }

#quem-somos img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md) !important; }
#quem-somos .n-right { background: var(--brand-600); border-radius: var(--radius-md) 0 var(--radius-md) 0; box-shadow: var(--shadow-md); padding: 1.35rem 1.6rem !important; }
#quem-somos .col-lg-7 { padding-left: clamp(2rem, 6vw, 5rem) !important; }

#servicos { background: var(--surface-alt); }
#servicos .row.mb-5 { align-items: end; }
.card {
  border: 1px solid var(--line) !important;
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-sm) !important;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { border-color: var(--brand-100) !important; box-shadow: var(--shadow-md) !important; transform: translateY(-6px); }
.card .image-box { background: var(--brand-50); overflow: hidden; }
.card .image-box img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.card:hover .image-box img { opacity: 1; transform: scale(1.045); }
.card .card-body { display: flex; flex-direction: column; padding: 1.5rem; }
.card .card-title, .card h3 { font-size: 1.22rem; line-height: 1.25; }
.card .card-text, .card .card-body > p { color: var(--ink-500); display: -webkit-box; font-size: .9rem; line-height: 1.65; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.card .card-body > .btn { align-self: flex-start; margin-top: auto; }

.home-feature { overflow: hidden; position: relative; }
.home-feature::after { background: radial-gradient(circle, rgba(18,104,232,.28), transparent 68%); content: ""; height: 600px; position: absolute; right: -180px; top: -260px; width: 600px; }
.home-feature .container { position: relative; z-index: 1; }
.home-feature img { max-height: 600px; object-fit: contain; }
.home-feature .col-lg-7 { padding-left: clamp(2rem, 5vw, 5rem); }

/* Listing pages */
.listing-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(18, 104, 232, .35), transparent 26%),
    linear-gradient(120deg, var(--brand-950), var(--brand-800));
  color: #dce8fa;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 6.5rem) 1rem;
  position: relative;
}
.listing-hero::after { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; height: 380px; position: absolute; right: -100px; top: -200px; width: 380px; }
.listing-hero .container { position: relative; z-index: 1; }
.listing-breadcrumb { display: flex; justify-content: center; margin-bottom: clamp(1.8rem, 3vw, 2.5rem); }
.listing-breadcrumb ol {
  align-items: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  display: inline-flex;
  gap: .65rem;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: .55rem .9rem;
}
.listing-breadcrumb li { align-items: center; color: #80e6ae; display: inline-flex; font-size: .72rem; font-weight: 700; min-width: 0; }
.listing-breadcrumb li + li::before { color: rgba(255,255,255,.35); content: "›"; font-size: 1rem; line-height: 1; margin-right: .65rem; }
.listing-breadcrumb a { align-items: center; color: #fff; display: inline-flex; gap: .4rem; text-decoration: none; }
.listing-breadcrumb a:hover { color: #9bc4ff; }
.listing-breadcrumb svg { fill: none; height: 14px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 14px; }
.listing-breadcrumb [aria-current="page"] span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.listing-hero h1 { font-size: clamp(2.6rem, 5vw, 4.5rem); margin: .4rem auto 1rem; }
.listing-hero p { margin: auto; max-width: 720px; }
.listing-page main > .container.mt-5 { margin-top: 0 !important; padding-block: var(--section-space); }
.news-grid .news-card { height: 100%; }
.news-card small { color: var(--accent-600) !important; font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.news-card .card-title { font-size: 1.3rem; }
.service-card .image-box img { aspect-ratio: 4 / 3; }
.pagination { gap: .35rem; margin-top: 2rem; }
.page-link { border: 1px solid var(--line); border-radius: .65rem !important; color: var(--brand-700); min-width: 42px; text-align: center; }
.page-item.active .page-link { background: var(--brand-600); border-color: var(--brand-600); }

/* Vitrine de soluções baseada nos clusters SEO */
.cluster-solutions-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(16, 196, 103, .18), transparent 25%),
    radial-gradient(circle at 88% 8%, rgba(18, 104, 232, .3), transparent 28%),
    linear-gradient(120deg, #051933 0%, #082b62 62%, #0b4381 100%);
  padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
}
.cluster-solutions-hero::before {
  background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 22px 22px;
  bottom: 1.5rem;
  content: "";
  height: 150px;
  left: 5%;
  opacity: .32;
  position: absolute;
  width: 240px;
}
.cluster-solutions-summary {
  align-items: stretch;
  display: flex;
  gap: .65rem;
  justify-content: center;
  margin: 2rem auto 0;
}
.cluster-solutions-summary span {
  align-items: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: .8rem;
  color: #cbd9ea;
  display: flex;
  font-size: .7rem;
  gap: .45rem;
  justify-content: center;
  min-height: 52px;
  padding: .65rem 1rem;
}
.cluster-solutions-summary strong { color: #64e7a5; font-size: .9rem; }
.cluster-solutions-directory {
  background:
    radial-gradient(circle at 100% 0, rgba(20,115,239,.08), transparent 25%),
    linear-gradient(180deg, #eef4fa 0, #f8fafc 300px, #fff 100%);
  padding-block: clamp(4rem, 7vw, 6.5rem);
}
.cluster-solutions-heading {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  margin-bottom: 2.4rem;
}
.cluster-solutions-heading > div > span {
  color: #0872eb;
  display: block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: .65rem;
  text-transform: uppercase;
}
.cluster-solutions-heading h2 {
  color: var(--brand-950);
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: -.035em;
  line-height: 1.05;
  margin: 0;
  max-width: 680px;
}
.cluster-solutions-heading > p { color: var(--ink-500); font-size: .9rem; line-height: 1.7; margin: 0; }
.cluster-solutions-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cluster-directory-card {
  background: #fff;
  border: 1px solid #dce6f1;
  border-radius: 1.15rem;
  box-shadow: 0 14px 38px rgba(8, 36, 76, .08);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  overflow: hidden;
  position: relative;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.cluster-directory-card::before {
  background: linear-gradient(90deg, #0875f1, #16bd69);
  content: "";
  height: 4px;
  inset: 0 0 auto;
  position: absolute;
}
.cluster-directory-card:hover { border-color: #b8d4f2; box-shadow: 0 20px 46px rgba(8, 36, 76, .14); transform: translateY(-6px); }
.cluster-directory-card-top { align-items: center; display: flex; justify-content: space-between; padding: 1.25rem 1.35rem .4rem; }
.cluster-directory-number { color: #c5d3e1; font-family: "Urbanist", sans-serif; font-size: 1.1rem; font-weight: 800; }
.cluster-directory-icon {
  align-items: center;
  background: #eaf3ff;
  border: 1px solid #d4e7ff;
  border-radius: .8rem;
  color: #0874ef;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.cluster-directory-card:nth-child(even) .cluster-directory-icon { background: #e8f9ef; border-color: #ccefdc; color: #0daa5b; }
.cluster-directory-icon svg { fill: none; height: 25px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; width: 25px; }
.cluster-directory-card-body { padding: .5rem 1.35rem 1.25rem; }
.cluster-directory-eyebrow { color: #0872eb; display: block; font-size: .62rem; font-weight: 800; letter-spacing: .1em; margin-bottom: .55rem; text-transform: uppercase; }
.cluster-directory-card:nth-child(even) .cluster-directory-eyebrow { color: #0b9b54; }
.cluster-directory-card h3 { font-size: 1.4rem; letter-spacing: -.025em; line-height: 1.14; margin: 0 0 .8rem; }
.cluster-directory-card h3 a { color: var(--brand-950); text-decoration: none; }
.cluster-directory-card h3 a:hover { color: #0872eb; }
.cluster-directory-card-body p { color: var(--ink-500); font-size: .8rem; line-height: 1.65; margin: 0; }
.cluster-directory-card-footer { border-top: 1px solid #edf1f5; margin-top: auto; padding: 1rem 1.35rem 1.2rem; }
.cluster-directory-metrics { display: flex; gap: .4rem; margin-bottom: .95rem; }
.cluster-directory-metrics span { background: #f3f7fb; border-radius: 999px; color: #66798f; font-size: .62rem; padding: .35rem .55rem; }
.cluster-directory-metrics strong { color: var(--brand-800); }
.cluster-directory-link { align-items: center; color: #0872eb; display: flex; font-size: .75rem; font-weight: 800; justify-content: space-between; text-decoration: none; }
.cluster-directory-link span { align-items: center; background: #eaf3ff; border-radius: 50%; display: flex; height: 28px; justify-content: center; transition: transform .2s ease; width: 28px; }
.cluster-directory-link:hover span { transform: translateX(3px); }

@media (max-width: 991px) {
  .cluster-solutions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cluster-solutions-heading { align-items: start; grid-template-columns: 1fr; }
  .cluster-solutions-heading > p { max-width: 720px; }
}

@media (max-width: 575px) {
  .cluster-solutions-summary { align-items: stretch; flex-direction: column; }
  .cluster-solutions-summary span { justify-content: flex-start; }
  .cluster-solutions-grid { grid-template-columns: 1fr; }
  .cluster-directory-card { min-height: 350px; }
  .cluster-solutions-heading { gap: 1rem; }
}

/* Internal services and articles */
.titulo-bg {
  background-position: center;
  height: clamp(260px, 32vw, 410px);
  margin-bottom: 0 !important;
}
.titulo-bg::after {
  background: linear-gradient(105deg, rgba(6, 26, 58, .94), rgba(9, 37, 84, .67));
  backdrop-filter: none;
}
.titulo-bg h1 { font-size: clamp(2.2rem, 4.6vw, 4.2rem); max-width: 1050px; }
.news-article main > article > .bg-padrao-escuro { background: linear-gradient(120deg, var(--brand-950), var(--brand-800)); margin-bottom: 0 !important; padding-block: clamp(3.5rem, 7vw, 6rem) !important; }
.news-article main > article > .bg-padrao-escuro h1 { font-size: clamp(2.1rem, 4.3vw, 3.8rem); margin: auto; max-width: 1000px; }
.internal-layout { padding-block: clamp(3rem, 6vw, 6rem); }
.content-column > picture img { aspect-ratio: 16 / 8; border-radius: var(--radius-lg) !important; object-fit: cover; }
.article-content { color: var(--ink-700); font-size: 1.035rem; max-width: 840px; }
.article-content > :first-child { margin-top: 0; }
.article-content h2 { font-size: clamp(1.65rem, 2.5vw, 2.25rem); margin-top: 2.75rem; padding-top: .25rem; }
.article-content h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); margin-top: 2rem; }
.article-content a { color: var(--brand-700); font-weight: 650; text-decoration: underline; text-decoration-color: rgba(12, 85, 200, .3); text-underline-offset: 3px; }
.article-content a.btn { color: inherit; text-decoration: none; }
.article-content ul, .article-content ol { margin-bottom: 1.5rem; padding-left: 1.25rem; }
.article-content li { margin-bottom: .65rem; padding-left: .3rem; }
.article-content blockquote { background: var(--brand-50); border-left-color: var(--brand-600); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; color: var(--ink-900); font-size: 1.15rem; margin: 2rem 0; padding: 1.5rem; }
.article-content table { border-collapse: separate; border-spacing: 0; display: block; margin: 2rem 0; max-width: 100%; overflow-x: auto; }
.article-content th, .article-content td { border-bottom: 1px solid var(--line); padding: .9rem 1rem; }
.article-content th { background: var(--brand-50); color: var(--ink-900); }
.article-content .lead { color: var(--ink-900); font-size: clamp(1.08rem, 1.6vw, 1.25rem); line-height: 1.7; }
.article-content img { border-radius: var(--radius-md); height: auto; max-width: 100%; }
.page-sidebar { padding-left: clamp(1rem, 3vw, 2rem); }
.sidebar-panel { background: var(--surface-alt) !important; border: 1px solid var(--line); border-radius: var(--radius-md) !important; padding: 1.25rem !important; }
.sidebar-panel h4 { font-size: 1.2rem; }
.sidebar-panel a { color: var(--ink-700) !important; font-size: .84rem; font-weight: 600; line-height: 1.45; }
.sidebar-panel a:hover { color: var(--brand-600) !important; }
.latest-posts img { aspect-ratio: 1; object-fit: cover; }
.page-sidebar { position: relative; }
.page-sidebar > .sidebar-panel:first-child { margin-top: 0 !important; }

/* Contact and footer */
.latest-news-section { background: #fff; }
.contact-section {
  background: linear-gradient(135deg, var(--brand-50), #eaf7f1);
  border-top: 1px solid var(--line);
  padding-top: var(--section-space) !important;
}
.contact-section .row { min-height: 500px; }
.contact-copy { padding-block: 2rem; }
.contact-copy > p { max-width: 600px; }
.contact-section .form-control {
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: .75rem;
  min-height: 54px;
  padding-inline: 1rem;
}
.contact-section .form-control:focus { border-color: var(--brand-600); box-shadow: 0 0 0 .25rem rgba(18,104,232,.1); }
.contact-section img { max-height: 500px; object-fit: contain; }
.site-footer { padding-top: 3.5rem !important; }
.site-footer .container { max-width: 1240px; }
.site-footer .h6 { color: #fff; font-size: .95rem; letter-spacing: .04em; }
.site-footer a { color: #b9c9dc; }
.site-footer a:hover { color: #fff; }
.site-footer li { line-height: 1.55; margin-bottom: .65rem; }
.float-whatsapp {
  align-items: center;
  bottom: 24px;
  box-shadow: 0 12px 30px rgba(7, 110, 55, .3);
  display: flex;
  isolation: isolate;
  justify-content: center;
  right: 24px;
  transition: background-color .2s ease, transform .2s ease;
}
.float-whatsapp svg { position: relative; z-index: 1; }
.pisca-zap { animation: whatsapp-float 3s ease-in-out infinite; }
.float-whatsapp::after {
  animation: whatsapp-ring 2.4s ease-out infinite;
  border: 2px solid rgba(37, 211, 102, .5);
  border-radius: 50%;
  content: "";
  height: auto;
  inset: -7px;
  pointer-events: none;
  position: absolute;
  width: auto;
  z-index: -1;
}
.float-whatsapp:hover {
  animation-play-state: paused;
  background-color: #16b957;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}
.float-whatsapp:hover::after { animation-play-state: paused; opacity: .65; transform: scale(1); }
@keyframes whatsapp-float {
  0%, 100% { box-shadow: 0 12px 30px rgba(7,110,55,.28); transform: translateY(0); }
  50% { box-shadow: 0 16px 34px rgba(7,110,55,.36); transform: translateY(-3px); }
}
@keyframes whatsapp-ring {
  0% { opacity: .7; transform: scale(.86); }
  70%, 100% { opacity: 0; transform: scale(1.16); }
}
@media (prefers-reduced-motion: reduce) {
  .pisca-zap,
  .float-whatsapp::after { animation: none; }
}
.box-cookies { background: rgba(255,255,255,.97); border-top: 1px solid var(--line) !important; box-shadow: 0 -8px 30px rgba(9,37,84,.1); padding: 1rem !important; z-index: 1050; }

/* Motion and responsive behavior */
.hidden, .show-element { opacity: 1; transform: none; }

@media (min-width: 992px) {
  .site-navigation { position: sticky; top: 0; }
  .page-sidebar .latest-posts { position: sticky; top: 1.5rem; }
}

@media (max-width: 991px) {
  .site-navigation .row { min-height: 82px; }
  .header-logo img { width: 150px; }
  .menu-mobile { background: var(--brand-50); border-color: var(--line) !important; border-radius: .65rem; top: 73px; }
  .mobile-offcanvas { background: var(--brand-950) !important; padding: 1rem; width: min(88%, 380px); }
  .mobile-offcanvas .navbar-nav { padding: 1rem 0 !important; }
  .mobile-offcanvas .dropdown-menu { background: rgba(255,255,255,.07); box-shadow: none; }
  .mobile-offcanvas .dropdown-item { color: #e5eef9 !important; }
  .home-hero, .home-hero .carousel, .home-hero .carousel-inner, .home-hero .carousel-item { min-height: 640px; }
  .home-hero .float-banner { margin-right: -5%; opacity: .42; width: 75%; }
  .home-hero .carousel-caption { left: 7%; max-width: 610px; right: 7%; }
  .home-hero .carousel-caption h1 { max-width: 650px; }
  .benefit-column + .benefit-column { border-left: 0; border-top: 1px solid var(--line); }
  #quem-somos .col-lg-7 { padding: 3rem 1rem 0 !important; }
  .page-sidebar { margin-top: 3rem; padding-left: calc(var(--bs-gutter-x) * .5); }
}

@media (max-width: 767px) {
  :root { --section-space: 4rem; }
  body { font-size: .96rem; }
  .site-topbar { min-height: 42px; }
  .listing-hero { padding: 2.75rem .25rem 3.5rem; }
  .listing-breadcrumb { justify-content: flex-start; margin-bottom: 2rem; }
  .listing-breadcrumb ol { gap: .5rem; max-width: 100%; padding: .5rem .75rem; }
  .listing-breadcrumb li { font-size: .68rem; }
  .listing-breadcrumb li + li::before { margin-right: .5rem; }
  .listing-breadcrumb li:last-child { max-width: min(52vw, 210px); }
  .site-topbar .container-max { padding-inline: .75rem; }
  .site-system-link { min-width: 58px; padding-inline: .65rem; }
  .phone-modal .modal-dialog { margin: .5rem auto; padding: .35rem; }
  .phone-modal .modal-header { padding: 1.15rem; }
  .phone-modal .modal-body { padding: 1rem; }
  .phone-modal-item { gap: .65rem; grid-template-columns: 40px minmax(0,1fr) auto; min-height: 68px; padding: .65rem; }
  .phone-modal-item-icon { flex-basis: 40px; height: 40px; width: 40px; }
  .home-hero, .home-hero .carousel, .home-hero .carousel-inner, .home-hero .carousel-item { min-height: 590px; }
  .home-hero .float-banner { bottom: 0; margin-right: -20%; opacity: .16; padding-top: 120px; position: absolute; right: 0; width: 105%; }
  .home-hero .float-banner img { height: 470px; }
  .home-hero .banner-image-animate::before { bottom: -25%; height: 420px; right: -24%; width: 420px; }
  .home-hero .carousel-caption { bottom: auto !important; top: 50%; transform: translateY(-50%); }
  .home-hero .carousel-caption h1 { background: none; color: var(--ink-900) !important; font-size: clamp(2rem, 9vw, 2.7rem); line-height: 1.08; padding: 0; }
  .home-hero .carousel-caption h1 a { color: var(--ink-900) !important; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 260px; }
  .hero-actions .btn-link { display: none; }
  .benefit-grid { padding-block: .5rem !important; }
  .n-right { right: -10px; }
  #servicos .row.mb-5 > div { text-align: left !important; width: 100%; }
  #servicos .row.mb-5 .btn { margin-top: 1rem; }
  .list-div-horizontal { gap: .25rem; margin-inline: -.75rem; padding: .5rem .75rem 1.25rem; width: calc(100% + 1.5rem); }
  .list-div-item { min-width: min(84vw, 330px); }
  .titulo-bg { height: 300px; }
  .internal-layout { padding-top: 2.5rem; }
  .article-content { font-size: 1rem; }
  .contact-section .row { min-height: 0; }
  .contact-section img { max-height: 340px; }
  .site-footer { text-align: left; }
  .box-cookies .btn-cookies { margin: .75rem 0 0 !important; width: 100%; }
}

/* Soluções e Sobre — layout baseado em solucoes-sobre.png */
#servicos.home-solutions {
  background:
    radial-gradient(circle at -2% 3%, #0876ff 0 5%, transparent 5.2%),
    radial-gradient(circle at 101% 100%, #08ba58 0 8%, transparent 8.2%),
    linear-gradient(125deg, #061a3a 0%, #08265a 100%);
  overflow: hidden;
  padding-block: clamp(4rem, 6vw, 6rem) !important;
  position: relative;
}
.home-solutions::after {
  border: 1px solid rgba(52, 109, 183, .16);
  border-radius: 35%;
  content: "";
  height: 570px;
  position: absolute;
  right: -120px;
  top: -240px;
  transform: rotate(28deg);
  width: 570px;
}
.home-solutions .container { position: relative; z-index: 1; }
.solutions-heading { margin: 0 auto 2.25rem; max-width: 850px; }
.solutions-heading .section-eyebrow { color: #1ad16b; margin-bottom: .65rem; }
.solutions-heading h2 { color: #fff; font-size: clamp(2.2rem, 3.6vw, 3.25rem); margin-bottom: .65rem; }
.solutions-heading h2 span { color: #1680ff; }
.solutions-heading p { color: #d7e3f2; font-size: 1rem; margin: auto; max-width: 680px; }

.solutions-grid { display: grid; gap: .85rem; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.solution-card {
  background: #fff;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 1.15rem;
  box-shadow: 0 14px 36px rgba(0, 12, 35, .24);
  min-height: 285px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.solution-card:hover { box-shadow: 0 20px 45px rgba(0, 12, 35, .33); transform: translateY(-7px); }
.solution-card > a {
  align-items: center;
  color: var(--ink-700);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.3rem 1rem 1rem;
  text-align: center;
}
.solution-card .solution-icon {
  align-items: center;
  background: #eaf3ff;
  border-radius: .8rem;
  color: #0874ef;
  display: flex;
  height: 58px;
  justify-content: center;
  margin-bottom: .9rem;
  width: 58px;
}
.solution-card:nth-child(odd) .solution-icon { background: #e7f8ed; color: #0ca553; }
.solution-card .solution-icon svg { height: 34px; width: 34px; }
.solution-card h3 { color: var(--brand-950); font-size: 1.18rem; line-height: 1.05; margin-bottom: .7rem; }
.solution-card p { color: var(--ink-700); font-size: .76rem; line-height: 1.55; margin-bottom: 1rem; }
.solution-card .solution-arrow {
  align-items: center;
  background: #eaf3ff;
  border-radius: 999px;
  color: #0874ef;
  display: flex;
  font-size: 1rem;
  height: 31px;
  justify-content: center;
  margin-top: auto;
  width: 48px;
}
.solution-card:nth-child(odd) .solution-arrow { background: #e7f8ed; color: #0ca553; }
.solutions-action { margin-top: 1.25rem; }
.solutions-swipe-hint { display: none; }
.solutions-action .btn {
  background: linear-gradient(135deg, #0752bc, #087cff);
  border-color: #1684ff;
  box-shadow: 0 10px 24px rgba(0, 81, 190, .28);
  color: #fff;
  gap: 1.5rem;
  min-width: 265px;
}

.home-about { background: #fff; overflow: hidden; position: relative; }
.home-about::after {
  background: linear-gradient(145deg, transparent 35%, rgba(225, 239, 255, .58));
  border-radius: 50%;
  content: "";
  height: 600px;
  position: absolute;
  right: -280px;
  top: 70px;
  width: 600px;
}
.home-about .container { position: relative; z-index: 1; }
.about-media { position: relative; }
.about-media picture { display: block; }
.about-media img {
  border-radius: 1.15rem;
  box-shadow: 0 18px 45px rgba(9, 37, 84, .16) !important;
  display: block;
  height: 430px;
  object-fit: cover;
  width: 100%;
}
.about-experience {
  background: linear-gradient(145deg, #041936, #07336d);
  border-radius: 1rem;
  bottom: -1px;
  color: #fff;
  left: -2.5rem;
  min-width: 175px;
  padding: 1.25rem 1.5rem;
  position: absolute;
}
.about-experience strong { color: #117eff; display: block; font-family: "Urbanist", sans-serif; font-size: 3.4rem; line-height: .9; }
.about-experience strong span { color: #18c968; }
.about-experience small { display: block; font-size: .9rem; font-weight: 700; line-height: 1.25; margin-top: .65rem; }
.about-copy .section-eyebrow { color: #0ca653; position: relative; }
.about-copy .section-eyebrow::after { background: #91d9af; content: ""; height: 1px; left: calc(100% + .7rem); position: absolute; top: 50%; width: 42px; }
.about-copy h2 { color: var(--brand-950); font-size: clamp(2.15rem, 3.3vw, 3rem); line-height: 1.08; margin-bottom: 1.3rem; }
.about-copy h2 span { color: #1375ed; display: block; }
.about-description { color: var(--ink-700); font-size: .94rem; line-height: 1.65; }
.about-description p { margin-bottom: .8rem; }
.about-proof-grid { display: grid; gap: .7rem; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 1.2rem; }
.about-proof-grid > div {
  align-items: center;
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: .95rem;
  box-shadow: 0 9px 25px rgba(9,37,84,.07);
  display: flex;
  flex-direction: column;
  min-height: 125px;
  padding: .9rem .55rem;
  text-align: center;
}
.about-proof-grid span {
  align-items: center;
  background: #e8f8ee;
  border-radius: .65rem;
  color: #0ba251;
  display: flex;
  font-size: .63rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  margin-bottom: .55rem;
  padding-inline: .5rem;
}
.about-proof-grid > div:nth-child(even) span { background: #eaf3ff; color: #0b72e7; }
.about-proof-grid strong { color: var(--brand-950); font-size: .7rem; line-height: 1.25; }
.about-cta { background: var(--brand-950); color: #fff; gap: 1rem; margin-top: 1.4rem; }
.about-cta:hover { background: var(--brand-700); color: #fff; }

@media (max-width: 1199px) {
  .solutions-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .solution-card { min-height: 260px; }
  .about-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .home-solutions { padding-block: 4rem !important; }
  .solutions-heading { text-align: left !important; }
  .solutions-grid {
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: .85rem;
    margin-inline: -1rem;
    overscroll-behavior-inline: contain;
    overflow-x: auto;
    padding: .5rem 1rem 1.5rem;
    scroll-behavior: smooth;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }
  .solutions-grid::-webkit-scrollbar { display: none; }
  .solutions-grid:focus-visible { border-radius: .8rem; outline: 2px solid #51d795; outline-offset: 3px; }
  .solution-card { flex: 0 0 78vw; min-height: 280px; scroll-snap-align: start; scroll-snap-stop: always; }
  .solutions-swipe-hint {
    align-items: center;
    color: #c7d9ee;
    display: flex;
    font-size: .68rem;
    gap: .5rem;
    justify-content: center;
    margin: -.45rem 0 1rem;
  }
  .solutions-swipe-hint > svg { fill: none; height: 17px; stroke: #54dfa0; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 17px; }
  .solutions-swipe-hint > span { align-items: center; display: inline-flex; gap: .22rem; margin-left: .15rem; }
  .solutions-swipe-hint i { background: rgba(255,255,255,.3); border-radius: 999px; display: block; height: 4px; width: 4px; }
  .solutions-swipe-hint i:first-child { background: #31d785; width: 13px; }
  .solutions-action .btn { width: 100%; }
  .home-about .row { gap: 3.25rem !important; }
  .about-media { margin-inline: .75rem; }
  .about-media img { height: 260px; }
  .about-experience { left: -1rem; min-width: 145px; padding: 1rem 1.15rem; }
  .about-experience strong { font-size: 2.7rem; }
  .about-copy h2 span { display: inline; }
  .about-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-cta { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hidden { opacity: 1; transform: none; }
}

/* Hero baseado no layout de referência (hero.png) */
.home-hero-reference,
.home-hero-reference .carousel,
.home-hero-reference .carousel-inner,
.home-hero-reference .carousel-item {
  background: var(--brand-950);
  height: clamp(620px, 49vw, 760px);
  min-height: 620px;
}

.home-hero-reference { isolation: isolate; overflow: hidden; }
.home-hero-reference .carousel-item { position: relative; }
.home-hero-reference .hero-media,
.home-hero-reference .hero-media picture,
.home-hero-reference .hero-media img,
.home-hero-reference .hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.home-hero-reference .hero-media img { object-fit: cover; object-position: center center; }
.home-hero-reference .hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 46, .99) 0%, rgba(3, 21, 53, .95) 30%, rgba(3, 23, 55, .52) 55%, rgba(0, 47, 39, .2) 78%, rgba(0, 83, 53, .38) 100%),
    linear-gradient(0deg, rgba(2, 17, 44, .78) 0%, transparent 38%);
  z-index: 1;
}
.home-hero-reference .hero-content-wrap { height: 100%; position: relative; z-index: 2; }
.home-hero-reference .hero-copy {
  left: calc(var(--bs-gutter-x) * .5);
  max-width: 650px;
  position: absolute;
  top: clamp(4.25rem, 6vw, 6.25rem);
}
.home-hero-reference .hero-kicker {
  color: #19ca69;
  display: block;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .09em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.home-hero-reference .hero-copy h1 {
  color: #fff;
  font-size: clamp(2.8rem, 4.25vw, 4.25rem);
  line-height: 1.04;
  margin-bottom: .75rem;
  max-width: 590px;
}
.home-hero-reference .hero-title-highlight { color: #18b85e; }
.home-hero-reference .hero-divider {
  background: linear-gradient(90deg, #19ca69 0 35%, rgba(25, 202, 105, .22) 35% 100%);
  display: block;
  height: 2px;
  margin: 1rem 0 1.15rem;
  width: 68px;
}
.home-hero-reference .hero-copy p {
  color: #e1eaf6;
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 575px;
}
.home-hero-reference .hero-actions { flex-direction: row; gap: 1rem; margin-top: 1.5rem; }
.home-hero-reference .hero-actions .btn { border-radius: .65rem; gap: 1rem; min-height: 52px; padding-inline: 1.55rem; }
.home-hero-reference .hero-primary-cta {
  background: linear-gradient(135deg, #16a957, #1dbe65);
  border: 1px solid #29ce75;
  box-shadow: 0 12px 28px rgba(8, 126, 69, .3);
  color: #fff;
}
.home-hero-reference .hero-primary-cta:hover { background: #0e9349; color: #fff; }
.home-hero-reference .hero-secondary-cta {
  background: rgba(4, 21, 50, .4);
  border: 1px solid rgba(255,255,255,.75);
  color: #fff;
}
.home-hero-reference .hero-secondary-cta:hover { background: #fff; color: var(--brand-950); }

.home-hero-reference .hero-side-proof {
  gap: .55rem;
  position: absolute;
  right: 0;
  top: clamp(4.5rem, 6vw, 6rem);
  width: 195px;
}
.home-hero-reference .hero-side-proof > div {
  align-items: center;
  background: rgba(4, 28, 54, .72);
  border: 1px solid rgba(32, 200, 108, .35);
  border-radius: .8rem;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  display: grid;
  min-height: 75px;
  padding: .75rem 1rem;
}
.home-hero-reference .hero-side-proof strong { color: #1ed16b; font-size: 1.08rem; line-height: 1.1; }
.home-hero-reference .hero-side-proof span { color: #fff; font-size: .68rem; line-height: 1.35; }

.home-hero-reference .hero-value-grid {
  bottom: 2.25rem;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  left: calc(var(--bs-gutter-x) * .5);
  position: absolute;
}
.home-hero-reference .hero-value-item {
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.26);
  color: #fff;
  display: flex;
  font-size: .74rem;
  font-weight: 600;
  gap: .7rem;
  line-height: 1.4;
  margin-right: 1.25rem;
  padding-right: 1.25rem;
}
.home-hero-reference .hero-value-item:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.home-hero-reference .hero-value-icon {
  align-items: center;
  background: rgba(17, 183, 88, .13);
  border: 1px solid rgba(33, 217, 113, .4);
  border-radius: .65rem;
  color: #25d879;
  display: flex;
  flex: 0 0 40px;
  font-size: 1.25rem;
  height: 40px;
  justify-content: center;
}

@media (max-width: 1199px) {
  .home-hero-reference .hero-copy { max-width: 610px; }
  .home-hero-reference .hero-copy h1 { max-width: 600px; }
  .home-hero-reference .hero-value-grid { grid-template-columns: repeat(2, max-content); row-gap: .8rem; }
  .home-hero-reference .hero-value-item:nth-child(2) { border-right: 0; }
}

@media (max-width: 767px) {
  .home-hero-reference,
  .home-hero-reference .carousel,
  .home-hero-reference .carousel-inner,
  .home-hero-reference .carousel-item {
    height: auto;
    min-height: 0;
  }
  .home-hero-reference .hero-content-wrap { display: flex; flex-direction: column; height: auto; padding-block: 3.5rem 2rem; }
  .home-hero-reference .hero-media { opacity: 1; }
  .home-hero-reference .hero-media img { object-position: 66% center; }
  .home-hero-reference .hero-shade {
    background:
      linear-gradient(90deg, rgba(3,18,46,.96), rgba(3,18,46,.72)),
      linear-gradient(0deg, rgba(3,18,46,.94), transparent 55%);
  }
  .home-hero-reference .hero-copy { left: auto; max-width: 100%; position: relative; right: auto; top: auto; }
  .home-hero-reference .hero-kicker { font-size: .7rem; }
  .home-hero-reference .hero-copy h1 { font-size: clamp(2.25rem, 10vw, 2.8rem); max-width: 100%; }
  .home-hero-reference .hero-copy p { color: #e8eef7; font-size: .92rem; }
  .home-hero-reference .hero-actions { align-items: stretch; flex-direction: column; gap: .7rem; max-width: 280px; }
  .home-hero-reference .hero-actions .btn { display: inline-flex; width: 100%; }
  .home-hero-reference .hero-value-grid { bottom: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); left: auto; margin-top: 2rem; position: relative; right: auto; row-gap: .85rem; width: 100%; }
  .home-hero-reference .hero-value-item { border: 0; font-size: .66rem; gap: .5rem; margin: 0; padding: 0 .5rem 0 0; }
  .home-hero-reference .hero-value-icon { flex-basis: 34px; font-size: 1rem; height: 34px; }
}

/* Internal pages — professional editorial experience */
.internal-page {
  background: #f4f7fb;
}
.reading-progress {
  background: rgba(18, 104, 232, .12);
  height: 3px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}
.reading-progress span {
  background: linear-gradient(90deg, var(--brand-600), var(--accent-500));
  display: block;
  height: 100%;
  transition: width .1s linear;
  width: 0;
}
.internal-hero {
  background:
    radial-gradient(circle at 86% 10%, rgba(39, 126, 255, .28), transparent 29%),
    radial-gradient(circle at 7% 100%, rgba(13, 168, 92, .16), transparent 23%),
    linear-gradient(118deg, #061a3a 0%, #092a60 64%, #0b3b7c 100%);
  color: #dce8f7;
  min-height: 450px;
  overflow: hidden;
  padding: 2rem 0 clamp(4rem, 6vw, 6.5rem);
  position: relative;
}
.internal-hero::before,
.internal-hero::after {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  content: "";
  position: absolute;
}
.internal-hero::before { height: 420px; right: -120px; top: -210px; width: 420px; }
.internal-hero::after { bottom: -260px; height: 520px; left: 35%; width: 520px; }
.internal-hero-pattern {
  background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 22px 22px;
  height: 180px;
  opacity: .34;
  position: absolute;
  right: 7%;
  top: 38%;
  transform: rotate(-8deg);
  width: 280px;
}
.internal-breadcrumb { margin-bottom: clamp(3.2rem, 6vw, 5.5rem); }
.internal-breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.internal-breadcrumb li {
  color: rgba(230, 240, 252, .7);
  font-size: .75rem;
  font-weight: 650;
  max-width: min(460px, 60vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.internal-breadcrumb li + li::before {
  color: rgba(255,255,255,.38);
  content: "/";
  margin-right: .55rem;
}
.internal-breadcrumb a { color: #fff; text-decoration: none; }
.internal-breadcrumb a:hover { color: #9bc4ff; }
.internal-eyebrow {
  align-items: center;
  color: #7fe0ac;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  gap: .6rem;
  letter-spacing: .14em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.internal-eyebrow::before {
  background: var(--accent-500);
  border-radius: 999px;
  content: "";
  height: 7px;
  box-shadow: 0 0 0 5px rgba(13,168,92,.13);
  width: 7px;
}
.internal-hero h1 {
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.75rem);
  letter-spacing: -.04em;
  line-height: 1.02;
  margin-bottom: 1.25rem;
  max-width: 940px;
  padding: 0;
}
.internal-hero-summary {
  color: #c9d9ec;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.7;
  margin-bottom: 1.45rem;
  max-width: 760px;
}
.internal-meta { align-items: center; display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; }
.internal-meta span {
  align-items: center;
  color: #b8cce3;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 650;
  gap: .45rem;
}
.internal-meta svg,
.internal-primary-cta svg,
.sidebar-access-link svg,
.sidebar-search-button svg,
.sidebar-cta-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.internal-meta svg { height: 17px; width: 17px; }
.internal-hero-action { display: flex; justify-content: flex-end; padding-bottom: .2rem; }
.internal-primary-cta {
  background: var(--accent-500);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .22);
  color: #fff;
  font-weight: 750;
  gap: .65rem;
  min-height: 54px;
  padding-inline: 1.4rem;
}
.internal-primary-cta:hover { background: #0c934f; color: #fff; }
.internal-primary-cta svg { height: 18px; width: 18px; }
.internal-body { background: linear-gradient(180deg, #eef3f9 0, #f7f9fc 240px, #fff 100%); }
.internal-layout { padding-block: clamp(3.5rem, 6vw, 6.5rem); }
.article-surface {
  background: #fff;
  border: 1px solid rgba(210, 222, 236, .8);
  border-radius: 1.5rem;
  box-shadow: 0 20px 55px rgba(9, 37, 84, .075);
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 3.5rem);
}
.internal-cover {
  display: block;
  margin: calc(clamp(1.4rem, 4vw, 3.5rem) * -1) calc(clamp(1.4rem, 4vw, 3.5rem) * -1) clamp(2rem, 4vw, 3.5rem);
}
.content-column > .article-surface .internal-cover img {
  aspect-ratio: 16 / 7;
  border-radius: 0 !important;
  display: block;
  object-fit: cover;
}
.article-content {
  color: #31465f;
  font-size: 1.04rem;
  line-height: 1.82;
  max-width: none;
}
.article-content p { margin-bottom: 1.35rem; }
.article-content h2 {
  border-top: 1px solid #e5ebf2;
  color: var(--brand-950);
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
  margin: 3rem 0 1.15rem;
  padding-top: 2.2rem;
  scroll-margin-top: 2rem;
}
.article-content h2:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
.article-content h3 { color: var(--brand-900); margin-top: 2.25rem; }
.article-content ul,
.article-content ol { padding-left: 0; }
.article-content ul { list-style: none; }
.article-content ul li { padding-left: 1.8rem; position: relative; }
.article-content ul li::before {
  background: var(--accent-100);
  border: 1px solid rgba(13,168,92,.25);
  border-radius: 50%;
  color: var(--accent-600);
  content: "\2713";
  font-size: .64rem;
  font-weight: 900;
  height: 18px;
  left: 0;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: .42rem;
  width: 18px;
}
.article-content ol { counter-reset: content-list; list-style: none; }
.article-content ol li { counter-increment: content-list; padding-left: 2.45rem; position: relative; }
.article-content ol li::before {
  align-items: center;
  background: var(--brand-50);
  border-radius: .5rem;
  color: var(--brand-700);
  content: counter(content-list);
  display: flex;
  font-size: .72rem;
  font-weight: 800;
  height: 27px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: .2rem;
  width: 27px;
}
.article-content strong { color: #172d48; font-weight: 750; }
.article-content blockquote {
  background: linear-gradient(135deg, var(--brand-50), #f4faf7);
  border: 0;
  border-radius: 1rem;
  box-shadow: inset 4px 0 var(--brand-600);
}
.article-content table { border: 1px solid var(--line); border-radius: .85rem; }
.article-content th { background: var(--brand-950); color: #fff; }
.page-sidebar { padding-left: 0; }
.sidebar-stack { display: flex; flex-direction: column; gap: 1.25rem; }
.sidebar-panel {
  background: #fff !important;
  border: 1px solid rgba(210, 222, 236, .9);
  border-radius: 1.15rem !important;
  box-shadow: 0 12px 35px rgba(9, 37, 84, .06);
  margin: 0 !important;
  padding: 1.45rem !important;
}
.sidebar-kicker {
  color: var(--brand-600);
  display: block;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: .4rem;
  text-transform: uppercase;
}
.sidebar-title,
.sidebar-panel h2.sidebar-title {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding: 0;
}
.toc-list { border-left: 1px solid var(--line); list-style: none; margin: 0; padding: 0 0 0 1rem; }
.toc-list li { margin: 0; }
.toc-list a {
  color: var(--ink-500) !important;
  display: block;
  font-size: .78rem !important;
  font-weight: 600 !important;
  line-height: 1.45;
  padding: .43rem 0;
  text-decoration: none;
}
.toc-list a:hover { color: var(--brand-600) !important; transform: translateX(3px); }
.sidebar-cta {
  background:
    radial-gradient(circle at 100% 0, rgba(47, 128, 255, .35), transparent 34%),
    linear-gradient(145deg, var(--brand-950), var(--brand-800));
  border-radius: 1.15rem;
  box-shadow: 0 18px 42px rgba(9, 37, 84, .18);
  color: #cbd9eb;
  overflow: hidden;
  padding: 1.65rem;
  position: relative;
}
.sidebar-cta .sidebar-kicker { color: #79dba7; }
.sidebar-cta h2 { color: #fff; font-size: 1.45rem; margin: .65rem 0 .75rem; padding: 0; }
.sidebar-cta p { font-size: .84rem; line-height: 1.65; margin-bottom: 1.15rem; }
.sidebar-cta-icon {
  align-items: center;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: .75rem;
  color: #78deaa;
  display: flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 44px;
}
.sidebar-cta-icon svg { height: 23px; width: 23px; }
.sidebar-cta-button {
  background: var(--accent-500);
  color: #fff;
  font-size: .78rem;
  font-weight: 750;
  width: 100%;
}
.sidebar-cta-button:hover { background: #fff; color: var(--brand-950); }
.sidebar-access-link {
  align-items: center;
  border-top: 1px solid #e8edf3;
  color: var(--ink-700) !important;
  display: flex;
  font-size: .8rem !important;
  font-weight: 700 !important;
  justify-content: space-between;
  padding: .75rem 0;
  text-decoration: none;
}
.sidebar-access-link:last-child { padding-bottom: 0; }
.sidebar-access-link svg { color: var(--brand-600); height: 17px; width: 17px; }
.sidebar-access-link:hover { color: var(--brand-600) !important; }
.sidebar-access-link:hover svg { transform: translateX(3px); }
.sidebar-post { align-items: center; border-top: 1px solid #e8edf3; display: grid; gap: .85rem; grid-template-columns: 72px 1fr; padding: .9rem 0; }
.sidebar-post:last-child { padding-bottom: 0; }
.sidebar-post-image { border-radius: .65rem; display: block; overflow: hidden; }
.sidebar-post-image img { aspect-ratio: 1; display: block; height: 72px; object-fit: cover; width: 72px; }
.sidebar-post-copy time { color: var(--accent-600); display: block; font-size: .64rem; font-weight: 750; margin-bottom: .25rem; }
.sidebar-post-copy h3 { font-family: "Plus Jakarta Sans", sans-serif; font-size: .76rem; line-height: 1.42; margin: 0; padding: 0; }
.sidebar-post-copy h3 a { color: var(--ink-900) !important; font-size: inherit !important; text-decoration: none; }
.sidebar-post-copy h3 a:hover { color: var(--brand-600) !important; }
.sidebar-search-button {
  align-items: center;
  background: transparent;
  border: 1px solid #ced9e6;
  border-radius: .8rem;
  color: var(--brand-800);
  display: flex;
  font-size: .8rem;
  font-weight: 750;
  gap: .55rem;
  justify-content: center;
  min-height: 46px;
  width: 100%;
}
.sidebar-search-button:hover { background: #fff; border-color: var(--brand-600); }
.sidebar-search-button svg { height: 18px; width: 18px; }

@media (min-width: 992px) {
  .sidebar-stack { position: sticky; top: 1.5rem; }
  .page-sidebar { padding-left: clamp(1rem, 2vw, 1.75rem); }
  .page-sidebar .latest-posts { position: static; }
}
@media (max-width: 991px) {
  .internal-hero-action { justify-content: flex-start; margin-top: 2rem; }
  .page-sidebar { margin-top: 2rem; }
  .sidebar-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sidebar-toc,
  .sidebar-search-button { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .internal-hero { min-height: 0; padding: 1.35rem 0 3.5rem; }
  .internal-breadcrumb { margin-bottom: 2.7rem; }
  .internal-breadcrumb li:last-child { display: none; }
  .internal-hero h1 { font-size: clamp(2.25rem, 10.5vw, 3.1rem); }
  .internal-hero-summary { font-size: .96rem; line-height: 1.65; }
  .internal-meta { align-items: flex-start; flex-direction: column; gap: .6rem; }
  .internal-primary-cta { width: 100%; }
  .internal-layout { padding-block: 2.25rem 4rem; }
  .article-surface { border-radius: 1rem; box-shadow: 0 10px 32px rgba(9,37,84,.06); }
  .article-content { font-size: .98rem; line-height: 1.76; }
  .article-content h2 { margin-top: 2.5rem; padding-top: 1.8rem; }
  .sidebar-stack { display: flex; }
  .box-cookies {
    align-items: center;
    flex-direction: row !important;
    gap: .75rem;
    justify-content: space-between;
    padding: .7rem .85rem !important;
  }
  .box-cookies .msg-cookies { font-size: .67rem; line-height: 1.45; text-align: left; }
  .box-cookies .btn-cookies {
    flex: 0 0 auto;
    margin: 0 !important;
    min-height: 40px;
    padding-inline: .9rem;
    width: auto;
  }
}

/* Home — notícias, CTA e footer baseados na referência 2026 */
.home-news-reference {
  background:
    radial-gradient(circle at 15% 0, rgba(18,104,232,.055), transparent 28%),
    linear-gradient(180deg, #f8faff 0%, #fff 100%);
  padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(3.5rem, 5vw, 5rem);
}
.home-news-heading { margin: 0 auto clamp(2rem, 4vw, 3rem); max-width: 960px; }
.home-news-heading > span {
  color: var(--accent-500);
  display: block;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  margin-bottom: .5rem;
  text-transform: uppercase;
}
.home-news-heading h2 {
  color: var(--brand-950);
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  letter-spacing: -.04em;
  line-height: 1.08;
  margin: 0;
  padding: 0;
}
.home-news-heading h2 strong { color: var(--brand-600); font-weight: inherit; }
.home-news-grid { display: grid; gap: clamp(1rem, 2vw, 2rem); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-news-card {
  background: #fff;
  border: 1px solid #e5ebf2;
  border-radius: 1rem;
  box-shadow: 0 12px 35px rgba(9,37,84,.1);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.home-news-card:hover { box-shadow: 0 20px 48px rgba(9,37,84,.15); transform: translateY(-6px); }
.home-news-image { background: var(--brand-50); display: block; overflow: hidden; }
.home-news-image img {
  aspect-ratio: 16 / 7;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}
.home-news-card:hover .home-news-image img { transform: scale(1.035); }
.home-news-copy { display: flex; flex: 1; flex-direction: column; padding: 1rem 1.2rem 1.25rem; }
.home-news-meta { align-items: center; display: flex; gap: .75rem; justify-content: space-between; margin-bottom: .7rem; }
.home-news-meta > span {
  background: #e7f8ef;
  border: 1px solid #a9e2c4;
  border-radius: 999px;
  color: #087d44;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1;
  padding: .28rem .52rem;
  text-transform: uppercase;
}
.home-news-meta time {
  align-items: center;
  color: var(--ink-500);
  display: flex;
  font-size: .64rem;
  font-weight: 650;
  gap: .35rem;
  white-space: nowrap;
}
.home-news-meta svg,
:is(#home, #home-cta-shared) .home-cta-proof svg,
#home .home-footer-social svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.home-news-meta svg { height: 14px; width: 14px; }
.home-news-copy h3 { font-size: clamp(1.05rem, 1.45vw, 1.28rem); line-height: 1.18; margin: 0 0 .65rem; padding: 0; }
.home-news-copy h3 a { color: var(--brand-950); text-decoration: none; }
.home-news-copy h3 a:hover { color: var(--brand-600); }
.home-news-copy p {
  color: var(--ink-700);
  display: -webkit-box;
  font-size: .77rem;
  line-height: 1.55;
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-news-link { color: var(--brand-600); font-size: .75rem; font-weight: 800; margin-top: auto; text-decoration: none; }
.home-news-link span { display: inline-block; font-size: 1.05rem; margin-left: .45rem; transition: transform .2s ease; }
.home-news-link:hover span { transform: translateX(4px); }
.home-news-swipe-hint { display: none; }
.home-news-action { margin-top: 1.5rem; text-align: center; }
.home-news-action .btn {
  border: 1px solid var(--accent-500);
  border-radius: 999px;
  color: var(--accent-600);
  font-size: .78rem;
  font-weight: 800;
  min-height: 42px;
  padding: .55rem 1.6rem;
}
.home-news-action .btn span { font-size: 1rem; margin-left: .55rem; }
.home-news-action .btn:hover { background: var(--accent-500); color: #fff; }

:is(#home, #home-cta-shared) .home-cta-reference { background: #fff; padding: 0 0 1rem; }
:is(#home, #home-cta-shared) .home-cta-box {
  background: linear-gradient(120deg, #061d43, #07366a);
  border: 1px solid rgba(12,85,200,.25);
  border-radius: 1.15rem;
  box-shadow: 0 18px 45px rgba(6,26,58,.15);
  color: #d4e1f0;
  overflow: hidden;
}
:is(#home, #home-cta-shared) .home-cta-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, .62fr) minmax(340px, 1.2fr);
  min-height: 170px;
  position: relative;
}
:is(#home, #home-cta-shared) .home-cta-copy { align-self: center; padding: 1.6rem 1rem 1.6rem clamp(1.5rem, 5vw, 4.5rem); }
:is(#home, #home-cta-shared) .home-cta-copy h2 {
  color: #fff;
  font-size: clamp(1.45rem, 2.25vw, 2.15rem);
  line-height: 1.12;
  margin: 0 0 .65rem;
  padding: 0;
}
:is(#home, #home-cta-shared) .home-cta-copy h2 strong { color: #12c467; font-weight: inherit; }
:is(#home, #home-cta-shared) .home-cta-copy p { font-size: .76rem; line-height: 1.55; margin: 0; max-width: 500px; }
:is(#home, #home-cta-shared) .home-cta-actions { align-self: center; display: flex; flex-direction: column; gap: .7rem; padding: 1.5rem .5rem; position: relative; z-index: 2; }
:is(#home, #home-cta-shared) .home-cta-actions .btn {
  border-radius: .45rem;
  font-size: .71rem;
  font-weight: 750;
  justify-content: space-between;
  min-height: 39px;
  padding: .5rem 1rem;
  width: 100%;
}
:is(#home, #home-cta-shared) .home-cta-primary { background: #0cbe62; border-color: #0cbe62; color: #fff; }
:is(#home, #home-cta-shared) .home-cta-primary:hover { background: #fff; border-color: #fff; color: var(--brand-950); }
:is(#home, #home-cta-shared) .home-cta-secondary { background: rgba(3,20,48,.25); border-color: rgba(255,255,255,.8); color: #fff; }
:is(#home, #home-cta-shared) .home-cta-secondary:hover { background: #fff; color: var(--brand-950); }
:is(#home, #home-cta-shared) .home-cta-media {
  background:
    linear-gradient(90deg, #07366a 0%, rgba(7,54,106,.32) 18%, transparent 48%),
    linear-gradient(0deg, rgba(3,19,47,.18), rgba(3,19,47,.18)),
    url('../static/img/large/sobre-connapa-2026.png') center 43% / cover no-repeat;
  clip-path: ellipse(78% 100% at 78% 50%);
}
:is(#home, #home-cta-shared) .home-cta-proof { border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: repeat(3, 1fr); }
:is(#home, #home-cta-shared) .home-cta-proof > div { align-items: center; display: flex; gap: 1rem; justify-content: center; min-height: 58px; position: relative; }
:is(#home, #home-cta-shared) .home-cta-proof > div + div::before { background: rgba(255,255,255,.24); content: ""; height: 24px; left: 0; position: absolute; width: 1px; }
:is(#home, #home-cta-shared) .home-cta-proof svg { color: #0fc96a; height: 29px; width: 29px; }
:is(#home, #home-cta-shared) .home-cta-proof span { color: #fff; font-size: .78rem; font-weight: 750; }

#home .home-footer-reference {
  background:
    radial-gradient(circle at 90% 20%, rgba(18,104,232,.16), transparent 25%),
    linear-gradient(120deg, #061a3a, #07244e);
  color: #c6d4e5;
  padding: clamp(3.2rem, 5vw, 4.5rem) 0 0;
}
#home .home-footer-grid { display: grid; gap: clamp(1.5rem, 3vw, 3.5rem); grid-template-columns: 1.45fr .85fr .85fr .9fr 1.15fr; }
#home .home-footer-brand img { filter: brightness(0) invert(1); height: auto; margin-bottom: 1rem; max-width: 175px; }
#home .home-footer-brand p { font-size: .76rem; line-height: 1.55; max-width: 260px; }
#home .home-footer-reference h2 {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .91rem;
  letter-spacing: 0;
  margin: .3rem 0 1rem;
  padding: 0;
}
#home .home-footer-reference ul { list-style: none; margin: 0; padding: 0; }
#home .home-footer-reference li { line-height: 1.3; margin-bottom: .58rem; }
#home .home-footer-reference a { color: #cad7e6; font-size: .73rem; text-decoration: none; }
#home .home-footer-reference a:hover { color: #fff; }
#home .home-footer-social { display: flex; gap: .6rem; margin-top: 1rem; }
#home .home-footer-social a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--brand-900);
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}
#home .home-footer-social a:hover { background: var(--accent-500); color: #fff; transform: translateY(-2px); }
#home .home-footer-social svg { height: 15px; width: 15px; }
#home .home-footer-phone {
  align-items: flex-start;
  display: flex;
  gap: .55rem;
  margin: 0 0 .8rem;
}
#home .home-footer-phone svg {
  color: #fff;
  fill: none;
  flex: 0 0 17px;
  height: 17px;
  margin-top: .08rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 17px;
}
#home .home-footer-phone strong { color: #e5edf6; display: block; font-size: .7rem; font-weight: 600; line-height: 1.3; }
#home .home-footer-phone small { color: #8fa6c0; display: block; font-size: .59rem; line-height: 1.35; margin-top: .1rem; }
#home .home-footer-bottom { border-top: 1px solid rgba(255,255,255,.17); font-size: .7rem; margin-top: 2.5rem; padding: .9rem 0; text-align: center; }

@media (max-width: 1199px) {
  :is(#home, #home-cta-shared) .home-cta-main { grid-template-columns: 1fr 240px 300px; }
  #home .home-footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
  #home .home-footer-contact { grid-column: 2 / -1; }
  #home .home-footer-phones { display: grid; grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
  .home-news-grid { gap: 1rem; }
  .home-news-meta { align-items: flex-start; flex-direction: column; }
  :is(#home, #home-cta-shared) .home-cta-main { grid-template-columns: 1fr .7fr; }
  :is(#home, #home-cta-shared) .home-cta-copy { padding: 2rem 1rem 2rem 2rem; }
  :is(#home, #home-cta-shared) .home-cta-actions { padding-right: 1.5rem; }
  :is(#home, #home-cta-shared) .home-cta-media { display: none; }
  #home .home-footer-grid { grid-template-columns: repeat(3, 1fr); }
  #home .home-footer-brand { grid-column: 1 / -1; }
  #home .home-footer-brand p { max-width: 520px; }
  #home .home-footer-contact { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .home-news-reference { padding-block: 4rem 3.5rem; }
  .home-news-heading { text-align: left !important; }
  .home-news-heading h2 { font-size: 2.15rem; }
  .home-news-grid {
    -webkit-overflow-scrolling: touch;
    display: flex;
    margin-inline: -.75rem;
    overscroll-behavior-inline: contain;
    overflow-x: auto;
    padding: .25rem .75rem 1.25rem;
    scroll-behavior: smooth;
    scroll-padding-inline: .75rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }
  .home-news-grid::-webkit-scrollbar { display: none; }
  .home-news-grid:focus-visible { border-radius: .8rem; outline: 2px solid #159c59; outline-offset: 3px; }
  .home-news-card { flex: 0 0 min(82vw, 340px); scroll-snap-align: start; scroll-snap-stop: always; }
  .home-news-swipe-hint {
    align-items: center;
    color: #687d94;
    display: flex;
    font-size: .68rem;
    gap: .5rem;
    justify-content: center;
    margin: -.35rem 0 .9rem;
  }
  .home-news-swipe-hint > svg { fill: none; height: 17px; stroke: #0cab5a; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 17px; }
  .home-news-swipe-hint > span { align-items: center; display: inline-flex; gap: .22rem; margin-left: .15rem; }
  .home-news-swipe-hint i { background: #c8d5e3; border-radius: 999px; display: block; height: 4px; width: 4px; }
  .home-news-swipe-hint i:first-child { background: #0cab5a; width: 13px; }
  .home-news-action { margin-top: .5rem; }
  :is(#home, #home-cta-shared) .home-cta-reference { padding-bottom: 0; }
  :is(#home, #home-cta-shared) .home-cta-reference .container { padding: 0; }
  :is(#home, #home-cta-shared) .home-cta-box { border-radius: 0; }
  :is(#home, #home-cta-shared) .home-cta-main { display: block; }
  :is(#home, #home-cta-shared) .home-cta-copy { padding: 2.2rem 1.25rem 1rem; }
  :is(#home, #home-cta-shared) .home-cta-copy h2 { font-size: 1.75rem; }
  :is(#home, #home-cta-shared) .home-cta-actions { padding: .75rem 1.25rem 2rem; }
  :is(#home, #home-cta-shared) .home-cta-proof { grid-template-columns: 1fr; padding: .6rem 1.25rem; }
  :is(#home, #home-cta-shared) .home-cta-proof > div { justify-content: flex-start; min-height: 48px; }
  :is(#home, #home-cta-shared) .home-cta-proof > div + div::before { height: 1px; left: 0; right: 0; top: 0; width: auto; }
  #home .home-footer-grid { grid-template-columns: repeat(2, 1fr); }
  #home .home-footer-brand,
  #home .home-footer-contact { grid-column: 1 / -1; }
  #home .home-footer-phones { display: block; }
}
@media (max-width: 420px) {
  #home .home-footer-grid { grid-template-columns: 1fr; }
  #home .home-footer-brand,
  #home .home-footer-contact { grid-column: auto; }
}

/* CTA compacto ao final do conteúdo das páginas internas */
.internal-compact-cta {
  align-items: center;
  background:
    radial-gradient(circle at 100% 0, rgba(24,111,233,.3), transparent 35%),
    linear-gradient(125deg, var(--brand-950), var(--brand-800));
  border: 1px solid rgba(18,104,232,.22);
  border-radius: 1rem;
  box-shadow: 0 14px 35px rgba(9,37,84,.12);
  color: #cbd9e9;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 2.5rem;
  padding: 1.25rem 1.35rem;
}
.internal-compact-cta-icon {
  align-items: center;
  background: rgba(16,196,103,.12);
  border: 1px solid rgba(40,213,124,.3);
  border-radius: .7rem;
  color: #29d47c;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.internal-compact-cta-icon svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 22px;
}
.internal-compact-cta-copy > span {
  color: #62dfa0;
  display: block;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: .25rem;
  text-transform: uppercase;
}
.internal-compact-cta h2 {
  color: #fff;
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
  line-height: 1.18;
  margin: 0 0 .25rem;
  padding: 0;
}
.internal-compact-cta p { font-size: .72rem; line-height: 1.5; margin: 0; }
.internal-compact-cta-button {
  background: var(--accent-500);
  color: #fff;
  font-size: .72rem;
  font-weight: 750;
  gap: .65rem;
  min-height: 43px;
  padding-inline: 1rem;
  white-space: nowrap;
}
.internal-compact-cta-button:hover { background: #fff; color: var(--brand-950); }
@media (max-width: 767px) {
  .internal-compact-cta {
    gap: .75rem;
    grid-template-columns: 44px minmax(0, 1fr);
    margin-top: 1.75rem;
    padding: 1rem;
  }
  .internal-compact-cta-copy > span { font-size: .58rem; }
  .internal-compact-cta h2 { font-size: 1.05rem; }
  .internal-compact-cta p { font-size: .68rem; }
  .internal-compact-cta-button { grid-column: 1 / -1; justify-content: center; width: 100%; }
}

/* Página de contato */
.contact-page { background: #f5f8fc; }
.contact-hero {
  background:
    radial-gradient(circle at 7% 100%, rgba(13,168,92,.14), transparent 25%),
    linear-gradient(118deg, #061a3a 0%, #092b61 62%, #0b3e80 100%);
  color: #d2dfef;
  min-height: 540px;
  overflow: hidden;
  padding: 1.8rem 0 clamp(4rem, 7vw, 6.5rem);
  position: relative;
}
.contact-hero-media {
  background: url('../img/contato.jpg') 61% center / cover no-repeat;
  bottom: 0;
  clip-path: ellipse(67% 105% at 72% 50%);
  opacity: .94;
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
}
.contact-hero-overlay {
  background:
    linear-gradient(90deg, #071d40 0%, rgba(7,29,64,.93) 35%, rgba(7,38,80,.48) 68%, rgba(6,26,58,.2) 100%),
    linear-gradient(0deg, rgba(6,26,58,.22), rgba(6,26,58,.22));
  inset: 0;
  position: absolute;
}
.contact-hero::after {
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 22px 22px;
  bottom: 2rem;
  content: "";
  height: 180px;
  left: 48%;
  opacity: .22;
  position: absolute;
  width: 260px;
}
.contact-breadcrumb { align-items: center; display: flex; font-size: .75rem; font-weight: 650; gap: .6rem; margin-bottom: clamp(3.5rem, 6vw, 5.5rem); }
.contact-breadcrumb a { color: #fff; text-decoration: none; }
.contact-breadcrumb span { color: rgba(230,239,250,.65); }
.contact-hero-copy { max-width: 720px; position: relative; z-index: 1; }
.contact-eyebrow {
  align-items: center;
  color: #6fe0a6;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  gap: .6rem;
  letter-spacing: .14em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.contact-eyebrow::before { background: #15c56b; border-radius: 50%; box-shadow: 0 0 0 5px rgba(21,197,107,.14); content: ""; height: 7px; width: 7px; }
.contact-hero h1 {
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0 0 1.35rem;
  max-width: 760px;
  padding: 0;
}
.contact-hero-copy > p { color: #c7d6e8; font-size: clamp(1rem, 1.35vw, 1.14rem); line-height: 1.7; max-width: 650px; }
.contact-hero-proof { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }
.contact-hero-proof span {
  align-items: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #e8f0f8;
  display: inline-flex;
  font-size: .67rem;
  font-weight: 700;
  gap: .45rem;
  padding: .45rem .7rem;
}
.contact-hero-proof span::before { color: #2bd481; content: "✓"; font-weight: 900; }
.contact-main {
  background: linear-gradient(180deg, #eef3f9 0, #f8fafc 260px, #fff 100%);
  padding: clamp(3.5rem, 6vw, 6.5rem) 0;
}
.contact-form-card,
.contact-info-card,
.contact-client-card {
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 1.35rem;
  box-shadow: 0 18px 50px rgba(9,37,84,.075);
}
.contact-form-card { padding: clamp(1.5rem, 4vw, 3rem); }
.contact-card-heading { border-bottom: 1px solid #e5ebf2; margin-bottom: 1.7rem; padding-bottom: 1.35rem; }
.contact-card-heading > span,
.contact-card-kicker {
  color: var(--brand-600);
  display: block;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  margin-bottom: .45rem;
  text-transform: uppercase;
}
.contact-card-heading h2,
.contact-info-card h2,
.contact-client-card h2 {
  color: var(--brand-950);
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  margin: 0 0 .65rem;
  padding: 0;
}
.contact-card-heading p,
.contact-info-card > p { color: var(--ink-500); font-size: .85rem; line-height: 1.65; margin: 0; max-width: 620px; }
.contact-form-card .form-label { color: var(--ink-900); font-size: .75rem; font-weight: 750; margin-bottom: .45rem; }
.contact-form-card .form-label span { color: #d33b49; }
.contact-form-card .form-control,
.contact-form-card .form-select {
  background-color: #f8fafc;
  border: 1px solid #d6e0eb;
  border-radius: .75rem;
  color: var(--ink-900);
  font-size: .84rem;
  min-height: 52px;
  padding: .75rem .9rem;
}
.contact-form-card textarea.form-control { min-height: 150px; resize: vertical; }
.contact-form-card .form-control::placeholder { color: #8a9aab; }
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  background: #fff;
  border-color: var(--brand-600);
  box-shadow: 0 0 0 .22rem rgba(18,104,232,.1);
}
.contact-form-card label.error { color: #c73543; display: block; font-size: .67rem; margin-top: .35rem; }
.contact-form-card .form-control.error,
.contact-form-card .form-select.error { border-color: #d45a65; }
.contact-submit-row { align-items: center; display: flex; gap: 1rem; justify-content: space-between; margin-top: .35rem; }
.contact-submit {
  background: var(--accent-500);
  box-shadow: 0 10px 25px rgba(13,168,92,.22);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
  gap: .9rem;
  min-height: 50px;
  padding-inline: 1.35rem;
}
.contact-submit:hover { background: #087d45; color: #fff; }
.contact-submit-row small { color: var(--ink-500); font-size: .64rem; line-height: 1.45; max-width: 245px; }
.contact-aside { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-info-card { padding: clamp(1.4rem, 3vw, 2rem); }
.contact-phone-list { border-bottom: 1px solid #e5ebf2; border-top: 1px solid #e5ebf2; margin: 1.3rem 0; }
.contact-phone-item {
  align-items: center;
  color: var(--ink-900);
  display: grid;
  gap: .8rem;
  grid-template-columns: auto 1fr auto;
  padding: .8rem 0;
  text-decoration: none;
}
.contact-phone-item + .contact-phone-item { border-top: 1px solid #edf1f5; }
.contact-phone-icon {
  align-items: center;
  background: var(--brand-50);
  border-radius: .65rem;
  color: var(--brand-600);
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.contact-phone-icon svg { fill: none; height: 19px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 19px; }
.contact-phone-item small { color: var(--ink-500); display: block; font-size: .62rem; line-height: 1.2; margin-bottom: .15rem; }
.contact-phone-item strong { color: var(--ink-900); display: block; font-size: .83rem; }
.contact-phone-item > span:last-child { color: var(--brand-600); transition: transform .2s ease; }
.contact-phone-item:hover { color: var(--brand-600); }
.contact-phone-item:hover > span:last-child { transform: translateX(3px); }
.contact-whatsapp {
  background: var(--accent-500);
  color: #fff;
  font-size: .77rem;
  font-weight: 800;
  gap: .7rem;
  justify-content: space-between;
  width: 100%;
}
.contact-whatsapp:hover { background: #087d45; color: #fff; }
.contact-client-card { padding: 1.4rem 1.6rem; }
.contact-client-card h2 { font-size: 1.25rem; margin-bottom: 1rem; }
.contact-client-links { display: grid; gap: .7rem; grid-template-columns: repeat(2, 1fr); }
.contact-client-links a {
  background: var(--brand-50);
  border: 1px solid #dce7f4;
  border-radius: .75rem;
  color: var(--brand-900);
  display: grid;
  grid-template-columns: 1fr auto;
  padding: .8rem;
  text-decoration: none;
}
.contact-client-links span { font-size: .82rem; font-weight: 800; }
.contact-client-links small { color: var(--ink-500); font-size: .58rem; grid-column: 1; }
.contact-client-links b { font-size: .8rem; grid-column: 2; grid-row: 1 / 3; }
.contact-client-links a:hover { background: var(--brand-600); color: #fff; transform: translateY(-2px); }
.contact-client-links a:hover small { color: #dceaff; }
@media (min-width: 992px) {
  .contact-aside { position: sticky; top: 1.5rem; }
}
@media (max-width: 991px) {
  .contact-hero-media { opacity: .35; width: 70%; }
  .contact-hero-overlay { background: linear-gradient(90deg, rgba(6,26,58,.98), rgba(7,39,82,.75)); }
}
@media (max-width: 767px) {
  .contact-hero { min-height: 0; padding: 1.3rem 0 3.6rem; }
  .contact-hero-media { clip-path: none; opacity: .16; width: 100%; }
  .contact-breadcrumb { margin-bottom: 2.8rem; }
  .contact-hero h1 { font-size: clamp(2.35rem, 10.5vw, 3.25rem); }
  .contact-hero-copy > p { font-size: .95rem; }
  .contact-hero-proof { align-items: flex-start; flex-direction: column; }
  .contact-main { padding-block: 2.25rem 4rem; }
  .contact-form-card,
  .contact-info-card,
  .contact-client-card { border-radius: 1rem; }
  .contact-submit-row { align-items: stretch; flex-direction: column; }
  .contact-submit { width: 100%; }
  .contact-submit-row small { max-width: none; }
}

/* SEO cluster pillars and supporting content */
.cluster-pillar-page .internal-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(20,190,101,.2), transparent 24%),
    linear-gradient(128deg, #041a3b 0%, #082e63 62%, #075847 130%);
}
.cluster-pillar-intro {
  align-items: center;
  background: linear-gradient(135deg, #071f46, #0a3b70);
  border: 1px solid rgba(75,145,225,.28);
  border-radius: 1.2rem;
  color: #d8e6f7;
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 56px minmax(0,1fr) auto;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  position: relative;
}
.cluster-pillar-intro::after { background: #15b860; border-radius: 50%; content: ""; filter: blur(2px); height: 120px; opacity: .14; position: absolute; right: -45px; top: -60px; width: 120px; }
.cluster-pillar-intro-icon, .cluster-parent-link-icon {
  align-items: center;
  background: rgba(25,202,105,.12);
  border: 1px solid rgba(39,215,119,.38);
  border-radius: .9rem;
  color: #2ada7b;
  display: flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}
.cluster-pillar-intro-icon svg, .cluster-parent-link-icon svg { fill: none; height: 27px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 27px; }
.cluster-pillar-intro-copy > span, .cluster-content-map-heading > span, .cluster-managed-faq > header > span {
  color: #45df8d;
  display: block;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .11em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}
.cluster-pillar-intro h2 { color: #fff; font-size: clamp(1.45rem, 2.4vw, 2rem); margin: 0 0 .5rem; }
.cluster-pillar-intro p { color: #c7d8ec; font-size: .84rem; line-height: 1.62; margin: 0; max-width: 620px; }
.cluster-pillar-stats { display: grid; gap: .55rem; grid-template-columns: repeat(2, minmax(90px,1fr)); position: relative; z-index: 1; }
.cluster-pillar-stats div { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: .75rem; padding: .75rem; text-align: center; }
.cluster-pillar-stats strong { color: #fff; display: block; font-family: "Urbanist",sans-serif; font-size: 1.25rem; }
.cluster-pillar-stats span { color: #aebfd4; display: block; font-size: .58rem; line-height: 1.3; }
.cluster-content-map { border-top: 1px solid var(--line); margin-top: clamp(3rem, 6vw, 5rem); padding-top: clamp(2.5rem, 5vw, 4rem); }
.cluster-content-map-heading { margin-bottom: 2.4rem; max-width: 680px; }
.cluster-content-map-heading > span, .cluster-managed-faq > header > span { color: var(--accent-600); }
.cluster-content-map-heading h2, .cluster-managed-faq h2 { font-size: clamp(2rem, 3.3vw, 2.8rem); margin-bottom: .75rem; }
.cluster-content-map-heading p, .cluster-content-group-heading p { color: var(--ink-500); font-size: .87rem; line-height: 1.65; }
.cluster-content-group + .cluster-content-group { border-top: 1px solid #e5ebf2; margin-top: 3rem; padding-top: 3rem; }
.cluster-content-group-heading { margin-bottom: 1.35rem; max-width: 670px; }
.cluster-content-group-heading > span { color: var(--brand-600); display: block; font-size: .65rem; font-weight: 800; letter-spacing: .1em; margin-bottom: .3rem; text-transform: uppercase; }
.cluster-content-group-heading h3 { font-size: 1.45rem; margin-bottom: .45rem; }
.cluster-content-group-heading p { margin: 0; }
.cluster-content-grid { display: grid; gap: .9rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
.cluster-content-card {
  background: #f8fafd;
  border: 1px solid #dde6f0;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 1.25rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.cluster-content-card.is-featured { background: linear-gradient(145deg,#f4f9ff,#f4fcf7); border-color: #bcd9cf; }
.cluster-content-card:hover { border-color: #a9c7e8; box-shadow: 0 12px 28px rgba(9,37,84,.08); transform: translateY(-2px); }
.cluster-content-type { color: var(--accent-600); font-size: .6rem; font-weight: 800; letter-spacing: .09em; margin-bottom: .55rem; text-transform: uppercase; }
.cluster-content-card h4 { font-size: 1.08rem; line-height: 1.3; margin-bottom: .65rem; }
.cluster-content-card h4 a { color: var(--brand-950); text-decoration: none; }
.cluster-content-card p { color: var(--ink-500); font-size: .72rem; line-height: 1.6; margin-bottom: 1rem; }
.cluster-content-link { color: var(--brand-600); font-size: .7rem; font-weight: 800; margin-top: auto; text-decoration: none; }
.cluster-content-link span { margin-left: .3rem; }
.cluster-content-group-servico_relacionado .cluster-content-card { min-height: 155px; }
.cluster-managed-faq { border-top: 1px solid var(--line); margin-top: clamp(3rem,6vw,5rem); padding-top: clamp(2.5rem,5vw,4rem); }
.cluster-managed-faq > header { margin-bottom: 1.5rem; max-width: 680px; }
.cluster-faq-list { display: grid; gap: .7rem; }
.cluster-faq-item { background: #f8fafd; border: 1px solid #dfe7f0; border-radius: .9rem; overflow: hidden; }
.cluster-faq-item summary { align-items: center; color: var(--brand-950); cursor: pointer; display: flex; font-family: "Urbanist",sans-serif; font-size: .98rem; font-weight: 750; gap: 1rem; justify-content: space-between; list-style: none; padding: 1rem 1.1rem; }
.cluster-faq-item summary::-webkit-details-marker { display: none; }
.cluster-faq-item summary span { align-items: center; background: #e8f9f0; border-radius: 50%; color: var(--accent-600); display: flex; flex: 0 0 28px; font-family: sans-serif; height: 28px; justify-content: center; transition: transform .2s ease; }
.cluster-faq-item[open] summary span { transform: rotate(45deg); }
.cluster-faq-item > div { border-top: 1px solid #e3eaf2; padding: 1rem 1.1rem; }
.cluster-faq-item p { color: var(--ink-700); font-size: .82rem; line-height: 1.68; margin: 0; }
.cluster-parent-link {
  align-items: center;
  background: linear-gradient(135deg,#071f46,#0b3c72);
  border-radius: 1rem;
  color: #d2e1f3;
  display: grid;
  gap: 1rem;
  grid-template-columns: 50px minmax(0,1fr) auto;
  margin-top: 3rem;
  padding: 1.25rem;
}
.cluster-parent-link-icon { height: 48px; width: 48px; }
.cluster-parent-link > div > span { color: #53df94; display: block; font-size: .63rem; font-weight: 800; letter-spacing: .08em; margin-bottom: .25rem; text-transform: uppercase; }
.cluster-parent-link h2 { color: #fff; font-size: 1.15rem; margin: 0 0 .3rem; }
.cluster-parent-link p { color: #b9cce1; font-size: .68rem; line-height: 1.55; margin: 0; }
.cluster-parent-link > a { background: var(--accent-500); border-radius: .65rem; color: #fff; font-size: .68rem; font-weight: 800; padding: .75rem .9rem; text-align: center; text-decoration: none; }
.cluster-parent-link > a:hover { background: #0b914f; }

@media (max-width: 991px) {
  .cluster-pillar-intro { grid-template-columns: 54px minmax(0,1fr); }
  .cluster-pillar-stats { grid-column: 1 / -1; }
  .cluster-parent-link { grid-template-columns: 48px minmax(0,1fr); }
  .cluster-parent-link > a { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .cluster-pillar-intro { align-items: start; grid-template-columns: 44px minmax(0,1fr); padding: 1rem; }
  .cluster-pillar-intro-icon { border-radius: .7rem; height: 42px; width: 42px; }
  .cluster-pillar-intro-icon svg { height: 22px; width: 22px; }
  .cluster-pillar-intro h2 { font-size: 1.3rem; }
  .cluster-pillar-intro p { font-size: .77rem; }
  .cluster-pillar-stats { gap: .45rem; }
  .cluster-content-grid { grid-template-columns: 1fr; }
  .cluster-content-card { min-height: 0; }
  .cluster-content-group + .cluster-content-group { margin-top: 2.25rem; padding-top: 2.25rem; }
  .cluster-parent-link { grid-template-columns: 42px minmax(0,1fr); padding: 1rem; }
  .cluster-parent-link-icon { height: 40px; width: 40px; }
  .cluster-parent-link p { display: none; }
}
