.page-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 84px;
  background:
    radial-gradient(circle at 82% 18%, rgba(21, 168, 232, 0.3), transparent 28%),
    linear-gradient(145deg, var(--dark), var(--primary-dark));
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -140px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
}

.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin: 0; max-width: 900px; font-size: clamp(2.5rem, 6vw, 4.8rem); line-height: 1; letter-spacing: 0; }
.page-hero p { max-width: 760px; margin: 20px 0 0; color: rgba(255,255,255,.84); font-size: 1.1rem; }
.page-count { display: inline-flex; margin-top: 22px; padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.86); font-weight: 800; }

.content-card,
.rich-content {
  color: var(--text);
}

.content-card {
  padding: clamp(26px, 5vw, 54px);
  border-radius: 30px;
  background: var(--white);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: var(--shadow);
}

.rich-content > :first-child { margin-top: 0; }
.rich-content > :last-child { margin-bottom: 0; }
.rich-content h2 { margin: 34px 0 14px; color: var(--dark); font-size: clamp(1.6rem, 3vw, 2.45rem); line-height: 1.12; letter-spacing: 0; }
.rich-content h3 { margin: 28px 0 10px; color: var(--dark); font-size: 1.3rem; }
.rich-content p, .rich-content li { color: var(--muted); }
.rich-content a { color: var(--primary); font-weight: 800; }
.rich-content ul, .rich-content ol { padding-left: 22px; }

.service-content-section { background: var(--white); }
.service-intro-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 42px; align-items: center; }
.service-image-card { min-height: 390px; border-radius: 30px; overflow: hidden; background: linear-gradient(145deg, var(--primary-soft), #fff); border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow); }
.service-image-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.service-image-card.is-empty { display: none; }

.service-benefits-section { background: linear-gradient(180deg, #f7fbff, #eef7ff); }
.benefits-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.benefits-grid .benefit-item { height: 100%; }

.process-section { background: var(--white); }
.process-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; padding: 0; margin: 0; list-style: none; }
.process-list li { padding: 28px; border-radius: var(--radius); background: var(--bg); border: 1px solid rgba(15,23,42,.08); }
.process-list li > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 16px; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: var(--white); font-weight: 900; }
.process-list h3 { margin: 0; color: var(--dark); }
.process-list p { margin: 8px 0 0; color: var(--muted); }

.seo-context-section { background: linear-gradient(180deg, #f7fbff, #fff); }
.seo-context-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: 40px; align-items: center; }
.seo-context-grid h2 { margin: 0 0 18px; color: var(--dark); font-size: clamp(2rem,4vw,3.25rem); line-height: 1.06; letter-spacing: 0; }
.seo-context-card { padding: 30px; border-radius: 28px; color: var(--white); background: radial-gradient(circle at top right, rgba(21,168,232,.28), transparent 36%), linear-gradient(145deg,var(--dark),var(--primary-dark)); box-shadow: var(--shadow); }
.seo-context-card > svg { width: 48px; height: 48px; padding: 11px; border-radius: 16px; background: rgba(255,255,255,.12); }
.seo-context-card img:not(.whatsapp-icon) { max-width: 170px; max-height: 70px; padding: 12px; border-radius: 16px; background: var(--white); object-fit: contain; }
.seo-context-card h3 { margin: 22px 0 8px; font-size: 1.55rem; }
.seo-context-card p { margin: 0 0 22px; color: rgba(255,255,255,.8); }

.related-section { background: var(--bg); }
.related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.related-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 92px; padding: 22px 24px; border-radius: 22px; background: var(--white); border: 1px solid rgba(15,23,42,.08); box-shadow: 0 14px 34px rgba(10,41,77,.07); font-weight: 900; color: var(--dark); transition: transform .2s ease, box-shadow .2s ease; }
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.related-card svg { width: 20px; height: 20px; color: var(--primary); }

.list-section { background: var(--bg); }
.list-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.list-card { overflow: hidden; border-radius: 26px; background: var(--white); border: 1px solid rgba(15,23,42,.08); box-shadow: 0 18px 48px rgba(10,41,77,.08); }
.list-card > img { width: 100%; height: 230px; object-fit: cover; background: #fff; }
.list-card--brand > img { object-fit: contain; padding: 34px; }
.list-card > div { padding: 26px; }
.list-card > div > span { display: inline-flex; margin-bottom: 10px; color: var(--primary); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.list-card h2 { margin: 0; color: var(--dark); font-size: 1.45rem; line-height: 1.15; }
.list-card p { margin: 12px 0 0; color: var(--muted); }

.about-hero {
  position: relative;
  overflow: hidden;
  background: var(--dark);
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,24,48,.94) 0%, rgba(7,27,51,.82) 48%, rgba(6,79,150,.56) 100%),
    url("/src/assets/images/banner_pc.jpg") center / cover no-repeat;
}

.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1fr) 430px;
  gap: 58px;
  align-items: center;
  min-height: 660px;
  padding: 82px 0;
}

