/* ==========================================================================
   INSTITUIÇÃO ASSISTENCIAL DIAS DA CRUZ - ESTILOS OFICIAIS
   Design System & Layout Responsivo (Logos & Selos 150%)
   ========================================================================== */

:root {
  --dc-orange: #f4510b;
  --dc-orange-2: #ff7a1a;
  --dc-orange-dark: #d44005;
  --dc-red: #e94322;
  --dc-ink: #1e1f22;
  --dc-muted: #6f7075;
  --dc-line: #e9e6e2;
  --dc-soft: #fff7f1;
  --dc-soft-2: #f5f3ef;
  --dc-white: #ffffff;
  --dc-radius: 28px;
  --dc-radius-sm: 16px;
  --dc-shadow: 0 24px 70px rgba(30, 31, 34, 0.10);
  --dc-shadow-sm: 0 10px 30px rgba(30, 31, 34, 0.06);
  --dc-container: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--dc-ink);
  background: #ffffff;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, textarea, select {
  font: inherit;
}

.dc-container {
  width: min(calc(100% - 44px), var(--dc-container));
  margin-inline: auto;
}

.section {
  padding: 90px 0;
}

.section-tight {
  padding: 36px 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 9999;
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.dc-icon {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 auto;
}

/* ==========================================================================
   HEADER & NAVBAR (LOGOS & SEALS 150% - 128px)
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(30, 31, 34, 0.08);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 38px rgba(30, 31, 34, 0.08);
  background: rgba(255, 255, 255, 0.99);
}

.header-inner {
  height: 155px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand-group {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  width: 128px;
  height: 128px;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06));
}

.brand:hover .brand-mark {
  transform: scale(1.03);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-copy small {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 800;
  color: #666;
}

.brand-copy strong {
  font-size: 23px;
  margin-top: 3px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--dc-ink);
  white-space: nowrap;
}

.brand-motto {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--dc-orange);
  margin-top: 3px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.brand-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 18px;
  border-left: 2px solid var(--dc-line);
}

.brand-badges a,
.brand-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  background: #ffffff;
  padding: 6px;
  border-radius: 20px;
  border: 1px solid rgba(30, 31, 34, 0.09);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}

.brand-badges a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
}

.badge-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

.desktop-nav {
  margin-left: auto;
}

.menu {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu > li {
  position: relative;
}

.menu > li > a {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  padding: 20px 0;
  display: block;
  position: relative;
  color: var(--dc-ink);
  transition: color 0.2s ease;
}

.menu > li > a:hover,
.menu > li.current-menu-item > a,
.menu > li.current-menu-ancestor > a {
  color: var(--dc-orange);
}

.menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 8px;
  height: 2px;
  background: var(--dc-orange);
  transition: right 0.25s ease;
}

.menu > li:hover > a:after,
.menu > li.current-menu-item > a:after,
.menu > li.current-menu-ancestor > a:after {
  right: 0;
}

.menu .sub-menu {
  position: absolute;
  left: -18px;
  top: 60px;
  width: 245px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 10px;
  list-style: none;
  margin: 0;
  box-shadow: 0 22px 55px rgba(30, 31, 34, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s ease;
  z-index: 100;
}

.menu li:hover > .sub-menu,
.menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.sub-menu a {
  display: block;
  padding: 11px 13px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 650;
  color: #404146;
  transition: 0.15s ease;
}

.sub-menu a:hover,
.sub-menu li.current-menu-item a {
  background: var(--dc-soft);
  color: var(--dc-orange);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--dc-ink);
  color: #fff;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 800;
  white-space: nowrap;
  transition: 0.2s ease;
  flex-shrink: 0;
}

.header-cta:hover {
  background: var(--dc-orange);
  transform: translateY(-1px);
}

.header-cta .dc-icon {
  width: 17px;
  height: 17px;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--dc-ink);
  margin: 5px 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

/* ==========================================================================
   TYPOGRAPHY & SHARED COMPONENTS
   ========================================================================= */

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
  font-weight: 800;
  color: #6f7075;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.75);
}

.eyebrow-dot {
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--dc-orange), var(--dc-red));
  border-radius: 999px;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2, h3 {
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(46px, 5.0vw, 78px);
  line-height: 1.02;
  font-weight: 800;
}

h2 {
  font-size: clamp(35px, 3.7vw, 58px);
  line-height: 1.05;
  font-weight: 760;
}

h3 {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 760;
}

p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--dc-muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  border: 0;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn .dc-icon {
  width: 18px;
  height: 18px;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--dc-orange);
  color: #fff;
  box-shadow: 0 14px 30px rgba(244, 81, 11, 0.25);
}

