/* === Destaque para folheto do dia === */
.border-paroquia-600 {
  border-color: #1e293b !important; /* ajuste para cor institucional, troque se necessário */
}
.bg-paroquia-600 {
  background-color: #1e293b !important;
}
.text-paroquia-600 {
  color: #1e293b !important;
}
.ring-paroquia-600 {
  box-shadow: 0 0 0 2px #1e293b40 !important;
}
@media (prefers-color-scheme: dark) {
  .bg-paroquia-600 {
    background-color: #fff !important;
    color: #1e293b !important;
  }
  .text-paroquia-600 {
    color: #fff !important;
  }
}
/* ===== Aprimoramento: Horários em c-schedule-church ===== */
.c-schedule-church__time {
  display: inline-block;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 6px 14px;
  font-weight: 600;
  color: #222;
  margin: 2px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
  border: 1px solid #e5e5e5;
  font-size: 1.08em;
  transition: box-shadow 0.2s;
}

.c-schedule-church__time:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
/* ===== Missas de Hoje – versão mais compacta e alinhada ===== */

.c-missas-hoje__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center; /* centraliza verticalmente */

  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;

  background: rgb(var(--rgb-white));
  border: 1px solid rgba(var(--rgb-light-grey-4), 0.9);

  margin-bottom: 8px;
  position: relative;

  font-family: var(--ff, Inter, system-ui, sans-serif);
  transition: border-color 150ms ease, background 150ms ease;
}

.c-missas-hoje__item:hover {
  border-color: rgba(var(--rgb-turquoise), 0.5);
}

/* Próxima missa – sem barra lateral */
.c-missas-hoje__item--proxima {
  background: rgba(var(--rgb-turquoise), 0.08);
  border-color: rgba(var(--rgb-turquoise), 0.5);
}

/* Coluna do horário centralizada */
.c-missas-hoje__col-horario {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* Hora com menos altura */
.c-missas-hoje__hora {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(var(--rgb-charcoal-1));
  line-height: 1;
}

/* Badge mais compacto */
.c-missas-hoje__status-badge {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;

  padding: 2px 6px;
  border-radius: 6px;

  background: rgba(var(--rgb-turquoise), 0.12);
  color: rgb(var(--rgb-turquoise));
}

.c-missas-hoje__status-badge--proxima {
  background: rgb(var(--rgb-turquoise));
  color: #fff;
}

/* Conteúdo mais próximo */
.c-missas-hoje__info {
  display: flex;
  flex-direction: column;
  gap: 2px; /* menos espaço vertical */
  min-width: 0;
}

.c-missas-hoje__igreja {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(var(--rgb-charcoal-1));

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-missas-hoje__tipo-igreja {
  font-size: 0.8rem;
  color: rgb(var(--rgb-charcoal-3));
}

.c-missas-hoje__obs {
  font-size: 0.75rem;
  color: rgba(var(--rgb-charcoal-3), 0.8);
  font-style: italic;
}

/* Mobile */
@media (max-width: 768px) {
  .c-missas-hoje__item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 14px;
  }

  .c-missas-hoje__col-horario {
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
  }

  .c-missas-hoje__hora {
    font-size: 1.1rem;
  }

  .c-missas-hoje__igreja {
    white-space: normal;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.6;
}

/* === Typography System === */
h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 12px 0;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 16px 0 10px 0;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 12px 0 8px 0;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0 6px 0;
}

h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin: 8px 0 4px 0;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 8px 0 4px 0;
}

p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(var(--rgb-charcoal-3));
  margin: 0 0 12px 0;
}

a {
  font-family: Inter, system-ui, sans-serif;
  color: rgb(var(--rgb-turquoise));
  text-decoration: none;
  transition: color 0.3s;
}

a:not([class]):hover {
  color: rgba(var(--rgb-turquoise), 0.8);
}

/* Keep button-link labels tied to button variables on hover. */
a.c-button:hover {
  color: var(--button-color);
}

small, .text-small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

strong, .text-strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Inter, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(32, 32, 34 / var(--tw-text-opacity, 1));
  font-weight: 700;
  line-height: 1.2;
}

[id] {
  scroll-margin-top: 5rem;
}

/* Botões */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(7 97 180 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 70 130 / var(--tw-bg-opacity, 1));
}

.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 97 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 255 / var(--tw-bg-opacity, 1));
}

.btn-ghost {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.btn-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

/* Cards */

.card {
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.card-hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Inputs */

.input {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 128 114 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(161 128 114 / 0.2);
}

.label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

/* Seções */

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-title {
  margin-bottom: 1rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: rgb(32, 32, 34);
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

/* Badge */

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.badge-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(242 232 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(132 99 88 / var(--tw-text-opacity, 1));
}

/* Container - variáveis em design-system.css */

.container-sm {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

.container-md {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

.container-lg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[80vh\] {
  min-height: 80vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-paroquia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 232 229 / var(--tw-bg-opacity, 1));
}

.bg-paroquia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 248 246 / var(--tw-bg-opacity, 1));
}

.bg-paroquia-50\/50 {
  background-color: rgb(253 248 246 / 0.5);
}

.bg-paroquia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 128 114 / var(--tw-bg-opacity, 1));
}

.bg-paroquia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 118 105 / var(--tw-bg-opacity, 1));
}

