﻿:root {
  --bg: #f4f8ff;
  --text: #1f2937;
  --brand: #1e40af;
  --font-inter: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Inter", var(--font-inter);
  font-feature-settings: normal;
  font-variation-settings: normal;
  background: linear-gradient(180deg, #f4f8ff 0%, #eef4ff 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--brand); text-decoration: none; }

code {
  background: #f0e7d1;
  padding: 0.1rem 0.35rem;
  border-radius: 3px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: linear-gradient(90deg, rgba(236, 244, 255, 0.84), rgba(219, 234, 254, 0.84));
  backdrop-filter: blur(6px);
  box-shadow: 0 3px 12px rgba(30, 64, 175, 0.12);
}

.site-header-inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  min-height: 90px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-logo {
  width: 94px;
  height: auto;
  object-fit: contain;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 1.42rem;
  font-weight: 700;
  color: #1e40af;
}

.brand-text small {
  margin-top: 0.15rem;
  color: #4b5563;
  font-size: 0.8rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.3rem;
}

.site-nav-toggle {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #111111;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.site-nav-toggle:hover {
  color: #1e40af;
  background: rgba(191, 219, 254, 0.55);
}

.site-nav-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.18s ease, transform 0.2s ease;
}

.site-nav-icon-close {
  position: absolute;
  opacity: 0;
  transform: scale(0.9);
}

.site-header[data-mobile-open="true"] .site-nav-icon-menu {
  opacity: 0;
  transform: scale(0.9);
}

.site-header[data-mobile-open="true"] .site-nav-icon-close {
  opacity: 1;
  transform: scale(1);
}

.site-nav a {
  padding: 0.45rem 0.75rem;
  border-radius: 7px;
  font-size: 0.92rem;
  font-weight: 500;
  color: #374151;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.site-nav a:hover {
  color: #1e40af;
  background: rgba(219, 234, 254, 0.6);
}

.main-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 7.2rem 1rem 2rem;
}

.home-main {
  margin: 0;
  padding: 0;
}

.site-footer {
  background: linear-gradient(135deg, #1e40af, #3b82f6);
  color: #eff6ff;
}

.site-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3rem 1rem 2.5rem;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
}

.site-footer-brand-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-footer-logo {
  width: 126px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-footer-brand h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Inter", var(--font-inter);
}

.site-footer-brand p {
  margin: 0.2rem 0 0;
  color: #dbeafe;
  font-size: 0.875rem;
}

.site-footer-brand-text {
  margin: 1rem 0 0;
  color: #dbeafe;
  line-height: 1.45;
  font-size: 0.875rem;
  max-width: 460px;
}

.site-footer-links h3,
.site-footer-contact h3 {
  margin: 0 0 0.95rem;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.15;
  font-weight: 600;
}

.site-footer-links ul,
.site-footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-links li + li,
.site-footer-contact li + li {
  margin-top: 0.85rem;
}

.site-footer-links a,
.site-footer-contact a {
  color: #dbeafe;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-links a:hover,
.site-footer-contact a:hover {
  color: #ffffff;
}

.site-footer-links a {
  display: inline-block;
}

.site-footer-links a:hover {
  transform: translateX(4px);
}

.site-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #dbeafe;
  font-size: 0.875rem;
}

.site-footer-icon {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex: 0 0 auto;
}

.site-footer-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer-bottom {
  margin-top: 2.1rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(147, 197, 253, 0.32);
  text-align: center;
  color: #dbeafe;
}

.site-footer-bottom small {
  font-size: 0.875rem;
}