.btn-primary:hover {
  background: var(--dc-orange-dark);
  box-shadow: 0 18px 36px rgba(244, 81, 11, 0.35);
}

.btn-light {
  background: #fff;
  color: var(--dc-ink);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn-light:hover {
  background: var(--dc-soft);
  color: var(--dc-orange);
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover {
  background: #1eb956;
}

.btn-text {
  padding-inline: 8px;
  color: var(--dc-ink);
  background: transparent;
}

.btn-text:hover {
  color: var(--dc-orange);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  transition: 0.2s ease;
}

.inline-link .dc-icon {
  width: 17px;
  height: 17px;
}

.inline-link:hover {
  color: var(--dc-orange);
  border-color: var(--dc-orange);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal:nth-child(2) { transition-delay: 0.07s; }
.reveal:nth-child(3) { transition-delay: 0.12s; }
.reveal:nth-child(4) { transition-delay: 0.17s; }
.reveal:nth-child(5) { transition-delay: 0.22s; }

/* ==========================================================================
   HOMEPAGE SECTIONS
   ========================================================================== */

/* Hero */
.hero-v2 {
  position: relative;
  padding: 55px 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
}

.hero-v2:before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  right: -170px;
  top: -130px;
  background: radial-gradient(circle, rgba(244, 81, 11, 0.12), rgba(244, 81, 11, 0) 70%);
  pointer-events: none;
}

.hero-v2-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 55px;
  align-items: center;
  min-height: 620px;
}

.hero-v2-copy {
  padding: 20px 0 35px;
}

.hero-v2-copy h1 {
  max-width: 670px;
  margin: 18px 0 24px;
}

.hero-v2-copy h1 span {
  color: var(--dc-orange);
}

.hero-v2-copy > p {
  max-width: 630px;
  font-size: 18px;
}

.hero-v2-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}

.proof-avatars {
  display: flex;
}

.proof-avatars span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center;
  margin-left: -9px;
}

.proof-avatars span:first-child {
  margin-left: 0;
  background-image: url('../images/gallery-7.webp');
}
.proof-avatars span:nth-child(2) {
  background-image: url('../images/gallery-3.webp');
}
.proof-avatars span:nth-child(3) {
  background-image: url('../images/gallery-6.webp');
}

.hero-proof p {
  margin: 0;
  line-height: 1.25;
}

.hero-proof strong {
  font-size: 14px;
  color: var(--dc-ink);
  display: block;
}

.hero-proof small {
  font-size: 12px;
  color: #8b8b90;
  margin-top: 2px;
  display: block;
}

.hero-v2-visual {
  position: relative;
  height: 600px;
}

.hero-image-wrap {
  position: absolute;
  inset: 0 0 20px 75px;
  border-radius: 42px 42px 110px 42px;
  overflow: hidden;
  box-shadow: var(--dc-shadow);
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(10, 10, 10, 0.24));
}

.hero-mini {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 190px;
  height: 230px;
  border: 8px solid #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(20, 20, 20, 0.15);
  z-index: 3;
}

.hero-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-float {
  position: absolute;
  z-index: 4;
  box-shadow: 0 20px 50px rgba(30, 31, 34, 0.12);
}

.hero-float-years {
  right: -18px;
  bottom: 56px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: var(--dc-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hero-float-years strong {
  font-size: 42px;
  line-height: 1;
}

.hero-float-years span {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-float-quote {
  top: 28px;
  left: 28px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 14px 18px;
  max-width: 220px;
}

.hero-float-quote p {
  font-size: 13px;
  font-weight: 750;
  color: var(--dc-ink);
  line-height: 1.45;
  margin: 0;
}

.hero-marquee {
  margin-top: 52px;
  border-top: 1px solid rgba(30, 31, 34, 0.07);
  border-bottom: 1px solid rgba(30, 31, 34, 0.07);
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.64);
}

.hero-marquee span {
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
  color: #6b6c70;
}

.hero-marquee i {
  width: 5px;
  height: 5px;
  background: var(--dc-orange);
  border-radius: 50%;
}

/* Stats */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--dc-line);
  border-radius: 22px;
  background: #fff;
  transition: 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 38px rgba(30, 31, 34, 0.08);
  border-color: #f2d7c9;
}

.stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--dc-soft);
  color: var(--dc-orange);
  display: grid;
  place-items: center;
}

.stat-icon .dc-icon {
  width: 23px;
  height: 23px;
}

.stat-card strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.stat-card span {
  display: block;
  font-size: 11px;
  color: #77787d;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-top: 4px;
  line-height: 1.4;
}

