:root {
  --primary: #0b3c5d;
  --primary-2: #0f5f83;
  --accent: #16a6b6;
  --accent-2: #6ed4d5;
  --sand: #f4efe7;
  --soft: #f4f8fa;
  --ink: #12222e;
  --muted: #61717d;
  --white: #ffffff;
  --border: rgba(11, 60, 93, 0.12);
  --shadow: 0 18px 50px rgba(15, 56, 78, 0.12);
  --radius: 24px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading h2, .content-block h2, .donation-section h2, .contact-copy h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 5vw, 3.45rem);
  line-height: 1.08;
  margin: 8px 0 18px;
  letter-spacing: -0.04em;
}
.section-kicker, .eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.section-kicker.light { color: var(--accent-2); }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { border-color: var(--border); box-shadow: 0 10px 35px rgba(10,47,68,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; }
.brand-mark {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px;
  color: #fff; background: linear-gradient(135deg, var(--primary), var(--accent));
  font-family: "Montserrat", sans-serif; font-size: .8rem; box-shadow: 0 8px 20px rgba(11,60,93,.2);
}
.brand-text { max-width: 190px; line-height: 1.1; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: .93rem; font-weight: 650; }
.main-nav a { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--accent); transition: .2s; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 17px; color: #fff; background: var(--primary); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 5px; background: var(--ink); transition: .2s; }

.hero {
  position: relative;
  min-height: calc(92vh - var(--header-h));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(4, 35, 55, .2), rgba(4, 35, 55, .25)),
    url("https://lh3.googleusercontent.com/sitesv/AG8ngQV_PFogxKcER72t7XAdqucGs8MGOy9ozzLg4w811KMaJZbLmPrOPtzifrW6aBh0VTXWqqJ8GZlj-1P47Vhc_-hYqxGstna4M30k1k7OTg4K5GM4foZ-3puxbbXKb-D6whtilWf1Q8j71mQP1uBu-KuZzWqf14WoCC7gzEjnSKSLsZyD5OMNR7UwbQONAXimjTn7UkNptA13CF7PrpDM_Qy4dvLzVWj10cUUjNqh=w1280") center/cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,26,39,.94) 0%, rgba(4,34,49,.72) 48%, rgba(4,34,49,.18) 100%); }