.bg-paroquia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 99 88 / var(--tw-bg-opacity, 1));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-stone-100 {
  --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-stone-50 {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.font-serif {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-paroquia-200 {
  --tw-text-opacity: 1;
  color: rgb(234 221 215 / var(--tw-text-opacity, 1));
}

.text-paroquia-600 {
  --tw-text-opacity: 1;
  color: rgb(161 128 114 / var(--tw-text-opacity, 1));
}

.text-paroquia-700 {
  --tw-text-opacity: 1;
  color: rgb(151 118 105 / var(--tw-text-opacity, 1));
}

.text-paroquia-800 {
  --tw-text-opacity: 1;
  color: rgb(132 99 88 / var(--tw-text-opacity, 1));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-10 {
  opacity: 0.1;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* Fontes */

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-900\/50:hover {
  background-color: rgb(127 29 29 / 0.5);
}

.hover\:bg-stone-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-gradient-to-tr:hover {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.hover\:text-paroquia-100:hover {
  --tw-text-opacity: 1;
  color: rgb(242 232 229 / var(--tw-text-opacity, 1));
}

.hover\:text-paroquia-700:hover {
  --tw-text-opacity: 1;
  color: rgb(151 118 105 / var(--tw-text-opacity, 1));
}

.hover\:text-paroquia-800:hover {
  --tw-text-opacity: 1;
  color: rgb(132 99 88 / var(--tw-text-opacity, 1));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-800:hover {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-900:hover {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-paroquia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 232 229 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

/* ===== c-home-banner styles (inspired by mascouche) ===== */
/* Variáveis CSS consolidadas em design-system.css */

/* Main wrapper */
.c-home-banner {
  padding-inline: 0;
}

/* Container with two columns */
.c-home-banner__container {
  align-items: stretch;
  display: flex;
  gap: var(--x-60);
  min-height: calc(var(--vh, 1vh) * 100 - var(--header-height) - var(--alerts-height) - var(--home-banner-fast-links-height));
  transition: min-height 500ms var(--in-out-cubic);
}

@media (max-width: 1023px) {
  .c-home-banner__container {
    flex-direction: column;
    gap: 30px;
    min-height: auto;
  }
}

/* Left column: Swiper/Banner */
.c-home-banner__swiper-container {
  flex: 3;
  position: relative;
}

/* Right column: Search block */
.c-home-banner__block-container {
  flex: 2;
  min-width: 400px;
}

@media (max-width: 1279px) {
  .c-home-banner__block-container {
    min-width: 400px;
  }
}

@media (max-width: 1023px) {
  .c-home-banner__block-container {
    min-width: 100%;
  }
}

/* Swiper */
.c-home-banner__swiper.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
  height: 100%;
}

.c-home-banner__swiper .swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
  transform: translateZ(0);
}

.c-home-banner__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: var(--y-50);
  height: auto;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  transition-property: transform;
}

@media screen and (max-height: 950px) {
  .c-home-banner__swiper .swiper-slide {
    gap: var(--y-30);
  }
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

/* Banner content (title, subtitle, button) */
.c-home-banner__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-top: var(--y-50);
}

@media screen and (max-height: 950px) {
  .c-home-banner__content {
    padding-top: var(--y-30);
  }
}

h1.c-home-banner__title {
  color: rgb(var(--rgb-charcoal-1));
  font-family: var(--ff);
  font-size: var(--fz-55);
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  h1.c-home-banner__title {
    font-size: 32px;
  }
}

.c-home-banner__category {
  align-items: center;
  background-color: var(--hero-category-bg, rgb(var(--rgb-yellow)));
  border-radius: 999px;
  color: #000;
  display: inline-flex;
  font-size: 0.6875rem;
  font-weight: 700;
  font-family: Inter, system-ui, sans-serif;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  padding: 6px 12px;
}

.c-home-banner__subtitle {
  color: rgb(var(--rgb-charcoal-3));
  font-family: var(--ff);
  font-size: var(--fz-15);
  line-height: 1.3em;
  margin-top: 12px;
}

.c-home-banner .c-button {
  margin-top: var(--y-30);
}

@media screen and (max-height: 950px) {
  .c-home-banner .c-button {
    margin-top: var(--y-20);
  }
}

/* Banner picture */
.c-home-banner__picture-container {
  flex: 1;
  position: relative;
}

.c-home-banner__invisible-link {
  border-radius: 30px;
  inset: 0;
  position: absolute;
  z-index: 1;
}

.c-home-banner__picture {
  position: relative;
  height: 100%;
  display: block;
  font-size: 0;
}

.c-home-banner__img {
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1023px) {
  .c-home-banner__picture {
    height: 250px;
  }
  .c-home-banner__img {
    position: relative;
    height: 250px;
  }
}

/* Right block (dark panel) */
.c-home-banner-block {
  background-color: rgb(var(--rgb-charcoal-1));
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  gap: var(--y-40);
  height: 100%;
  justify-content: space-evenly;
  padding: var(--y-60) var(--x-40) var(--x-40) var(--x-40);
}

@media screen and (max-height: 950px) {
  .c-home-banner-block {
    gap: var(--y-20);
    padding: var(--y-40) var(--x-40) var(--x-40) var(--x-40);
  }
}

@media (max-width: 767px) {
  .c-home-banner-block {
    border-radius: 30px;
    padding: 30px 25px;
    gap: 25px;
  }
}

.c-home-banner-block__header {
  display: flex;
  gap: var(--x-30);
  justify-content: space-between;
}

@media (max-width: 767px) {
  .c-home-banner-block__header {
    flex-direction: column;
    gap: 15px;
  }
}

.c-home-banner-block__title {
  color: rgb(var(--rgb-white));
  flex-shrink: 0;
  font-family: var(--ff);
  font-size: var(--fz-30);
  font-weight: 500;
  line-height: 1.3em;
  margin: 0;
}

@media (max-width: 767px) {
  .c-home-banner-block__title {
    font-size: 22px;
  }
}

.c-home-banner-block__title-text--desktop {
  display: inline-block;
}

.c-home-banner-block__title-text--mobile {
  display: none;
}

@media (max-width: 991px) {
  .c-home-banner-block__title-text--desktop {
    display: none;
  }
  .c-home-banner-block__title-text--mobile {
    display: inline-block;
  }
}

.c-home-banner-block__tip {
  margin-top: 5px;
  max-width: 300px;
}

.c-home-banner-tip {
  border-bottom: 1px dashed rgba(var(--rgb-white), 0.5);
  padding-bottom: 20px;
}

.c-home-banner-tip__title-container {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.c-home-banner-tip__svg {
  height: 16px;
  stroke: rgb(var(--rgb-white));
  stroke-width: 1.5px;
  width: 16px;
}

.c-home-banner-tip__title {
  color: rgb(var(--rgb-white));
  font-family: var(--ff);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.3em;
  text-transform: uppercase;
}

.c-home-banner-tip__text {
  color: rgb(var(--rgb-white));
  font-family: var(--ff);
  font-size: 15px;
  line-height: 1.6em;
}

/* Search field */
.c-home-banner-block__search {
  margin-bottom: var(--y-60);
}

@media screen and (max-height: 1000px) {
  .c-home-banner-block__search {
    margin-bottom: 20px;
  }
}

.c-search-field {
  --search-field-color: rgb(var(--rgb-charcoal-1));
  --search-field-placeholder-color: rgba(var(--rgb-charcoal-1), 0.8);
  --search-field-background: rgb(var(--rgb-white));
  --search-field-border: rgb(var(--rgb-light-grey-4));
  --search-field-border-focus: rgb(var(--rgb-turquoise));
  --search-field-x-color: rgb(var(--rgb-charcoal-1));
  position: relative;
  width: 100%;
}

.c-search-field__svg {
  height: 18px;
  left: 18px;
  position: absolute;
  stroke: rgb(var(--rgb-charcoal-1));
  stroke-width: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  width: 18px;
  fill: none;
  z-index: 1;
}

.c-search-field__input-container {
  position: relative;
}

.c-search-field__input {
  background-color: var(--search-field-background);
  border: 1px solid var(--search-field-border);
  border-radius: 100px;
  color: var(--search-field-color);
  font-family: var(--ff);
  font-size: 16px;
  height: 100%;
  min-height: 46px;
  padding-inline: 50px 50px;
  transition: all 0.3s;
  width: 100%;
}

.c-search-field__input:focus {
  outline: none;
  border-color: var(--search-field-border-focus);
}

.c-search-field__input::placeholder {
  color: var(--search-field-placeholder-color);
}

.c-search-field__x {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  transition: opacity 0.3s, visibility 0.3s;
  transform: translateY(-50%);
  visibility: hidden;
  width: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.c-search-field__x-svg {
  height: 18px;
  stroke: var(--search-field-x-color);
  stroke-width: 2px;
  width: 18px;
  fill: none;
}

/* Footer with showcases */
.c-home-banner-block__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.c-home-banner-showcase {
  align-items: flex-start;
  background-color: rgb(var(--rgb-charcoal-2));
  border: 1px solid rgb(var(--rgb-charcoal-3));
  border-radius: 25px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-height: 195px;
  padding: var(--y-20) var(--x-30) var(--y-30);
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s;
}

.c-home-banner-showcase:hover {
  background-color: rgb(var(--rgb-charcoal-3));
}

@media (max-width: 767px) {
  .c-home-banner-showcase {
    min-height: 150px;
    padding: 15px 20px 20px;
  }
}

.c-tag {
  background-color: var(--tag-background);
  border-radius: 100px;
  color: var(--tag-color);
  font-family: var(--ff);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 6px 16px;
}

.c-tag--yellow {
  --tag-color: rgb(var(--rgb-dark-yellow));
  --tag-background: rgb(var(--rgb-light-yellow));
}

.c-tag--turquoise {
  --tag-color: rgb(var(--rgb-dark-turquoise));
  --tag-background: rgb(var(--rgb-light-turquoise));
}

.c-home-banner-showcase__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 15px;
}

.c-home-banner-showcase__title {
  color: rgb(var(--rgb-white));
  display: -webkit-box;
  font-family: var(--ff);
  font-size: 16px;
  font-weight: 600;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.c-home-banner-showcase__subtitle {
  color: rgb(var(--rgb-light-grey-4));
  font-family: var(--ff);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
  padding-top: 6px;
}

/* Underlined links */
.c-underlined-link {
  color: var(--underlined-link-color, rgb(var(--rgb-white)));
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.c-underlined-link span {
  box-shadow: inset 0 -0.1em 0 0 var(--underlined-link-line-color, rgba(var(--rgb-white), 0.3));
  transition: color 0.3s, box-shadow 0.3s;
}

.c-underlined-link:hover span {
  box-shadow: inset 0 -0.1em 0 0 rgba(var(--rgb-white), 0.8);
}

.c-underlined-link--style-4 {
  --underlined-link-color: rgb(var(--rgb-white));
  --underlined-link-line-color: rgba(var(--rgb-white), 0.3);
}

/* Button - estilos base em design-system.css */

/* Fast Links */
.c-home-banner__fast-links {
  align-items: center;
  display: flex;
  gap: 10px;
  height: var(--home-banner-fast-links-height);
  padding-top: 20px;
}

@media (max-width: 1023px) {
  .c-home-banner__fast-links {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .c-home-banner__fast-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.c-home-banner__fast-link-container {
  flex: 1;
}

@media (max-width: 767px) {
  .c-home-banner__fast-link-container {
    flex: none;
  }
}

/* Fast link buttons - estilos base em design-system.css */

/* Swiper pagination */
.swiper-pagination-bullet {
  background: rgba(0,0,0,0.3);
}

.swiper-pagination-bullet-active {
  background: rgb(var(--rgb-charcoal-1));
}

/* === Fim c-home-banner styles === */

/* ===== Desktop Header Styles (Mascouche-inspired) ===== */

.c-desktop-header {
  position: relative;
  z-index: 100;
  background: rgb(var(--rgb-white));
}

/* Top Bar */
.c-desktop-header__top {
 width: calc(100% - (var(--site-gutter) * 2));
  border: 1px solid rgb(var(--rgb-light-grey-4));
  border-radius: 9999px;
  padding: 6px; padding-right:30px;
  overflow: hidden;
  margin: 10px auto 0 auto;
}

.c-desktop-header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
}

.c-desktop-header__top-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.c-desktop-header__top-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgb(var(--rgb-charcoal-3));
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.c-desktop-header__top-link:hover {
  color: rgb(var(--rgb-charcoal-1));
}

.c-desktop-header__top-link-svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.c-desktop-header__top-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.c-desktop-header__top-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgb(var(--rgb-charcoal-3));
  font-size: 13px;
}

.c-desktop-header__top-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-desktop-header__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: rgb(var(--rgb-charcoal-3));
  transition: color 0.2s;
}

.c-desktop-header__social-link:hover {
  color: rgb(var(--rgb-charcoal-1));
}

.c-desktop-header__social-link svg {
  width: 16px;
  height: 16px;
}

/* Bottom Header */
.c-desktop-header__bottom {
  display: block;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgb(var(--rgb-white));
}

.c-desktop-header__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}

.c-desktop-header__bottom-left {
  display: flex;
  align-items: center;
}

.c-desktop-header__logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.c-desktop-header__logo-icon {
  width: 44px;
  height: 44px;
  background: rgb(var(--rgb-charcoal-1));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--rgb-white));
}

.c-desktop-header__logo-icon svg {
  width: 24px;
  height: 24px;
}

.c-desktop-header__logo-text {
  display: flex;
  flex-direction: column;
}

.c-desktop-header__logo-title {
  font-size: 16px;
  font-weight: 600;
  color: rgb(var(--rgb-charcoal-1));
  line-height: 1.2;
}

.c-desktop-header__logo-subtitle {
  font-size: 12px;
  color: rgb(var(--rgb-charcoal-3));
  line-height: 1.2;
}

.c-desktop-header__logo-img {
  width: 100%;
  max-height: 90px;
  display: block;
}

.c-desktop-header__bottom-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-desktop-header__bottom-buttons-container {
  display: none;
  align-items: center;
  gap: 4px;
}

@media (min-width: 1024px) {
  .c-desktop-header__bottom-buttons-container {
    display: flex;
  }
}

.c-desktop-header__bottom-button-container {
  position: static;
}

.c-desktop-header__bottom-button {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: rgb(var(--rgb-charcoal-1));
  transition: color 0.2s;
}

.c-desktop-header__bottom-button:hover {
  color: rgb(var(--rgb-turquoise));
}

.c-desktop-header__bottom-button-svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}

.c-desktop-header__bottom-button.is-active .c-desktop-header__bottom-button-svg {
  transform: rotate(180deg);
}

/* Dropdown Overlay */
.c-overlay-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgb(var(--rgb-white));
  border-radius: 0 0 20px 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 200;
}

.c-overlay-dropdown.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-overlay-dropdown__inner {
  padding: 30px;
}

.c-overlay-dropdown__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.c-overlay-dropdown__column-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-overlay-dropdown__section-link {
  font-size: 16px;
  font-weight: 600;
  color: rgb(var(--rgb-charcoal-1));
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(var(--rgb-light-grey-4));
  transition: color 0.2s;
}

.c-overlay-dropdown__section-link:hover {
  color: rgb(var(--rgb-turquoise));
}

.c-overlay-dropdown__links-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-overlay-dropdown__link {
  font-size: 14px;
  color: rgb(var(--rgb-charcoal-3));
  text-decoration: none;
  transition: color 0.2s;
}

.c-overlay-dropdown__link:hover {
  color: rgb(var(--rgb-charcoal-1));
}

/* Showcase Card in Dropdown */
.c-overlay-dropdown__column--showcase {
  display: flex;
}

.c-showcase {
  display: flex;
  flex-direction: column;
  background: rgb(var(--rgb-charcoal-1));
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.3s;
  flex: 1;
}

.c-showcase:hover {
  background: rgb(var(--rgb-charcoal-2));
}

.c-showcase__text-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-showcase__svg-container {
  width: 36px;
  height: 36px;
  background: rgba(var(--rgb-white), 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-showcase__svg-container svg {
  width: 20px;
  height: 20px;
  stroke: rgb(var(--rgb-white));
}

.c-showcase__title {
  font-size: 14px;
  font-weight: 500;
  color: rgb(var(--rgb-white));
  line-height: 1.4;
}

.c-showcase__link {
  font-size: 13px;
  color: rgba(var(--rgb-white), 0.7);
  text-decoration: underline;
}

.c-showcase__picture-container {
  height: 120px;
  overflow: hidden;
}

.c-showcase__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Header Buttons */
.c-header-button {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

@media (min-width: 1024px) {
  .c-header-button {
    display: flex;
  }
}

.c-header-button--primary {
  background: rgb(var(--rgb-charcoal-1));
  color: rgb(var(--rgb-white));
}

.c-header-button--primary:hover {
  background: rgb(var(--rgb-dark-turquoise));
}

/* Popular Popup */
.c-desktop-header__popular-button-container {
  position: relative;
}

.c-popup-popular {
  position: fixed;
  top: 110px;
  right: 40px;
  width: 420px;
  max-width: calc(100vw - 80px);
  background: rgb(var(--rgb-white));
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transform: translateY(-8px);
  z-index: 200;
  overflow: hidden;
}

.c-popup-popular.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.c-popup-popular__inner {
  position: relative;
}

/* Header do popup */
.c-popup-popular__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgb(var(--rgb-turquoise)), #072B58);
}

.c-popup-popular__header-icon {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-popup-popular__header-icon svg {
  color: #fbbf59;
}

.c-popup-popular__title {
  font-size: 17px;
  font-weight: 700;
  color: rgb(var(--rgb-white));
  flex: 1;
}

.c-popup-popular__close {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.12);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  flex-shrink: 0;
}

.c-popup-popular__close:hover {
  background: rgba(255,255,255,0.25);
}

.c-popup-popular__close svg {
  color: rgba(255,255,255,0.8);
}

/* Links do popup */
.c-popup-popular__links {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c-popup-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s;
}

.c-popup-link:hover {
  background: rgba(var(--rgb-turquoise), 0.06);
}

.c-popup-link__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, color 0.25s;
}

/* Variações de cor dos ícones */
.c-popup-link__icon--blue {
  background: rgba(var(--rgb-turquoise), 0.12);
  color: rgb(var(--rgb-turquoise));
}
.c-popup-link:hover .c-popup-link__icon--blue {
  background: rgb(var(--rgb-turquoise));
  color: rgb(var(--rgb-white));
}

.c-popup-link__icon--sky {
  background: rgba(56, 189, 248, 0.12);
  color: #0284c7;
}
.c-popup-link:hover .c-popup-link__icon--sky {
  background: #0284c7;
  color: rgb(var(--rgb-white));
}

.c-popup-link__icon--amber {
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
}
.c-popup-link:hover .c-popup-link__icon--amber {
  background: #d97706;
  color: rgb(var(--rgb-white));
}

.c-popup-link__icon--violet {
  background: rgba(139, 92, 246, 0.12);
  color: #6d28d9;
}
.c-popup-link:hover .c-popup-link__icon--violet {
  background: #7c3aed;
  color: rgb(var(--rgb-white));
}

.c-popup-link__icon--emerald {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}
.c-popup-link:hover .c-popup-link__icon--emerald {
  background: #059669;
  color: rgb(var(--rgb-white));
}

.c-popup-link__icon--rose {
  background: rgba(244, 63, 94, 0.12);
  color: #be123c;
}
.c-popup-link:hover .c-popup-link__icon--rose {
  background: #e11d48;
  color: rgb(var(--rgb-white));
}

.c-popup-link__content {
  flex: 1;
  min-width: 0;
}

.c-popup-link__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgb(var(--rgb-charcoal-1));
  line-height: 1.3;
}

.c-popup-link__desc {
  display: block;
  font-size: 12px;
  color: rgb(var(--rgb-charcoal-3));
  margin-top: 2px;
  line-height: 1.3;
}

.c-popup-link__arrow {
  flex-shrink: 0;
  color: rgba(var(--rgb-charcoal-3), 0.35);
  transition: color 0.2s, transform 0.2s;
}

.c-popup-link:hover .c-popup-link__arrow {
  color: rgb(var(--rgb-turquoise));
  transform: translateX(2px);
}

/* Search Button */
.c-desktop-header__search-button-container {
  position: relative;
}

.c-search-button {
  width: 44px;
  height: 44px;
  background: rgb(var(--rgb-light-grey-2));
  border: 1px solid rgb(var(--rgb-light-grey-4));
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.c-search-button:hover {
  background: rgb(var(--rgb-light-turquoise));
  border-color: rgba(var(--rgb-turquoise), 0.45);
}

.c-search-button svg {
  width: 20px;
  height: 20px;
  stroke: rgb(var(--rgb-charcoal-1));
}

/* Search Popup */
.c-popup-search {
  position: fixed;
  top: 110px;
  right: 40px;
  width: 400px;
  max-width: calc(100vw - 80px);
  background: rgb(var(--rgb-white));
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 200;
}

.c-popup-search.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-popup-search__inner {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-popup-search__form {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgb(var(--rgb-light-grey-2));
  border-radius: 50px;
  padding: 4px 4px 4px 20px;
}

.c-popup-search__input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 15px;
  color: rgb(var(--rgb-charcoal-1));
  outline: none;
}

.c-popup-search__input::placeholder {
  color: rgb(var(--rgb-charcoal-3));
}

.c-popup-search__submit {
  width: 40px;
  height: 40px;
  background: rgb(var(--rgb-charcoal-1));
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-popup-search__submit svg {
  width: 18px;
  height: 18px;
  stroke: rgb(var(--rgb-white));
}

.c-popup-search__close {
  width: 40px;
  height: 40px;
  background: rgb(var(--rgb-light-grey-2));
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-popup-search__close svg {
  width: 18px;
  height: 18px;
  stroke: rgb(var(--rgb-charcoal-1));
}

/* Mobile Menu Button */
.c-mobile-menu-button {
  display: flex;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .c-mobile-menu-button {
    display: none;
  }
}

.c-mobile-menu-button svg {
  width: 24px;
  height: 24px;
  stroke: rgb(var(--rgb-charcoal-1));
}

/* Mobile Menu */
.c-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.c-mobile-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.c-mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 100%;
  background: rgb(var(--rgb-white));
  transform: translateX(100%);
  transition: transform 0.3s;
}

.c-mobile-menu.is-active .c-mobile-menu__panel {
  transform: translateX(0);
}

.c-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgb(var(--rgb-light-grey-4));
}

.c-mobile-menu__title {
  font-size: 16px;
  font-weight: 600;
  color: rgb(var(--rgb-charcoal-1));
}

.c-mobile-menu__close {
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-mobile-menu__close svg {
  width: 24px;
  height: 24px;
  stroke: rgb(var(--rgb-charcoal-1));
}

.c-mobile-menu__nav {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(100vh - 60px);
}

.c-mobile-menu__link {
  display: block;
  padding: 12px 0;
  font-size: 15px;
  color: rgb(var(--rgb-charcoal-1));
  text-decoration: none;
  border-bottom: 1px solid rgb(var(--rgb-light-grey-4));
}

.c-mobile-menu__section {
  margin-top: 20px;
}

.c-mobile-menu__section-title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgb(var(--rgb-charcoal-3));
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

/* Mobile Menu - Accordion (estilo admin) */
.c-mobile-nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgb(var(--rgb-charcoal-1));
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.c-mobile-nav-item:hover {
  background: rgb(var(--rgb-light-grey-4));
  color: rgb(var(--rgb-charcoal-1));
}

.c-mobile-nav-item svg {
  flex-shrink: 0;
  stroke: rgb(var(--rgb-charcoal-3));
}

.c-mobile-nav-item--home {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.c-mobile-nav-group {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.5rem;
}

.c-mobile-nav-group + .c-mobile-nav-group {
  margin-top: 0.25rem;
}

.c-mobile-nav-group__title {
  margin: 0;
  padding: 0.6rem 0.85rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgb(var(--rgb-charcoal-3));
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  background: rgb(var(--rgb-light-grey-4));
  transition: background-color 0.2s ease, color 0.2s ease;
  user-select: none;
}

.c-mobile-nav-group__title:hover {
  background: rgb(var(--rgb-light-grey-3));
  color: rgb(var(--rgb-charcoal-1));
}

.c-mobile-nav-group__title::after {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.25s ease;
  flex-shrink: 0;
  margin-left: 0.5rem;
  opacity: 0.7;
}

.c-mobile-nav-group.is-open > .c-mobile-nav-group__title::after {
  transform: rotate(45deg);
}

.c-mobile-nav-group__items {
  display: grid;
  gap: 0.15rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  opacity: 0;
  padding-left: 0.25rem;
}

.c-mobile-nav-group.is-open > .c-mobile-nav-group__items {
  max-height: 35rem;
  opacity: 1;
  margin-top: 0.35rem;
}

/* Overlay Backdrop */
.c-overlay-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.c-overlay-backdrop.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 1023px) {
  .c-desktop-header__bottom-inner {
    height: 60px;
  }

  .c-desktop-header__top-left span,
  .c-desktop-header__top-phone {
    display: none;
  }

  .c-desktop-header__top-link svg {
    width: 18px;
    height: 18px;
  }

  .c-overlay-dropdown {
    top: 100%;
    left: 0;
    right: 0;
  }

  .c-popup-popular,
  .c-popup-search {
    top: 100px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .c-desktop-header__top {
    display: none;
  }

  .c-desktop-header__logo-text {
    display: none;
  }

  .c-overlay-dropdown {
    top: 100%;
    left: 0;
    right: 0;
  }

  .c-popup-popular,
  .c-popup-search {
    top: 60px;
    right: 10px;
  }
}

/* === Fim Desktop Header Styles === */

/* ===== Featured Events Swiper (Mascouche-inspired) ===== */

.c-featured-events-swiper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-featured-events-swiper__title-container {
  margin-bottom: 20px;
}

.c-featured-events-swiper__title {
  font-size: 28px;
  font-weight: 600;
  color: rgb(var(--rgb-charcoal-1));
  line-height: 1.2;
}

.c-featured-events-swiper__container {
  flex: 1;
  border: 1px solid rgb(var(--rgb-light-grey-4));
  border-radius: 25px;
  overflow: hidden;
}

.c-featured-events-swiper__block {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.c-featured-events-swiper .swiper {
  max-width: 100%;
}

/* Carousel nativo da home (independente de Swiper) */
.c-events-carousel {
  overflow: hidden;
  width: 100%;
}

.c-events-carousel__track {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  transition: transform 0.45s var(--out-cubic, ease);
  will-change: transform;
}

.c-events-carousel__slide {
  width: 100%;
  flex: 0 0 100%;
  min-width: 0;
}

.c-featured-events-swiper__footer {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-inline: 20px;
  padding-block: 20px;
}

.c-featured-events-swiper__footer--single {
  justify-content: flex-end;
}

.c-featured-events-swiper__swiper-navigation {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 6px;
}

.c-featured-events-swiper__swiper-pointer-button {
  align-items: center;
  background-color: rgb(var(--rgb-light-grey-2));
  border: 1px solid rgb(var(--rgb-light-grey-4));
  border-radius: 50%;
  display: flex;
  height: 42px;
  justify-content: center;
  transition: background-color 0.3s;
  width: 42px;
  cursor: pointer;
}

.c-featured-events-swiper__swiper-pointer-button:hover {
  background-color: rgb(var(--rgb-light-turquoise));
  border-color: rgba(var(--rgb-turquoise), 0.45);
}

.c-featured-events-swiper__swiper-pointer {
  height: 12px;
  stroke: rgb(var(--rgb-charcoal-1));
  stroke-width: 2px;
  width: 12px;
}

/* Featured Event Card */
.c-featured-event {
  display: flex;
  gap: 30px;
  padding: 20px;
  border: 1px solid rgb(var(--rgb-light-grey-4));
  border-radius: 20px;
  background: linear-gradient(180deg,
      rgba(var(--rgb-white), 1) 0%,
      rgba(var(--rgb-light-grey-2), 0.35) 100%);
  transition: transform 0.28s var(--out-cubic), border-color 0.28s ease;
  text-decoration: none;
  min-width: 0;
}

@media (max-width: 767px) {
  .c-featured-event {
    flex-direction: column;
    gap: 15px;
  }

  .c-featured-event__image-and-date {
    max-width: 100%;
  }
}

.c-featured-event__image-and-date {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 48%;
  gap: 0;
}

.c-featured-event__picture-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(var(--rgb-black), 0.08);
}

.c-featured-event__picture {
  display: block;
  position: relative;
  padding-top: 62.85%;
}

.c-featured-event__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.c-featured-event:hover .c-featured-event__img {
  transform: scale(1.04);
}

.c-featured-event:hover {
  border-color: rgba(var(--rgb-turquoise), 0.38);
  transform: translateY(-3px);
}

.c-featured-event__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
  min-width: 0;
}

@media (max-width: 767px) {
  .c-featured-event__content {
    margin-top: 0;
  }
}

.c-featured-event__title {
  color: rgb(var(--rgb-charcoal-1));
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  transition: color 0.28s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-featured-event:hover .c-featured-event__title {
  color: rgba(var(--rgb-charcoal-1), 0.82);
}

.c-featured-event-card__title-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-featured-event__category-container {
  margin-bottom: 0;
}

.c-featured-event__category {
  align-items: center;
  background-color: rgba(var(--rgb-turquoise), 0.1);
  border: 1px solid rgba(var(--rgb-turquoise), 0.25);
  border-radius: 999px;
  color: rgb(var(--rgb-dark-turquoise));
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 6px 10px;
  text-transform: uppercase;
  transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.c-featured-event__category::before {
  content: none;
}

.c-featured-event:hover .c-featured-event__category {
  background-color: rgba(var(--rgb-turquoise), 0.16);
  border-color: rgba(var(--rgb-turquoise), 0.38);
  color: rgb(var(--rgb-dark-turquoise));
}

.c-featured-event__excerpt {
  color: rgb(var(--rgb-charcoal-3));
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-featured-event__infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 2px;
}

.c-featured-event .c-event-info {
  align-items: center;
  background-color: rgba(var(--rgb-light-grey-2), 0.82);
  border: 1px solid rgba(var(--rgb-light-grey-4), 0.95);
  border-radius: 11px;
  display: flex;
  gap: 9px;
  min-height: 34px;
  padding: 6px 10px;
}

.c-featured-event .c-event-info__svg {
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  stroke: rgb(var(--rgb-dark-turquoise));
  stroke-width: 1.5px;
}

.c-featured-event .c-event-info__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: rgb(var(--rgb-charcoal-1));
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-featured-event .c-event-info--date {
  background-color: rgba(var(--rgb-yellow), 0.12);
  border-color: rgba(var(--rgb-yellow), 0.34);
}

.c-featured-event .c-event-info--date .c-event-info__svg {
  stroke: rgb(var(--rgb-dark-yellow, 172, 120, 0));
}

.c-featured-event .c-event-info--date .c-event-info__text {
  color: rgb(var(--rgb-dark-yellow, 172, 120, 0));
  font-weight: 600;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
  overflow: visible;
}

.c-featured-event .c-event-info--location .c-event-info__text {
  -webkit-line-clamp: 2;
}

.c-featured-event__cta {
  align-items: center;
  color: rgb(var(--rgb-turquoise));
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.02em;
  margin-top: auto;
}

.c-featured-event__cta::after {
  content: "\2192";
  transition: transform 0.25s ease;
}

.c-featured-event:hover .c-featured-event__cta::after {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 1023px) {
  .c-featured-events-swiper {
    padding-inline: 20px !important;
  }
}

@media (max-width: 550px) {
  .c-featured-events-swiper__container {
    border: none;
    border-radius: 0;
  }

  .c-featured-events-swiper__footer {
    flex-direction: column;
    gap: 15px;
  }

  .c-featured-events-swiper__footer .c-button {
    width: 100%;
  }
}

/* Button Component - estilos base em design-system.css */

/* === Fim Featured Events Swiper Styles === */

/* =============================================
   BENTO GRID — Notícias, Eventos & Missas de Hoje
   ============================================= */
.c-home-bento-news {
    background-color: rgb(var(--rgb-white));
    padding: 40px 0 60px;
}

/*
  Desktop (4 cols):
  ┌─────────────────┬─────────────────┐
  │                 │                 │
  │   NOTÍCIAS      │   EVENTOS       │
  │  (col 1-2,      │  (col 3-4,      │
  │   2 rows)       │   row 1)        │
  │                 ├─────────────────┤
  │                 │  MISSAS HOJE    │
  │                 │  (col 3-4,      │
  │                 │   row 2)        │
  └─────────────────┴─────────────────┘
*/
.c-home-bento-news__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

@media screen and (min-width: 1025px) {
    .c-home-bento-news__grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr auto;
    }

    .c-bento-news-card--noticias {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .c-bento-news-card--eventos {
        grid-column: 3 / 5;
        grid-row: 1;
    }

    .c-bento-news-card--missas {
        grid-column: 3 / 5;
        grid-row: 2;
    }
}

@media screen and (max-width: 1024px) {
    .c-home-bento-news__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

@media screen and (max-width: 640px) {
    .c-home-bento-news {
        padding: 24px 0 40px;
    }

    .c-home-bento-news__grid {
        gap: 16px;
    }
}

/* --- Bento News Card base --- */
.c-bento-news-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: rgb(var(--rgb-white));
    border: 1px solid rgba(var(--rgb-light-grey-4), 0.9);
    box-shadow: 0 8px 28px rgba(var(--rgb-black), 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.c-bento-news-card:hover {
    border-color: rgba(var(--rgb-turquoise), 0.4);
    box-shadow: 0 14px 36px rgba(var(--rgb-black), 0.1);
    transform: translateY(-4px);
}

@media screen and (max-width: 640px) {
    .c-bento-news-card {
        border-radius: 16px;
    }
}

/* --- Card Header --- */
.c-bento-news-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 22px 0;
}

.c-bento-news-card__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(var(--rgb-turquoise), 0.12);
    border: 1px solid rgba(var(--rgb-turquoise), 0.28);
    color: rgb(var(--rgb-turquoise));
    transition: transform 0.25s ease;
}

.c-bento-news-card:hover .c-bento-news-card__icon {
    transform: translateY(-1px);
}

.c-bento-news-card__icon svg {
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
}

.c-bento-news-card__icon--events {
    background-color: rgba(var(--rgb-yellow), 0.15);
    border-color: rgba(var(--rgb-dark-yellow), 0.28);
    color: rgb(var(--rgb-dark-yellow));
}

.c-bento-news-card__icon--missas {
    background-color: rgba(118, 65, 180, 0.12);
    border-color: rgba(118, 65, 180, 0.28);
    color: rgb(118, 65, 180);
}

.c-bento-news-card__kicker {
    display: block;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgb(var(--rgb-charcoal-3));
    margin-bottom: 2px;
}

.c-bento-news-card__title {
    font-family: Inter, system-ui, sans-serif;
    font-size: 1.12rem;
    font-weight: 600;
    color: rgb(var(--rgb-charcoal-1));
    line-height: 1.3;
    margin: 0;
    letter-spacing: -0.01em;
}

.c-bento-news-card__subtitle {
    display: block;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgb(var(--rgb-charcoal-3));
    margin-top: 2px;
}

/* --- Card Footer --- */
.c-bento-news-card__footer {
    padding: 0 22px 20px;
    margin-top: auto;
}

/* --- Card Empty --- */
.c-bento-news-card__empty {
    color: rgb(var(--rgb-charcoal-3));
    text-align: center;
    padding: 20px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.88rem;
}

/* --- Notícias card --- */
.c-bento-news-card--noticias {
    background: linear-gradient(165deg, rgb(var(--rgb-white)) 0%, rgba(var(--rgb-light-turquoise, 230,242,255), 0.35) 100%);
    border-color: rgba(var(--rgb-turquoise), 0.16);
}

.c-bento-news-card__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 12px 22px 16px;
    flex: 1;
}

/* --- Bento News Item --- */
.c-bento-news-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(var(--rgb-light-grey-4), 0.8);
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.c-bento-news-item:last-child {
    border-bottom: none;
}

.c-bento-news-item__thumb {
    flex-shrink: 0;
    width: 96px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    background-color: rgba(var(--rgb-light-grey-2), 0.8);
}

.c-bento-news-item__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.c-bento-news-item:hover .c-bento-news-item__thumb img {
    transform: scale(1.08);
}

.c-bento-news-item__thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--rgb-charcoal-3));
    opacity: 0.4;
}

.c-bento-news-item__thumb-placeholder svg {
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
}

.c-bento-news-item__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.c-bento-news-item__badge {
    display: inline-block;
    align-self: flex-start;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgb(var(--rgb-turquoise));
    background: rgba(var(--rgb-turquoise), 0.1);
    border: 1px solid rgba(var(--rgb-turquoise), 0.22);
    border-radius: 4px;
    padding: 2px 7px;
    line-height: 1.3;
}

.c-bento-news-item__title {
    font-family: Inter, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(var(--rgb-charcoal-1));
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c-bento-news-item__date {
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.74rem;
    color: rgb(var(--rgb-charcoal-3));
}

/* --- Eventos card --- */
.c-bento-news-card--eventos {
    background: linear-gradient(165deg, rgb(var(--rgb-white)) 0%, rgba(var(--rgb-light-yellow, 255,248,220), 0.45) 100%);
    border-color: rgba(var(--rgb-yellow), 0.26);
}

.c-bento-news-card--eventos .c-bento-news-card__header {
    justify-content: flex-start;
}

/* --- Bento Events Carousel --- */
.c-bento-events-carousel {
    position: relative;
    overflow: hidden;
    padding: 12px 22px 8px;
    flex: 1;
}

.c-bento-events-carousel__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
}

.c-bento-events-carousel__track::-webkit-scrollbar {
    display: none;
}

.c-bento-events-carousel__nav {
    display: flex;
    gap: 6px;
    margin-left: auto;
    flex-shrink: 0;
}

.c-bento-events-carousel__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(var(--rgb-dark-yellow), 0.22);
    background: rgba(var(--rgb-yellow), 0.12);
    color: rgb(var(--rgb-dark-yellow));
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.c-bento-events-carousel__btn:hover {
    background: rgba(var(--rgb-yellow), 0.28);
    border-color: rgba(var(--rgb-dark-yellow), 0.4);
    transform: scale(1.08);
}

.c-bento-events-carousel__btn svg {
    stroke: currentColor;
    stroke-width: 2px;
    fill: none;
}

/* --- Bento Event Card (individual card in carousel) --- */
.c-bento-event-card {
    flex: 0 0 220px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    background: rgb(var(--rgb-white));
    border: 1px solid rgba(var(--rgb-light-grey-4), 0.85);
    box-shadow: 0 4px 16px rgba(var(--rgb-black), 0.05);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.c-bento-event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(var(--rgb-black), 0.1);
    border-color: rgba(var(--rgb-dark-yellow), 0.35);
}

.c-bento-event-card__image {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: rgba(var(--rgb-light-grey-2), 0.6);
}

.c-bento-event-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.c-bento-event-card:hover .c-bento-event-card__image img {
    transform: scale(1.06);
}

.c-bento-event-card__image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(var(--rgb-yellow), 0.16) 0%, rgba(var(--rgb-dark-yellow), 0.06) 100%);
    color: rgb(var(--rgb-dark-yellow));
    opacity: 0.5;
}

.c-bento-event-card__image-placeholder svg {
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
}

.c-bento-event-card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgb(var(--rgb-dark-yellow));
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(var(--rgb-dark-yellow), 0.18);
    border-radius: 4px;
    padding: 3px 7px;
    line-height: 1;
    backdrop-filter: blur(4px);
}