/* Intro / Quem Somos (Home) */
.intro-section {
  padding-top: 95px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}

.intro-media {
  position: relative;
  min-height: 550px;
}

.intro-image {
  height: 520px;
  border-radius: 30px 120px 30px 30px;
  overflow: hidden;
  box-shadow: var(--dc-shadow);
}

.intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-stamp {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 170px;
  height: 205px;
  border-radius: 26px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 18px 50px rgba(20, 20, 20, 0.14);
}

.intro-stamp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-copy h2 {
  margin: 18px 0 24px;
}

.intro-copy p {
  font-size: 18px;
  max-width: 590px;
}

.intro-copy .inline-link {
  margin-top: 14px;
}

/* ==========================================================================
   PAGE: QUEM SOMOS (STRUCTURED & STYLED)
   ========================================================================== */

.about-story-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 60px;
  align-items: flex-start;
}

.about-year {
  background: var(--dc-soft);
  border: 1px solid #f0dfd5;
  border-radius: 28px;
  padding: 36px 28px;
  text-align: center;
  position: sticky;
  top: 140px;
}

.about-year strong {
  font-size: 56px;
  font-weight: 800;
  color: var(--dc-orange);
  line-height: 1;
  display: block;
}

.about-year span {
  font-size: 13px;
  font-weight: 700;
  color: var(--dc-ink);
  margin-top: 10px;
  display: block;
  line-height: 1.4;
}

.about-essence {
  background: var(--dc-soft-2);
  border-radius: 36px;
  padding: 80px 0;
  margin-top: 40px;
}

.about-essence-head {
  margin-bottom: 36px;
}

.about-essence-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: stretch;
}

.about-mission-card {
  background: #fff;
  border: 1px solid var(--dc-line);
  border-radius: 28px;
  padding: 44px;
  box-shadow: var(--dc-shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-mission-card span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--dc-orange);
  margin-bottom: 14px;
  display: block;
}

.about-mission-card h3 {
  font-size: 25px;
  line-height: 1.35;
  color: var(--dc-ink);
  margin-bottom: 18px;
}

.about-mission-card p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--dc-muted);
  margin: 0;
}

.about-values {
  background: #fff;
  border: 1px solid var(--dc-line);
  border-radius: 28px;
  padding: 38px 34px;
  box-shadow: var(--dc-shadow-sm);
}

.about-values > span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--dc-orange);
  margin-bottom: 20px;
  display: block;
}

.about-values-grid {
  display: grid;
  gap: 10px;
}

.about-values-grid > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--dc-soft);
  border-radius: 14px;
  border: 1px solid #f2e2d8;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.about-values-grid > div:hover {
  transform: translateX(4px);
  border-color: #ffd2bb;
}

.about-values-grid > div b {
  font-size: 13.5px;
  font-weight: 750;
  color: var(--dc-ink);
}

.about-values-grid > div .dc-icon {
  color: var(--dc-orange);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ==========================================================================
   PAGE: CONTATO (GOOGLE MAPS IN HERO)
   ========================================================================== */

.contact-hero-address {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  background: #ffffff;
  border: 1px solid var(--dc-line);
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--dc-ink);
  max-width: 520px;
  box-shadow: var(--dc-shadow-sm);
}

.contact-hero-address .dc-icon {
  color: var(--dc-orange);
}

.contact-hero-map-card {
  height: 380px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--dc-shadow);
  border: 1px solid var(--dc-line);
  background: #eee;
}

.contact-hero-map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 10px;
}

.contact-page-card {
  border: 1px solid #e8e4e0;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  transition: 0.2s ease;
}

.contact-page-card:hover {
  transform: translateY(-3px);
  border-color: #ffcdb3;
  box-shadow: 0 12px 32px rgba(30, 31, 34, 0.07);
}

.contact-page-card > .dc-icon {
  color: var(--dc-orange);
  margin-bottom: 10px;
}

.contact-page-card small {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 9.5px;
  font-weight: 800;
  color: #929397;
}

.contact-page-card strong {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--dc-ink);
}

/* Area Cards / Atuações */
.areas-v2 {
  background: var(--dc-soft-2);
}

.section-head {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 52px;
}

.section-head h2 {
  margin: 16px 0 0;
  max-width: 830px;
}

.section-head > p {
  margin: 0;
  max-width: 470px;
}

.areas-v2-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-auto-rows: 330px;
  gap: 18px;
}

.service-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 0;
  color: #fff;
  background: #333;
}

.service-card-wide {
  grid-row: span 2;
}

.service-card-delicias {
  grid-column: span 2;
}

.service-card > img:not(.delicias-badge) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.service-card:hover > img:not(.delicias-badge) {
  transform: scale(1.045);
}