.hero-content { position: relative; z-index: 1; padding: 80px 0; max-width: 760px; margin-left: max(20px, calc((100vw - min(1180px, calc(100vw - 40px))) / 2)); width: min(760px, calc(100% - 40px)); }
.hero h1 { font-family: "Montserrat", sans-serif; font-size: clamp(3rem, 7vw, 6rem); line-height: .98; letter-spacing: -.055em; margin: 12px 0 24px; }
.hero-lead { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 690px; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 48px; padding: 13px 21px; border-radius: 999px; font-weight: 800; transition: .2s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 12px 26px rgba(22,166,182,.25); }
.btn-light { background: #fff; color: var(--primary); }

.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.align-center { align-items: center; }
.media-card { border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.media-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.content-block p { color: var(--muted); }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 28px rgba(12,50,70,.05); }
.stat-card strong { display: block; color: var(--accent); font-family: "Montserrat"; font-size: clamp(2.5rem,5vw,4rem); line-height: 1; }
.stat-card h3 { margin: 13px 0 10px; font-size: 1.1rem; }
.stat-card p { margin: 0; color: var(--muted); font-size: .95rem; }

.values-section { padding-top: 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { padding: 34px; border-radius: var(--radius); background: var(--primary); color: #fff; }
.value-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: rgba(255,255,255,.12); font-size: 1.4rem; }
.value-card h3 { font-family: "Montserrat"; font-size: 1.45rem; margin: 22px 0 8px; }
.value-card p { color: rgba(255,255,255,.76); margin: 0; }

.project-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: start; margin-bottom: 72px; }
.project-copy h3, .surf-quintal-copy h3, .benefit-title h3, .company-block h3, .current-project h3 { font-family: "Montserrat"; font-size: clamp(1.7rem,4vw,2.6rem); line-height: 1.12; margin: 12px 0 18px; }
.project-copy h4 { margin-top: 28px; }
.project-copy p, .surf-quintal-copy p, .benefit-block p, .company-block p { color: var(--muted); }
.tag { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: #e8f7f8; color: #0e7682; font-weight: 800; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.project-media { position: sticky; top: 108px; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.project-media img { min-height: 480px; width: 100%; object-fit: cover; }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--accent); font-weight: 900; }
.timeline { position: relative; display: grid; gap: 0; margin: 26px 0 80px; }
.timeline::before { content: ""; position: absolute; left: 151px; top: 0; bottom: 0; width: 1px; background: var(--border); }
.timeline-item { display: grid; grid-template-columns: 130px 1fr; gap: 42px; padding: 32px 0; }
.timeline-item > span { color: var(--accent); font-weight: 800; }
.timeline-item h3 { margin: 0 0 9px; font-family: "Montserrat"; font-size: 1.35rem; }
.timeline-item p { color: var(--muted); margin: 7px 0; }
.current-project { background: var(--sand); padding: 42px; border-radius: 30px; margin-bottom: 38px; }
.current-project p:last-child { color: #50606c; }
.surf-quintal { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--primary); color: #fff; border-radius: 34px; overflow: hidden; }
.surf-quintal-media img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.surf-quintal-copy { padding: 48px; }
.surf-quintal-copy p { color: rgba(255,255,255,.78); }

.association-section { background: linear-gradient(180deg,#fff 0%,#f5f9fb 100%); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 32px; }
.choice-card { padding: 38px; border-radius: 28px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.choice-card.featured { background: var(--primary); color: #fff; }
.choice-number { color: var(--accent); font-weight: 900; font-size: .85rem; }
.choice-card h3 { font-size: 1.7rem; margin: 12px 0 6px; }
.choice-card .price { color: var(--ink); font-family: "Montserrat"; font-size: 2.3rem; font-weight: 800; margin: 8px 0 14px; }
.choice-card.featured .price, .choice-card.featured p { color: #fff; }
.choice-card p { color: var(--muted); }
.choice-card small { font-size: .9rem; }
.benefit-block, .company-block { margin-top: 28px; padding: 42px; background: #fff; border: 1px solid var(--border); border-radius: 30px; }
.benefit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 26px; }
.benefit-columns h4 { font-size: 1.15rem; }
.center-cta { text-align: center; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--border); }
.company-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 30px; }
.company-benefits article { padding: 26px; background: var(--soft); border-radius: 22px; }
.company-benefits article > span { color: var(--accent); font-weight: 900; }
.company-benefits h4 { font-size: 1.07rem; line-height: 1.35; }
.company-benefits p { font-size: .93rem; }

.donation-section { background: #072f49; color: #fff; }
.donation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.donation-grid > div:first-child p:not(.section-kicker) { color: rgba(255,255,255,.72); }
.donation-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.donation-card { background: #fff; color: var(--ink); border-radius: 24px; padding: 28px; }
.donation-card > span { color: var(--accent); font-weight: 900; font-size: .85rem; }
.donation-card h3 { margin: 8px 0 12px; }
.copy-value { appearance: none; width: 100%; text-align: left; padding: 12px 0; border: 0; background: transparent; color: var(--primary); font-weight: 900; font-size: 1.15rem; cursor: pointer; }
.donation-card small { color: var(--muted); }
.legal-box { margin: 0; padding: 34px; border-left: 5px solid var(--accent); border-radius: 0 22px 22px 0; background: var(--soft); }
.legal-box p { color: #4f606d; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: stretch; }
.contact-list { display: grid; gap: 12px; margin-top: 32px; }
.contact-list a { display: block; padding: 18px 20px; border-radius: 18px; background: #fff; border: 1px solid var(--border); transition: .2s; }
.contact-list a:hover { transform: translateX(4px); border-color: rgba(22,166,182,.5); }
.contact-list span { display: block; color: var(--accent); font-size: .78rem; text-transform: uppercase; font-weight: 900; letter-spacing: .09em; }
.contact-list strong { display: block; margin-top: 3px; line-height: 1.4; }
.map-card { overflow: hidden; min-height: 520px; border-radius: 30px; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 100%; min-height: 520px; border: 0; }

.site-footer { padding: 56px 0 24px; background: #041f31; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 40px; }
.footer-brand .brand-text { max-width: 230px; }
.footer-grid p { color: rgba(255,255,255,.62); }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.8); }
.footer-meta { text-align: right; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.55); font-size: .88rem; }

.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-weight: 900; box-shadow: 0 14px 34px rgba(37,211,102,.35); }
.toast { position: fixed; z-index: 1200; left: 50%; bottom: 30px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; padding: 12px 18px; border-radius: 999px; background: #0b2737; color: #fff; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  .main-nav { gap: 15px; font-size: .86rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .company-benefits { grid-template-columns: 1fr; }
  .project-feature { grid-template-columns: 1fr; }
  .project-media { position: static; }
  .project-media img { min-height: 380px; }
}

@media (max-width: 820px) {
  :root { --header-h: 70px; }
  .section { padding: 72px 0; }
  .brand-text { font-size: .88rem; }
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; inset: var(--header-h) 16px auto 16px; display: grid; gap: 0; padding: 14px;
    background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow);
    opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s;
  }
  .main-nav.open,
.main-nav.active {
  opacity: 1;
  visibility: visible;
  transform: none;
}
  .main-nav a { padding: 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: 82vh; }
  .hero-overlay { background: rgba(3,31,47,.75); }
  .hero-content { margin-inline: auto; width: min(100% - 40px, 1180px); }
  .two-columns, .surf-quintal, .donation-grid, .contact-grid, .benefit-columns { grid-template-columns: 1fr; }
  .surf-quintal-media img { min-height: 300px; }
  .choice-grid, .donation-cards { grid-template-columns: 1fr; }
  .timeline::before { left: 10px; }
  .timeline-item { grid-template-columns: 1fr; gap: 6px; padding-left: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero-content { width: calc(100% - 28px); padding: 56px 0; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .hero-actions .btn { width: 100%; }
  .stats-grid, .values-grid { grid-template-columns: 1fr; }
  .stat-card, .value-card, .choice-card, .benefit-block, .company-block, .current-project, .legal-box { padding: 25px; }
  .surf-quintal-copy { padding: 28px; }
  .map-card, .map-card iframe { min-height: 390px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* ===== SITE MULTIPÁGINA ===== */
/* ============================================================
   BARRA DE ACESSIBILIDADE
   ============================================================ */

.a11y-bar {
  position: relative;
  top: 0;
  z-index: 1100;

  background: #06283f;
  color: #fff;

  font-size: .82rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.a11y-inner {
  min-height: 36px;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: 8px;
  flex-wrap: wrap;
}

.a11y-inner > span {
  opacity: .8;
  margin-right: 4px;
}

.a11y-btn,
.a11y-link {
  border: 1px solid rgba(255,255,255,.25);

  background: transparent;
  color: #fff;

  border-radius: 8px;

  padding: 4px 9px;

  font: inherit;
  font-weight: 600;

  cursor: pointer;

  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease;
}

.a11y-btn:hover,
.a11y-link:hover {
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.5);
}

.a11y-btn:focus-visible,
.a11y-link:focus-visible {
  outline: 3px solid #6ed4d5;
  outline-offset: 2px;
}


/* ============================================================
   NAVBAR LOGO ABAIXO DA BARRA
   ============================================================ */

.site-header {
  position: relative;
  top: 0;
  z-index: 1000;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 560px) {

  .a11y-bar {
    font-size: .72rem;
  }

  .a11y-inner {
    justify-content: center;

    gap: 5px;

    padding: 6px 0;
  }

  .a11y-inner > span {
    width: 100%;

    text-align: center;

    margin: 0;
  }

  .a11y-btn,
  .a11y-link {
    padding: 5px 7px;
  }

  .site-header {
    top: 0;
  }

}
.main-nav a[aria-current="page"] { color: var(--accent); }
.main-nav a[aria-current="page"]::after { width: 100%; }
.page-hero { min-height: 390px; display: flex; align-items: flex-end; padding: 120px 0 72px; color: #fff; position: relative; overflow: hidden; background: linear-gradient(135deg,#06283f,#0b5b76); }
.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 80% 20%, rgba(42,200,213,.24), transparent 34%); }
.page-hero .container { position: relative; z-index:1; }
.page-hero h1 { max-width: 860px; font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: .98; margin: 8px 0 16px; }
.page-hero p:last-child { max-width: 760px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.content-narrow { max-width: 1050px; }
.info-grid { display:grid; gap:20px; }
.info-grid.three { grid-template-columns:repeat(3,1fr); }
.info-card, .content-panel, .contact-card, .faq-panel { background:#fff; border:1px solid var(--border); border-radius:26px; box-shadow:var(--shadow); padding:34px; }
.info-card h2 { font-size:1.35rem; }
.content-panel { margin-bottom:22px; }
.content-panel h2 { margin-top:0; font-size:clamp(1.7rem,3vw,2.6rem); }
.content-panel h3 { margin-top:28px; }
.btn-outline { background:#fff; color:var(--primary); border:1px solid var(--border); }
.story-timeline { position:relative; display:grid; gap:22px; }
.story-timeline::before { content:""; position:absolute; left:86px; top:14px; bottom:14px; width:2px; background:var(--border); }
.story-item { display:grid; grid-template-columns:105px 1fr; gap:26px; position:relative; }
.story-item > span { font-weight:900; color:var(--accent); padding-top:24px; }
.story-item > div { background:#fff; border:1px solid var(--border); border-radius:24px; padding:30px; }
.story-item > div::before { content:""; position:absolute; left:80px; margin-top:5px; width:14px; height:14px; border-radius:50%; background:var(--accent); box-shadow:0 0 0 5px #fff; }
.cta-panel { margin-top:32px; padding:42px; border-radius:28px; background:linear-gradient(135deg,#06283f,#0b5b76); color:#fff; }
.cta-panel p { color:rgba(255,255,255,.76); }
.project-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin:24px 0 64px; }
.two-col { columns:2; column-gap:40px; }
.two-col li { break-inside:avoid; }
.featured-project { display:grid; grid-template-columns:1.4fr .6fr; gap:28px; background:#06283f; color:#fff; padding:42px; border-radius:30px; }
.featured-project p { color:rgba(255,255,255,.74); }
.feature-callout { display:flex; flex-direction:column; justify-content:center; gap:6px; padding:28px; background:rgba(255,255,255,.08); border-radius:22px; }
.feature-callout strong { font-size:2rem; color:#fff; }
.feature-callout span { color:rgba(255,255,255,.7); margin-bottom:20px; }
.inline-donation { margin-top:34px; border-radius:30px; overflow:hidden; }
.data-list { display:grid; gap:0; margin:22px 0; }
.data-list > div { display:grid; grid-template-columns:220px 1fr; gap:20px; padding:14px 0; border-bottom:1px solid var(--border); }
.data-list dt { font-weight:800; }
.data-list dd { margin:0; color:var(--muted); }
.plain-list { display:grid; gap:8px; padding-left:20px; color:var(--muted); }
.contact-note { margin-top:28px; padding:22px; border-radius:18px; background:var(--soft); }
.documents-section { margin-top:44px; }
.documents-list { display:grid; gap:10px; }
.document-item { display:grid; grid-template-columns:54px 1fr; gap:16px; align-items:center; padding:18px; background:#fff; border:1px solid var(--border); border-radius:18px; }
.document-item > span { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:var(--soft); color:var(--accent); font-weight:900; }
.document-item h3 { margin:0 0 4px; font-size:1rem; }
.document-item a { color:var(--accent); font-weight:800; font-size:.9rem; }
.access-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:20px 0; }
.access-grid > div { padding:18px; background:var(--soft); border-radius:16px; }
.access-tip { padding:18px; border-left:4px solid var(--accent); background:#eefbfc; }
.contact-page-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:28px; align-items:start; }
.contact-card { margin-bottom:18px; }
.contact-card > span { color:var(--accent); font-weight:900; text-transform:uppercase; letter-spacing:.08em; font-size:.78rem; }
.contact-card h2 { font-size:1.5rem; margin:8px 0 12px; }
.social-links { display:grid; gap:10px; }
.social-links a, .faq-panel > a { padding:14px 16px; background:var(--soft); border-radius:14px; font-weight:800; }
.faq-panel { position:sticky; top:130px; display:grid; gap:10px; }
.faq-panel h2 { margin-top:0; }
.faq-signoff { margin-top:16px; padding-top:20px; border-top:1px solid var(--border); }

/* Alto contraste */
html.high-contrast body,
body.high-contrast {
  background: #000;
  color: #fff;
}

html.high-contrast .site-header,
html.high-contrast .main-nav,
html.high-contrast .info-card,
html.high-contrast .content-panel,
html.high-contrast .contact-card,
html.high-contrast .faq-panel,
html.high-contrast .document-item,
html.high-contrast .choice-card,
html.high-contrast .benefit-block,
html.high-contrast .company-block,
html.high-contrast .stat-card,
html.high-contrast .value-card,
body.high-contrast .site-header,
body.high-contrast .main-nav,
body.high-contrast .info-card,
body.high-contrast .content-panel,
body.high-contrast .contact-card,
body.high-contrast .faq-panel,
body.high-contrast .document-item,
body.high-contrast .choice-card,
body.high-contrast .benefit-block,
body.high-contrast .company-block,
body.high-contrast .stat-card,
body.high-contrast .value-card {
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

html.high-contrast p,
html.high-contrast li,
html.high-contrast dd,
html.high-contrast .section-heading > p,
html.high-contrast .content-block p,
body.high-contrast p,
body.high-contrast li,
body.high-contrast dd,
body.high-contrast .section-heading > p,
body.high-contrast .content-block p {
  color: #fff !important;
}

html.high-contrast a,
body.high-contrast a {
  color: #00ffff;
}

html.high-contrast .btn,
body.high-contrast .btn {
  border: 2px solid #fff;
}

html.high-contrast .section-soft,
html.high-contrast .association-section,
body.high-contrast .section-soft,
body.high-contrast .association-section {
  background: #000;
}

@media (max-width: 1100px) {
  .main-nav { gap:10px; font-size:.78rem; }
  .header-inner { gap:14px; }
  .brand-text { max-width:170px; }
  .project-cards, .info-grid.three { grid-template-columns:1fr 1fr; }
}
@media (max-width: 820px) {
  .site-header { top:0; }
  .a11y-inner { justify-content:center; }
  .a11y-inner > span { display:none; }
  .page-hero { padding-top:100px; min-height:340px; }
  .project-cards, .info-grid.three, .featured-project, .contact-page-grid { grid-template-columns:1fr; }
  .faq-panel { position:static; }
  .two-col { columns:1; }
  .data-list > div { grid-template-columns:1fr; gap:5px; }
  .story-timeline::before { left:10px; }
  .story-item { grid-template-columns:1fr; padding-left:34px; gap:4px; }
  .story-item > span { padding-top:0; }
  .story-item > div::before { left:4px; margin-top:-22px; }
}
@media (max-width: 560px) {
  .a11y-bar { font-size:.72rem; }
  .a11y-inner { gap:5px; }
  .a11y-btn, .a11y-link { padding:4px 6px; }
  .info-card, .content-panel, .contact-card, .faq-panel, .featured-project, .cta-panel { padding:24px; }
  .access-grid { grid-template-columns:1fr; }
}


/* ===== NAVBAR / LOGO / DROPDOWN ===== */
.header-inner { gap: 26px; }
.brand-logo { flex: 0 0 auto; display: inline-flex; align-items: center; padding: 6px 0; }
.site-logo { display: block; width: auto; height: 58px; max-width: 190px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 20px; white-space: nowrap; }
.main-nav > a,
.nav-dropdown-trigger { white-space: nowrap; flex-shrink: 0; }

.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; gap: 6px; }
.dropdown-arrow { display: inline-block; font-size: .78em; transition: transform .2s ease; }
.nav-dropdown:hover .dropdown-arrow,
.nav-dropdown.open .dropdown-arrow,
.nav-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 13px);
  left: 50%;
  min-width: 210px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}
.nav-dropdown-menu a {
  display: block;
  padding: 11px 13px;
  border-radius: 9px;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active { background: var(--soft); color: var(--primary); }
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu,
.nav-dropdown.active .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.main-nav a.active,
.nav-dropdown.has-active > .nav-dropdown-trigger { color: var(--accent); }

@media (max-width: 1180px) {
  .main-nav { gap: 13px; font-size: .80rem; }
  .site-logo { height: 52px; max-width: 160px; }
}

@media (max-width: 820px) {
  .site-logo { height: 48px; max-width: 150px; }
  .main-nav { display: grid; align-items: stretch; white-space: normal; }
  .main-nav > a,
  .nav-dropdown-trigger { width: 100%; white-space: nowrap; }
  .nav-dropdown { display: block; }
  .nav-dropdown-trigger { justify-content: space-between; }
  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin: 0 8px 4px;
    padding: 0 0 0 12px;
    border: 0;
    border-left: 2px solid var(--border);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    background: transparent;
  }
  .nav-dropdown.open .nav-dropdown-menu,
.nav-dropdown.active .nav-dropdown-menu {
  display: block;
}
  .nav-dropdown:hover .nav-dropdown-menu:not(.force-open) { transform: none; }
  .nav-dropdown-menu a { padding: 10px 12px; }
}

/* Barra de acessibilidade responsiva */
.a11y-inner { flex-wrap: wrap; }
@media (max-width: 560px) {
  .a11y-inner { justify-content: center; padding: 6px 0; min-height: 0; }
  .a11y-inner > span { width: 100%; text-align: center; margin: 0; }
  .site-header { top: 0; }
}


/* ============================================================
   CORREÇÃO DE SEGURANÇA — CONTEÚDO SEMPRE VISÍVEL
   Evita página "vazia" caso o JavaScript de animação não carregue.
   ============================================================ */
.reveal {
  opacity: 1 !important;
  transform: none !important;
}


/* ============================================================
   CARROSSEL - NOSSO PROPÓSITO
   ============================================================ */

.sobre-carousel {
  position: relative;

  width: 100%;
  height: 100%;
  min-height: 430px;

  overflow: hidden;

  border-radius: var(--radius-lg);

  background: #071e2c;
}


/* Slides */

.sobre-carousel-track {
  position: relative;

  width: 100%;
  height: 100%;
  min-height: 430px;
}


.sobre-slide {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0;

  visibility: hidden;

  transform: scale(1.04);

  transition:
    opacity .7s ease,
    visibility .7s ease,
    transform 1.2s ease;
}


.sobre-slide.active {
  opacity: 1;
  visibility: visible;

  transform: scale(1);
}


/* Imagens */

.sobre-slide img {
  display: block;

  width: 100%;
  height: 100%;

  min-height: 430px;

  object-fit: cover;
  object-position: center;
}


/* Pequeno degradê para dar acabamento */

.sobre-carousel::after {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      to top,
      rgba(4, 28, 42, .25),
      transparent 35%
    );

  z-index: 2;
}


/* ============================================================
   SETAS
   ============================================================ */

.sobre-carousel-btn {
  position: absolute;
  top: 50%;

  z-index: 5;

  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translateY(-50%);

  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;

  background: rgba(5, 31, 46, .65);
  color: #fff;

  font-size: 2rem;
  line-height: 1;

  cursor: pointer;

  backdrop-filter: blur(8px);

  transition:
    background .25s ease,
    transform .25s ease;
}


.sobre-carousel-btn:hover {
  background: var(--accent);

  transform:
    translateY(-50%)
    scale(1.08);
}


.sobre-prev {
  left: 18px;
}


.sobre-next {
  right: 18px;
}


/* ============================================================
   BOLINHAS
   ============================================================ */

.sobre-carousel-dots {
  position: absolute;

  bottom: 18px;
  left: 50%;

  z-index: 5;

  display: flex;
  align-items: center;

  gap: 8px;

  transform: translateX(-50%);
}


.sobre-dot {
  width: 9px;
  height: 9px;

  padding: 0;

  border: 0;
  border-radius: 50%;

  background: rgba(255,255,255,.55);

  cursor: pointer;

  transition:
    width .25s ease,
    border-radius .25s ease,
    background .25s ease;
}


.sobre-dot.active {
  width: 28px;

  border-radius: 20px;

  background: #fff;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 820px) {

  .sobre-carousel,
  .sobre-carousel-track,
  .sobre-slide img {
    min-height: 350px;
  }


  .sobre-carousel-btn {
    width: 40px;
    height: 40px;

    font-size: 1.7rem;
  }


  .sobre-prev {
    left: 12px;
  }


  .sobre-next {
    right: 12px;
  }

}


@media (max-width: 560px) {

  .sobre-carousel,
  .sobre-carousel-track,
  .sobre-slide img {
    min-height: 290px;
  }

}

/* ============================================================
   CARROSSEL - NOSSOS PROJETOS
   ============================================================ */

.project-carousel {
  position: relative;

  width: 100%;
  height: 100%;

  min-height: 480px;

  overflow: hidden;

  border-radius: 30px;

  background: #06283f;
}


.project-carousel-track {
  position: relative;

  width: 100%;
  height: 100%;

  min-height: 480px;
}


/* ============================================================
   SLIDES
   ============================================================ */

.project-slide {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0;
  visibility: hidden;

  transform: scale(1.04);

  transition:
    opacity .7s ease,
    visibility .7s ease,
    transform 1s ease;
}


.project-slide.active {
  opacity: 1;
  visibility: visible;

  transform: scale(1);
}


.project-slide img {
  width: 100%;
  height: 100%;

  min-height: 480px;

  object-fit: cover;
  object-position: center;
}


/* ============================================================
   DEGRADÊ
   ============================================================ */

.project-carousel::after {
  content: "";

  position: absolute;

  inset: 0;

  z-index: 2;

  pointer-events: none;

  background:
    linear-gradient(
      to top,
      rgba(3, 25, 39, .30),
      transparent 35%
    );
}


/* ============================================================
   SETAS
   ============================================================ */

.project-carousel-btn {
  position: absolute;

  top: 50%;

  z-index: 5;

  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translateY(-50%);

  border: 1px solid rgba(255,255,255,.35);

  border-radius: 50%;

  background: rgba(4, 31, 49, .68);

  color: #fff;

  font-size: 2rem;

  cursor: pointer;

  backdrop-filter: blur(7px);

  transition:
    background .2s ease,
    transform .2s ease;
}


.project-carousel-btn:hover {
  background: var(--accent);

  transform:
    translateY(-50%)
    scale(1.08);
}


.project-prev {
  left: 16px;
}


.project-next {
  right: 16px;
}


/* ============================================================
   BOLINHAS
   ============================================================ */

.project-carousel-dots {
  position: absolute;

  left: 50%;
  bottom: 18px;

  z-index: 5;

  display: flex;
  align-items: center;

  gap: 8px;

  transform: translateX(-50%);
}


.project-dot {
  width: 9px;
  height: 9px;

  padding: 0;

  border: 0;

  border-radius: 50%;

  background: rgba(255,255,255,.55);

  cursor: pointer;

  transition:
    width .25s ease,
    background .25s ease,
    border-radius .25s ease;
}


.project-dot.active {
  width: 28px;

  border-radius: 20px;

  background: #fff;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 820px) {

  .project-carousel,
  .project-carousel-track,
  .project-slide img {
    min-height: 380px;
  }


  .project-carousel-btn {
    width: 40px;
    height: 40px;

    font-size: 1.7rem;
  }

}


@media (max-width: 560px) {

  .project-carousel,
  .project-carousel-track,
  .project-slide img {
    min-height: 300px;
  }

}

/* LOGO DO FOOTER */

.footer-logo-link {
  display: inline-flex;
  align-items: center;
}

.footer-logo {
  display: block;
  width: auto;
  height: 75px;
  max-width: 220px;
  object-fit: contain;
}

@media (max-width: 560px) {
  .footer-logo {
    height: 62px;
    max-width: 190px;
  }
}


/* =========================================================
   HEADER + ACESSIBILIDADE FIXOS
   ========================================================= */

#header-container {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Barra de acessibilidade */
#header-container .a11y-bar {
  position: relative;
  top: 0;
  z-index: 10001;
  width: 100%;
  margin: 0;
}

/* Navbar */
#header-container .site-header {
  position: relative;
  top: 0 !important;
  z-index: 10000;
  width: 100%;
  margin: 0;
}

/* Garante que não exista espaço entre a barra e a navbar */
#header-container .a11y-bar + .site-header {
  margin-top: 0;
}

@media (max-width: 820px) {
  #header-container .site-header {
    top: 0 !important;
  }
}

@media (max-width: 560px) {
  #header-container .site-header {
    top: 0 !important;
  }
}

/* ============================================================
   VISUALIZADOR - CORPO DIRETIVO
   ============================================================ */

.document-viewer {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;

  min-height: 850px;

  overflow: hidden;

  background: #fff;

  border: 1px solid rgba(11, 60, 93, 0.12);
  border-radius: 24px;

  box-shadow:
    0 22px 55px rgba(11, 60, 93, 0.12);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}


.document-viewer iframe {
  display: block;

  width: 100%;
  height: 850px;

  border: 0;

  background: #fff;
}


.document-viewer:hover {
  transform: translateY(-4px);

  border-color:
    rgba(22, 166, 182, .30);

  box-shadow:
    0 28px 65px rgba(11, 60, 93, .16);
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 820px) {

  .document-viewer {
    min-height: 720px;
    border-radius: 20px;
  }

  .document-viewer iframe {
    height: 720px;
  }

}


/* ============================================================
   CELULAR
   ============================================================ */

@media (max-width: 560px) {

  .document-viewer {
    margin-top: 28px;
    min-height: 580px;
    border-radius: 16px;
  }

  .document-viewer iframe {
    height: 580px;
  }

}

/* ============================================================
   HOVER DOS CARDS — PADRÃO DO SITE
   QUEM SOMOS
   ============================================================ */


/* ============================================================
   CARDS MISSÃO / VISÃO / PROPÓSITO
   ============================================================ */

.info-card {
  position: relative;
  overflow: hidden;

  transition:
    transform .35s cubic-bezier(.2, .8, .2, 1),
    box-shadow .35s ease,
    border-color .35s ease;
}


/* Linha decorativa */

.info-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--accent),
      var(--accent-2)
    );

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform .35s cubic-bezier(.2, .8, .2, 1);
}


/* Hover */

.info-card:hover {
  transform:
    translateY(-8px);

  border-color:
    rgba(22, 166, 182, .35);

  box-shadow:
    0 24px 55px rgba(11, 60, 93, .14);
}


.info-card:hover::before {
  transform: scaleX(1);
}


/* Número 01 / 02 / 03 */

.info-card .choice-number {
  display: inline-block;

  transition:
    transform .35s ease,
    color .35s ease;
}


.info-card:hover .choice-number {
  transform:
    translateY(-2px)
    scale(1.08);

  color: var(--accent);
}


/* Título */

.info-card h2 {
  transition:
    transform .35s ease,
    color .35s ease;
}


.info-card:hover h2 {
  transform:
    translateX(4px);

  color: var(--primary-2);
}


/* ============================================================
   CARDS DE VALORES
   ============================================================ */

.value-card {
  position: relative;
  overflow: hidden;

  transition:
    transform .35s cubic-bezier(.2, .8, .2, 1),
    box-shadow .35s ease,
    background .35s ease;
}


/* Luz suave no card */

.value-card::after {
  content: "";

  position: absolute;

  width: 160px;
  height: 160px;

  top: -90px;
  right: -90px;

  border-radius: 50%;

  background:
    rgba(110, 212, 213, .14);

  transform: scale(.7);

  transition:
    transform .45s ease,
    opacity .45s ease;

  pointer-events: none;
}


.value-card:hover {
  transform:
    translateY(-8px);

  box-shadow:
    0 25px 55px rgba(11, 60, 93, .25);
}


.value-card:hover::after {
  transform: scale(1.45);
}


/* Ícone */

.value-card .value-icon {
  position: relative;
  z-index: 2;

  transition:
    transform .35s cubic-bezier(.2, .8, .2, 1),
    background .35s ease;
}


.value-card:hover .value-icon {
  transform:
    translateY(-3px)
    rotate(-5deg)
    scale(1.08);

  background:
    rgba(255, 255, 255, .20);
}


/* Título */

.value-card h3 {
  position: relative;
  z-index: 2;

  transition:
    transform .35s ease;
}


.value-card:hover h3 {
  transform:
    translateX(4px);
}


/* Texto */

.value-card p {
  position: relative;
  z-index: 2;
}


/* ============================================================
   CARDS GRANDES
   NOSSA HISTÓRIA / SEM FINS LUCRATIVOS
   ============================================================ */

.content-panel {
  position: relative;
  overflow: hidden;

  transition:
    transform .35s cubic-bezier(.2, .8, .2, 1),
    box-shadow .35s ease,
    border-color .35s ease;
}


.content-panel::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 5px;
  height: 100%;

  background:
    linear-gradient(
      180deg,
      var(--accent),
      var(--primary-2)
    );

  transform: scaleY(0);
  transform-origin: top;

  transition:
    transform .4s cubic-bezier(.2, .8, .2, 1);
}


.content-panel:hover {
  transform:
    translateY(-6px);

  border-color:
    rgba(22, 166, 182, .28);

  box-shadow:
    0 24px 55px rgba(11, 60, 93, .13);
}


.content-panel:hover::before {
  transform: scaleY(1);
}


/* ============================================================
   BOTÕES DENTRO DOS CARDS
   ============================================================ */

.content-panel .btn {
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}


.content-panel .btn:hover {
  transform:
    translateY(-3px);

  box-shadow:
    0 12px 28px rgba(22, 166, 182, .25);
}


/* ============================================================
   DOCUMENTO DO CORPO DIRETIVO
   ============================================================ */

.document-viewer {
  transition:
    transform .35s cubic-bezier(.2, .8, .2, 1),
    box-shadow .35s ease,
    border-color .35s ease;
}


.document-viewer:hover {
  transform:
    translateY(-5px);

  border-color:
    rgba(22, 166, 182, .30);

  box-shadow:
    0 28px 65px rgba(11, 60, 93, .16);
}


/* ============================================================
   ACESSIBILIDADE
   USUÁRIO QUE PREFERE MENOS MOVIMENTO
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .info-card,
  .info-card::before,

  .value-card,
  .value-card::after,
  .value-card .value-icon,

  .content-panel,
  .content-panel::before,

  .document-viewer {

    transition: none !important;
    transform: none !important;

  }

}


/* ============================================================
   NOSSA HISTÓRIA
   ============================================================ */

.history-block {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 46px;
  align-items: center;
  margin-bottom: 70px;
}


.history-image {
  overflow: hidden;

  border-radius: 28px;

  box-shadow:
    0 20px 50px rgba(11, 60, 93, .13);
}


.history-image img {
  width: 100%;
  min-height: 430px;

  object-fit: cover;

  transition:
    transform .7s cubic-bezier(.2, .8, .2, 1);
}


.history-image:hover img {
  transform: scale(1.045);
}


.history-content h3,
.history-text-card h3,
.history-feature h3 {
  font-family: "Montserrat", sans-serif;

  color: var(--ink);

  font-size:
    clamp(1.6rem, 3vw, 2.25rem);

  line-height: 1.15;

  margin:
    12px 0 18px;
}


.history-content p,
.history-text-card p,
.history-feature p {
  color: var(--muted);
}


.history-year {
  display: inline-flex;

  padding:
    7px 13px;

  border-radius: 999px;

  background:
    #e8f7f8;

  color:
    #0e7682;

  font-size: .78rem;

  font-weight: 900;

  letter-spacing: .08em;

  text-transform: uppercase;
}


/* ============================================================
   IMAGENS GRANDES
   ============================================================ */

.history-wide-image {
  width: 100%;

  margin:
    52px 0;

  overflow: hidden;

  border-radius: 30px;

  box-shadow:
    0 22px 55px rgba(11, 60, 93, .12);
}


.history-wide-image img {
  display: block;

  width: 100%;
  max-height: 650px;

  object-fit: cover;

  transition:
    transform .75s cubic-bezier(.2, .8, .2, 1);
}


.history-wide-image:hover img {
  transform:
    scale(1.035);
}


/* ============================================================
   CARDS DE TEXTO
   ============================================================ */

.history-text-card {
  position: relative;

  padding: 42px;

  margin:
    34px 0;

  overflow: hidden;

  background:
    #fff;

  border:
    1px solid var(--border);

  border-radius:
    28px;

  box-shadow:
    var(--shadow);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
}


.history-text-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 5px;
  height: 100%;

  background:
    linear-gradient(
      180deg,
      var(--accent),
      var(--primary-2)
    );

  transform:
    scaleY(0);

  transform-origin:
    top;

  transition:
    transform .4s ease;
}


.history-text-card:hover {
  transform:
    translateY(-7px);

  border-color:
    rgba(22,166,182,.30);

  box-shadow:
    0 26px 60px rgba(11,60,93,.14);
}


.history-text-card:hover::before {
  transform:
    scaleY(1);
}


/* ============================================================
   DESTAQUE
   ============================================================ */

.history-feature {
  position: relative;

  padding: 48px;

  margin:
    52px 0;

  overflow: hidden;

  background:
    var(--soft);

  border:
    1px solid var(--border);

  border-radius:
    30px;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}


.history-feature:hover {
  transform:
    translateY(-6px);

  box-shadow:
    0 25px 58px rgba(11,60,93,.12);
}


/* ============================================================
   SERVIÇOS
   ============================================================ */

.history-services {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 14px;

  margin-top:
    32px;
}


.history-services > div {
  padding:
    22px;

  background:
    #fff;

  border:
    1px solid var(--border);

  border-radius:
    18px;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}


.history-services > div:hover {
  transform:
    translateY(-5px);

  border-color:
    rgba(22,166,182,.35);

  box-shadow:
    0 16px 35px rgba(11,60,93,.09);
}


.history-services strong {
  display: block;

  margin-bottom:
    5px;

  color:
    var(--primary);

  font-size:
    .98rem;
}


.history-services span {
  display: block;

  color:
    var(--muted);

  font-size:
    .9rem;
}


/* ============================================================
   MOMENTO ATUAL
   ============================================================ */

.history-current {
  background:
    linear-gradient(
      135deg,
      #06283f,
      #0b5b76
    );

  color:
    #fff;
}


.history-current h3 {
  color:
    #fff;
}


.history-current p {
  color:
    rgba(255,255,255,.78);
}


/* ============================================================
   RESPONSIVO
   ============================================================ */

@media (max-width: 820px) {

  .history-block {
    grid-template-columns:
      1fr;

    gap:
      28px;
  }


  .history-image img {
    min-height:
      340px;
  }


  .history-services {
    grid-template-columns:
      1fr;
  }

}


@media (max-width: 560px) {

  .history-text-card,
  .history-feature {
    padding:
      27px;
  }


  .history-wide-image {
    margin:
      36px 0;

    border-radius:
      22px;
  }


  .history-image img {
    min-height:
      280px;
  }

}


/* ============================================================
   REDUZIR MOVIMENTOS
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .history-image img,
  .history-wide-image img,
  .history-text-card,
  .history-feature,
  .history-services > div {

    transition: none !important;

    transform: none !important;

  }

}

/* ============================================================
   IMAGENS QUADRADAS - ALUNO 01 / ALUNO 02
   ============================================================ */

.history-square-image {
  width: min(100%, 460px);

  aspect-ratio: 1 / 1;

  margin:
    42px auto;

  overflow: hidden;

  border-radius: 26px;

  box-shadow:
    0 20px 50px rgba(11, 60, 93, .12);

  transition:
    transform .35s cubic-bezier(.2, .8, .2, 1),
    box-shadow .35s ease;
}


.history-square-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition:
    transform .7s cubic-bezier(.2, .8, .2, 1);
}


.history-square-image:hover {
  transform:
    translateY(-6px);

  box-shadow:
    0 26px 58px rgba(11, 60, 93, .16);
}


.history-square-image:hover img {
  transform:
    scale(1.045);
}


@media (max-width: 560px) {

  .history-square-image {
    width: min(100%, 340px);

    margin:
      32px auto;

    border-radius: 20px;
  }

}

/* ============================================================
   ALUNO 01 E ALUNO 02
   IMAGENS INTEIRAS - SEM RECORTE
   ============================================================ */

.history-square-image.aluno-01,
.history-square-image.aluno-02 {
  width: min(100%, 460px);

  aspect-ratio: auto;

  margin: 42px auto;

  overflow: hidden;

  background: transparent;

  border-radius: 26px;

  box-shadow:
    0 20px 50px rgba(11, 60, 93, .12);

  transition:
    transform .35s cubic-bezier(.2, .8, .2, 1),
    box-shadow .35s ease;
}


.history-square-image.aluno-01 img,
.history-square-image.aluno-02 img {
  display: block;

  width: 100%;
  height: auto;

  object-fit: contain;
  object-position: center;

  border-radius: 26px;

  transition:
    transform .7s cubic-bezier(.2, .8, .2, 1);
}


/* HOVER */

.history-square-image.aluno-01:hover,
.history-square-image.aluno-02:hover {
  transform: translateY(-6px);

  box-shadow:
    0 26px 58px rgba(11, 60, 93, .16);
}


.history-square-image.aluno-01:hover img,
.history-square-image.aluno-02:hover img {
  transform: scale(1.025);
}


/* MOBILE */

@media (max-width: 560px) {

  .history-square-image.aluno-01,
  .history-square-image.aluno-02 {
    width: min(100%, 340px);

    margin: 32px auto;

    border-radius: 20px;
  }


  .history-square-image.aluno-01 img,
  .history-square-image.aluno-02 img {
    border-radius: 20px;
  }

}


/* ============================================================
   PÁGINA - NOSSOS PROJETOS
   ============================================================ */


/* ============================================================
   IMAGENS
   ============================================================ */

.project-history-image {
  width: 100%;

  margin: 42px 0;

  overflow: hidden;

  border-radius: 30px;

  box-shadow:
    0 20px 50px rgba(11, 60, 93, .12);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease;
}


.project-history-image img {
  display: block;

  width: 100%;
  max-height: 620px;

  object-fit: cover;

  transition:
    transform .7s cubic-bezier(.2,.8,.2,1);
}


.project-history-image:hover {
  transform: translateY(-6px);

  box-shadow:
    0 28px 65px rgba(11,60,93,.16);
}


.project-history-image:hover img {
  transform: scale(1.035);
}


/* ============================================================
   IMAGEM MENOR
   ============================================================ */

.project-history-small {
  width: min(100%, 520px);

  margin:
    42px auto;
}


.project-history-small img {
  max-height: none;

  object-fit: contain;
}


/* ============================================================
   POSTERS / ARTES
   ============================================================ */

.project-history-poster {
  width: min(100%, 650px);

  margin:
    42px auto;
}


.project-history-poster img {
  width: 100%;
  height: auto;

  object-fit: contain;
}


/* ============================================================
   CARDS DE TEXTO
   ============================================================ */

.project-text-card,
.project-special-card {
  position: relative;

  margin:
    34px 0;

  padding:
    42px;

  overflow: hidden;

  background:
    #fff;

  border:
    1px solid var(--border);

  border-radius:
    28px;

  box-shadow:
    var(--shadow);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
}


.project-text-card::before,
.project-special-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 5px;
  height: 100%;

  background:
    linear-gradient(
      180deg,
      var(--accent),
      var(--primary-2)
    );

  transform:
    scaleY(0);

  transform-origin:
    top;

  transition:
    transform .4s ease;
}


.project-text-card:hover,
.project-special-card:hover {
  transform:
    translateY(-7px);

  border-color:
    rgba(22,166,182,.30);

  box-shadow:
    0 26px 60px rgba(11,60,93,.14);
}


.project-text-card:hover::before,
.project-special-card:hover::before {
  transform:
    scaleY(1);
}


.project-text-card h2,
.project-text-card h3,
.project-special-card h2 {
  font-family:
    "Montserrat",
    sans-serif;

  color:
    var(--ink);
}


.project-text-card h2,
.project-special-card h2 {
  font-size:
    clamp(1.7rem, 3vw, 2.6rem);
}


.project-text-card h3 {
  margin-top:
    28px;
}


.project-text-card p,
.project-special-card p {
  color:
    var(--muted);
}


/* ============================================================
   PROJETOS ATUAIS
   ============================================================ */

.project-current {
  padding:
    48px;

  margin-bottom:
    48px;

  border-radius:
    30px;

  background:
    linear-gradient(
      135deg,
      #06283f,
      #0b5b76
    );

  color:
    #fff;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}


.project-current:hover {
  transform:
    translateY(-6px);

  box-shadow:
    0 28px 60px rgba(11,60,93,.23);
}


.project-current h2 {
  font-family:
    "Montserrat",
    sans-serif;

  color:
    #fff;

  font-size:
    clamp(1.8rem, 4vw, 2.8rem);
}


.project-current p {
  color:
    rgba(255,255,255,.78);
}


/* ============================================================
   SURF NO QUINTAL
   ============================================================ */

.surf-project-card {
  padding:
    48px;

  border-radius:
    32px;

  background:
    var(--primary);

  color:
    #fff;

  box-shadow:
    0 24px 60px rgba(11,60,93,.20);

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}


.surf-project-card:hover {
  transform:
    translateY(-7px);

  box-shadow:
    0 32px 70px rgba(11,60,93,.27);
}


.surf-project-card h2 {
  font-family:
    "Montserrat",
    sans-serif;

  color:
    #fff;

  font-size:
    clamp(1.9rem, 4vw, 3rem);
}


.surf-project-card p {
  color:
    rgba(255,255,255,.80);
}


/* ============================================================
   MENSAGEM DE APOIO
   ============================================================ */

.project-support-message {
  margin:
    30px 0;

  padding:
    24px;

  background:
    rgba(255,255,255,.10);

  border:
    1px solid rgba(255,255,255,.13);

  border-radius:
    20px;
}


.project-support-message strong {
  display: block;

  color:
    var(--accent-2);

  font-size:
    1.2rem;
}


.project-support-message p {
  margin-bottom:
    0;
}


/* ============================================================
   RESPONSIVO
   ============================================================ */

@media (max-width: 560px) {

  .project-text-card,
  .project-special-card,
  .project-current,
  .surf-project-card {
    padding:
      27px;
  }


  .project-history-image {
    margin:
      32px 0;

    border-radius:
      22px;
  }


  .project-history-small,
  .project-history-poster {
    width:
      100%;
  }

}


/* ============================================================
   REDUZIR MOVIMENTOS
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .project-history-image,
  .project-history-image img,
  .project-text-card,
  .project-special-card,
  .project-current,
  .surf-project-card {

    transition:
      none !important;

    transform:
      none !important;

  }

}


/* ============================================================
   NOSSOS PROJETOS
   IMAGENS MENORES, QUADRADAS E SEM RECORTE
   ============================================================ */

.project-history-image,
.project-history-small,
.project-history-poster {
  width: min(100%, 520px);

  aspect-ratio: 1 / 1;

  margin: 42px auto;

  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f4f8fa;

  border: 1px solid var(--border);

  border-radius: 26px;

  box-shadow:
    0 20px 50px rgba(11, 60, 93, .12);

  transition:
    transform .35s cubic-bezier(.2, .8, .2, 1),
    box-shadow .35s ease,
    border-color .35s ease;
}


/* ============================================================
   IMAGEM INTERNA
   ============================================================ */

.project-history-image img,
.project-history-small img,
.project-history-poster img {
  display: block;

  width: 100%;
  height: 100%;

  max-height: none;

  object-fit: contain;
  object-position: center;

  transition:
    transform .6s cubic-bezier(.2, .8, .2, 1);
}


/* ============================================================
   HOVER
   ============================================================ */

.project-history-image:hover,
.project-history-small:hover,
.project-history-poster:hover {
  transform: translateY(-6px);

  border-color:
    rgba(22, 166, 182, .30);

  box-shadow:
    0 26px 58px rgba(11, 60, 93, .16);
}


.project-history-image:hover img,
.project-history-small:hover img,
.project-history-poster:hover img {
  transform: scale(1.025);
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 820px) {

  .project-history-image,
  .project-history-small,
  .project-history-poster {
    width: min(100%, 450px);
  }

}


/* ============================================================
   CELULAR
   ============================================================ */

@media (max-width: 560px) {

  .project-history-image,
  .project-history-small,
  .project-history-poster {
    width: min(100%, 340px);

    margin: 32px auto;

    border-radius: 20px;
  }

}

/* ============================================================
   SEJA UM SÓCIO / APOIE
   ============================================================ */


/* ============================================================
   INTRO
   ============================================================ */

.support-intro {
  margin-bottom: 38px;
}

.support-intro h2 {
  max-width: 760px;

  margin:
    10px 0 20px;

  font-family:
    "Montserrat",
    sans-serif;

  color:
    var(--ink);

  font-size:
    clamp(2rem, 4vw, 3rem);

  line-height:
    1.1;
}

.support-intro p {
  color:
    var(--muted);
}


/* ============================================================
   IMAGENS
   ============================================================ */

.support-image {
  width:
    min(100%, 520px);

  aspect-ratio:
    1 / 1;

  margin:
    42px auto;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  overflow:
    hidden;

  background:
    #f4f8fa;

  border:
    1px solid var(--border);

  border-radius:
    26px;

  box-shadow:
    0 20px 50px rgba(11, 60, 93, .12);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease;
}

.support-image img {
  display:
    block;

  width:
    100%;

  height:
    100%;

  object-fit:
    contain;

  object-position:
    center;

  transition:
    transform .65s cubic-bezier(.2,.8,.2,1);
}

.support-image:hover {
  transform:
    translateY(-6px);

  box-shadow:
    0 27px 60px rgba(11,60,93,.16);
}

.support-image:hover img {
  transform:
    scale(1.025);
}


/* ============================================================
   BENEFÍCIOS
   ============================================================ */

.support-benefits-grid {
  display:
    grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap:
    22px;

  margin-top:
    42px;
}

.support-benefit-card {
  position:
    relative;

  padding:
    32px;

  overflow:
    hidden;

  background:
    #fff;

  border:
    1px solid var(--border);

  border-radius:
    24px;

  box-shadow:
    var(--shadow);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
}

.support-benefit-card::before {
  content:
    "";

  position:
    absolute;

  top:
    0;

  left:
    0;

  width:
    100%;

  height:
    4px;

  background:
    linear-gradient(
      90deg,
      var(--accent),
      var(--accent-2)
    );

  transform:
    scaleX(0);

  transform-origin:
    left;

  transition:
    transform .35s ease;
}

.support-benefit-card:hover {
  transform:
    translateY(-8px);

  border-color:
    rgba(22,166,182,.30);

  box-shadow:
    0 24px 55px rgba(11,60,93,.14);
}

.support-benefit-card:hover::before {
  transform:
    scaleX(1);
}

.support-benefit-icon {
  width:
    54px;

  height:
    54px;

  margin-bottom:
    22px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  background:
    #e8f7f8;

  border-radius:
    16px;

  color:
    var(--accent);

  font-size:
    1.7rem;

  font-weight:
    900;
}

.support-benefit-card h3 {
  font-family:
    "Montserrat",
    sans-serif;

  color:
    var(--ink);
}

.support-benefit-card p {
  color:
    var(--muted);
}


/* ============================================================
   PLANOS
   ============================================================ */

.membership-grid {
  display:
    grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap:
    28px;

  max-width:
    1000px;

  margin:
    48px auto 0;
}

.membership-card {
  position:
    relative;

  padding:
    42px;

  overflow:
    hidden;

  background:
    #fff;

  border:
    1px solid var(--border);

  border-radius:
    30px;

  box-shadow:
    var(--shadow);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
}

.membership-card:hover {
  transform:
    translateY(-8px);

  border-color:
    rgba(22,166,182,.35);

  box-shadow:
    0 28px 65px rgba(11,60,93,.16);
}

.membership-card.featured {
  background:
    linear-gradient(
      145deg,
      #06283f,
      #0b5b76
    );

  color:
    #fff;

  border-color:
    transparent;
}

.membership-highlight {
  position:
    absolute;

  right:
    22px;

  top:
    20px;

  padding:
    7px 12px;

  background:
    var(--accent-2);

  border-radius:
    999px;

  color:
    var(--primary);

  font-size:
    .72rem;

  font-weight:
    900;

  text-transform:
    uppercase;

  letter-spacing:
    .06em;
}

.membership-type {
  display:
    inline-flex;

  margin-bottom:
    18px;

  color:
    var(--accent);

  font-size:
    .78rem;

  font-weight:
    900;

  letter-spacing:
    .08em;

  text-transform:
    uppercase;
}

.membership-card.featured .membership-type {
  color:
    var(--accent-2);
}

.membership-card h3 {
  margin:
    0;

  font-family:
    "Montserrat",
    sans-serif;

  color:
    var(--ink);

  font-size:
    1.55rem;
}

.membership-card.featured h3 {
  color:
    #fff;
}

.membership-price {
  display:
    flex;

  align-items:
    baseline;

  gap:
    4px;

  margin:
    25px 0;
}

.membership-price span {
  color:
    var(--muted);

  font-weight:
    800;
}

.membership-price strong {
  color:
    var(--primary);

  font-family:
    "Montserrat",
    sans-serif;

  font-size:
    4rem;

  line-height:
    1;
}

.membership-price small {
  color:
    var(--muted);

  font-weight:
    700;
}

.membership-card.featured .membership-price span,
.membership-card.featured .membership-price small {
  color:
    rgba(255,255,255,.65);
}

.membership-card.featured .membership-price strong {
  color:
    #fff;
}

.membership-description {
  color:
    var(--muted);
}

.membership-card.featured .membership-description {
  color:
    rgba(255,255,255,.75);
}

.membership-benefits {
  margin:
    28px 0 34px;

  padding:
    0;

  list-style:
    none;
}

.membership-benefits li {
  position:
    relative;

  padding:
    11px 0 11px 28px;

  color:
    var(--muted);

  border-bottom:
    1px solid rgba(11,60,93,.08);
}

.membership-benefits li::before {
  content:
    "✓";

  position:
    absolute;

  left:
    0;

  color:
    var(--accent);

  font-weight:
    900;
}

.membership-card.featured .membership-benefits li {
  color:
    rgba(255,255,255,.78);

  border-color:
    rgba(255,255,255,.10);
}

.membership-card.featured .membership-benefits li::before {
  color:
    var(--accent-2);
}

.membership-btn {
  width:
    100%;

  justify-content:
    center;
}


/* ============================================================
   DOAÇÃO
   ============================================================ */

.donation-grid {
  display:
    grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap:
    28px;

  max-width:
    1000px;

  margin:
    45px auto 0;
}

.donation-card {
  padding:
    40px;

  background:
    #fff;

  border:
    1px solid var(--border);

  border-radius:
    28px;

  box-shadow:
    var(--shadow);

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.donation-card:hover {
  transform:
    translateY(-6px);

  box-shadow:
    0 26px 60px rgba(11,60,93,.14);
}

.donation-pix {
  background:
    linear-gradient(
      145deg,
      #06283f,
      #0b5b76
    );

  color:
    #fff;
}

.donation-label {
  display:
    inline-flex;

  padding:
    7px 12px;

  margin-bottom:
    18px;

  background:
    #e8f7f8;

  border-radius:
    999px;

  color:
    #0e7682;

  font-size:
    .75rem;

  font-weight:
    900;

  letter-spacing:
    .08em;

  text-transform:
    uppercase;
}

.donation-card h3 {
  font-family:
    "Montserrat",
    sans-serif;

  color:
    var(--ink);

  font-size:
    1.7rem;
}

.donation-card p {
  color:
    var(--muted);
}

.donation-pix h3 {
  color:
    #fff;
}

.donation-pix p {
  color:
    rgba(255,255,255,.75);
}

.pix-key-box {
  margin:
    28px 0;

  padding:
    22px;

  background:
    rgba(255,255,255,.10);

  border:
    1px solid rgba(255,255,255,.14);

  border-radius:
    18px;
}

.pix-key-box span {
  display:
    block;

  margin-bottom:
    8px;

  color:
    rgba(255,255,255,.65);

  font-size:
    .8rem;
}

.pix-key-box strong {
  display:
    block;

  overflow-wrap:
    anywhere;

  color:
    #fff;

  font-size:
    1.3rem;
}

.copy-feedback {
  min-height:
    22px;

  margin-top:
    12px;

  font-size:
    .85rem;
}

.bank-data {
  display:
    grid;

  gap:
    14px;

  margin-top:
    25px;
}

.bank-data > div {
  display:
    flex;

  justify-content:
    space-between;

  gap:
    15px;

  padding-bottom:
    14px;

  border-bottom:
    1px solid var(--border);
}

.bank-data span {
  color:
    var(--muted);
}

.bank-data strong {
  color:
    var(--ink);

  text-align:
    right;
}


/* ============================================================
   ONDE O DINHEIRO É UTILIZADO
   ============================================================ */

.support-use-grid {
  display:
    grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap:
    18px;

  margin-top:
    42px;
}

.support-use-card {
  padding:
    28px;

  background:
    #fff;

  border:
    1px solid var(--border);

  border-radius:
    22px;

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.support-use-card:hover {
  transform:
    translateY(-6px);

  border-color:
    rgba(22,166,182,.30);

  box-shadow:
    0 20px 45px rgba(11,60,93,.11);
}

.support-use-card > span {
  display:
    block;

  margin-bottom:
    17px;

  color:
    var(--accent);

  font-family:
    "Montserrat",
    sans-serif;

  font-size:
    1.8rem;

  font-weight:
    800;
}

.support-use-card h3 {
  font-family:
    "Montserrat",
    sans-serif;

  color:
    var(--ink);

  font-size:
    1.05rem;
}

.support-use-card p {
  margin-bottom:
    0;

  color:
    var(--muted);

  font-size:
    .92rem;
}


/* ============================================================
   CTA FINAL
   ============================================================ */

.support-final {
  padding:
    90px 0;

  background:
    linear-gradient(
      135deg,
      #06283f,
      #0b5b76
    );
}

.support-final-content {
  max-width:
    850px;

  margin:
    0 auto;

  text-align:
    center;
}

.support-final-content h2 {
  margin:
    12px 0 20px;

  font-family:
    "Montserrat",
    sans-serif;

  color:
    #fff;

  font-size:
    clamp(2rem, 4vw, 3.3rem);

  line-height:
    1.1;
}

.support-final-content p {
  max-width:
    680px;

  margin:
    0 auto;

  color:
    rgba(255,255,255,.75);
}

.support-final-actions {
  display:
    flex;

  justify-content:
    center;

  flex-wrap:
    wrap;

  gap:
    14px;

  margin-top:
    34px;
}

.btn-outline-light {
  border:
    1px solid rgba(255,255,255,.35);

  color:
    #fff;

  background:
    transparent;
}

.btn-outline-light:hover {
  background:
    rgba(255,255,255,.10);
}


/* ============================================================
   RESPONSIVO
   ============================================================ */

@media (max-width: 920px) {

  .support-use-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

}

@media (max-width: 820px) {

  .support-benefits-grid,
  .membership-grid,
  .donation-grid {
    grid-template-columns:
      1fr;
  }

  .membership-grid,
  .donation-grid {
    max-width:
      600px;
  }

}

@media (max-width: 560px) {

  .support-benefit-card,
  .membership-card,
  .donation-card {
    padding:
      27px;
  }

  .support-use-grid {
    grid-template-columns:
      1fr;
  }

  .support-image {
    width:
      min(100%, 340px);

    margin:
      32px auto;

    border-radius:
      20px;
  }

  .membership-price strong {
    font-size:
      3.3rem;
  }

  .bank-data > div {
    flex-direction:
      column;
  }

  .bank-data strong {
    text-align:
      left;
  }

  .support-final {
    padding:
      65px 0;
  }

}


/* ============================================================
   ACESSIBILIDADE
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .support-image,
  .support-image img,
  .support-benefit-card,
  .membership-card,
  .donation-card,
  .support-use-card {
    transition:
      none !important;

    transform:
      none !important;
  }

}

/* ============================================================
   APOIE 01 E 03 - IMAGENS HORIZONTAIS
   ============================================================ */

.support-image-horizontal {
  width: min(100%, 850px);

  aspect-ratio: 16 / 9;

  margin: 45px auto;

  background: #f4f8fa;
}


/* Mostra a imagem inteira sem recortar */

.support-image-horizontal img {
  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;
}


/* TABLET */

@media (max-width: 820px) {

  .support-image-horizontal {
    width: min(100%, 700px);
  }

}


/* CELULAR */

@media (max-width: 560px) {

  .support-image-horizontal {
    width: 100%;

    aspect-ratio: 16 / 9;

    margin: 30px auto;

    border-radius: 20px;
  }

}


/* ============================================================
   PÁGINA TRANSPARÊNCIA
   ============================================================ */


/* ============================================================
   INTRO
   ============================================================ */

.transparency-intro h2 {
  margin: 10px 0 22px;

  font-family: "Montserrat", sans-serif;

  color: var(--ink);

  font-size: clamp(2rem, 4vw, 3.2rem);

  line-height: 1.1;
}

.transparency-intro p {
  color: var(--muted);
}


/* ============================================================
   VALORES
   ============================================================ */

.transparency-values-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 20px;

  margin-top: 44px;
}

.transparency-value-card {
  position: relative;

  padding: 30px;

  overflow: hidden;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 24px;

  box-shadow: var(--shadow);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
}

.transparency-value-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--accent),
      var(--accent-2)
    );

  transform: scaleX(0);

  transform-origin: left;

  transition: transform .35s ease;
}