.about-hero-content h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.55rem,5vw,4.65rem);
  line-height: 1;
  letter-spacing: 0;
}

.about-hero-content > p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 1.12rem;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.about-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 34px;
}

.about-hero-metrics div {
  min-height: 86px;
  padding: 17px;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(14px);
}

.about-hero-metrics strong,
.about-hero-metrics span {
  display: block;
}

.about-hero-metrics strong {
  color: var(--white);
  font-size: 1.05rem;
}

.about-hero-metrics span {
  margin-top: 4px;
  color: rgba(255,255,255,.76);
  font-size: .92rem;
}

.about-hero-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  background: var(--white);
  border: 1px solid rgba(255,255,255,.46);
  box-shadow: var(--shadow);
}

.about-hero-media img {
  width: 100%;
  height: 455px;
  object-fit: cover;
}

.about-hero-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 18px;
  color: var(--white);
  background: rgba(7,27,51,.86);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
}

.about-hero-media span,
.about-hero-media strong {
  display: block;
}

.about-hero-media span {
  margin-bottom: 6px;
  color: #b9ebff;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-hero-media strong {
  line-height: 1.3;
}

.about-story-section {
  background: var(--white);
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 410px;
  gap: 54px;
  align-items: start;
}

.about-story-copy {
  max-width: 760px;
}

.about-story-copy > .eyebrow {
  margin-bottom: 24px;
}

.about-scope-panel {
  position: sticky;
  top: 112px;
  padding: 30px;
  border-radius: 28px;
  color: var(--white);
  background: linear-gradient(145deg,var(--dark),var(--primary-dark));
  box-shadow: var(--shadow);
}

.about-scope-panel h2 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-scope-panel p {
  margin: 16px 0 22px;
  color: rgba(255,255,255,.82);
}

.about-scope-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-scope-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.88);
  font-weight: 800;
}

.about-scope-panel li svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: #80f0b0;
}

.about-scope-panel li svg[data-lucide="x-circle"] {
  color: #ffd18a;
}

.about-gallery-section {
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.about-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr);
  gap: 18px;
  align-items: stretch;
}

.about-gallery-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 44px rgba(10,41,77,.08);
}

.about-gallery-card--wide {
  grid-row: span 2;
  grid-template-rows: minmax(420px,1fr) auto;
}

.about-gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-gallery-card--wide img {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

.about-gallery-card figcaption {
  padding: 22px;
}

.about-gallery-card span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--primary);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.about-gallery-card strong {
  display: block;
  color: var(--dark);
  font-size: 1.04rem;
  line-height: 1.32;
}

.about-process-section {
  background: var(--white);
}

.about-process-list {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-process-list li {
  padding: 26px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid rgba(15,23,42,.08);
}

.about-process-list li > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font-weight: 900;
}

.about-process-list h3 {
  margin: 0;
  color: var(--dark);
  font-size: 1.15rem;
  line-height: 1.2;
}

.about-process-list p {
  margin: 9px 0 0;
  color: var(--muted);
}

.about-values-section {
  background: linear-gradient(180deg, #f7fbff, #eef7ff);
}

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

.about-values-grid article {
  padding: 28px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 44px rgba(10,41,77,.08);
}

.about-values-grid article > svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 15px;
  color: var(--primary);
  background: var(--primary-soft);
}

.about-values-grid h3 {
  margin: 20px 0 8px;
  color: var(--dark);
  font-size: 1.18rem;
}

.about-values-grid p {
  margin: 0;
  color: var(--muted);
}