.service-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.03) 24%, rgba(10, 10, 10, 0.78) 100%);
}

.service-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dc-orange);
  backdrop-filter: blur(8px);
  z-index: 2;
}

.service-copy {
  position: absolute;
  left: 24px;
  right: 56px;
  bottom: 24px;
  z-index: 2;
}

.service-copy small {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.74);
}

.service-copy h3 {
  margin: 7px 0 8px;
  font-size: 26px;
}

.service-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  max-width: 430px;
}

.service-arrow {
  position: absolute;
  right: 20px;
  bottom: 22px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.2s ease;
}

.service-card:hover .service-arrow {
  background: #fff;
  color: var(--dc-ink);
  transform: translate(3px, -3px);
}

.service-arrow .dc-icon {
  width: 17px;
  height: 17px;
}

.service-card-plain {
  background: linear-gradient(145deg, #ff6a13, #e9451c);
}

.plain-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22) 0 2px, transparent 3px), radial-gradient(circle at 80% 60%, rgba(255, 255, 255, 0.14) 0 2px, transparent 3px);
  background-size: 34px 34px, 46px 46px;
}

.service-card-plain:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  right: -110px;
  top: -95px;
}

.service-card-plain .service-copy p {
  max-width: 280px;
}

.service-card-delicias .delicias-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 84px;
  height: 76px;
  object-fit: contain;
  z-index: 4;
  background: #fff;
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}

.service-card-delicias .service-icon {
  display: none;
}

/* Essence / Valores (Home) */
.essence-v2 {
  padding: 100px 0;
  background: #fff;
}

.essence-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 68px;
  align-items: stretch;
  background: linear-gradient(135deg, #fff9f4 0%, #ffffff 60%);
  border: 1px solid #f0e9e4;
  border-radius: 42px;
  padding: 28px;
  overflow: hidden;
}

.essence-shell:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(244, 81, 11, 0.12);
  border-radius: 50%;
  right: -260px;
  bottom: -310px;
}

.essence-photo {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 650px;
}

.essence-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.essence-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(19, 19, 19, 0.72));
}

.essence-photo-label {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 28px;
  z-index: 2;
  color: #fff;
}

.essence-photo-label span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.72);
}

.essence-photo-label strong {
  display: block;
  font-size: 34px;
  line-height: 1.13;
  letter-spacing: -0.04em;
  margin-top: 9px;
  max-width: 420px;
}

.essence-content {
  padding: 48px 36px 34px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.essence-content h2 {
  font-size: clamp(36px, 3.4vw, 56px);
  margin: 18px 0 22px;
  max-width: 720px;
}

.mission-text {
  font-size: 18px;
  max-width: 760px;
}

.values-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 15px;
}

.values-title span {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 800;
}

.values-title i {
  height: 1px;
  background: #e4dfdb;
  flex: 1;
}

.value-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.value-cloud > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5dfda;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.2s ease;
}

.value-cloud > span:hover {
  border-color: #ffc9ad;
  background: var(--dc-soft);
  transform: translateY(-2px);
}

.value-cloud .dc-icon {
  width: 16px;
  height: 16px;
  color: var(--dc-orange);
}

.essence-content blockquote {
  margin: 30px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e8e2dd;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.essence-content blockquote > span {
  font-size: 32px;
  color: var(--dc-orange);
  line-height: 0.8;
}

.essence-content cite {
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  color: #8b8b90;
  margin-top: 4px;
}

/* Gallery Home */
.gallery-v2 {
  background: #fbfbfa;
}

.gallery-head {
  align-items: center;
}

.gallery-editorial {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.7fr;
  grid-template-rows: 260px 260px 220px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #eee;
  display: block;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item-1 { grid-row: span 2; }
.gallery-item-2 { grid-column: 2; }
.gallery-item-3 { grid-column: 3; }
.gallery-item-4 { grid-column: 2 / span 2; }
.gallery-item-5 { grid-column: 1; }
.gallery-item-6 { grid-column: 2; }
.gallery-item-7 { grid-column: 3; }
.gallery-item-8 { display: none; }

.gallery-hover {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  opacity: 0;
  transition: 0.25s ease;
}

.gallery-item:hover .gallery-hover {
  opacity: 1;
}

.gallery-hover b {
  font-size: 12px;
  font-weight: 700;
}

.gallery-hover .dc-icon {
  width: 20px;
  height: 20px;
}

/* Cause / Abrace a Causa */
.cause-v2 {
  padding-top: 100px;
}

.cause-v2-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 620px;
  border-radius: 40px;
  overflow: hidden;
  background: var(--dc-ink);
  color: #fff;
}

.cause-v2-photo {
  position: relative;
  min-height: 620px;
}

.cause-v2-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cause-v2-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(30, 31, 34, 0.2));
}