@media (max-width: 1023.98px) {
  .site-header-inner {
    min-height: 78px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }

  .brand-link {
    grid-column: 1;
    gap: 0;
    z-index: 2;
  }

  .brand-logo {
    width: 74px;
  }

  .brand-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 170px);
    text-align: left;
    pointer-events: none;
  }

  .brand-text strong {
    font-size: 1.42rem;
    line-height: 1.08;
    white-space: nowrap;
  }

  .brand-text small {
    font-size: 0.8rem;
  }

  .site-nav-toggle {
    grid-column: 3;
    justify-self: end;
    display: inline-flex;
    z-index: 2;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(219, 234, 254, 0.98));
    border-top: 1px solid rgba(191, 219, 254, 0.7);
    transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease;
  }

  .site-header[data-mobile-open="true"] .site-nav {
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    padding: 0.75rem 1rem 1rem;
  }

  .site-nav a {
    display: block;
    width: 100%;
    font-size: 0.95rem;
    padding: 0.6rem 0.7rem;
  }

  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.7rem;
  }

  .site-footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer-brand h2,
  .site-footer-links h3,
  .site-footer-contact h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .brand-logo {
    width: 74px;
  }

  .brand-text strong {
    font-size: 1rem;
  }

  .brand-text small {
    font-size: 0.74rem;
  }

  .site-footer-inner {
    padding: 2.4rem 1rem 2rem;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .site-footer-brand-head {
    gap: 0.8rem;
  }

  .site-footer-logo {
    width: 102px;
  }

  .site-footer-brand h2,
  .site-footer-links h3,
  .site-footer-contact h3 {
    font-size: 1.125rem;
  }

  .site-footer-brand p,
  .site-footer-brand-text,
  .site-footer-links a,
  .site-footer-contact li {
    font-size: 0.875rem;
  }

  .site-footer-bottom {
    margin-top: 1.7rem;
    padding-top: 1.2rem;
  }

  .site-footer-bottom small {
    font-size: 0.875rem;
  }
}

/* ==== PARITY GLOBAL (Next.js baseline) ==== */
html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Inter", var(--font-inter);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #020817;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

body .page-container,
body .public-page .public-container {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1rem;
}

body .public-page .public-reading {
  max-width: 56rem;
  margin-inline: auto;
}