.transparency-value-card:hover {
  transform: translateY(-7px);

  border-color:
    rgba(22,166,182,.32);

  box-shadow:
    0 24px 55px rgba(11,60,93,.13);
}

.transparency-value-card:hover::before {
  transform: scaleX(1);
}

.transparency-value-card > span {
  display: block;

  margin-bottom: 18px;

  color: var(--accent);

  font-family: "Montserrat", sans-serif;

  font-size: 1.5rem;

  font-weight: 800;
}

.transparency-value-card h3 {
  font-family: "Montserrat", sans-serif;

  color: var(--ink);

  font-size: 1.1rem;
}

.transparency-value-card p {
  margin-bottom: 0;

  color: var(--muted);
}


/* ============================================================
   DADOS INSTITUCIONAIS
   ============================================================ */

.institutional-data-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 18px;

  margin-top: 42px;
}

.institutional-data-card {
  padding: 27px;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 22px;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.institutional-data-card:hover {
  transform: translateY(-5px);

  border-color:
    rgba(22,166,182,.30);

  box-shadow:
    0 18px 40px rgba(11,60,93,.10);
}

.institutional-data-card span {
  display: block;

  margin-bottom: 9px;

  color: var(--accent);

  font-size: .75rem;

  font-weight: 900;

  letter-spacing: .08em;

  text-transform: uppercase;
}

.institutional-data-card strong {
  color: var(--ink);

  font-size: .98rem;

  line-height: 1.5;
}


/* ============================================================
   ORGANOGRAMA
   ============================================================ */

.org-chart {
  max-width: 1050px;

  margin: 55px auto 0;
}

.org-node {
  position: relative;

  padding: 32px;

  background: #fff;

  border: 2px solid rgba(11,60,93,.16);

  border-radius: 24px;

  box-shadow:
    0 18px 45px rgba(11,60,93,.10);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
}

.org-node:hover {
  transform: translateY(-6px);

  border-color:
    rgba(22,166,182,.50);

  box-shadow:
    0 26px 58px rgba(11,60,93,.15);
}

.org-root {
  max-width: 450px;

  margin: 0 auto;

  text-align: center;
}

.org-executive {
  max-width: 660px;

  margin: 0 auto;
}

.org-label {
  display: inline-flex;

  padding: 6px 11px;

  margin-bottom: 13px;

  background: #e8f7f8;

  border-radius: 999px;

  color: #0e7682;

  font-size: .72rem;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: .07em;
}

.org-node h3 {
  margin: 0 0 18px;

  font-family: "Montserrat", sans-serif;

  color: var(--primary);

  font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.org-node p {
  color: var(--muted);
}

.org-person {
  display: flex;

  justify-content: space-between;

  gap: 25px;

  padding: 13px 0;

  border-bottom:
    1px solid rgba(11,60,93,.08);
}

.org-person:last-child {
  border-bottom: 0;
}

.org-person strong {
  color: var(--ink);
}

.org-person span {
  color: var(--muted);

  text-align: right;
}

.org-line-vertical {
  width: 2px;
  height: 38px;

  margin: 0 auto;

  background:
    linear-gradient(
      180deg,
      var(--primary),
      var(--accent)
    );
}

.org-bottom-grid {
  position: relative;

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 32px;
}

.org-bottom-grid::before {
  content: "";

  position: absolute;

  top: -1px;
  left: 25%;
  right: 25%;

  height: 2px;

  background: var(--primary);

  transform: translateY(-1px);
}


/* ============================================================
   TRANSPARÊNCIA FINANCEIRA
   ============================================================ */

.financial-notice {
  padding: 38px;

  background:
    linear-gradient(
      135deg,
      #06283f,
      #0b5b76
    );

  border-radius: 28px;

  color: #fff;

  box-shadow:
    0 22px 55px rgba(11,60,93,.18);
}

.financial-notice h3 {
  margin-top: 0;

  font-family: "Montserrat", sans-serif;

  color: #fff;
}

.financial-notice p {
  color: rgba(255,255,255,.78);
}

.transparency-report-title {
  margin-top: 70px;
}

.financial-year-card {
  display: grid;

  grid-template-columns:
    125px 1fr;

  gap: 30px;

  margin: 28px 0;

  padding: 38px;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 28px;

  box-shadow: var(--shadow);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.financial-year-card:hover {
  transform: translateY(-6px);

  border-color:
    rgba(22,166,182,.30);

  box-shadow:
    0 24px 55px rgba(11,60,93,.13);
}

.financial-year {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 105px;
  height: 105px;

  background:
    linear-gradient(
      135deg,
      var(--primary),
      var(--primary-2)
    );

  border-radius: 26px;

  color: #fff;

  font-family: "Montserrat", sans-serif;

  font-size: 1.35rem;

  font-weight: 800;
}

.financial-year-card h3 {
  margin-top: 0;

  font-family: "Montserrat", sans-serif;

  color: var(--ink);
}

.financial-year-card h4 {
  margin-top: 25px;

  color: var(--primary);
}

.financial-year-card p {
  color: var(--muted);
}


/* ============================================================
   COMPROMISSO
   ============================================================ */

.transparency-commitment {
  padding: 45px;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 30px;

  box-shadow: var(--shadow);
}

.transparency-commitment h2 {
  font-family: "Montserrat", sans-serif;

  color: var(--ink);

  font-size:
    clamp(1.8rem, 4vw, 2.8rem);
}

.transparency-commitment p {
  color: var(--muted);
}

.transparency-contact {
  display: flex;

  flex-direction: column;

  gap: 7px;

  margin-top: 30px;

  padding: 24px;

  background: var(--soft);

  border-radius: 18px;
}

.transparency-contact strong {
  color: var(--primary);
}

.transparency-contact span {
  color: var(--muted);
}

.transparency-contact a {
  color: var(--accent);

  font-weight: 800;
}


/* ============================================================
   FONTES DE RECURSOS
   ============================================================ */

.resources-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 18px;

  margin-top: 42px;
}

.resource-card {
  padding: 28px;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 22px;

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.resource-card:hover {
  transform: translateY(-6px);

  border-color:
    rgba(22,166,182,.32);

  box-shadow:
    0 22px 48px rgba(11,60,93,.11);
}

.resource-card > span {
  display: block;

  margin-bottom: 17px;

  color: var(--accent);

  font-family: "Montserrat", sans-serif;

  font-size: 1.5rem;

  font-weight: 800;
}

.resource-card h3 {
  color: var(--ink);

  font-family: "Montserrat", sans-serif;

  font-size: 1.05rem;
}

.resource-card p {
  margin-bottom: 0;

  color: var(--muted);
}


/* ============================================================
   PARCEIROS
   ============================================================ */

.partners-transparency-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 18px;

  margin-top: 42px;
}

.partner-transparency-card {
  padding: 30px;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 22px;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.partner-transparency-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 22px 48px rgba(11,60,93,.11);
}

.partner-transparency-card h3 {
  color: var(--primary);

  font-family: "Montserrat", sans-serif;
}

.partner-transparency-card p {
  margin-bottom: 0;

  color: var(--muted);
}


/* ============================================================
   APLICAÇÃO DOS RECURSOS
   ============================================================ */

.resource-application-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 22px;

  margin-top: 42px;
}

.resource-application-card {
  padding: 32px;

  background:
    linear-gradient(
      145deg,
      #06283f,
      #0b5b76
    );

  border-radius: 25px;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.resource-application-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 26px 60px rgba(11,60,93,.22);
}

.resource-application-card > span {
  color: var(--accent-2);

  font-family: "Montserrat", sans-serif;

  font-size: 1.6rem;

  font-weight: 900;
}

.resource-application-card h3 {
  color: #fff;

  font-family: "Montserrat", sans-serif;
}

.resource-application-card p {
  margin-bottom: 0;

  color: rgba(255,255,255,.75);
}


/* ============================================================
   DOCUMENTOS
   ============================================================ */

.documents-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 20px;

  margin-top: 48px;
}