.cause-heart {
  position: absolute;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--dc-orange);
  z-index: 3;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
}

.cause-heart .dc-icon {
  width: 31px;
  height: 31px;
}

.cause-v2-copy {
  padding: 70px 68px;
  align-self: center;
}

.cause-v2-copy h2 {
  font-size: clamp(36px, 3.4vw, 56px);
  margin: 18px 0 22px;
}

.cause-v2-copy > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.cause-ways {
  display: grid;
  gap: 11px;
  margin: 30px 0;
}

.cause-ways > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cause-ways > div > .dc-icon {
  color: #ff7b35;
  width: 21px;
  height: 21px;
}

.cause-ways span {
  display: flex;
  flex-direction: column;
}

.cause-ways strong {
  font-size: 13px;
}

.cause-ways small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}

/* Transparency Block */
.transparency-v2 {
  padding: 110px 0;
}

.transparency-v2-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
  align-items: center;
}

.transparency-copy h2 {
  margin: 18px 0 24px;
}

.transparency-copy p {
  font-size: 17px;
  max-width: 540px;
}

.transparency-copy .inline-link {
  margin-top: 10px;
}

.transparency-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.doc-stack {
  position: absolute;
  width: 78%;
  height: 330px;
  border: 1px solid #eadfd8;
  border-radius: 26px;
  background: #fff;
}

.doc-stack-back {
  transform: rotate(-6deg) translate(-20px, 8px);
  background: #fff4ec;
}

.doc-stack-mid {
  transform: rotate(4deg) translate(18px, 6px);
  background: #fffaf6;
}

.doc-sheet {
  position: relative;
  z-index: 3;
  width: 82%;
  min-height: 350px;
  background: #fff;
  border: 1px solid #e8e3df;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(30, 31, 34, 0.12);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.doc-sheet-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
}

.doc-sheet-top small {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: #777;
  font-size: 10px;
}

.doc-sheet-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--dc-soft);
  color: var(--dc-orange);
}

.doc-sheet-icon .dc-icon {
  width: 22px;
  height: 22px;
}

.doc-sheet > strong {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.doc-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 23px 0;
}

.doc-categories span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f7f6f4;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 700;
  color: #626368;
}

.doc-categories .dc-icon {
  width: 14px;
  height: 14px;
}

.doc-sheet > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ece8e5;
  padding-top: 18px;
  margin-top: 4px;
  transition: color 0.2s ease;
}

.doc-sheet > a > span {
  display: flex;
  flex-direction: column;
}

.doc-sheet > a small {
  font-size: 10px;
  color: #98999c;
}

.doc-sheet > a b {
  font-size: 13px;
  margin-top: 3px;
}

.doc-sheet > a .dc-icon {
  width: 19px;
  height: 19px;
  color: var(--dc-orange);
  transition: transform 0.2s ease;
}

.doc-sheet > a:hover .dc-icon {
  transform: translateX(4px);
}

/* Contact Fast Section */
.contact-v2 {
  padding: 68px 0;
  background: var(--dc-soft);
}

.contact-v2-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}

.contact-v2-title {
  padding: 18px 18px 18px 0;
}

.contact-v2-title > span {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 10px;
  font-weight: 800;
  color: var(--dc-orange);
}

.contact-v2-title h2 {
  font-size: 38px;
  margin: 8px 0 0;
}

.contact-pill {
  background: #fff;
  border: 1px solid #eee5df;
  border-radius: 22px;
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  transition: 0.2s ease;
}

.contact-pill:hover {
  transform: translateY(-3px);
  border-color: #ffd3bc;
  box-shadow: 0 12px 32px rgba(30, 31, 34, 0.07);
}

.contact-pill > .dc-icon:first-child {
  color: var(--dc-orange);
}

.contact-pill > .dc-icon:last-child {
  width: 16px;
  height: 16px;
}

.contact-pill span {
  display: flex;
  flex-direction: column;
}

.contact-pill small {
  font-size: 10px;
  color: #8b8b90;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-pill strong {
  font-size: 13px;
  margin-top: 3px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
  background: #18191b;
  color: #fff;
  padding: 78px 0 28px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.95fr 0.85fr;
  gap: 50px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.6;
  max-width: 370px;
  margin-top: 18px;
}

.footer-logo .brand-copy small {
  color: rgba(255, 255, 255, 0.5);
}

.footer-logo .brand-copy strong {
  color: #fff;
}