.about-transparency-section {
  padding: 74px 0;
  color: var(--white);
  background: linear-gradient(145deg,var(--dark),var(--primary-dark));
}

.about-transparency-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 36px;
  align-items: center;
}

.about-transparency-grid h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2rem,4vw,3.1rem);
  line-height: 1.07;
  letter-spacing: 0;
}

.about-transparency-grid p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.82);
}

.about-transparency-points {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-transparency-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.86);
  font-weight: 800;
}

.about-transparency-points svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: #b9ebff;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  min-height: 660px;
  background: var(--dark);
}

.contact-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,24,48,.95) 0%, rgba(7,27,51,.82) 44%, rgba(7,27,51,.5) 100%),
    url("/src/assets/images/servico6.jpeg") center right / cover no-repeat;
  transform: scale(1.02);
}

.contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1fr) 390px;
  gap: 54px;
  align-items: center;
  padding: 86px 0;
}

.contact-hero-content h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.65rem,5vw,4.7rem);
  line-height: 1;
  letter-spacing: 0;
}

.contact-hero-content > p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 1.12rem;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.contact-hero-points {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  max-width: 760px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.contact-hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 74px;
  padding: 16px;
  border-radius: 18px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(14px);
  font-weight: 800;
}

.contact-hero-points svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: #b9ebff;
}

.contact-hero-card {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: var(--shadow);
}

.contact-hero-card img {
  width: 100%;
  height: 278px;
  object-fit: cover;
}

.contact-hero-card-body {
  padding: 24px;
}

.contact-hero-card-body span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--primary);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-hero-card-body h2 {
  margin: 0;
  color: var(--dark);
  font-size: 1.45rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.contact-hero-card-body p {
  margin: 12px 0 0;
  color: var(--muted);
}

.contact-section {
  background: linear-gradient(180deg, var(--white), #eef7ff);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 430px;
  gap: 54px;
  align-items: start;
}

.contact-copy {
  max-width: 680px;
}

.contact-copy h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(2rem,4vw,3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-copy > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 28px;
}

.contact-actions > a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 18px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 16px 38px rgba(10,41,77,.08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.contact-actions > a:hover {
  transform: translateY(-3px);
  border-color: rgba(11,116,209,.24);
  box-shadow: 0 20px 46px rgba(10,41,77,.12);
}

.contact-actions > a > svg,
.contact-actions > a > img {
  width: 30px;
  height: 30px;
  color: var(--primary);
}

.contact-actions strong,
.contact-actions span {
  display: block;
}

.contact-actions strong {
  color: var(--dark);
}

.contact-actions span {
  color: var(--muted);
}

.contact-support-panel {
  margin-top: 28px;
  padding: 26px;
  border-radius: 24px;
  color: var(--white);
  background: linear-gradient(145deg,var(--dark),var(--primary-dark));
  box-shadow: 0 24px 64px rgba(10,41,77,.15);
}

.contact-support-panel h3 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.2;
}

.contact-support-panel ul {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.contact-support-panel li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: rgba(255,255,255,.82);
}

.contact-support-panel svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: #b9ebff;
}

.contact-form-wrap .hero-form-card {
  background: var(--white);
  border-color: rgba(11,116,209,.14);
  box-shadow: var(--shadow);
}

.contact-section .form-heading p,
.contact-section .form-status {
  color: var(--muted);
}

.contact-guidance-section {
  padding: 0 0 92px;
  background: #eef7ff;
}

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

.contact-guidance-heading {
  padding: 30px 30px 30px 0;
}

.contact-guidance-heading h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(1.85rem,3vw,2.65rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-guidance-grid article {
  padding: 26px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 16px 38px rgba(10,41,77,.08);
}

.contact-guidance-grid article > svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 14px;
  color: var(--primary);
  background: var(--primary-soft);
}

.contact-guidance-grid h3 {
  margin: 18px 0 8px;
  color: var(--dark);
  font-size: 1.15rem;
}

.contact-guidance-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .96rem;
}

.post-layout { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 46px; align-items: start; }
.post-content { padding: clamp(26px,4vw,48px); border-radius: 28px; background: var(--white); border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow); }
.post-image { position: sticky; top: 110px; overflow: hidden; border-radius: 26px; background: var(--white); border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow); }
.post-image img { width: 100%; height: auto; }
.post-hero time { display: inline-block; margin-top: 18px; color: rgba(255,255,255,.76); }