.document-card {
  position: relative;

  display: flex;

  flex-direction: column;

  min-height: 250px;

  padding: 30px;

  overflow: hidden;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 24px;

  box-shadow:
    0 12px 32px rgba(11,60,93,.07);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
}

.document-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--accent),
      var(--accent-2)
    );

  transform: scaleX(0);

  transform-origin: left;

  transition:
    transform .35s ease;
}

.document-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(22,166,182,.35);

  box-shadow:
    0 25px 55px rgba(11,60,93,.14);
}

.document-card:hover::before {
  transform: scaleX(1);
}

.document-number {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 48px;
  height: 48px;

  margin-bottom: 22px;

  background: #e8f7f8;

  border-radius: 15px;

  color: #0e7682;

  font-family: "Montserrat", sans-serif;

  font-weight: 900;
}

.document-card h3 {
  flex: 1;

  margin: 0 0 25px;

  color: var(--ink);

  font-family: "Montserrat", sans-serif;

  font-size: 1rem;

  line-height: 1.45;
}

.document-btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  min-height: 46px;

  padding: 11px 18px;

  background: var(--primary);

  border-radius: 12px;

  color: #fff;

  font-size: .88rem;

  font-weight: 800;

  text-decoration: none;

  transition:
    background .25s ease,
    transform .25s ease;
}