.c-bento-event-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px 14px;
    flex: 1;
}

.c-bento-event-card__title {
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: rgb(var(--rgb-charcoal-1));
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.c-bento-event-card__meta-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: auto;
}

.c-bento-event-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.72rem;
    color: rgb(var(--rgb-charcoal-3));
    line-height: 1.3;
}

.c-bento-event-card__meta svg {
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
    flex-shrink: 0;
}

@media screen and (max-width: 640px) {
    .c-bento-event-card {
        flex: 0 0 190px;
    }

    .c-bento-event-card__image {
        height: 100px;
    }

    .c-bento-event-card__body {
        padding: 10px 12px 12px;
    }

    .c-bento-event-card__title {
        font-size: 0.84rem;
    }
}

/* --- Missas de Hoje card --- */
.c-bento-news-card--missas {
    background: linear-gradient(165deg, rgb(var(--rgb-white)) 0%, rgba(118, 65, 180, 0.06) 100%);
    border-color: rgba(118, 65, 180, 0.18);
}

.c-bento-news-card__missas-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 22px;
    flex: 1;
}

.c-bento-news-card--missas .c-missas-hoje__item {
    margin-bottom: 0;
}

/* ===== News and Events Layout (Mascouche-inspired) ===== */

.o-home-layout__news-and-events {
  display: flex;
  gap: var(--x-40, 40px);
  margin-block: var(--y-40, 40px) var(--y-75, 75px);
}