.footer-motto {
  color: #ff7b35;
  font-size: 10px;
  margin-top: 4px;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  color: #fff;
  transition: 0.2s ease;
}

.footer-socials a:hover {
  background: var(--dc-orange);
  transform: translateY(-2px);
}

.footer-socials .dc-icon {
  width: 18px;
  height: 18px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col > strong {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ff7b35;
  margin-bottom: 6px;
}

.footer-col a,
.footer-col p {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  transition: color 0.15s ease;
}

.footer-col a:hover {
  color: #fff;
}

.footer-label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
}

.footer-map-link {
  color: #ff7b35 !important;
  font-weight: 700;
  margin-top: 6px !important;
  display: inline-block;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 52px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* ==========================================================================
   INTERNAL PAGES & ATUAÇÕES
   ========================================================================== */

.internal-page {
  padding-bottom: 80px;
}

.internal-hero {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f3 100%);
  overflow: hidden;
}

.internal-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.internal-hero h1 {
  font-size: clamp(46px, 4.6vw, 72px);
  margin: 16px 0 16px;
}

.internal-hero p {
  max-width: 580px;
  font-size: 18px;
}

.internal-hero-image {
  height: 420px;
  border-radius: 34px 34px 90px 34px;
  overflow: hidden;
  box-shadow: var(--dc-shadow);
}

.internal-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.internal-page-badge {
  width: 120px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
}

.content-shell {
  max-width: 960px;
  margin: auto;
}

.prose {
  font-size: 17px;
}

.prose h2 {
  font-size: 32px;
  margin: 44px 0 16px;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p,
.prose li {
  font-size: 17px;
  line-height: 1.8;
  color: #65666a;
}

.prose li {
  margin-bottom: 8px;
}

.prose ul {
  padding-left: 22px;
}

/* Phones card in Atuações */
.atua-contact-card {
  margin-top: 40px;
  background: var(--dc-soft);
  border: 1px solid #ffe2d1;
  border-radius: 24px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.atua-contact-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.atua-contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #fff;
  color: var(--dc-orange);
  display: grid;
  place-items: center;
  box-shadow: var(--dc-shadow-sm);
}

.atua-contact-icon .dc-icon {
  width: 24px;
  height: 24px;
}

.atua-contact-info small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: var(--dc-orange);
  display: block;
}

.atua-contact-info strong {
  font-size: 18px;
  color: var(--dc-ink);
  display: block;
  margin-top: 2px;
}

.atua-contact-phones {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.atua-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ebdcd3;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  color: var(--dc-ink);
  transition: 0.2s ease;
}

.atua-phone-btn:hover {
  border-color: var(--dc-orange);
  color: var(--dc-orange);
  transform: translateY(-2px);
}

.atua-phone-btn .dc-icon {
  width: 16px;
  height: 16px;
  color: var(--dc-orange);
}

/* Delicias Specifics */
.delicias-actions {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

/* Course Grid (Doutrina Espírita) */
.course-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.course-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--dc-line);
  box-shadow: var(--dc-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: block;
}

.course-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--dc-shadow);
}

.course-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.course-card-body {
  padding: 16px;
  text-align: center;
}

.course-card-body strong {
  font-size: 13px;
  color: var(--dc-ink);
  display: block;
}

/* Internal Gallery Grid */
.internal-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.internal-gallery-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 220px;
  background: #eee;
  display: block;
}

.internal-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.internal-gallery-card:hover img {
  transform: scale(1.06);
}

/* Abrace a Causa Specifics */
.pix-highlight-card {
  background: linear-gradient(135deg, #fff3eb 0%, #fff 70%);
  border: 2px solid var(--dc-orange);
  border-radius: 32px;
  padding: 40px;
  margin: 36px 0;
  box-shadow: 0 16px 45px rgba(244, 81, 11, 0.12);
}

.pix-highlight-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.pix-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--dc-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.pix-highlight-card h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.pix-details {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
}

.pix-details li {
  font-size: 15px;
  color: #444;
  margin-bottom: 6px;
}

.pix-copy-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #e5dbd4;
  border-radius: 14px;
  padding: 10px 14px;
  max-width: 480px;
}

.pix-key-text {
  font-family: monospace;
  font-size: 16px;
  font-weight: 700;
  color: var(--dc-ink);
  letter-spacing: 0.05em;
  flex: 1;
}

.btn-copy-pix {
  background: var(--dc-orange);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn-copy-pix:hover {
  background: var(--dc-orange-dark);
}

.amigo-dias-banner {
  background: var(--dc-ink);
  color: #fff;
  border-radius: 32px;
  padding: 44px;
  margin: 36px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.amigo-dias-banner h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

.amigo-dias-banner p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  margin: 0;
}

.association-seal-box {
  text-align: center;
  margin: 40px auto;
  max-width: 420px;
}

.association-seal-img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 16px;
  border-radius: 20px;
  box-shadow: var(--dc-shadow-sm);
}