.document-btn:hover {
  background: var(--accent);

  transform: translateY(-2px);
}

.document-multiple-links {
  display: grid;

  gap: 8px;
}


/* ============================================================
   RESPONSIVO
   ============================================================ */

@media (max-width: 980px) {

  .transparency-values-grid,
  .institutional-data-grid,
  .resources-grid,
  .partners-transparency-grid,
  .resource-application-grid,
  .documents-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

}


@media (max-width: 820px) {

  .org-bottom-grid {
    grid-template-columns: 1fr;

    gap: 38px;
  }

  .org-bottom-grid::before {
    display: none;
  }

  .org-person {
    flex-direction: column;

    gap: 5px;
  }

  .org-person span {
    text-align: left;
  }

  .financial-year-card {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 560px) {

  .transparency-values-grid,
  .institutional-data-grid,
  .resources-grid,
  .partners-transparency-grid,
  .resource-application-grid,
  .documents-grid {
    grid-template-columns: 1fr;
  }

  .transparency-value-card,
  .org-node,
  .financial-year-card,
  .transparency-commitment,
  .document-card {
    padding: 26px;
  }

  .financial-year {
    width: 88px;
    height: 88px;
  }

  .document-card {
    min-height: auto;
  }

}


/* ============================================================
   REDUÇÃO DE MOVIMENTO
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .transparency-value-card,
  .institutional-data-card,
  .org-node,
  .financial-year-card,
  .resource-card,
  .partner-transparency-card,
  .resource-application-card,
  .document-card,
  .document-btn {
    transition: none !important;

    transform: none !important;
  }

}


/* ============================================================
   PÁGINA ACESSIBILIDADE
   ============================================================ */


/* ============================================================
   CARD PRINCIPAL
   ============================================================ */

.accessibility-main-card {
  position: relative;

  padding: 45px;

  overflow: hidden;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 30px;

  box-shadow: var(--shadow);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.accessibility-main-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 5px;
  height: 100%;

  background:
    linear-gradient(
      180deg,
      var(--accent),
      var(--primary-2)
    );
}

.accessibility-main-card:hover {
  transform: translateY(-6px);

  border-color:
    rgba(22,166,182,.30);

  box-shadow:
    0 26px 60px rgba(11,60,93,.14);
}

.accessibility-main-card h2 {
  margin: 12px 0 20px;

  font-family:
    "Montserrat",
    sans-serif;

  color:
    var(--ink);

  font-size:
    clamp(2rem,4vw,3rem);
}

.accessibility-main-card p {
  color: var(--muted);
}


/* ============================================================
   LEGISLAÇÃO
   ============================================================ */

.accessibility-laws {
  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  gap: 18px;

  margin-top: 35px;
}

.accessibility-law-card {
  padding: 28px;

  background: var(--soft);

  border:
    1px solid var(--border);

  border-radius: 22px;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.accessibility-law-card:hover {
  transform:
    translateY(-5px);

  box-shadow:
    0 20px 45px rgba(11,60,93,.10);
}

.accessibility-law-number {
  display: inline-flex;

  margin-bottom: 17px;

  padding: 7px 11px;

  background: #e8f7f8;

  border-radius: 999px;

  color: #0e7682;

  font-size: .75rem;

  font-weight: 900;

  text-transform: uppercase;
}

.accessibility-law-card h3 {
  font-family:
    "Montserrat",
    sans-serif;

  color: var(--ink);

  font-size: 1.05rem;
}

.accessibility-law-card p {
  margin-bottom: 0;

  color: var(--muted);

  font-size: .92rem;
}


/* ============================================================
   RECURSOS
   ============================================================ */

.accessibility-features-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 20px;

  margin-top: 45px;
}

.accessibility-feature-card {
  position: relative;

  padding: 30px;

  overflow: hidden;

  background: #fff;

  border:
    1px solid var(--border);

  border-radius: 24px;

  box-shadow:
    0 12px 32px rgba(11,60,93,.07);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
}

.accessibility-feature-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--accent),
      var(--accent-2)
    );

  transform:
    scaleX(0);

  transform-origin:
    left;

  transition:
    transform .35s ease;
}