.o-home-layout__news {
  flex: 1;
}

.o-home-layout__events {
  flex: 1;
}

@media (max-width: 1023px) {
  .o-home-layout__news-and-events {
    flex-direction: column;
    margin-block: 30px 50px;
  }
}

/* Featured News List */
.c-featured-news-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-featured-news-list__title-container {
  margin-bottom: 24px;
}

.c-home-section-head {
  align-items: center;
  border: 1px solid rgba(var(--rgb-turquoise), 0.16);
  border-radius: 22px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  overflow: hidden;
  padding: 16px 18px;
  position: relative;
}

.c-home-section-head::before {
  background: radial-gradient(circle, rgba(var(--rgb-turquoise), 0.14) 0%, rgba(var(--rgb-turquoise), 0) 72%);
  border-radius: 50%;
  content: "";
  height: 150px;
  pointer-events: none;
  position: absolute;
  right: -44px;
  top: -64px;
  width: 150px;
}

.c-home-section-head--news {
  background: linear-gradient(130deg,
      rgba(var(--rgb-white), 0.98) 0%,
      rgba(var(--rgb-light-yellow), 0.5) 56%,
      rgba(var(--rgb-light-turquoise), 0.65) 100%);
}

.c-home-section-head--events {
  background: linear-gradient(130deg,
      rgba(var(--rgb-white), 0.98) 0%,
      rgba(var(--rgb-light-turquoise), 0.65) 60%,
      rgba(var(--rgb-light-grey-2), 0.95) 100%);
}