@media (min-width: 640px) {
  body .page-container,
  body .public-page .public-container {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 768px) {
  body .public-page .public-section {
    padding-block: 4rem;
  }
}

@media (min-width: 1024px) {
  body .page-container,
  body .public-page .public-container {
    padding-inline: 2rem;
  }
}

@media (min-width: 1280px) {
  body .public-page .public-container {
    max-width: 80rem;
  }
}

@media (min-width: 1536px) {
  body .public-page .public-container {
    max-width: 80rem;
  }
}

/* ==== PARITY PAGE: sobre ==== */
body [data-ui="about-page"] {
  min-height: 100vh;
}

body [data-ui="about-page"] [data-ui="about-hero-section"] {
  margin-top: 72px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #dbeafe 100%);
}

body [data-ui="about-page"] [data-ui="about-history-section"],
body [data-ui="about-page"] [data-ui="about-stats-section"] {
  padding-block: 4rem;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

body [data-ui="about-page"] [data-ui="about-values-section"] {
  padding-block: 4rem;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

body [data-ui="about-page"] [data-ui="about-hero-container"],
body [data-ui="about-page"] [data-ui="about-history-container"],
body [data-ui="about-page"] [data-ui="about-stats-container"] {
  max-width: 56rem;
}

body [data-ui="about-page"] [data-ui="about-values-container"] {
  max-width: 80rem;
}

body [data-ui="about-page"] [data-ui="about-page-title"] {
  margin: 0 0 1.5rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="about-page"] [data-ui="about-page-subtitle"] {
  margin: 0;
  font-size: 1.25rem;
  line-height: 2.03125rem;
  font-weight: 400;
  color: #374151;
}

body [data-ui="about-page"] [data-ui="about-history-title"],
body [data-ui="about-page"] [data-ui="about-values-title"],
body [data-ui="about-page"] [data-ui="about-stats-title"] {
  margin: 0 0 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="about-page"] [data-ui="about-values-title"],
body [data-ui="about-page"] [data-ui="about-stats-title"] {
  margin-bottom: 3rem;
}

body [data-ui="about-page"] [data-ui="about-history-container"] p {
  margin: 0;
  color: #374151;
  line-height: 1.625;
}

body [data-ui="about-page"] [data-ui="about-history-container"] p + p {
  margin-top: 1rem;
}

body [data-ui="about-page"] [data-ui="about-values-grid"],
body [data-ui="about-page"] [data-ui="about-stats-grid"] {
  gap: 2rem;
}

body [data-ui="about-page"] [data-ui="about-value-card"] {
  display: flex;
  flex-direction: column;
  background: rgba(239, 246, 255, 0.8);
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

body [data-ui="about-page"] [data-ui="about-value-icon"] {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body [data-ui="about-page"] [data-ui="about-value-icon"] svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body [data-ui="about-page"] [data-ui="about-value-icon"][data-tone="amber"] {
  color: #f59e0b;
}

body [data-ui="about-page"] [data-ui="about-value-icon"][data-tone="green"] {
  color: #10b981;
}

body [data-ui="about-page"] [data-ui="about-value-icon"][data-tone="blue"] {
  color: #3b82f6;
}

body [data-ui="about-page"] [data-ui="about-value-card"] h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="about-page"] [data-ui="about-value-card"] p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #4b5563;
}

body [data-ui="about-page"] [data-ui="about-stat-card"] {
  background: rgba(219, 234, 254, 0.8);
  border-radius: 0.75rem;
  box-shadow: none;
  padding: 2rem;
}

body [data-ui="about-page"] [data-ui="about-stat-card"] strong {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="about-page"] [data-ui="about-stat-card"] span {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #4b5563;
}

@media (max-width: 767.98px) {
  body [data-ui="about-page"] [data-ui="about-values-title"],
  body [data-ui="about-page"] [data-ui="about-stats-title"] {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  body [data-ui="about-page"] [data-ui="about-stats-grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ==== PARITY PAGE: ramos ==== */
body [data-ui="page-ramos-list"] [data-ui="ramos-hero"] {
  margin-top: 72px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #dbeafe 100%);
}

body [data-ui="page-ramos-list"] [data-ui="ramos-head"] {
  max-width: 80rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-title"] {
  margin: 0 0 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-subtitle"] {
  margin: 0 auto;
  max-width: 48rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #4b5563;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-list-container"] {
  max-width: 80rem;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-grid"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-card"] {
  background: rgba(239, 246, 255, 0.8);
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transform: none;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-card"]:hover,
body [data-ui="page-ramos-list"] [data-ui="ramos-card"]:focus-visible {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: none;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-card-media"] {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: rgba(219, 234, 254, 0.6);
  padding: 1.5rem;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-card-media"] img {
  padding: 0.25rem;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-card-title"] {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-card-sigla"] {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-card-missao"] {
  margin: 0 0 1rem;
  color: #4b5563;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-card-cta"] {
  margin-top: auto;
  color: #1e40af;
  font-weight: 500;
}

body [data-ui="page-ramos-list"] [data-ui="ramos-card"]:hover [data-ui="ramos-card-title"],
body [data-ui="page-ramos-list"] [data-ui="ramos-card"]:focus-visible [data-ui="ramos-card-title"],
body [data-ui="page-ramos-list"] [data-ui="ramos-card"]:hover [data-ui="ramos-card-cta"],
body [data-ui="page-ramos-list"] [data-ui="ramos-card"]:focus-visible [data-ui="ramos-card-cta"] {
  color: #3b82f6;
}

@media (min-width: 768px) {
  body [data-ui="page-ramos-list"] [data-ui="ramos-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body [data-ui="page-ramos-list"] [data-ui="ramos-grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* ==== PARITY PAGE: ramos-cml9x61aw0005sluj8kp73zl9 ==== */
body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-hero"] {
  margin-top: 72px;
  padding-block: 4rem;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-hero-container"] {
  max-width: 64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-logo"] {
  width: 12rem;
  height: 12rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-logo"] img {
  object-fit: contain;
  padding: 1rem;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-title"] {
  margin: 0 0 0.75rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-subtitle"] {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-badge"] {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  background: #bfdbfe;
  color: #1e40af;
  font-size: 0.875rem;
  font-weight: 500;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-history-section"],
body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-content-section"],
body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-contact-section"] {
  padding-block: 3rem;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-media-section"],
body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-info-section"] {
  padding-block: 3rem;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-videos-section"] {
  padding-block: 3rem;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-reading"] {
  max-width: 56rem;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-videos-container"] {
  max-width: 72rem;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-info-container"] {
  max-width: 56rem;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-section-title"] {
  margin: 0 0 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-paragraph"] {
  margin: 0;
  color: #374151;
  line-height: 1.625;
  white-space: pre-line;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-banner-media"] {
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-videos-grid"] {
  gap: 1.5rem;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-video-card"] {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-info-grid"] {
  gap: 1.5rem;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-info-card"] {
  background: rgba(219, 234, 254, 0.8);
  border-radius: 0.5rem;
  box-shadow: none;
  padding: 1.5rem;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-info-card"] span {
  margin: 0 0 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4b5563;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-info-card"] strong {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #1e40af;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-contact-list"] {
  display: grid;
  gap: 0.75rem;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-contact-list"] li {
  margin: 0;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-contact-list"] a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #374151;
  transition: color 0.2s ease;
}

body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-contact-list"] a:hover,
body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-contact-list"] a:focus-visible {
  color: #1e40af;
}

body [data-ui="page-ramo-detail"] .public-contact-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
}

body [data-ui="page-ramo-detail"] .public-contact-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 768px) {
  body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-hero-container"] {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }

  body [data-ui="page-ramo-detail"] [data-ui="ramo-detail-title"] {
    font-size: 3rem;
    line-height: 3rem;
  }
}
/* ==== PARITY PAGE: herois ==== */
body [data-ui="page-herois-list"] [data-ui="herois-hero"] {
  margin-top: 72px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #dbeafe 100%);
}

body [data-ui="page-herois-list"] [data-ui="herois-head"] {
  max-width: 80rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}

body [data-ui="page-herois-list"] [data-ui="herois-title"] {
  margin: 0 0 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-herois-list"] [data-ui="herois-subtitle"] {
  margin: 0 auto;
  max-width: 48rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-herois-list"] [data-ui="herois-list-container"] {
  max-width: 80rem;
}

body [data-ui="page-herois-list"] [data-ui="herois-grid"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

body [data-ui="page-herois-list"] [data-ui="herois-card"] {
  background: rgba(239, 246, 255, 0.8);
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transform: none;
}

body [data-ui="page-herois-list"] [data-ui="herois-card"]:hover,
body [data-ui="page-herois-list"] [data-ui="herois-card"]:focus-visible {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: none;
}

body [data-ui="page-herois-list"] [data-ui="herois-card-media"] {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: rgba(219, 234, 254, 0.6);
  padding: 0;
}

body [data-ui="page-herois-list"] [data-ui="herois-card-media"] img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
}

body [data-ui="page-herois-list"] [data-ui="herois-card-title"] {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-herois-list"] [data-ui="herois-card-tipo"],
body [data-ui="page-herois-list"] [data-ui="herois-card-nome-original"] {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
}

body [data-ui="page-herois-list"] [data-ui="herois-card-bio"] {
  margin: 0 0 1rem;
  color: #4b5563;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

body [data-ui="page-herois-list"] [data-ui="herois-card-cta"] {
  margin-top: auto;
  color: #1e40af;
  font-weight: 500;
}

body [data-ui="page-herois-list"] [data-ui="herois-card"]:hover [data-ui="herois-card-title"],
body [data-ui="page-herois-list"] [data-ui="herois-card"]:focus-visible [data-ui="herois-card-title"],
body [data-ui="page-herois-list"] [data-ui="herois-card"]:hover [data-ui="herois-card-cta"],
body [data-ui="page-herois-list"] [data-ui="herois-card"]:focus-visible [data-ui="herois-card-cta"] {
  color: #3b82f6;
}

@media (min-width: 768px) {
  body [data-ui="page-herois-list"] [data-ui="herois-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body [data-ui="page-herois-list"] [data-ui="herois-grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* ==== PARITY PAGE: heroi-cml9x61b40009slujwym0nob9 ==== */
body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-hero"] {
  margin-top: 72px;
  padding-block: 4rem;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-hero-container"] {
  max-width: 64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-logo"] {
  width: 12rem;
  height: 12rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-logo"] img {
  object-fit: cover;
  border-radius: 0.75rem;
  padding: 0;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-badge"] {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #1e40af;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-title"] {
  margin: 0 0 0.75rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-subtitle"] {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-primary-section"],
body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-content-section"] {
  padding-block: 3rem;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-media-section"],
body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-videos-section"] {
  padding-block: 3rem;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-primary-container"],
body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-reading"] {
  max-width: 56rem;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-videos-container"] {
  max-width: 72rem;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-meta-grid"] {
  gap: 1rem;
  margin-bottom: 2rem;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-meta-card"] {
  background: rgba(219, 234, 254, 0.8);
  border-radius: 0.5rem;
  box-shadow: none;
  padding: 1rem;
  text-align: center;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-meta-card"] span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4b5563;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-meta-card"] strong {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #1e40af;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-panel"] {
  background: rgba(239, 246, 255, 0.8);
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-h2"] {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-h2-large"] {
  margin: 0 0 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-text"] {
  margin: 0;
  color: #374151;
  line-height: 1.625;
  white-space: pre-line;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-banner-media"] {
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-warm-grid"] {
  gap: 1.5rem;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-warm-card"] {
  background: rgba(254, 243, 199, 0.8);
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-warm-card"] h3 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #b45309;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-patrono"] {
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-videos-grid"] {
  gap: 1.5rem;
}

body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-video-card"] {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}

@media (min-width: 768px) {
  body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-hero-container"] {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }

  body [data-ui="page-heroi-detail"] [data-ui="heroi-detail-title"] {
    font-size: 3rem;
    line-height: 3rem;
  }
}
/* ==== PARITY PAGE: noticias ==== */
body [data-ui="page-noticias-list"] [data-ui="noticias-hero"] {
  margin-top: 72px;
  padding-block: 4rem;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #dbeafe 100%);
}

body [data-ui="page-noticias-list"] [data-ui="noticias-head"] {
  max-width: 80rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-title"] {
  margin: 0 0 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-subtitle"] {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-grid"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-card"] {
  background: rgba(239, 246, 255, 0.8);
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-card-media"] {
  margin: 0;
  border-radius: 0;
  aspect-ratio: 16 / 9;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-card-body"] {
  padding: 1.25rem;
  min-height: 232px;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-card-date"] {
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-card-title"] {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #111827;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-card-resumo"] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4b5563;
  -webkit-line-clamp: 3;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-card"]:hover [data-ui="noticias-card-title"],
body [data-ui="page-noticias-list"] [data-ui="noticias-card"]:focus-visible [data-ui="noticias-card-title"],
body [data-ui="page-noticias-list"] [data-ui="noticias-card"]:hover [data-ui="noticias-card-cta"],
body [data-ui="page-noticias-list"] [data-ui="noticias-card"]:focus-visible [data-ui="noticias-card-cta"] {
  color: #1e40af;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-link-all"] {
  padding: 0.75rem 2rem;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-link-all-wrap"],
body [data-ui="page-noticias-list"] [data-ui="noticias-videos-link-all-wrap"] {
  margin-top: 3rem;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-videos-section"] {
  padding-block: 4rem;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

body [data-ui="page-noticias-list"] [data-ui="noticias-videos-head"] {
  align-items: flex-end;
  margin-bottom: 3rem;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-videos-title"] {
  margin: 0 0 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-videos-subtitle"] {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-ozanamtv-link"] {
  display: none;
  color: #1e40af;
  font-weight: 500;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-videos-grid"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-video-card"] {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-video-title"] {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #1f2937;
}

body [data-ui="page-noticias-list"] [data-ui="noticias-video-card"]:hover [data-ui="noticias-video-title"],
body [data-ui="page-noticias-list"] [data-ui="noticias-video-card"]:focus-visible [data-ui="noticias-video-title"],
body [data-ui="page-noticias-list"] [data-ui="noticias-videos-link-all"]:hover,
body [data-ui="page-noticias-list"] [data-ui="noticias-videos-link-all"]:focus-visible {
  color: #3b82f6;
}

@media (min-width: 768px) {
  body [data-ui="page-noticias-list"] [data-ui="noticias-ozanamtv-link"] {
    display: inline-flex;
  }

  body [data-ui="page-noticias-list"] [data-ui="noticias-videos-head"] {
    align-items: flex-end;
  }

  body [data-ui="page-noticias-list"] [data-ui="noticias-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body [data-ui="page-noticias-list"] [data-ui="noticias-videos-grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body [data-ui="page-noticias-list"] [data-ui="noticias-grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* ==== PARITY PAGE: noticia-familia-vicentina-celebra-400-anos-de-servico-aos-pobres ==== */
body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-hero"] {
  margin-top: 72px;
  padding-block: 4rem;
  background: rgba(239, 246, 255, 0.8);
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-container"] {
  max-width: 56rem;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-badge"] {
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #1e40af;
  background: #dbeafe;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-title"] {
  margin: 0 0 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-meta"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4b5563;
  border-bottom: 1px solid #d1d5db;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-meta-item"] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-meta-item"] .public-news-date-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #6b7280;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-content"],
body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-top-media-section"],
body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-videos-section"],
body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-bottom-media-section"] {
  margin-top: 2.5rem;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-top-media-title"],
body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-videos-title"],
body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-bottom-media-title"] {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-top-media"],
body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-bottom-media"] {
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dbeafe;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-content"] p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #374151;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-videos-grid"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-video-card"] {
  padding: 0;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-video-card"] iframe {
  aspect-ratio: 16 / 9;
}

@media (min-width: 768px) {
  body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-title"] {
    font-size: 3rem;
    line-height: 3rem;
  }

  body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-videos-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body [data-ui="page-noticia-detail"] [data-ui="noticia-detail-videos-grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* ==== PARITY PAGE: todas-noticias ==== */
body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-hero"] {
  margin-top: 72px;
  padding-block: 4rem;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #dbeafe 100%);
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-head"] {
  max-width: 80rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-title"] {
  margin: 0 0 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-subtitle"] {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-grid"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-card"] {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-card-media"] {
  margin: 0;
  border-radius: 0;
  aspect-ratio: 16 / 9;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-card-body"] {
  padding: 1.25rem;
  min-height: 232px;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-card-date"] {
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-card-title"] {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #111827;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-card-resumo"] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4b5563;
  -webkit-line-clamp: 3;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-card"]:hover [data-ui="todas-noticias-card-title"],
body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-card"]:focus-visible [data-ui="todas-noticias-card-title"],
body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-card"]:hover [data-ui="todas-noticias-card-cta"],
body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-card"]:focus-visible [data-ui="todas-noticias-card-cta"] {
  color: #1e40af;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-pagination"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-pagination"] a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #1e40af;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  font-weight: 500;
}

body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-pagination"] a.is-active {
  background: #1e40af;
  color: #ffffff;
}

@media (min-width: 768px) {
  body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body [data-ui="page-todas-noticias"] [data-ui="todas-noticias-grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* ==== PARITY PAGE: todos-videos ==== */
body [data-ui="page-todos-videos"] [data-ui="todos-videos-hero"] {
  margin-top: 96px;
  padding-block: 4rem;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #dbeafe 100%);
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-head"] {
  max-width: 80rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-title"] {
  margin: 0 0 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-subtitle"] {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-channel-wrap"] {
  margin: 1.25rem 0 0;
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-channel-link"] {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-grid"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-card"] {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-card-media"] {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-card-title"] {
  margin: 0.75rem 0 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #1f2937;
  transition: color 0.2s ease;
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-card"]:hover [data-ui="todos-videos-card-title"],
body [data-ui="page-todos-videos"] [data-ui="todos-videos-card"]:focus-visible [data-ui="todos-videos-card-title"] {
  color: #1e40af;
}

body [data-ui="page-todos-videos"] [data-ui="todos-videos-card"]:hover [data-ui="todos-videos-card-media"],
body [data-ui="page-todos-videos"] [data-ui="todos-videos-card"]:focus-visible [data-ui="todos-videos-card-media"] {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  body [data-ui="page-todos-videos"] [data-ui="todos-videos-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body [data-ui="page-todos-videos"] [data-ui="todos-videos-grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* ==== PARITY PAGE: eventos ==== */
body [data-ui="page-eventos-list"] [data-ui="eventos-hero"] {
  margin-top: 96px;
  padding-block: 5rem;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #dbeafe 100%);
}

body [data-ui="page-eventos-list"] [data-ui="eventos-head"] {
  margin-bottom: 3rem;
}

body [data-ui="page-eventos-list"] [data-ui="eventos-title"] {
  margin: 0 0 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-eventos-list"] [data-ui="eventos-subtitle"] {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-eventos-list"] [data-ui="eventos-upcoming-title"] {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-eventos-list"] [data-ui="eventos-upcoming-stack"] {
  gap: 1rem;
}

body [data-ui="page-eventos-list"] [data-ui="eventos-upcoming-card"] {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
}

body [data-ui="page-eventos-list"] [data-ui="eventos-upcoming-badge"] {
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.75rem;
  background: #dbeafe;
  color: #1e40af;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

body [data-ui="page-eventos-list"] [data-ui="eventos-upcoming-card-title"] {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-eventos-list"] [data-ui="eventos-upcoming-card-descricao"] {
  margin: 0 0 0.75rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body [data-ui="page-eventos-list"] .public-event-meta-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body [data-ui="page-eventos-list"] .public-event-meta-icons span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

body [data-ui="page-eventos-list"] .public-event-meta-icons svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body [data-ui="page-eventos-list"] [data-ui="eventos-calendar-section"] {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

body [data-ui="page-eventos-list"] .public-events-calendar-panel,
body [data-ui="page-eventos-list"] .public-events-month-panel {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

body [data-ui="page-eventos-list"] .public-events-calendar-panel [data-ui="eventos-calendar-title"],
body [data-ui="page-eventos-list"] .public-events-month-panel [data-ui="eventos-month-title"] {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #1e40af;
}

body [data-ui="page-eventos-list"] .public-events-calendar {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

body [data-ui="page-eventos-list"] .public-events-calendar-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #4b5563;
  font-size: 0.875rem;
}

body [data-ui="page-eventos-list"] .public-events-calendar-head span:first-child {
  justify-self: start;
}

body [data-ui="page-eventos-list"] .public-events-calendar-head span:last-child {
  justify-self: end;
}

body [data-ui="page-eventos-list"] .public-events-calendar-weekdays,
body [data-ui="page-eventos-list"] .public-events-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.25rem;
}

body [data-ui="page-eventos-list"] .public-events-calendar-weekdays {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  color: #6b7280;
  text-align: center;
}

body [data-ui="page-eventos-list"] .public-events-day,
body [data-ui="page-eventos-list"] .public-events-calendar-days .is-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  color: #374151;
}

body [data-ui="page-eventos-list"] .public-events-day.is-event {
  background: #dbeafe;
  color: #1e40af;
  font-weight: 600;
}

body [data-ui="page-eventos-list"] .public-events-day.is-today {
  border: 1px solid #93c5fd;
}

body [data-ui="page-eventos-list"] .public-events-calendar-legend {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #6b7280;
}

body [data-ui="page-eventos-list"] .public-events-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: #dbeafe;
  border: 1px solid #93c5fd;
}

body [data-ui="page-eventos-list"] .public-empty-panel {
  color: #6b7280;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  body [data-ui="page-eventos-list"] [data-ui="eventos-calendar-section"] {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    align-items: start;
  }
}
/* ==== PARITY PAGE: evento-festa-da-medalha-milagrosa ==== */
body [data-ui="page-evento-detail"] [data-ui="evento-detail-hero"] {
  margin-top: 96px;
  padding-block: 4rem;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #dbeafe 100%);
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-container"] {
  max-width: 56rem;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-header"] {
  border-radius: 1rem;
  padding: 2rem;
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-title"] {
  margin: 0 0 1rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-meta"] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  border: 0;
  color: #dbeafe;
  font-size: 1rem;
  line-height: 1.5rem;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-meta-item"] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-meta-item"] svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-media"] {
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dbeafe;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-content-panel"] {
  padding: 2rem;
  background: rgba(239, 246, 255, 0.8);
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-descricao-section"] + [data-ui="evento-detail-info-section"],
body [data-ui="page-evento-detail"] [data-ui="evento-detail-info-section"] + [data-ui="evento-detail-contato-section"] {
  margin-top: 2rem;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-descricao-title"],
body [data-ui="page-evento-detail"] [data-ui="evento-detail-info-title"],
body [data-ui="page-evento-detail"] [data-ui="evento-detail-contato-title"] {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-descricao-text"] {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #374151;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-info-list"],
body [data-ui="page-evento-detail"] [data-ui="evento-detail-contato-list"] {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #374151;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-info-list"] li,
body [data-ui="page-evento-detail"] [data-ui="evento-detail-contato-list"] li {
  margin: 0 0 0.5rem;
  line-height: 1.6;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-contato-list"] a {
  color: #1e40af;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-contato-list"] a:hover,
body [data-ui="page-evento-detail"] [data-ui="evento-detail-contato-list"] a:focus-visible {
  color: #3b82f6;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-inscricao-wrap"] {
  margin-top: 2rem;
}

body [data-ui="page-evento-detail"] [data-ui="evento-detail-inscricao-btn"] {
  padding-inline: 2rem;
}

@media (max-width: 767px) {
  body [data-ui="page-evento-detail"] [data-ui="evento-detail-header"] {
    padding: 1.5rem;
  }

  body [data-ui="page-evento-detail"] [data-ui="evento-detail-title"] {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  body [data-ui="page-evento-detail"] [data-ui="evento-detail-descricao-title"],
  body [data-ui="page-evento-detail"] [data-ui="evento-detail-info-title"],
  body [data-ui="page-evento-detail"] [data-ui="evento-detail-contato-title"] {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
/* ==== PARITY PAGE: peregrinacao ==== */
body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-hero"] {
  margin-top: 96px;
  padding-block: 5rem;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #dbeafe 100%);
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-head"] {
  margin-bottom: 3rem;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-title"] {
  margin: 0 0 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-subtitle"] {
  margin: 0 auto;
  max-width: 48rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-list"] {
  gap: 3rem;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card"] {
  padding: 0;
  background: rgba(239, 246, 255, 0.8);
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-media"] {
  aspect-ratio: 16 / 9;
  background: #dbeafe;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-media"] iframe,
body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-media"] img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  display: block;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-body"] {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-meta"],
body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-date"] {
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4b5563;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-date"] {
  margin-bottom: 0;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-meta"] svg,
body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-date"] svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-title"] {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-diocese"] {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-descricao"] {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #374151;
}

@media (min-width: 1024px) {
  body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  body [data-ui="page-peregrinacao"] [data-ui="peregrinacao-card-media"] {
    aspect-ratio: auto;
    min-height: 336px;
  }
}
/* ==== PARITY PAGE: contato ==== */
body [data-ui="page-contato"] [data-ui="contato-hero"] {
  margin-top: 96px;
  padding-block: 5rem;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 50%, #dbeafe 100%);
}

body [data-ui="page-contato"] [data-ui="contato-container"] {
  max-width: 72rem;
}

body [data-ui="page-contato"] [data-ui="contato-head"] {
  max-width: 72rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}

body [data-ui="page-contato"] [data-ui="contato-title"] {
  margin: 0 0 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-contato"] [data-ui="contato-subtitle"] {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #4b5563;
}

body [data-ui="page-contato"] [data-ui="contato-grid"] {
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: stretch;
}

body [data-ui="page-contato"] [data-ui="contato-info-card"],
body [data-ui="page-contato"] [data-ui="contato-form-card"] {
  background: rgba(239, 246, 255, 0.8);
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

body [data-ui="page-contato"] [data-ui="contato-info-card"] {
  height: 100%;
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

body [data-ui="page-contato"] [data-ui="contato-info-block"] {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  row-gap: 0.25rem;
  align-items: start;
}

body [data-ui="page-contato"] [data-ui="contato-info-block"] h3,
body [data-ui="page-contato"] [data-ui="contato-info-block"] p,
body [data-ui="page-contato"] [data-ui="contato-info-block"] a {
  grid-column: 2;
}

body [data-ui="page-contato"] .public-contact-icon {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  color: #1e40af;
  margin-top: 0.125rem;
}

body [data-ui="page-contato"] .public-contact-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body [data-ui="page-contato"] [data-ui="contato-info-block"] h3 {
  margin: 0 0 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #1e40af;
}

body [data-ui="page-contato"] [data-ui="contato-info-block"] p,
body [data-ui="page-contato"] [data-ui="contato-info-block"] a {
  margin: 0;
  color: #4b5563;
  line-height: 1.5rem;
}

body [data-ui="page-contato"] [data-ui="contato-form"] {
  display: grid;
  gap: 1rem;
}

body [data-ui="page-contato"] [data-ui="contato-form"] label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #4b5563;
}

body [data-ui="page-contato"] [data-ui="contato-form"] input,
body [data-ui="page-contato"] [data-ui="contato-form"] textarea {
  border: 1px solid #bfdbfe;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
}

body [data-ui="page-contato"] [data-ui="contato-form"] input:focus,
body [data-ui="page-contato"] [data-ui="contato-form"] textarea:focus {
  outline: 2px solid rgba(30, 64, 175, 0.3);
  border-color: #1e40af;
}

body [data-ui="page-contato"] [data-ui="contato-submit"] {
  width: 100%;
  justify-content: center;
  border-radius: 0.5rem;
  box-shadow: none;
}

@media (min-width: 1024px) {
  body [data-ui="page-contato"] [data-ui="contato-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body [data-ui="page-contato"] [data-ui="contato-info-card"],
  body [data-ui="page-contato"] [data-ui="contato-form-card"] {
    min-height: 42.75rem;
  }
}