.accessibility-feature-card:hover {
  transform:
    translateY(-8px);

  border-color:
    rgba(22,166,182,.33);

  box-shadow:
    0 24px 55px rgba(11,60,93,.13);
}

.accessibility-feature-card:hover::before {
  transform: scaleX(1);
}

.accessibility-feature-icon {
  width: 58px;
  height: 58px;

  margin-bottom: 22px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #e8f7f8;

  border-radius: 17px;

  color: var(--primary);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 1.15rem;

  font-weight: 900;

  transition:
    transform .3s ease,
    background .3s ease;
}

.accessibility-feature-card:hover
.accessibility-feature-icon {
  transform:
    translateY(-3px) scale(1.06);

  background:
    rgba(110,212,213,.30);
}

.accessibility-feature-card h3 {
  font-family:
    "Montserrat",
    sans-serif;

  color: var(--ink);

  font-size: 1.1rem;
}

.accessibility-feature-card p {
  margin-bottom: 0;

  color: var(--muted);
}


/* ============================================================
   GUIA DOS BOTÕES
   ============================================================ */

.accessibility-guide {
  padding: 42px;

  background:
    linear-gradient(
      135deg,
      #06283f,
      #0b5b76
    );

  border-radius: 30px;

  color: #fff;

  box-shadow:
    0 24px 60px rgba(11,60,93,.20);
}