.c-home-section-head>* {
  position: relative;
  z-index: 1;
}

.c-home-section-head__leading {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.c-home-section-head__icon {
  align-items: center;
  background: rgba(var(--rgb-white), 0.94);
  border: 1px solid rgba(var(--rgb-turquoise), 0.24);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(var(--rgb-black), 0.08);
  color: rgb(var(--rgb-turquoise));
  display: flex;
  flex-shrink: 0;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.c-home-section-head__icon svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8px;
  width: 20px;
}

.c-home-section-head__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.c-home-section-head__kicker {
  color: rgb(var(--rgb-charcoal-3));
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.c-featured-news-list__title,
.c-featured-events-swiper__title {
  color: rgb(var(--rgb-charcoal-1));
  font-size: clamp(1.25rem, 1vw + 1rem, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

.c-home-section-head__subtitle {
  color: rgb(var(--rgb-charcoal-3));
  font-size: 0.86rem;
  line-height: 1.4;
  margin: 0;
  max-width: 42ch;
}

.c-home-section-head__meta {
  background: rgba(var(--rgb-white), 0.84);
  border: 1px solid rgba(var(--rgb-turquoise), 0.28);
  border-radius: 999px;
  color: rgb(var(--rgb-turquoise));
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.c-featured-news-list__container {
  align-items: stretch;
  display: flex;
  flex: 1;
  gap: 25px;
}

@media (max-width: 767px) {
  .c-featured-news-list__container {
    flex-direction: column;
  }
}

.c-featured-news-list__picture-container {
  flex: 1;
  min-height: 300px;
}

@media (max-width: 767px) {
  .c-featured-news-list__picture-container {
    height: 250px;
    flex: none;
  }
}

.c-featured-news-list__picture {
  display: block;
  position: relative;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.c-featured-news-list__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.c-featured-news-list__block-container {
  flex: 1;
  min-width: 285px;
}

@media (max-width: 767px) {
  .c-featured-news-list__block-container {
    min-width: auto;
  }
}

.c-featured-news-list__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  justify-content: space-between;
  background-color: rgb(var(--rgb-white));
  border: 1px solid rgb(var(--rgb-light-grey-4));
  border-radius: 25px;
  padding: 30px 25px 20px;
}

.c-featured-news-list__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Block List Item (News item) */
.c-block-list-item {
  display: flex;
  gap: 12px;
  text-decoration: none;
}

.c-block-list-item--turquoise {
  --block-dark-color: var(--rgb-dark-blue);
  --block-light-color: var(--rgb-light-blue);
}

.c-block-list-item__svg-container {
  align-items: center;
  background-color: rgb(var(--block-light-color, var(--rgb-light-turquoise)));
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.c-block-list-item__svg {
  height: 16px;
  width: 16px;
  stroke: rgb(var(--block-dark-color, var(--rgb-dark-turquoise)));
  stroke-width: 1.5px;
}

.c-block-list-item__text-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.c-block-list-item__title {
  color: rgb(var(--rgb-charcoal-1));
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s;
}

.c-block-list-item:hover .c-block-list-item__title {
  color: rgba(var(--rgb-charcoal-1), 0.6);
}

.c-block-list-item__subtitle {
  color: rgb(var(--rgb-grey, 98, 98, 98));
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  transition: color 0.3s;
}

.c-block-list-item:hover .c-block-list-item__subtitle {
  color: rgba(var(--rgb-grey, 98, 98, 98), 0.6);
}

/* Featured events section heading */
.c-featured-events-swiper__title-container {
  margin-bottom: 24px;
}

/* Section Classes */
.o-section {
  display: flex;
  flex-direction: column;
}

.o-section--featuredEvents,
.o-section--featuredNews {
  height: 100%;
}

/* === Fim News and Events Layout === */

/* === Desktop Header === */
/* Variáveis CSS consolidadas em design-system.css */

.c-desktop-header__top-left {
    align-items: center;
    display: flex;
    gap: 8px;
}

.c-desktop-header__top-left .c-button {
    font-size: 13px;
    padding: 7px 16px;
    gap: 6px;
}

.c-desktop-header__top-right { 
    align-items: center; 
    display: flex;
}

/* === Button Styles === */
/* Estilos base em design-system.css */

.c-button__text {
    display: inline-block;
    font-size: 15px;
}

/* === Font Size Toggle === */
.c-font-size-toggle { 
    align-items: center; 
    display: flex; 
    justify-content: center; 
    padding: 4px 6px; 
    transition: background-color .3s;
    appearance: none;
    background: initial; 
    border: initial; 
    border-radius: initial;
    cursor: pointer; 
    font-family: var(--ff); 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    gap: 4px;
}

.c-font-size-toggle__items { 
    align-items: center; 
    display: flex; 
    gap: 3px; 
    justify-content: center;
}

.c-font-size-toggle__item { 
    color: rgba(var(--rgb-charcoal-1),.4); 
    display: block; 
    font-weight: 500; 
    line-height: 1em; 
    opacity: 1; 
    transition: color .4s ease,opacity .4s ease;
    padding: 4px 6px;
    font-size: 9px;
}

.c-font-size-toggle__item--small { 
    font-size: 9px;
}

.c-font-size-toggle__item--big { 
    font-size: 11px;
}

.c-font-size-toggle__item--bigger { 
    font-size: 13px;
}

.c-font-size-toggle__item.is-active { 
    color: rgb(var(--rgb-charcoal-1));
}

.c-font-size-toggle:hover .c-font-size-toggle__item { 
    opacity: .8;
}

/* === Top Navigation Links === */
.c-desktop-header__top-link-container {
    margin-left: 10px;
}

.c-desktop-header__top-link {
    color: rgb(var(--rgb-charcoal-1));
    font-size: 13px;
    font-weight: 500;
    transition: color .3s;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    white-space: nowrap;
}

.c-desktop-header__top-link:hover { 
    color: rgba(var(--rgb-charcoal-1),.6);
}

/* === Homepage mobile refinements === */
@media (max-width: 1023px) {
    .c-desktop-header__bottom-inner {
        height: 76px;
    }

    .c-desktop-header__logo-img {
        height: auto;
        max-height: 56px;
        max-width: min(62vw, 240px);
        width: auto;
    }

    .c-desktop-header__bottom-right {
        gap: 6px;
    }
}

@media (max-width: 767px) {
    .c-desktop-header__bottom-inner {
        height: 68px;
    }

    .c-desktop-header__logo-img {
        max-height: 48px;
        max-width: 180px;
    }

    .c-search-button {
        height: 40px;
        width: 40px;
    }

    .c-home-banner__container {
        gap: 22px;
    }

    .c-home-banner__content {
        padding-top: 10px;
    }

    h1.c-home-banner__title {
        font-size: clamp(1.75rem, 7.2vw, 2.05rem);
        line-height: 1.18;
        max-width: 15ch;
    }

    .c-home-banner .c-button {
        margin-top: 18px;
        width: 100%;
    }

    .c-home-banner__picture {
        height: 220px;
    }

    .c-home-banner__img {
        border-radius: 22px;
        height: 220px;
    }

    .c-home-banner__invisible-link {
        border-radius: 22px;
    }

    .c-home-banner-block {
        border-radius: 24px;
        gap: 20px;
        padding: 24px 18px;
    }

    .c-home-banner-block__tip {
        max-width: 100%;
    }

    .c-home-banner-tip {
        padding-bottom: 14px;
    }

    .c-home-banner-tip__text {
        font-size: 14px;
        line-height: 1.45;
    }

    .c-home-banner-block__search {
        margin-bottom: 8px;
    }

    .c-home-banner-block__footer {
        flex-direction: column;
        gap: 12px;
    }

    .c-home-banner-showcase {
        min-height: 0;
        width: 100%;
    }

    .c-home-banner__fast-links {
        gap: 8px;
        grid-template-columns: 1fr;
        padding-bottom: 8px;
        padding-top: 14px;
    }

    .c-fast-link-button {
        border-radius: 18px;
        gap: 10px;
        padding: 10px 12px;
    }

    .c-fast-link-button__text {
        font-size: 13px;
        line-height: 1.35;
    }

    .o-home-layout__news-and-events {
        gap: 28px;
        margin-block: 24px 40px;
    }

    .c-home-section-head {
        align-items: flex-start;
        border-radius: 18px;
        flex-direction: column;
        gap: 12px;
        padding: 14px 14px 13px;
    }

    .c-home-section-head__leading {
        width: 100%;
    }

    .c-home-section-head__icon {
        height: 38px;
        width: 38px;
    }

    .c-home-section-head__kicker {
        font-size: 10px;
    }

    .c-featured-news-list__title,
    .c-featured-events-swiper__title {
        font-size: clamp(1.1rem, 4.2vw, 1.3rem);
    }

    .c-home-section-head__subtitle {
        font-size: 0.8rem;
        max-width: 100%;
    }

    .c-home-section-head__meta {
        font-size: 0.68rem;
        margin-left: 50px;
        padding: 6px 10px;
    }

    .c-featured-news-list__picture-container {
        min-height: 220px;
    }

    .c-featured-news-list__block {
        border-radius: 20px;
        gap: 20px;
        padding: 20px 16px 16px;
    }

    .c-block-list-item__title {
        font-size: 15px;
        line-height: 1.35;
    }

    .c-featured-events-swiper {
        padding-inline: 0 !important;
    }

    .c-featured-events-swiper__container {
        border-radius: 20px;
    }

    .c-featured-event {
        gap: 12px;
        padding: 16px;
    }

    .c-featured-event__title {
        font-size: 18px;
        line-height: 1.25;
    }

    .c-featured-event__excerpt {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }

    .c-featured-event__cta {
        font-size: 12px;
    }

    .c-featured-event__infos {
        gap: 8px;
        margin-top: 8px;
    }

    .c-featured-event .c-event-info__text {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        white-space: normal;
    }

    .c-featured-events-swiper__footer {
        margin-inline: 16px;
        padding-block: 16px;
    }

    .c-featured-events-swiper__footer .c-button {
        width: 100%;
    }

}

@media (max-width: 420px) {
    .c-mobile-menu__panel {
        width: 100%;
    }

    h1.c-home-banner__title {
        font-size: 1.7rem;
    }

    .c-home-banner-block__title {
        font-size: 20px;
    }

    .c-home-banner-showcase__title {
        font-size: 15px;
    }

    .c-home-section-head {
        padding: 12px;
    }

    .c-home-section-head__subtitle {
        display: none;
    }

    .c-home-section-head__meta {
        margin-left: 42px;
    }

    .c-featured-event .c-event-info__text {
        font-size: 12px;
    }
}

/* === Home Scripture Highlight === */
.c-home-scripture {
    padding: 8px 0 14px;
}

.c-home-scripture__card {
    background-color: rgb(var(--rgb-white));
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    max-width: 980px;
    overflow: visible;
    padding: 20px 10px 26px;
    position: static;
    text-align: center;
}

.c-home-scripture__card::before {
    content: none;
}

.c-home-scripture__card>* {
    position: static;
    z-index: auto;
}

.c-home-scripture__kicker {
    color: rgb(var(--rgb-turquoise));
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.c-home-scripture__text {
    color: rgb(var(--rgb-charcoal-1));
    font-size: clamp(1.55rem, 1.35rem + 2vw, 2.75rem);
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0;
}

.c-home-scripture__reference {
    color: rgb(var(--rgb-charcoal-3));
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 18px 0 0;
}

@media screen and (max-width: 900px) {
    .c-home-scripture__card {
        padding: 18px 12px 22px;
    }
}

@media screen and (max-width: 576px) {
    .c-home-scripture {
        padding: 0 0 8px;
    }

    .c-home-scripture__card {
        padding: 14px 8px 16px;
    }

    .c-home-scripture__kicker {
        font-size: 0.68rem;
        margin-bottom: 10px;
    }

    .c-home-scripture__text {
        font-size: clamp(1.25rem, 5.5vw, 1.6rem);
        line-height: 1.3;
    }

    .c-home-scripture__reference {
        font-size: 0.82rem;
        margin-top: 12px;
    }
}

/* === Home Faith Quick Access === */
/* =============================================
   BENTO GRID — Fé & Meditação
   ============================================= */
.c-home-bento {
    background-color: rgb(var(--rgb-white));
    padding: 10px 0 34px;
}

/*
  Desktop grid (4 colunas):
  ┌─────────────────┬─────────────────┐
  │                 │                 │
  │   MEDITAÇÃO     │   SANTO DO DIA  │
  │   (col 1-2)     │   (col 3-4)     │
  │                 ├────────┬────────┤
  │                 │LITURGIA│ORAÇÃO  │
  └─────────────────┴────────┴────────┘
*/
.c-home-bento__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 18px;
}

/* --- Card base --- */
.c-bento-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    box-shadow: 0 8px 28px rgba(var(--rgb-black), 0.06);
}

.c-bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(var(--rgb-black), 0.11);
}

/* --- Meditation (left, spans 2 rows) --- */
.c-bento-card--meditation {
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    background: linear-gradient(165deg, rgb(var(--rgb-white)) 0%, rgba(var(--rgb-light-turquoise, 230,242,255), 0.4) 100%);
    border: 1px solid rgba(var(--rgb-turquoise), 0.16);
}

.c-bento-card__video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #111827;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
}

.c-bento-card__video img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.35s ease;
}

.c-bento-card--meditation:hover .c-bento-card__video img {
    transform: scale(1.03);
    filter: brightness(0.88);
}

.c-bento-card__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.25s ease;
}

.c-bento-card__play:hover {
    transform: scale(1.1);
}

.c-bento-card__play svg {
    filter: drop-shadow(0 4px 14px rgba(0,0,0,0.5));
}

.c-bento-card__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* --- Body (text area) --- */
.c-bento-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 24px 24px;
    gap: 6px;
}