.not-found { text-align: center; }
.not-found .btn { margin-top: 24px; }

@media (max-width: 1024px) {
  .service-intro-grid, .seo-context-grid, .about-hero-grid, .about-story-grid, .about-transparency-grid, .contact-grid, .contact-hero-grid, .contact-guidance-grid, .post-layout { grid-template-columns: 1fr; }
  .about-gallery-grid, .benefits-grid, .process-list, .list-grid, .related-grid, .about-process-list, .about-values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-image-card, .service-image-card img { min-height: 320px; }
  .about-hero-grid { gap: 36px; min-height: auto; }
  .about-hero-media { max-width: 560px; }
  .about-gallery-card--wide { grid-row: auto; grid-template-rows: auto 1fr; }
  .about-gallery-card--wide img { min-height: 0; aspect-ratio: 4 / 3; }
  .about-scope-panel { position: static; max-width: 620px; }
  .about-transparency-grid { justify-items: start; }
  .contact-hero { min-height: auto; }
  .contact-hero-grid { gap: 34px; }
  .contact-hero-card { max-width: 560px; }
  .contact-guidance-heading { padding: 0; }
  .post-image { position: static; max-width: 560px; }
}

@media (max-width: 768px) {
  .page-hero { padding: 68px 0 62px; }
  .page-hero h1 { font-size: clamp(2.35rem,12vw,3.7rem); }
  .about-gallery-grid, .benefits-grid, .process-list, .list-grid, .related-grid, .about-process-list, .about-values-grid { grid-template-columns: 1fr; }
  .service-intro-grid, .seo-context-grid { gap: 28px; }
  .service-image-card, .service-image-card img { min-height: 240px; }
  .content-card { border-radius: 24px; }
  .about-hero-bg { background-position: center; }
  .about-hero-grid { padding: 62px 0; }
  .about-hero-content h1 { font-size: clamp(2.25rem,12vw,3.45rem); }
  .about-hero-actions, .about-hero-metrics { display: grid; grid-template-columns: 1fr; }
  .about-hero-media img { height: 330px; }
  .about-hero-media figcaption { position: static; border-radius: 0; background: var(--dark); }
  .about-story-grid { gap: 30px; }
  .about-gallery-card, .about-scope-panel, .about-process-list li, .about-values-grid article { border-radius: 22px; }
  .about-transparency-section { padding: 62px 0; }
  .contact-hero-bg { background-position: center; }
  .contact-hero-grid { padding: 62px 0; }
  .contact-hero-content h1 { font-size: clamp(2.25rem,12vw,3.5rem); }
  .contact-hero-points, .contact-actions { grid-template-columns: 1fr; }
  .contact-hero-card img { height: 230px; }
  .contact-section { padding-bottom: 58px; }
  .contact-guidance-section { padding-bottom: 68px; }
  .contact-guidance-grid article, .contact-support-panel { border-radius: 20px; }
}