.accessibility-guide h2 {
  font-family:
    "Montserrat",
    sans-serif;

  color: #fff;

  font-size:
    clamp(1.8rem,4vw,2.8rem);
}

.accessibility-guide > p {
  color:
    rgba(255,255,255,.76);
}

.accessibility-controls-preview {
  display: grid;

  grid-template-columns:
    repeat(2,1fr);

  gap: 14px;

  margin-top: 30px;
}

.accessibility-control-item {
  padding: 22px;

  background:
    rgba(255,255,255,.09);

  border:
    1px solid rgba(255,255,255,.12);

  border-radius: 18px;

  transition:
    transform .3s ease,
    background .3s ease;
}

.accessibility-control-item:hover {
  transform:
    translateY(-4px);

  background:
    rgba(255,255,255,.14);
}

.accessibility-control-item strong {
  display: block;

  margin-bottom: 7px;

  color: var(--accent-2);

  font-size: 1.05rem;
}

.accessibility-control-item span {
  color:
    rgba(255,255,255,.75);

  font-size: .9rem;
}


/* ============================================================
   CONTATO
   ============================================================ */

.accessibility-contact-card {
  padding: 45px;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 30px;

  box-shadow: var(--shadow);
}

.accessibility-contact-card h2 {
  margin: 10px 0 20px;

  font-family:
    "Montserrat",
    sans-serif;

  color: var(--ink);

  font-size:
    clamp(1.8rem,4vw,2.8rem);
}

.accessibility-contact-card > p {
  color: var(--muted);
}

.accessibility-contact-grid {
  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  gap: 15px;

  margin-top: 32px;
}