.c-bento-card__kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgb(var(--rgb-charcoal-3));
}

.c-bento-card__kicker svg {
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
    flex-shrink: 0;
}

.c-bento-card__title {
    font-family: Inter, system-ui, sans-serif;
    font-size: 1.18rem;
    font-weight: 600;
    color: rgb(var(--rgb-charcoal-1));
    line-height: 1.3;
    margin: 0;
    letter-spacing: -0.01em;
}

.c-bento-card__meta {
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgb(var(--rgb-charcoal-3));
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.c-bento-card__meta svg {
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
    flex-shrink: 0;
}

.c-bento-card__desc {
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.86rem;
    line-height: 1.6;
    color: rgb(var(--rgb-charcoal-3));
    margin: 4px 0 0;
}

.c-bento-card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 6px;
}

.c-bento-card__icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.c-bento-card__icon-circle svg {
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
}

.c-bento-card__icon-circle--teal {
    background-color: rgba(var(--rgb-turquoise), 0.12);
    border: 1px solid rgba(var(--rgb-turquoise), 0.26);
    color: rgb(var(--rgb-turquoise));
}

.c-bento-card__icon-circle--gold {
    background-color: rgba(var(--rgb-yellow), 0.18);
    border: 1px solid rgba(var(--rgb-dark-yellow), 0.26);
    color: rgb(var(--rgb-dark-yellow));
}