/* Transparency Documents List & Filter */
.documents-section {
  padding-top: 40px;
}

.doc-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.doc-filter-btn {
  border: 1px solid #e3dfdb;
  background: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.doc-filter-btn.active,
.doc-filter-btn:hover {
  background: var(--dc-ink);
  color: #fff;
  border-color: var(--dc-ink);
}

.documents-list {
  display: grid;
  gap: 12px;
}

.document-row {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border: 1px solid #ebe7e3;
  border-radius: 20px;
  background: #fff;
  transition: 0.2s ease;
}

.document-row:hover {
  transform: translateY(-2px);
  border-color: #f6c3aa;
  box-shadow: 0 10px 30px rgba(30, 31, 34, 0.06);
}

.document-row.is-hidden {
  display: none;
}

.document-type {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--dc-soft);
  color: var(--dc-orange);
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
}

.document-main {
  display: flex;
  flex-direction: column;
}

.document-main small {
  font-size: 11px;
  color: #999;
}

.document-main strong {
  font-size: 15px;
  margin-top: 3px;
  color: var(--dc-ink);
}

.document-action {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  color: var(--dc-ink);
}

.document-action .dc-icon {
  width: 16px;
  height: 16px;
  color: var(--dc-orange);
}

/* Lightbox Modal */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(12, 12, 13, 0.94);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 50px 90px;
}

.lightbox.is-open {
  display: flex;
}