.brand-context-section { background: linear-gradient(180deg, #ffffff, #f3f9ff); }
.brand-context-card { background: radial-gradient(circle at top right, rgba(32, 192, 99, 0.2), transparent 36%), linear-gradient(145deg, var(--dark), var(--primary-dark)); }
.legal-content { max-width: 960px; }
.post-section { background: var(--bg); }
.not-found-section { min-height: 70vh; display: grid; place-items: center; padding: 90px 0; text-align: center; background: radial-gradient(circle at top, rgba(11,116,209,.16), transparent 42%), var(--bg); }
.not-found-section span { display: block; color: var(--primary); font-size: clamp(4.5rem, 14vw, 9rem); font-weight: 900; line-height: .9; letter-spacing: 0; }
.not-found-section h1 { margin: 20px 0 0; color: var(--dark); font-size: clamp(2rem,5vw,3.8rem); line-height: 1; letter-spacing: 0; }
.not-found-section p { max-width: 620px; margin: 18px auto 0; color: var(--muted); }
.not-found-section > .container > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

@media (max-width: 768px) {
  .not-found-section > .container > div { display: grid; }
}

/* Estrutura editorial e páginas do briefing */
.breadcrumb {
  background: #f7fbff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 48px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  color: var(--muted);
  font-size: .88rem;
}
.breadcrumb li { display: inline-flex; align-items: center; gap: 7px; min-width: 0; }
.breadcrumb a { color: var(--primary); font-weight: 750; }
.breadcrumb span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.breadcrumb svg { width: 15px; height: 15px; flex: 0 0 auto; }

.service-hub-section { background: linear-gradient(180deg, #f8fbff, #fff); }
.hub-groups { display: grid; gap: 42px; }
.hub-group > h3 { margin: 0 0 18px; color: var(--dark); font-size: 1.45rem; }

.category-index-section { background: linear-gradient(180deg, #f8fbff, #fff); }
.category-card .category-card-count {
  color: var(--primary);
  font-size: .88rem;
  font-weight: 800;
}
.category-context-section { padding-block: 34px; background: #f8fbff; }
.category-context-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}
.category-context-card h2 { margin: 9px 0 8px; color: var(--dark); }
.category-context-card p { max-width: 760px; margin: 0; color: var(--muted); }
.category-context-card .btn { white-space: nowrap; }

.brand-detail-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: center;
  gap: 38px;
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 48px rgba(10, 41, 77, .08);
}
.brand-detail-card img {
  width: 100%;
  height: 130px;
  padding: 18px;
  object-fit: contain;
  border-radius: 22px;
  background: #f8fbff;
}
.brand-detail-card h2 { margin: 9px 0 10px; color: var(--dark); }
.brand-detail-card p { margin: 0; color: var(--muted); }

.city-detail-section { background: #f8fbff; }
.location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 18px;
  padding: 0;
  list-style: none;
}
.location-tags li {
  padding: 8px 13px;
  border-radius: 999px;
  color: #17466f;
  background: #e8f4ff;
  border: 1px solid rgba(11, 116, 209, .12);
  font-weight: 750;
  font-size: .9rem;
}
.location-tags--links li { padding: 0; }
.location-tags--links a {
  display: block;
  padding: 8px 13px;
  color: inherit;
  text-decoration: none;
}
.location-tags--links a:hover,
.location-tags--links a:focus-visible { color: var(--primary-dark); text-decoration: underline; }
.location-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 18px;
  padding: 0;
  list-style: none;
}
.location-facts li {
  padding: 14px 16px;
  border-radius: 14px;
  color: var(--muted);
  background: #f8fbff;
  border: 1px solid rgba(11, 116, 209, .12);
}
.location-facts strong { color: var(--dark); }
.small-note { color: var(--muted); font-size: .92rem; }

.coverage-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.coverage-detail-card {
  padding: 28px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 16px 42px rgba(10, 41, 77, .07);
}
.coverage-detail-card h2 { margin: 0; color: var(--dark); font-size: 1.35rem; }
.coverage-detail-card p { margin: 10px 0 0; color: var(--muted); }

.request-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  gap: 34px;
  align-items: start;
}
.request-grid .hero-form-card {
  color: var(--dark);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: var(--shadow);
}
.request-grid .form-heading p { color: var(--muted); }

.post-grid { display: grid; gap: 22px; }
.post-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 26px;
  overflow: hidden;
  padding: 18px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 16px 42px rgba(10, 41, 77, .07);
}
.post-card-image { min-height: 210px; border-radius: 20px; overflow: hidden; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.post-card > div { padding: 12px 12px 12px 0; }
.post-card span { color: var(--primary); font-weight: 850; font-size: .84rem; text-transform: uppercase; }
.post-card h2 { margin: 8px 0 10px; font-size: 1.45rem; color: var(--dark); }
.post-card p { margin: 0 0 16px; color: var(--muted); }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.pagination a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #fff; border: 1px solid rgba(15,23,42,.1); font-weight: 850; color: var(--primary); }
.pagination a[aria-current="page"] { color: #fff; background: var(--primary); }

.thank-you-section { min-height: 70vh; display: grid; align-items: center; padding: 80px 0; background: linear-gradient(180deg,#f7fbff,#fff); text-align: center; }
.thank-you-section .content-card { max-width: 720px; }
.success-icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 20px; border-radius: 24px; color: var(--whatsapp-dark); background: rgba(32,192,99,.12); }
.success-icon svg { width: 38px; height: 38px; }

.scope-section { padding-top: 0; }
.scope-card h2 { margin: 0; font-size: 1.25rem; }