/* --- CTA button --- */
.c-bento-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    margin-top: auto;
    align-self: flex-start;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    background-color: rgba(var(--rgb-turquoise), 0.1);
    border: 1px solid rgba(var(--rgb-turquoise), 0.26);
    color: rgb(var(--rgb-turquoise));
}

.c-bento-card__cta::after {
    content: "\2192";
    transition: transform 0.25s ease;
}

.c-bento-card:hover .c-bento-card__cta {
    background-color: rgb(var(--rgb-turquoise));
    border-color: rgb(var(--rgb-turquoise));
    color: rgb(var(--rgb-white));
}

.c-bento-card:hover .c-bento-card__cta::after {
    transform: translateX(4px);
}

.c-bento-card__cta--ghost {
    background-color: transparent;
    border-color: rgba(var(--rgb-turquoise), 0.26);
    color: rgb(var(--rgb-turquoise));
}

.c-bento-card:hover .c-bento-card__cta--ghost {
    background-color: rgba(var(--rgb-turquoise), 0.08);
    border-color: rgba(var(--rgb-turquoise), 0.4);
    color: rgb(var(--rgb-turquoise));
}

.c-bento-card__cta--light {
    background-color: rgba(255,255,255,0.92);
    border-color: rgba(255,255,255,0.92);
    color: rgb(var(--rgb-charcoal-1));
}

.c-bento-card--saint:hover .c-bento-card__cta--light {
    background-color: rgb(var(--rgb-white));
    border-color: rgb(var(--rgb-white));
    color: rgb(var(--rgb-charcoal-1));
}

.c-bento-card__cta--gold {
    background-color: rgba(var(--rgb-yellow), 0.18);
    border-color: rgba(var(--rgb-dark-yellow), 0.28);
    color: rgb(var(--rgb-dark-yellow));
}

.c-bento-card--prayer:hover .c-bento-card__cta--gold {
    background-color: rgb(var(--rgb-dark-yellow));
    border-color: rgb(var(--rgb-dark-yellow));
    color: rgb(var(--rgb-white));
}

/* --- Saint card (right top, bg image) --- */
.c-bento-card--saint {
    min-height: 280px;
    isolation: isolate;
}

.c-bento-card__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.c-bento-card__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.03);
    transition: transform 0.4s ease;
}

.c-bento-card--saint:hover .c-bento-card__bg img {
    transform: scale(1.04);
}

.c-bento-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg,
        rgba(0,0,0,0.12) 0%,
        rgba(0,0,0,0.50) 55%,
        rgba(0,0,0,0.76) 100%);
}

.c-bento-card__body--over {
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    min-height: 100%;
    padding: 28px 24px 24px;
}

.c-bento-card__body--over .c-bento-card__kicker,
.c-bento-card__body--over .c-bento-card__title,
.c-bento-card__body--over .c-bento-card__meta {
    color: rgb(var(--rgb-white));
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* --- Liturgy card --- */
.c-bento-card--liturgy {
    background: linear-gradient(160deg, rgb(var(--rgb-white)) 0%, rgba(var(--rgb-light-turquoise, 230,242,255), 0.45) 100%);
    border: 1px solid rgba(var(--rgb-turquoise), 0.18);
}

/* --- Prayer card --- */
.c-bento-card--prayer {
    background: linear-gradient(160deg, rgb(var(--rgb-white)) 0%, rgba(var(--rgb-light-yellow, 255,248,220), 0.5) 100%);
    border: 1px solid rgba(var(--rgb-yellow), 0.32);
}

/* --- Bottom row (liturgy + prayer side by side) --- */
.c-bento-card--liturgy,
.c-bento-card--prayer {
    min-height: 0;
}

/* --- Responsive --- */
@media screen and (min-width: 1025px) {
    .c-home-bento__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto;
    }

    .c-bento-card--meditation {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    .c-bento-card--saint {
        grid-column: 2;
        grid-row: 1;
    }

    .c-bento-card--liturgy {
        grid-column: 2;
        grid-row: 2;
    }

    .c-bento-card--prayer {
        display: none;
    }

    /* Split the bottom-right cell into 2 sub-cards */
    .c-home-bento__grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .c-bento-card--meditation {
        grid-column: 1 / 3;
    }

    .c-bento-card--saint {
        grid-column: 3 / 5;
    }

    .c-bento-card--liturgy {
        grid-column: 3;
        grid-row: 2;
        display: flex;
    }

    .c-bento-card--prayer {
        grid-column: 4;
        grid-row: 2;
        display: flex;
    }
}

@media screen and (max-width: 1024px) {
    .c-home-bento__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .c-bento-card--meditation {
        grid-row: auto;
    }

    .c-bento-card--saint {
        min-height: 320px;
    }
}

@media screen and (max-width: 640px) {
    .c-home-bento {
        padding: 6px 0 24px;
    }

    .c-home-bento__grid {
        gap: 14px;
    }

    .c-bento-card {
        border-radius: 16px;
    }

    .c-bento-card--saint {
        min-height: 260px;
    }

    .c-bento-card__body {
        padding: 18px 16px 20px;
    }

    .c-bento-card__body--over {
        padding: 22px 18px 20px;
    }

    .c-bento-card__title {
        font-size: 1.06rem;
    }
}

/* === Announcements Section === */
.c-announcements {
    background-color: rgb(var(--rgb-white));
    padding: var(--x-80) 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .c-announcements {
        padding: 50px 20px;
    }
}

.c-announcements-section {
    padding: 0;
    margin: 0;
}

.c-announcements-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 44px;
    padding: 24px 28px;
    border-radius: 26px;
    border: 1px solid rgba(var(--rgb-turquoise), 0.18);
    background: linear-gradient(130deg,
            rgba(var(--rgb-light-turquoise, 230, 242, 255), 0.82) 0%,
            rgba(var(--rgb-white), 0.97) 56%,
            rgba(var(--rgb-light-yellow, 255, 248, 220), 0.48) 100%);
    box-shadow: 0 18px 40px rgba(var(--rgb-black), 0.08);
    position: relative;
    overflow: hidden;
}