.lightbox figure {
  margin: 0;
  max-width: 1100px;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox img {
  max-height: 80vh;
  max-width: 100%;
  border-radius: 16px;
  object-fit: contain;
}

.lightbox figcaption {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  margin-top: 14px;
  text-align: center;
}

.lightbox button {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.lightbox-close {
  right: 24px;
  top: 24px;
  width: 48px;
  height: 48px;
}

.lightbox-prev, .lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 28px;
}

.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

.lightbox button:hover {
  background: var(--dc-orange);
}

/* Toast feedback */
.toast-msg {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--dc-ink);
  color: #fff;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.3);
  z-index: 3000;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.toast-msg.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */

@media (max-width: 1300px) {
  .header-inner { height: 140px; gap: 16px; }
  .brand-mark { width: 110px; height: 110px; }
  .brand-badges a, .brand-badges span { width: 110px; height: 110px; }
  .brand-copy strong { font-size: 20px; }
  .menu { gap: 15px; }
  .menu > li > a { font-size: 13px; }
  .header-cta { padding: 11px 16px; font-size: 12.5px; }
  .contact-page-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1180px) {
  .dc-container { width: min(calc(100% - 36px), var(--dc-container)); }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; margin-left: 0; }
  .header-inner { height: 115px; }
  .brand-mark { width: 88px; height: 88px; }
  .brand-badges { padding-left: 12px; }
  .brand-badges a, .brand-badges span { width: 88px; height: 88px; }
  
  .mobile-nav {
    display: block;
    position: fixed;
    top: 115px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1090;
    background: rgba(255, 255, 255, 0.985);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .mobile-nav-inner { padding: 28px 0 60px; }
  .mobile-menu, .mobile-menu ul { list-style: none; margin: 0; padding: 0; }
  .mobile-menu > li { border-bottom: 1px solid #eee; }
  .mobile-menu > li > a { display: block; padding: 16px 0; font-size: 20px; font-weight: 750; }
  .mobile-menu .sub-menu { padding: 0 0 12px 18px; }
  .mobile-menu .sub-menu a { display: block; padding: 8px 0; font-size: 14px; color: #717277; }
  .mobile-cause {
    margin-top: 24px;
    background: var(--dc-orange);
    color: #fff;
    padding: 15px 20px;
    border-radius: 999px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
  }
  
  .about-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-year { position: static; }
  .about-essence-grid { grid-template-columns: 1fr; }
  
  .hero-v2-grid { gap: 38px; grid-template-columns: 1fr 1fr; }
  .hero-v2-visual { height: 540px; }
  .hero-image-wrap { left: 38px; }
  .hero-float-years { right: 0; }
  .hero-mini { width: 150px; height: 190px; }
  .hero-float-quote { display: none; }
  
  .areas-v2-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 320px; }
  .service-card-wide { grid-row: span 1; }
  .service-card-delicias { grid-column: span 1; }
  
  .essence-shell { grid-template-columns: 1fr 1fr; gap: 34px; }
  .essence-content { padding-right: 12px; }
  .essence-photo { min-height: 600px; }
  
  .contact-v2-grid { grid-template-columns: 1fr 1fr; }
  .contact-v2-title { grid-column: span 2; }
  
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 2 / 4; }
  
  .transparency-v2-grid { gap: 45px; }
  .course-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 840px) {
  .section { padding: 75px 0; }
  .header-cta { display: none; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 9px; }
  .brand-badges { display: none; }
  
  h1 { font-size: clamp(40px, 10vw, 62px); }
  h2 { font-size: clamp(32px, 8vw, 48px); }
  
  .hero-v2 { padding-top: 40px; }
  .hero-v2-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-v2-copy { padding-bottom: 0; }
  .hero-v2-copy > p { font-size: 16px; }
  .hero-v2-visual { height: 500px; margin-top: 10px; }
  .hero-image-wrap { left: 46px; right: 0; border-radius: 32px 32px 80px 32px; }
  .hero-mini { left: 0; bottom: 14px; }
  .hero-float-years { bottom: 35px; }
  
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .intro-grid { grid-template-columns: 1fr; gap: 50px; }
  .intro-media { min-height: 480px; }
  .intro-image { height: 460px; }
  .intro-stamp { right: 0; }
  
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .areas-v2-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .service-card-wide, .service-card-delicias { grid-column: auto; grid-row: auto; }
  
  .essence-shell { grid-template-columns: 1fr; padding: 16px; border-radius: 30px; }
  .essence-photo { min-height: 460px; }
  .essence-content { padding: 26px 10px 16px; }
  
  .gallery-editorial {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 200px 200px 200px;
  }
  .gallery-item-1 { grid-row: span 2; }
  .gallery-item-2, .gallery-item-3, .gallery-item-4, .gallery-item-5, .gallery-item-6, .gallery-item-7 { grid-column: auto; }
  .gallery-item-4 { grid-column: span 2; }
  .gallery-item-7 { display: none; }
  
  .cause-v2-shell { grid-template-columns: 1fr; }
  .cause-v2-photo { min-height: 440px; }
  .cause-heart { right: 26px; top: auto; bottom: -37px; transform: none; }
  .cause-v2-copy { padding: 60px 30px 40px; }
  
  .transparency-v2-grid { grid-template-columns: 1fr; gap: 40px; }
  .transparency-visual { min-height: 420px; }
  
  .contact-v2-grid { grid-template-columns: 1fr; }
  .contact-v2-title { grid-column: auto; }
  
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-col:last-child { grid-column: auto; }
  
  .internal-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .internal-hero-image { height: 320px; }
  
  .pix-highlight-inner { grid-template-columns: 1fr; }
  .amigo-dias-banner { grid-template-columns: 1fr; }
  .contact-page-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .dc-container { width: min(calc(100% - 28px), var(--dc-container)); }
  .header-inner { height: 88px; }
  .mobile-nav { top: 88px; }
  .brand-mark { width: 62px; height: 62px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 16px; }
  .brand-motto { font-size: 9.5px; }
  
  .hero-v2 { padding-top: 28px; }
  .hero-v2-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-v2-actions .btn { width: 100%; }
  .hero-proof { margin-top: 24px; }
  .hero-v2-visual { height: 390px; }
  .hero-image-wrap { left: 24px; bottom: 10px; border-radius: 26px 26px 60px 26px; }
  .hero-mini { width: 110px; height: 140px; border-width: 5px; border-radius: 18px; }
  .hero-float-years { width: 100px; height: 100px; right: -5px; bottom: 20px; }
  .hero-float-years strong { font-size: 28px; }
  .hero-float-years span { font-size: 8px; }
  
  .stats-grid { grid-template-columns: 1fr; }
  .intro-media { min-height: 380px; }
  .intro-image { height: 360px; border-radius: 24px 60px 24px 24px; }
  .intro-stamp { width: 120px; height: 145px; bottom: -18px; }
  
  .gallery-editorial {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 160px 160px;
  }
  .gallery-item-1 { grid-row: span 2; }
  .gallery-item-4 { grid-column: span 2; }
  .gallery-item-5, .gallery-item-6, .gallery-item-7, .gallery-item-8 { display: none; }
  
  .cause-v2-photo { min-height: 340px; }
  .cause-v2-copy { padding: 50px 20px 30px; }
  
  .doc-sheet { width: 92%; padding: 22px; }
  .contact-page-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .course-grid { grid-template-columns: 1fr; }
  .pix-copy-box { flex-direction: column; align-items: stretch; }
  .btn-copy-pix { width: 100%; }
}