.accessibility-contact-item {
  display: flex;

  flex-direction: column;

  gap: 7px;

  padding: 23px;

  background: var(--soft);

  border:
    1px solid var(--border);

  border-radius: 18px;

  text-decoration: none;

  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

a.accessibility-contact-item:hover {
  transform:
    translateY(-5px);

  border-color:
    rgba(22,166,182,.35);

  box-shadow:
    0 17px 35px rgba(11,60,93,.09);
}

.accessibility-contact-item span {
  color: var(--accent);

  font-size: .75rem;

  font-weight: 900;

  letter-spacing: .07em;

  text-transform: uppercase;
}

.accessibility-contact-item strong {
  color: var(--ink);

  font-size: .9rem;

  overflow-wrap: anywhere;
}


/* ============================================================
   MENSAGEM FINAL
   ============================================================ */

.accessibility-final-message {
  margin-top: 30px;

  padding: 27px;

  background:
    linear-gradient(
      135deg,
      #06283f,
      #0b5b76
    );

  border-radius: 20px;
}

.accessibility-final-message strong {
  display: block;

  margin-bottom: 8px;

  color: #fff;

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 1.1rem;
}

.accessibility-final-message p {
  margin-bottom: 0;

  color:
    rgba(255,255,255,.76);
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 920px) {

  .accessibility-features-grid {
    grid-template-columns:
      repeat(2,1fr);
  }

  .accessibility-laws {
    grid-template-columns: 1fr;
  }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 700px) {

  .accessibility-contact-grid,
  .accessibility-controls-preview {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 560px) {

  .accessibility-features-grid {
    grid-template-columns: 1fr;
  }

  .accessibility-main-card,
  .accessibility-guide,
  .accessibility-contact-card {
    padding: 27px;
  }

  .accessibility-feature-card,
  .accessibility-law-card {
    padding: 25px;
  }

}


/* ============================================================
   REDUZIR MOVIMENTO
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .accessibility-main-card,
  .accessibility-law-card,
  .accessibility-feature-card,
  .accessibility-feature-icon,
  .accessibility-control-item,
  .accessibility-contact-item {

    transition: none !important;

    transform: none !important;

  }

}


/* ============================================================
   PÁGINA CONTATO
   ============================================================ */


/* ============================================================
   INTRO
   ============================================================ */

.contact-intro h2 {
  margin: 10px 0 20px;

  font-family: "Montserrat", sans-serif;

  color: var(--ink);

  font-size: clamp(2rem, 4vw, 3.1rem);

  line-height: 1.1;
}

.contact-intro p {
  color: var(--muted);
}


/* ============================================================
   CANAIS DE CONTATO
   ============================================================ */

.contact-channels-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 28px;

  max-width: 1000px;

  margin: 45px auto 0;
}

.contact-channel-card {
  position: relative;

  padding: 40px;

  overflow: hidden;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 28px;

  box-shadow: var(--shadow);

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
}

.contact-channel-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--accent),
      var(--accent-2)
    );

  transform: scaleX(0);

  transform-origin: left;

  transition: transform .35s ease;
}

.contact-channel-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(22, 166, 182, .35);

  box-shadow:
    0 27px 60px rgba(11,60,93,.15);
}

.contact-channel-card:hover::before {
  transform: scaleX(1);
}

.contact-channel-icon {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 62px;
  height: 62px;

  margin-bottom: 22px;

  background: #e8f7f8;

  border-radius: 18px;

  color: var(--primary);

  font-family: "Montserrat", sans-serif;

  font-size: 1.25rem;

  font-weight: 900;

  transition:
    transform .3s ease,
    background .3s ease;
}

.contact-channel-card:hover
.contact-channel-icon {
  transform:
    translateY(-3px)
    rotate(-4deg)
    scale(1.06);

  background:
    rgba(110,212,213,.30);
}

.contact-channel-label {
  display: block;

  margin-bottom: 10px;

  color: var(--accent);

  font-size: .76rem;

  font-weight: 900;

  letter-spacing: .08em;

  text-transform: uppercase;
}

.contact-channel-card h3 {
  margin: 0 0 15px;

  font-family: "Montserrat", sans-serif;

  color: var(--ink);

  font-size: 1.45rem;
}

.contact-channel-card p {
  color: var(--muted);
}

.contact-channel-info {
  padding: 14px 17px;

  background: var(--soft);

  border-radius: 13px;

  font-size: .87rem;
}

.contact-main-link {
  display: inline-block;

  margin-top: 10px;

  color: var(--primary);

  font-weight: 900;

  text-decoration: none;

  overflow-wrap: anywhere;

  transition:
    color .25s ease,
    transform .25s ease;
}

.contact-main-link:hover {
  color: var(--accent);

  transform: translateX(3px);
}


/* ============================================================
   HORÁRIO
   ============================================================ */

.contact-hours {
  display: flex;

  flex-direction: column;

  gap: 4px;

  margin-top: 25px;

  padding: 20px;

  background:
    linear-gradient(
      135deg,
      #06283f,
      #0b5b76
    );

  border-radius: 17px;
}

.contact-hours strong {
  margin-bottom: 5px;

  color: #fff;
}

.contact-hours span {
  color: rgba(255,255,255,.80);
}

.contact-hours small {
  margin-top: 5px;

  color: var(--accent-2);
}


/* ============================================================
   LOCALIZAÇÃO
   ============================================================ */

.contact-location-grid {
  display: grid;

  grid-template-columns:
    .8fr 1.2fr;

  gap: 25px;

  align-items: stretch;

  margin-top: 45px;
}

.contact-address-card {
  display: flex;

  flex-direction: column;

  justify-content: center;

  padding: 38px;

  background:
    linear-gradient(
      145deg,
      #06283f,
      #0b5b76
    );

  border-radius: 28px;

  box-shadow:
    0 22px 55px rgba(11,60,93,.18);

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.contact-address-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 28px 65px rgba(11,60,93,.22);
}

.contact-address-card
.contact-channel-label {
  color: var(--accent-2);
}

.contact-address-card h3 {
  margin: 0 0 25px;

  color: #fff;

  font-family: "Montserrat", sans-serif;

  font-size: 1.8rem;
}

.contact-address {
  display: flex;

  flex-direction: column;

  gap: 5px;

  margin-bottom: 28px;
}

.contact-address strong {
  color: #fff;

  font-size: 1.1rem;
}

.contact-address span {
  color: rgba(255,255,255,.72);
}


/* ============================================================
   MAPA
   ============================================================ */

.contact-map {
  min-height: 450px;

  overflow: hidden;

  background: var(--soft);

  border: 1px solid var(--border);

  border-radius: 28px;

  box-shadow:
    0 20px 50px rgba(11,60,93,.10);
}

.contact-map iframe {
  display: block;

  width: 100%;
  height: 100%;

  min-height: 450px;

  border: 0;
}


/* ============================================================
   REDES SOCIAIS
   ============================================================ */

.contact-social-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 20px;

  max-width: 900px;

  margin: 42px auto 0;
}

.contact-social-card {
  display: flex;

  align-items: center;

  gap: 18px;

  padding: 25px;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 22px;

  color: inherit;

  text-decoration: none;

  box-shadow:
    0 12px 30px rgba(11,60,93,.06);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.contact-social-card:hover {
  transform: translateY(-6px);

  border-color:
    rgba(22,166,182,.35);

  box-shadow:
    0 22px 48px rgba(11,60,93,.12);
}

.contact-social-icon {
  flex: 0 0 auto;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 55px;
  height: 55px;

  background: #e8f7f8;

  border-radius: 16px;

  color: var(--primary);

  font-family: "Montserrat", sans-serif;

  font-weight: 900;

  transition: transform .3s ease;
}

.contact-social-card:hover
.contact-social-icon {
  transform:
    rotate(-5deg)
    scale(1.08);
}

.contact-social-card > div {
  flex: 1;

  min-width: 0;
}

.contact-social-card div span {
  display: block;

  margin-bottom: 4px;

  color: var(--muted);

  font-size: .8rem;
}

.contact-social-card div strong {
  display: block;

  color: var(--ink);

  overflow-wrap: anywhere;
}

.contact-social-arrow {
  color: var(--accent);

  font-size: 1.5rem;

  font-weight: 900;

  transition: transform .3s ease;
}

.contact-social-card:hover
.contact-social-arrow {
  transform: translateX(5px);
}


/* ============================================================
   FAQ
   ============================================================ */

.contact-faq {
  display: grid;

  gap: 13px;

  margin-top: 40px;
}

.contact-faq-item {
  overflow: hidden;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 18px;

  transition:
    border-color .3s ease,
    box-shadow .3s ease,
    transform .3s ease;
}

.contact-faq-item:hover {
  border-color:
    rgba(22,166,182,.30);

  box-shadow:
    0 15px 35px rgba(11,60,93,.08);
}

.contact-faq-item[open] {
  border-color:
    rgba(22,166,182,.40);

  box-shadow:
    0 18px 42px rgba(11,60,93,.10);
}

.contact-faq-item summary {
  position: relative;

  padding: 22px 60px 22px 24px;

  cursor: pointer;

  list-style: none;

  color: var(--ink);

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  transition:
    background .25s ease,
    color .25s ease;
}

.contact-faq-item summary::-webkit-details-marker {
  display: none;
}

.contact-faq-item summary::after {
  content: "+";

  position: absolute;

  top: 50%;
  right: 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 30px;
  height: 30px;

  transform: translateY(-50%);

  background: #e8f7f8;

  border-radius: 50%;

  color: var(--primary);

  font-size: 1.25rem;

  transition:
    transform .3s ease,
    background .3s ease;
}

.contact-faq-item[open]
summary::after {
  content: "−";

  transform:
    translateY(-50%)
    rotate(180deg);

  background:
    rgba(110,212,213,.30);
}

.contact-faq-item[open] summary {
  color: var(--primary);
}

.contact-faq-answer {
  padding:
    0 24px 24px;

  animation:
    contactFaqOpen .3s ease;
}

.contact-faq-answer p {
  color: var(--muted);
}

.contact-faq-answer a {
  color: var(--accent);

  font-weight: 800;

  text-decoration: none;
}

.contact-faq-answer a:hover {
  text-decoration: underline;
}

@keyframes contactFaqOpen {

  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}


/* ============================================================
   CTA FINAL
   ============================================================ */

.contact-final {
  padding: 90px 0;

  background:
    linear-gradient(
      135deg,
      #06283f,
      #0b5b76
    );
}

.contact-final-content {
  max-width: 800px;

  margin: 0 auto;

  text-align: center;
}

.contact-final-content h2 {
  margin: 12px 0 15px;

  color: #fff;

  font-family: "Montserrat", sans-serif;

  font-size:
    clamp(2rem,4vw,3.2rem);

  line-height: 1.1;
}

.contact-final-content p {
  color: rgba(255,255,255,.76);

  font-size: 1.05rem;
}

.contact-final-content > strong {
  display: block;

  margin-top: 15px;

  color: var(--accent-2);
}

.contact-final-actions {
  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 14px;

  margin-top: 32px;
}


/* ============================================================
   RESPONSIVO
   ============================================================ */

@media (max-width: 820px) {

  .contact-channels-grid,
  .contact-location-grid {
    grid-template-columns: 1fr;
  }

  .contact-location-grid {
    max-width: 650px;

    margin-left: auto;
    margin-right: auto;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 400px;
  }

}


@media (max-width: 650px) {

  .contact-social-grid {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 560px) {

  .contact-channel-card,
  .contact-address-card {
    padding: 27px;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 340px;
  }

  .contact-social-card {
    padding: 20px;
  }

  .contact-faq-item summary {
    padding:
      20px 55px 20px 20px;
  }

  .contact-faq-answer {
    padding:
      0 20px 20px;
  }

  .contact-final {
    padding: 65px 0;
  }

}


/* ============================================================
   ACESSIBILIDADE
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .contact-channel-card,
  .contact-channel-icon,
  .contact-address-card,
  .contact-social-card,
  .contact-social-icon,
  .contact-social-arrow,
  .contact-faq-item,
  .contact-faq-item summary::after {

    transition: none !important;

    transform: none !important;

  }

  .contact-faq-answer {
    animation: none !important;
  }

}

.whatsapp-float {
  position: fixed;

  right: 26px;
  bottom: 26px;

  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #25d366;

  color: #fff;

  border-radius: 50%;

  text-decoration: none;

  box-shadow:
    0 10px 28px rgba(0, 0, 0, .20);

  z-index: 9998;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    background .3s ease;
}

.whatsapp-float svg {
  display: block;

  width: 31px;
  height: 31px;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.06);

  background: #20bd5a;

  box-shadow:
    0 16px 35px rgba(0, 0, 0, .25);
}