.c-announcements-header::before {
    content: "";
    position: absolute;
    right: -65px;
    top: -75px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(var(--rgb-yellow), 0.25) 0%,
            rgba(var(--rgb-yellow), 0) 72%);
    pointer-events: none;
}

.c-announcements-header>* {
    position: relative;
    z-index: 1;
}

.c-announcements-header__icon {
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg,
            rgba(var(--rgb-white), 0.98) 0%,
            rgba(var(--rgb-light-turquoise, 230, 242, 255), 0.75) 100%);
    border: 1px solid rgba(var(--rgb-turquoise), 0.24);
    border-radius: 50%;
    color: rgb(var(--rgb-turquoise));
    box-shadow: 0 10px 24px rgba(var(--rgb-turquoise), 0.16);
}

.c-announcements-header__icon svg {
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
}

.c-announcements-title {
    font-size: clamp(1.5rem, 2.1vw, 1.9rem);
    font-weight: 600;
    font-family: Inter, system-ui, sans-serif;
    color: rgb(var(--rgb-charcoal-1));
    margin: 0 0 6px 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.c-announcements-subtitle {
    font-size: 0.9rem;
    font-family: Inter, system-ui, sans-serif;
    color: rgb(var(--rgb-charcoal-3));
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    max-width: 45ch;
}

.c-announcements-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

@media screen and (max-width: 1024px) {
    .c-announcements-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 640px) {
    .c-announcements-grid {
        grid-template-columns: 1fr;
    }

    .c-announcements-header {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 18px 16px;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .c-announcements-header__icon {
        height: 52px;
        width: 52px;
    }

    .c-announcements-title {
        font-size: 1.35rem;
    }

    .c-announcements-subtitle {
        font-size: 0.84rem;
    }
}

/* === Announcement Card === */
.c-announcement-card {
    background: rgb(var(--rgb-white));
    border: 1px solid rgb(var(--rgb-light-grey-4));
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(var(--rgb-black), 0.05);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 24px 22px;
    position: relative;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    width: 100%;
}

.c-announcement-card:hover {
    border-color: rgba(var(--rgb-turquoise), 0.45);
    box-shadow: 0 16px 36px rgba(var(--rgb-black), 0.1);
    transform: translateY(-4px);
}

.c-announcement-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.c-announcement-card__header-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.c-announcement-card__badge {
    align-items: center;
    background-color: rgba(var(--rgb-turquoise), 0.1);
    border: 1px solid rgba(var(--rgb-turquoise), 0.24);
    border-radius: 999px;
    color: rgb(var(--rgb-dark-turquoise));
    display: inline-flex;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 6px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

.c-announcement-card--confissoes .c-announcement-card__badge {
    background-color: rgba(var(--rgb-yellow), 0.18);
    border-color: rgba(var(--rgb-dark-yellow), 0.35);
    color: rgb(var(--rgb-dark-yellow));
}

.c-announcement-card__icon-wrapper {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(var(--rgb-turquoise), 0.12);
    border: 1px solid rgba(var(--rgb-turquoise), 0.28);
    color: rgb(var(--rgb-turquoise));
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.c-announcement-card:hover .c-announcement-card__icon-wrapper {
    box-shadow: 0 8px 18px rgba(var(--rgb-turquoise), 0.2);
    transform: translateY(-1px);
}

.c-announcement-card--confissoes .c-announcement-card__icon-wrapper,
.c-announcement-card--confissoes .c-announcement-card__icon-wrapper--primary,
.c-announcement-card--confissoes .c-announcement-card__icon-wrapper--secondary,
.c-announcement-card--confissoes .c-announcement-card__icon-wrapper--tertiary,
.c-announcement-card--confissoes .c-announcement-card__icon-wrapper--success,
.c-announcement-card--confissoes .c-announcement-card__icon-wrapper--warning,
.c-announcement-card--confissoes .c-announcement-card__icon-wrapper--danger {
    background-color: rgba(var(--rgb-yellow), 0.15);
    border-color: rgba(var(--rgb-yellow), 0.32);
    color: rgb(var(--rgb-dark-yellow));
}

.c-announcement-card__icon-wrapper svg {
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
    width: 22px;
    height: 22px;
}

.c-announcement-card__heading {
    color: rgb(var(--rgb-charcoal-1));
    font-family: Inter, system-ui, sans-serif;
    font-size: 1.07rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin: 0;
}

.c-announcement-card__body {
    padding-top: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-announcement-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.85rem;
    font-family: Inter, system-ui, sans-serif;
    color: rgb(var(--rgb-charcoal-3));
    line-height: 1.45;
}

.c-announcement-card__list li {
    background-color: rgba(var(--rgb-light-grey-2), 0.75);
    border: 1px solid rgba(var(--rgb-light-grey-4), 0.9);
    border-radius: 10px;
    margin: 0;
    padding: 10px 12px 10px 28px;
    position: relative;
}

.c-announcement-card__list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgb(var(--rgb-turquoise));
    position: absolute;
    left: 12px;
    top: 16px;
}

.c-announcement-card__list--confissoes li::before {
    background-color: rgb(var(--rgb-dark-yellow));
}

.c-announcement-card__list strong {
    color: rgb(var(--rgb-charcoal-1));
    font-weight: 600;
}

.c-announcement-card__cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    font-size: 0.83rem;
    font-weight: 600;
    font-family: Inter, system-ui, sans-serif;
    color: rgb(var(--rgb-turquoise));
    text-decoration: none;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    margin-top: auto;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(var(--rgb-turquoise), 0.28);
    background-color: rgba(var(--rgb-turquoise), 0.08);
}

.c-announcement-card__cta::after {
    content: "\2192";
    transition: transform 0.25s ease;
}

.c-announcement-card:hover .c-announcement-card__cta {
    color: rgb(var(--rgb-white));
    background-color: rgb(var(--rgb-turquoise));
    border-color: rgb(var(--rgb-turquoise));
}

.c-announcement-card:hover .c-announcement-card__cta::after {
    transform: translateX(4px);
}

/* Missa Info - Card din�mico de hor�rios */
.c-missa-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 4px;
}

.c-missa-info__item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background-color: rgba(var(--rgb-light-turquoise), 0.6);
    border: 1px solid rgba(var(--rgb-turquoise), 0.2);
}

.c-missa-info__item--atual {
    background-color: rgba(var(--rgb-yellow), 0.15);
    border-color: rgba(var(--rgb-yellow), 0.42);
}

.c-missa-info__item--proxima {
    background-color: rgba(var(--rgb-turquoise), 0.08);
    border-color: rgba(var(--rgb-turquoise), 0.24);
}

.c-missa-info__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    font-size: 0.66rem;
    font-weight: 700;
    font-family: Inter, system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    background-color: rgb(var(--rgb-light-grey-3));
    color: rgb(var(--rgb-charcoal-3));
    white-space: nowrap;
}

.c-missa-info__badge--live {
    background-color: rgb(var(--rgb-yellow));
    color: rgb(var(--rgb-charcoal-1));
    animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.c-missa-info__details {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-family: Inter, system-ui, sans-serif;
    min-width: 0;
}

.c-missa-info__details strong {
    font-size: 0.89rem;
    font-weight: 600;
    color: rgb(var(--rgb-charcoal-1));
    line-height: 1.35;
}

.c-missa-info__details span {
    font-size: 0.77rem;
    color: rgb(var(--rgb-charcoal-3));
    line-height: 1.4;
}

.c-missa-info__observacao {
    font-size: 0.72rem;
    color: rgba(var(--rgb-charcoal-3), 0.8);
    line-height: 1.35;
    font-style: italic;
}

.c-missa-info__helper {
    color: rgba(var(--rgb-charcoal-3), 0.9);
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.74rem;
    margin: 0;
}

.c-missa-info__empty {
    font-size: 0.8125rem;
    color: rgb(var(--rgb-charcoal-3));
    font-family: Inter, system-ui, sans-serif;
    margin: 0;
}

@media (max-width: 768px) {
    .c-announcements {
        padding: 42px 0;
    }

    .c-announcements-header {
        gap: 14px;
        margin-bottom: 32px;
        padding: 18px 20px;
        border-radius: 22px;
    }

    .c-announcements-header__icon {
        height: 54px;
        width: 54px;
    }

    .c-announcement-card {
        border-radius: 16px;
        padding: 20px 16px;
    }

    .c-announcement-card__header {
        margin-bottom: 14px;
    }

    .c-announcement-card__header-main {
        gap: 10px;
    }

    .c-announcement-card__icon-wrapper {
        height: 40px;
        width: 40px;
    }

    .c-announcement-card__heading {
        font-size: 1rem;
    }

    .c-announcement-card__badge {
        font-size: 0.63rem;
        padding: 5px 8px;
    }

    .c-missa-info__item {
        grid-template-columns: auto 1fr;
        gap: 8px;
        padding: 8px 10px;
    }

    .c-missa-info__badge {
        width: max-content;
        font-size: 0.62rem;
        padding: 3px 8px;
    }

    .c-missa-info__details strong {
        line-height: 1.3;
        font-size: 0.82rem;
    }

    .c-missa-info__observacao {
        font-size: 0.68rem;
    }
}
.c-desktop-header__top-link:hover { 
    color: rgba(var(--rgb-charcoal-1),.6);
}

