
:root {
  --blue: #1559d6;
  --sky: #26a8ef;
  --yellow: #f8b900;
  --red: #ee2524;
  --green: #0ca63a;
  --ink: #102033;
  --muted: #617086;
  --bg: #f7f9fc;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(16, 32, 51, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(16,32,51,.08);
}
.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.brand-mark {
  width: 112px;
  height: 58px;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  padding: 4px 8px;
  box-shadow: 0 8px 24px rgba(16,32,51,.08);
}
.brand-text strong { display: block; font-size: 1rem; color: var(--blue); line-height: 1.1; }
.brand-text span { display: block; margin-top: 3px; font-size: .78rem; color: var(--muted); font-weight: 700; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  padding: 11px 16px;
  border-radius: 999px;
  color: #475569;
  font-size: .95rem;
  font-weight: 800;
  transition: .2s ease;
}
.nav-links a:hover,
.nav-links a.active {
  background: var(--blue);
  color: #fff;
  transform: translateY(-1px);
}
.nav-links .cta-link {
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 28px rgba(238,37,36,.2);
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(16,32,51,.1);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  border-radius: 999px;
}
.mobile-menu {
  display: none;
  padding: 0 16px 18px;
  background: #fff;
  border-top: 1px solid rgba(16,32,51,.08);
}
.mobile-menu.open { display: block; }
.mobile-menu a {
  display: block;
  width: min(1180px, 100%);
  margin: 8px auto 0;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 900;
  background: #f3f6fb;
}
.mobile-menu a.active { background: var(--blue); color: #fff; }

.paint-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(238,37,140,.22), transparent 28%),
    radial-gradient(circle at 96% 0%, rgba(38,168,239,.25), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(248,185,0,.25), transparent 26%),
    radial-gradient(circle at 100% 100%, rgba(12,166,58,.2), transparent 26%),
    linear-gradient(180deg, #ffffff, #f7f9fc 78%);
}
.paint-hero::before,
.paint-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(12px);
  opacity: .32;
  pointer-events: none;
}
.paint-hero::before { left: -170px; bottom: -170px; background: conic-gradient(from 90deg, var(--yellow), var(--red), transparent, var(--sky)); }
.paint-hero::after { right: -170px; top: -170px; background: conic-gradient(from 180deg, var(--sky), var(--blue), transparent, var(--green)); }
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: 64px 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(21,89,214,.1);
  color: var(--blue);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 15px 0 0 var(--red), 30px 0 0 var(--sky), 45px 0 0 var(--green);
  margin-right: 42px;
}
h1, h2, h3, p { margin-top: 0; }
.hero-title {
  margin: 24px 0 16px;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: .9;
  letter-spacing: -0.07em;
  color: #0c1b2c;
}
.hero-title .blue { color: var(--blue); }
.hero-subtitle {
  color: var(--red);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 950;
  margin-bottom: 20px;
}
.lead {
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.85;
  max-width: 690px;
}
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 950;
  transition: .2s ease;
  border: 2px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 14px 34px rgba(21,89,214,.22); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 14px 34px rgba(238,37,36,.2); }
.btn-yellow { background: var(--yellow); color: #111827; box-shadow: 0 14px 34px rgba(248,185,0,.2); }
.btn-outline { background: #fff; border-color: rgba(16,32,51,.12); color: var(--ink); }
.hero-card {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  background: #fff;
  padding: 14px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(16,32,51,.08);
}
.hero-card img { border-radius: 26px; width: 100%; height: 560px; object-fit: cover; object-position: center; }
.hero-card.logo-art img { object-fit: cover; background: #fff; }
.hero-stamp {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 32px rgba(16,32,51,.13);
}
.hero-stamp strong { display: block; font-size: 1.35rem; }
.hero-stamp span { display: block; margin-top: 5px; color: var(--muted); font-weight: 750; }
.section { padding: 86px 0; }
.section.white { background: #fff; }
.section.dark { background: #0f172a; color: #fff; }
.section-head { max-width: 760px; margin-bottom: 40px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin: 16px 0;
}
.section-text { color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.dark .section-text { color: rgba(255,255,255,.72); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.card {
  background: #fff;
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 14px 40px rgba(16,32,51,.08);
  border: 1px solid rgba(16,32,51,.08);
}
.card h3 { margin: 14px 0 10px; font-size: 1.35rem; }
.card p { color: var(--muted); line-height: 1.7; margin-bottom: 0; }
.icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  color: #fff;
  font-weight: 950;
  font-size: 1.1rem;
}
.icon.blue { background: var(--blue); }
.icon.red { background: var(--red); }
.icon.green { background: var(--green); }
.icon.yellow { background: var(--yellow); color: #111827; }
.icon.sky { background: var(--sky); }
.project-card { overflow: hidden; padding: 0; }
.project-card img { width: 100%; height: 270px; object-fit: cover; }
.project-card .content { padding: 26px; }
.badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.badge.blue { color: var(--blue); background: rgba(21,89,214,.1); }
.badge.red { color: var(--red); background: rgba(238,37,36,.1); }
.badge.green { color: var(--green); background: rgba(12,166,58,.1); }
.badge.yellow { color: #946400; background: rgba(248,185,0,.16); }
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 84px;
  background:
    radial-gradient(circle at 0 0, rgba(238,37,140,.18), transparent 27%),
    radial-gradient(circle at 100% 0, rgba(38,168,239,.2), transparent 30%),
    radial-gradient(circle at 0 100%, rgba(248,185,0,.18), transparent 25%),
    radial-gradient(circle at 100% 100%, rgba(12,166,58,.16), transparent 25%),
    #fff;
}
.page-hero .container {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 34px;
  align-items: center;
}
.page-hero h1 {
  margin: 18px 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: .95;
  letter-spacing: -0.06em;
}
.page-hero p { color: var(--muted); font-size: 1.15rem; line-height: 1.8; }
.page-hero-art {
  border-radius: 32px;
  background: #fff;
  padding: 12px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(16,32,51,.08);
}
.page-hero-art img { width: 100%; height: 360px; object-fit: cover; border-radius: 24px; }
.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 44px;
  align-items: center;
}
.photo-frame {
  position: relative;
  border-radius: 34px;
  padding: 12px;
  background: linear-gradient(135deg, var(--yellow), var(--red), var(--blue), var(--green));
  box-shadow: var(--shadow);
}
.photo-frame img { border-radius: 25px; height: 620px; width: 100%; object-fit: cover; }
.timeline { display: grid; gap: 16px; }
.timeline-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(16,32,51,.08);
  box-shadow: 0 12px 30px rgba(16,32,51,.06);
}
.timeline-item strong { color: var(--blue); font-size: 1.1rem; }
.timeline-item p { margin: 0; color: var(--muted); line-height: 1.7; }
.member-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.member-card {
  background: #fff;
  border-radius: 28px;
  padding: 24px;
  border: 1px solid rgba(16,32,51,.08);
  box-shadow: 0 14px 40px rgba(16,32,51,.08);
}
.member-card h3 { margin: 16px 0 4px; font-size: 1.3rem; line-height: 1.15; }
.member-card p { margin: 0; color: var(--muted); font-weight: 850; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.notice {
  border-radius: 30px;
  padding: 30px;
  background: #0f172a;
  color: #fff;
  box-shadow: var(--shadow);
}
.notice p { color: rgba(255,255,255,.72); line-height: 1.8; }
.selective-card {
  display: grid;
  gap: 18px;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  border: 1px solid rgba(16,32,51,.08);
  box-shadow: var(--shadow);
}
.selective-card h3 { font-size: 1.75rem; margin: 0; }
.selective-card p { color: var(--muted); line-height: 1.75; margin: 0; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { counter-increment: step; position: relative; padding-top: 64px; }
.step::before {
  content: counter(step);
  position: absolute;
  top: 24px;
  left: 26px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: var(--yellow);
  color: #111827;
  font-weight: 950;
}
.cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 40px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 20%, rgba(248,185,0,.38), transparent 24%),
    radial-gradient(circle at 85% 70%, rgba(12,166,58,.28), transparent 28%),
    linear-gradient(135deg, #1559d6, #0f172a 70%);
  box-shadow: var(--shadow);
}
.cta-box h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.03; letter-spacing: -.04em; margin-bottom: 14px; }
.cta-box p { color: rgba(255,255,255,.78); max-width: 760px; line-height: 1.8; }
.footer {
  background: #0b1220;
  color: #fff;
  padding: 34px 0;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 94px; height: 50px; object-fit: contain; border-radius: 12px; background: #fff; padding: 4px; }
.footer p { margin: 0; color: rgba(255,255,255,.65); font-size: .92rem; }
.footer-links { display: flex; gap: 16px; font-weight: 850; color: rgba(255,255,255,.78); }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .hero-grid, .page-hero .container, .split { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-card img { height: 440px; }
  .grid-3, .steps { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .member-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1180px); }
  .brand-text { display: none; }
  .brand-mark { width: 98px; }
  .hero-card img, .page-hero-art img { height: 360px; }
  .section { padding: 62px 0; }
  .gallery { grid-template-columns: 1fr; }
  .member-grid { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; }
  .photo-frame img { height: 430px; }
  .footer .container { flex-direction: column; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

/* Ajustes da página Quem somos */
.page-hero-ivisa .page-hero-art img {
  object-fit: contain;
  background: #fff;
}

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

.essence-section .card {
  height: 100%;
}

.timeline-section {
  position: relative;
  overflow: hidden;
}

.timeline-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(248,185,0,.12), transparent 22%),
    radial-gradient(circle at 92% 88%, rgba(38,168,239,.12), transparent 24%);
  pointer-events: none;
}

.timeline-section .container {
  position: relative;
  z-index: 1;
}

.timeline-full {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.timeline-full .timeline-item {
  min-height: 142px;
  align-items: flex-start;
}

.timeline-full .timeline-item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  min-height: 42px;
  border-radius: 16px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(21,89,214,.18);
}

.timeline-full .timeline-item:nth-child(2) strong,
.timeline-full .timeline-item:nth-child(6) strong {
  background: var(--red);
}

.timeline-full .timeline-item:nth-child(3) strong,
.timeline-full .timeline-item:nth-child(7) strong {
  background: var(--green);
}

.timeline-full .timeline-item:nth-child(4) strong,
.timeline-full .timeline-item:nth-child(8) strong {
  background: var(--yellow);
  color: #111827;
}

@media (max-width: 780px) {
  .timeline-full {
    grid-template-columns: 1fr;
  }

  .timeline-full .timeline-item {
    min-height: auto;
  }
}


/* Página Encontro dos Sonhos 2023 */
.nav-links a { padding-left: 13px; padding-right: 13px; }
.project-detail-hero .page-hero-art img {
  object-fit: cover;
  object-position: center;
}
.hero-photo-card {
  transform: rotate(1deg);
}
.logo-frame {
  background: linear-gradient(135deg, var(--red), var(--yellow), var(--green), var(--sky));
}
.logo-frame img {
  object-fit: contain;
  background: #fff;
}
.project-intro .photo-frame img {
  height: 460px;
}
.objectives-grid .card {
  min-height: 245px;
}
.method-list {
  display: grid;
  gap: 16px;
}
.method-list div {
  display: grid;
  gap: 6px;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(16,32,51,.08);
  box-shadow: 0 12px 30px rgba(16,32,51,.06);
}
.method-list strong {
  font-size: 1.12rem;
  color: var(--blue);
}
.method-list span {
  color: var(--muted);
  line-height: 1.65;
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.program-day {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  padding: 28px;
  border: 1px solid rgba(16,32,51,.08);
  box-shadow: 0 14px 40px rgba(16,32,51,.08);
}
.program-day::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -85px;
  bottom: -85px;
  border-radius: 999px;
  background: rgba(21,89,214,.08);
}
.program-day h3 {
  margin: 16px 0 16px;
  font-size: 1.65rem;
}
.program-day ul,
.resource-card ul {
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
  line-height: 1.85;
}
.featured-day {
  transform: translateY(-14px);
  border-top: 6px solid var(--blue);
}
.photo-mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.photo-mosaic img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(16,32,51,.12);
}
.photo-mosaic img:nth-child(1) { height: 290px; }
.photo-mosaic img:nth-child(4) { height: 290px; margin-top: -55px; }
.impact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.impact-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(21,89,214,.09);
  color: var(--blue);
  font-weight: 900;
}
.resources-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(248,185,0,.12), transparent 25%),
    radial-gradient(circle at 88% 80%, rgba(12,166,58,.12), transparent 25%),
    var(--bg);
}
.resource-card h3 {
  margin-top: 14px;
}
.encontro-gallery img {
  height: 250px;
}
.card-actions {
  margin-top: 18px;
}
.mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(21,89,214,.1);
  color: var(--blue);
  font-weight: 950;
}
.mini-link:hover {
  background: var(--blue);
  color: #fff;
}

@media (max-width: 980px) {
  .program-grid { grid-template-columns: 1fr; }
  .featured-day { transform: none; }
  .project-intro .photo-frame img { height: 360px; }
  .photo-mosaic img,
  .photo-mosaic img:nth-child(1),
  .photo-mosaic img:nth-child(4) { height: 220px; margin-top: 0; }
}
@media (max-width: 640px) {
  .photo-mosaic { grid-template-columns: 1fr; }
  .photo-mosaic img,
  .photo-mosaic img:nth-child(1),
  .photo-mosaic img:nth-child(4) { height: 260px; }
  .objectives-grid .card { min-height: auto; }
}


/* Página Dia das Crianças */
.kids-hero {
  background:
    radial-gradient(circle at 0 0, rgba(248,185,0,.22), transparent 28%),
    radial-gradient(circle at 100% 8%, rgba(238,37,36,.16), transparent 30%),
    radial-gradient(circle at 0 100%, rgba(38,168,239,.16), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(12,166,58,.16), transparent 28%),
    #fff;
}
.kids-hero-card {
  transform: rotate(.8deg);
  background: linear-gradient(135deg, var(--yellow), var(--red), var(--blue), var(--green));
}
.kids-hero-card img {
  height: 430px;
  object-fit: cover;
  object-position: center;
}
.kids-intro {
  align-items: center;
}
.kids-photo-frame img {
  height: 520px;
  object-position: center;
}
.kids-purpose-section {
  background:
    radial-gradient(circle at 14% 24%, rgba(248,185,0,.13), transparent 26%),
    radial-gradient(circle at 90% 82%, rgba(238,37,36,.1), transparent 28%),
    var(--bg);
}
.kids-card-grid .card {
  min-height: 245px;
}
.kids-card-grid .icon {
  font-size: .98rem;
}
.kids-tags span:nth-child(2n) {
  background: rgba(238,37,36,.09);
  color: var(--red);
}
.kids-tags span:nth-child(3n) {
  background: rgba(12,166,58,.1);
  color: var(--green);
}
.kids-method-list {
  margin-top: 24px;
}
.kids-mosaic img:nth-child(1) {
  object-position: center;
}
.kids-mosaic img:nth-child(2) {
  object-position: center top;
}
.kids-mosaic img:nth-child(3) {
  object-position: center;
}
.kids-mosaic img:nth-child(4) {
  object-position: center;
}
.kids-gallery {
  grid-template-columns: repeat(3, 1fr);
}
.kids-gallery img {
  height: 285px;
}
.kids-cta {
  background:
    radial-gradient(circle at 14% 18%, rgba(248,185,0,.42), transparent 25%),
    radial-gradient(circle at 84% 72%, rgba(238,37,36,.24), transparent 28%),
    linear-gradient(135deg, #1559d6, #0f172a 72%);
}

@media (max-width: 1120px) {
  .nav-links a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .88rem;
  }
}
@media (max-width: 980px) {
  .kids-hero-card img { height: 360px; }
  .kids-photo-frame img { height: 390px; }
  .kids-card-grid .card { min-height: auto; }
  .kids-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .kids-hero-card img { height: 300px; }
  .kids-gallery { grid-template-columns: 1fr; }
  .kids-gallery img { height: 290px; }
}

/* CONTADOR DE IMPACTO IVISA */
.ivisa-counter-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 45%, #fff9f2 100%);
}
.ivisa-counter-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(239, 0, 139, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 141, 213, 0.20), transparent 26%),
    radial-gradient(circle at 15% 85%, rgba(255, 181, 0, 0.22), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(0, 159, 62, 0.20), transparent 28%);
  opacity: 0.95;
  pointer-events: none;
}
.ivisa-counter-container {
  position: relative;
  z-index: 2;
}
.ivisa-counter-card {
  max-width: 850px;
  margin: 0 auto;
  padding: 55px 35px;
  text-align: center;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}
.ivisa-counter-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -70px;
  left: -60px;
  background: #f7b500;
  border-radius: 50%;
  opacity: 0.18;
}
.ivisa-counter-card::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -80px;
  bottom: -90px;
  background: #009f3e;
  border-radius: 50%;
  opacity: 0.18;
}
.ivisa-counter-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef008b, #008dd5, #009f3e);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
}
.ivisa-counter-content {
  position: relative;
  z-index: 2;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ivisa-counter-content.is-changing {
  opacity: 0;
  transform: translateY(18px) scale(0.96);
}
.ivisa-counter-content h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #18233d;
}
.ivisa-counter-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 0 20px;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
  background: linear-gradient(90deg, #f7b500, #ef1c24, #0057b8, #009f3e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ivisa-counter-plus {
  font-size: 0.55em;
  transform: translateY(-12px);
}
.ivisa-counter-content p {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #4f5b6f;
}
@media (max-width: 900px) {
  .ivisa-counter-section { padding: 70px 18px; }
  .ivisa-counter-card { max-width: 100%; padding: 45px 26px; border-radius: 28px; }
  .ivisa-counter-content h2 { font-size: 2rem; }
  .ivisa-counter-number { font-size: 5.5rem; }
  .ivisa-counter-content p { font-size: 1rem; line-height: 1.6; }
}
@media (max-width: 600px) {
  .ivisa-counter-section { padding: 55px 14px; }
  .ivisa-counter-card { padding: 38px 20px; border-radius: 24px; }
  .ivisa-counter-eyebrow { font-size: 0.7rem; padding: 7px 14px; margin-bottom: 15px; }
  .ivisa-counter-content h2 { font-size: 1.55rem; line-height: 1.25; margin-bottom: 14px; }
  .ivisa-counter-number { font-size: 4.2rem; gap: 4px; margin: 8px 0 16px; }
  .ivisa-counter-plus { font-size: 0.45em; transform: translateY(-8px); }
  .ivisa-counter-content p { font-size: 0.95rem; line-height: 1.55; }
  .ivisa-counter-card::before { width: 130px; height: 130px; top: -55px; left: -55px; }
  .ivisa-counter-card::after { width: 150px; height: 150px; right: -65px; bottom: -70px; }
}
@media (max-width: 380px) {
  .ivisa-counter-card { padding: 34px 16px; }
  .ivisa-counter-content h2 { font-size: 1.35rem; }
  .ivisa-counter-number { font-size: 3.4rem; }
  .ivisa-counter-content p { font-size: 0.9rem; }
}

/* CARROSSEL DE FOTOS DO INSTITUTO */
.ivisa-carousel-section {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(239, 0, 139, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(0, 159, 62, 0.14), transparent 32%),
    #ffffff;
  overflow: hidden;
}
.ivisa-carousel {
  position: relative;
  max-width: 1050px;
  height: 560px;
  margin: 45px auto 0;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
  background: #f3f6fb;
}
.ivisa-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.ivisa-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1s ease, transform 1.2s ease;
}
.ivisa-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.ivisa-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ivisa-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.04), transparent);
  pointer-events: none;
  z-index: 3;
}
.ivisa-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.88);
  color: #18233d;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: 0.3s ease;
}
.ivisa-carousel-btn:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.08);
}
.ivisa-carousel-btn.prev { left: 22px; }
.ivisa-carousel-btn.next { right: 22px; }
.ivisa-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 5;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}
.ivisa-carousel-dots button {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  transition: 0.3s ease;
}
.ivisa-carousel-dots button.active {
  width: 34px;
  background: linear-gradient(90deg, #f7b500, #ef1c24, #0057b8, #009f3e);
}
@media (max-width: 900px) {
  .ivisa-carousel-section { padding: 70px 0; }
  .ivisa-carousel { height: 430px; border-radius: 28px; }
}
@media (max-width: 600px) {
  .ivisa-carousel-section { padding: 55px 0; }
  .ivisa-carousel { height: 330px; margin-top: 32px; border-radius: 24px; }
  .ivisa-carousel-btn { width: 38px; height: 38px; font-size: 1.6rem; }
  .ivisa-carousel-btn.prev { left: 12px; }
  .ivisa-carousel-btn.next { right: 12px; }
  .ivisa-carousel-dots { bottom: 16px; gap: 7px; }
  .ivisa-carousel-dots button { width: 9px; height: 9px; }
  .ivisa-carousel-dots button.active { width: 26px; }
}
@media (max-width: 380px) {
  .ivisa-carousel { height: 285px; }
}

/* SEÇÃO DE PATROCINADORES E APOIADORES */
.ivisa-sponsors-section {
  position: relative;
  padding: 95px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fff7f9 45%, #f7fbff 100%);
}
.ivisa-sponsors-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(239, 0, 139, 0.16), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(0, 87, 184, 0.14), transparent 30%),
    radial-gradient(circle at 15% 85%, rgba(247, 181, 0, 0.18), transparent 30%),
    radial-gradient(circle at 88% 85%, rgba(0, 159, 62, 0.16), transparent 30%);
  pointer-events: none;
}
.ivisa-sponsors-container {
  position: relative;
  z-index: 2;
}
.ivisa-sponsors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 45px;
}
.ivisa-sponsors-card {
  padding: 34px 28px;
  text-align: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ivisa-sponsors-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.15);
}
.ivisa-sponsors-card::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  left: -62px;
  top: -62px;
  border-radius: 50%;
  background: #ef123c;
  opacity: 0.10;
}
.ivisa-sponsors-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -80px;
  bottom: -90px;
  border-radius: 50%;
  background: #0057b8;
  opacity: 0.09;
}
.ivisa-sponsors-card.highlight {
  grid-column: span 2;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.ivisa-sponsor-label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #ef123c;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  position: relative;
  z-index: 2;
}
.ivisa-sponsor-logo-box {
  min-height: 168px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ivisa-sponsor-logo-box.light {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.ivisa-sponsor-logo-box.dark {
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.ivisa-sponsor-logo {
  width: 100%;
  max-width: 430px;
  max-height: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.ivisa-sponsors-card.highlight .ivisa-sponsor-logo {
  max-width: 520px;
  max-height: 210px;
}
.ivisa-sponsors-card.highlight .ivisa-sponsor-logo-box {
  min-height: 245px;
}
.ivisa-sponsor-text {
  max-width: 560px;
  margin: 22px auto 0;
  color: #4f5b6f;
  font-size: 1rem;
  line-height: 1.65;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .ivisa-sponsors-section { padding: 75px 18px; }
  .ivisa-sponsors-grid { grid-template-columns: 1fr; }
  .ivisa-sponsors-card.highlight { grid-column: span 1; }
  .ivisa-sponsors-card { max-width: 100%; padding: 34px 24px; border-radius: 28px; }
  .ivisa-sponsor-logo-box { padding: 20px; }
}
@media (max-width: 600px) {
  .ivisa-sponsors-section { padding: 60px 14px; }
  .ivisa-sponsors-grid { margin-top: 34px; gap: 18px; }
  .ivisa-sponsors-card { padding: 30px 20px; border-radius: 24px; }
  .ivisa-sponsor-label { font-size: 0.68rem; padding: 7px 14px; margin-bottom: 18px; }
  .ivisa-sponsor-logo-box { min-height: 130px; padding: 18px 14px; border-radius: 20px; }
  .ivisa-sponsor-logo { max-width: 310px; max-height: 115px; }
  .ivisa-sponsors-card.highlight .ivisa-sponsor-logo-box { min-height: 170px; }
  .ivisa-sponsors-card.highlight .ivisa-sponsor-logo { max-width: 330px; max-height: 150px; }
  .ivisa-sponsor-text { font-size: 0.94rem; line-height: 1.6; margin-top: 20px; }
}
@media (max-width: 380px) {
  .ivisa-sponsors-card { padding: 26px 16px; }
  .ivisa-sponsor-logo-box { padding: 16px 12px; }
  .ivisa-sponsor-logo { max-width: 260px; }
}

/* SEÇÃO LOCALIZAÇÃO COM MAPA REAL */

.ivisa-location-real-section {
  position: relative;
  padding: 95px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 45%, #fff7ee 100%);
}

.ivisa-location-real-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(247, 181, 0, 0.20), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 87, 184, 0.15), transparent 30%),
    radial-gradient(circle at 15% 85%, rgba(239, 0, 139, 0.14), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(0, 159, 62, 0.17), transparent 30%);
  pointer-events: none;
}

.ivisa-location-real-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.ivisa-location-real-text .section-title {
  margin-bottom: 18px;
}

.ivisa-location-real-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ivisa-location-real-tags span {
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #18233d;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.ivisa-location-real-tags span:nth-child(1) {
  border-left: 5px solid #f7b500;
}

.ivisa-location-real-tags span:nth-child(2) {
  border-left: 5px solid #0057b8;
}

.ivisa-location-real-tags span:nth-child(3) {
  border-left: 5px solid #009f3e;
}

.ivisa-location-map-real-card {
  padding: 24px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.ivisa-location-map-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.ivisa-location-map-top span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(90deg, #f7b500, #ef1c24, #0057b8, #009f3e);
  box-shadow: 0 0 0 7px rgba(0, 87, 184, 0.10);
}

.ivisa-location-map-top p {
  margin: 0;
  color: #4f5b6f;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.ivisa-map-real-frame {
  position: relative;
  height: 430px;
  border-radius: 26px;
  overflow: hidden;
  background: #d9eef5;
  box-shadow: inset 0 0 0 1px rgba(24, 35, 61, 0.08);
}

.ivisa-map-real-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: ivisaMapZoomToSaoLuis 7s ease-in-out infinite;
  transform-origin: 38% 63%;
}

.ivisa-map-real-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.18), transparent 45%),
    radial-gradient(circle at 38% 63%, rgba(255, 255, 255, 0.15), transparent 16%);
  pointer-events: none;
}

.ivisa-map-focus-ring {
  position: absolute;
  left: 38%;
  top: 63%;
  width: 95px;
  height: 95px;
  border: 4px solid #ef1c24;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ivisaFocusPulse 2s ease-out infinite;
  z-index: 4;
}

.ivisa-map-pin {
  position: absolute;
  left: 38%;
  top: 63%;
  width: 34px;
  height: 34px;
  background: #ef1c24;
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -100%) rotate(-45deg);
  z-index: 5;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  animation: ivisaPinBounce 1.6s ease-in-out infinite;
}

.ivisa-map-pin span {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ivisa-map-label-ma,
.ivisa-map-label-slz {
  position: absolute;
  z-index: 6;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.ivisa-map-label-ma {
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.88);
  color: #18233d;
  animation: ivisaLabelMa 7s ease-in-out infinite;
}

.ivisa-map-label-slz {
  left: 38%;
  top: 52%;
  transform: translate(-50%, -50%);
  background: #ef1c24;
  color: #ffffff;
  animation: ivisaLabelSaoLuis 7s ease-in-out infinite;
}

.ivisa-location-map-info {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.ivisa-location-map-info strong {
  display: block;
  color: #18233d;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.ivisa-location-map-info p {
  margin: 0;
  color: #4f5b6f;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ANIMAÇÕES */

@keyframes ivisaMapZoomToSaoLuis {
  0%, 28% {
    transform: scale(1);
  }

  48%, 72% {
    transform: scale(1.75);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ivisaFocusPulse {
  0% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(0.65);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.45);
  }
}

@keyframes ivisaPinBounce {
  0%, 100% {
    transform: translate(-50%, -100%) rotate(-45deg) translateY(0);
  }

  50% {
    transform: translate(-50%, -100%) rotate(-45deg) translateY(-10px);
  }
}

@keyframes ivisaLabelMa {
  0%, 30% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  45%, 75% {
    opacity: 0;
    transform: translateX(-50%) translateY(-12px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes ivisaLabelSaoLuis {
  0%, 35% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(18px);
  }

  50%, 76% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(18px);
  }
}

/* RESPONSIVO */

@media (max-width: 950px) {
  .ivisa-location-real-section {
    padding: 75px 18px;
  }

  .ivisa-location-real-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ivisa-location-real-text {
    text-align: center;
  }

  .ivisa-location-real-tags {
    justify-content: center;
  }

  .ivisa-location-map-real-card {
    max-width: 680px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .ivisa-location-real-section {
    padding: 60px 14px;
  }

  .ivisa-location-map-real-card {
    padding: 18px;
    border-radius: 26px;
  }

  .ivisa-map-real-frame {
    height: 340px;
    border-radius: 20px;
  }

  .ivisa-map-label-ma,
  .ivisa-map-label-slz {
    font-size: 0.82rem;
    padding: 7px 12px;
  }

  .ivisa-map-pin {
    width: 29px;
    height: 29px;
  }

  .ivisa-map-focus-ring {
    width: 78px;
    height: 78px;
  }

  .ivisa-location-real-tags span {
    font-size: 0.82rem;
    padding: 9px 13px;
  }
}

@media (max-width: 380px) {
  .ivisa-map-real-frame {
    height: 300px;
  }

  .ivisa-location-map-real-card {
    padding: 14px;
  }
}


/* MEMORIAL DOS FUNDADORES IVISA */

.ivisa-founders-section {
  position: relative;
  padding: 95px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 45%, #fff8ec 100%);
}

.ivisa-founders-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(247, 181, 0, 0.20), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(0, 87, 184, 0.16), transparent 30%),
    radial-gradient(circle at 15% 86%, rgba(239, 0, 139, 0.15), transparent 28%),
    radial-gradient(circle at 88% 84%, rgba(0, 159, 62, 0.18), transparent 30%);
  pointer-events: none;
}

.ivisa-founders-container {
  position: relative;
  z-index: 2;
}

.ivisa-founders-card {
  max-width: 1100px;
  margin: 45px auto 0;
  padding: 48px 38px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 85px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}

.ivisa-founders-card::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  left: -90px;
  top: -90px;
  border-radius: 50%;
  background: #f7b500;
  opacity: 0.16;
}

.ivisa-founders-card::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -100px;
  bottom: -110px;
  border-radius: 50%;
  background: #009f3e;
  opacity: 0.14;
}

.ivisa-founders-symbol {
  width: 118px;
  height: 118px;
  margin: 0 auto 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f7b500, #ef1c24, #0057b8, #009f3e);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 2;
  animation: ivisaFoundersFloat 3.5s ease-in-out infinite;
}

.ivisa-founders-symbol span {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.ivisa-founders-intro {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
  color: #4f5b6f;
  font-size: 1.05rem;
  line-height: 1.75;
  position: relative;
  z-index: 2;
}

.ivisa-founders-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
  z-index: 2;
}

.ivisa-founder-item {
  min-height: 145px;
  padding: 24px 18px;
  border-radius: 26px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border-bottom: 5px solid transparent;
}

.ivisa-founder-item:nth-child(4n+1) {
  border-color: #f7b500;
}

.ivisa-founder-item:nth-child(4n+2) {
  border-color: #ef1c24;
}

.ivisa-founder-item:nth-child(4n+3) {
  border-color: #0057b8;
}

.ivisa-founder-item:nth-child(4n+4) {
  border-color: #009f3e;
}

.ivisa-founder-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.13);
}

.ivisa-founder-item span {
  width: 54px;
  height: 54px;
  margin: 0 auto 15px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 950;
  background: linear-gradient(135deg, #0057b8, #009f3e);
}

.ivisa-founder-item:nth-child(4n+1) span {
  background: linear-gradient(135deg, #f7b500, #ef1c24);
}

.ivisa-founder-item:nth-child(4n+2) span {
  background: linear-gradient(135deg, #ef1c24, #ef008b);
}

.ivisa-founder-item:nth-child(4n+3) span {
  background: linear-gradient(135deg, #0057b8, #008dd5);
}

.ivisa-founder-item:nth-child(4n+4) span {
  background: linear-gradient(135deg, #009f3e, #62c651);
}

.ivisa-founder-item h3 {
  margin: 0;
  color: #18233d;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 900;
}

.ivisa-founders-message {
  max-width: 760px;
  margin: 38px auto 0;
  padding: 26px 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(0, 87, 184, 0.08), rgba(0, 159, 62, 0.08));
  text-align: center;
  position: relative;
  z-index: 2;
}

.ivisa-founders-message strong {
  display: block;
  margin-bottom: 8px;
  color: #18233d;
  font-size: 1.25rem;
  font-weight: 950;
}

.ivisa-founders-message p {
  margin: 0;
  color: #4f5b6f;
  font-size: 1rem;
  line-height: 1.65;
}

@keyframes ivisaFoundersFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

/* RESPONSIVO */

@media (max-width: 1000px) {
  .ivisa-founders-section {
    padding: 75px 18px;
  }

  .ivisa-founders-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .ivisa-founders-section {
    padding: 60px 14px;
  }

  .ivisa-founders-card {
    padding: 38px 22px;
    border-radius: 28px;
  }

  .ivisa-founders-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .ivisa-founder-item {
    min-height: 132px;
    padding: 20px 12px;
    border-radius: 22px;
  }

  .ivisa-founder-item span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 0.85rem;
  }

  .ivisa-founder-item h3 {
    font-size: 0.92rem;
  }

  .ivisa-founders-symbol {
    width: 98px;
    height: 98px;
  }

  .ivisa-founders-symbol span {
    font-size: 1.05rem;
  }

  .ivisa-founders-intro {
    font-size: 0.96rem;
  }

  .ivisa-founders-message {
    padding: 22px 18px;
    border-radius: 22px;
  }
}

@media (max-width: 390px) {
  .ivisa-founders-grid {
    grid-template-columns: 1fr;
  }
}


/* SEÇÃO SEGREDO DO ENCONTRO */

.ivisa-secret-section {
  position: relative;
  padding: 95px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fbf8ff 45%, #f7fbff 100%);
}

.ivisa-secret-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(239, 0, 139, 0.14), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(0, 87, 184, 0.12), transparent 30%),
    radial-gradient(circle at 15% 84%, rgba(247, 181, 0, 0.16), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(0, 159, 62, 0.14), transparent 30%);
  pointer-events: none;
}

.ivisa-secret-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 46px;
  align-items: center;
}

.ivisa-secret-text .section-title {
  margin-bottom: 16px;
}

.ivisa-secret-message-box {
  margin-top: 26px;
  min-height: 170px;
  padding: 26px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.ivisa-secret-message-box::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  top: -50px;
  right: -35px;
  background: rgba(239, 0, 139, 0.10);
  border-radius: 50%;
}

.ivisa-secret-message {
  display: none;
  margin: 0;
  color: #18233d;
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
}

.ivisa-secret-message.active {
  display: block;
  animation: ivisaSecretFade 0.7s ease;
}

.ivisa-secret-message.highlight {
  color: #0057b8;
}

.ivisa-secret-message.top-text {
  font-size: 1.8rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #f7b500, #ef1c24, #0057b8, #009f3e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ivisa-secret-art {
  text-align: center;
}

.ivisa-secret-dreamcatcher-wrap {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
}

.ivisa-secret-dreamcatcher {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  animation: ivisaDreamFloat 4s ease-in-out infinite;
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
}

.ivisa-secret-dreamcatcher.hide {
  opacity: 0.12;
  transform: scale(0.92);
  filter: blur(3px);
}

.ivisa-secret-glow {
  position: absolute;
  inset: 12% 12% 12% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0) 70%);
  z-index: 1;
  animation: ivisaGlowPulse 2.8s ease-in-out infinite;
}

.ivisa-secret-btn {
  margin-top: 22px;
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef008b, #0057b8, #009f3e);
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ivisa-secret-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.18);
}

/* ANIMAÇÕES */

@keyframes ivisaDreamFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes ivisaGlowPulse {
  0%, 100% {
    transform: scale(0.95);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes ivisaSecretFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVO */

@media (max-width: 950px) {
  .ivisa-secret-section {
    padding: 75px 18px;
  }

  .ivisa-secret-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .ivisa-secret-message {
    text-align: center;
  }

  .ivisa-secret-dreamcatcher-wrap {
    max-width: 320px;
  }
}

@media (max-width: 600px) {
  .ivisa-secret-section {
    padding: 60px 14px;
  }

  .ivisa-secret-message-box {
    min-height: 160px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .ivisa-secret-message {
    font-size: 1rem;
  }

  .ivisa-secret-message.top-text {
    font-size: 1.45rem;
  }

  .ivisa-secret-btn {
    padding: 13px 20px;
    font-size: 0.9rem;
  }

  .ivisa-secret-dreamcatcher-wrap {
    max-width: 270px;
  }
}

@media (max-width: 380px) {
  .ivisa-secret-message.top-text {
    font-size: 1.25rem;
  }

  .ivisa-secret-dreamcatcher-wrap {
    max-width: 230px;
  }
}


/* CALENDÁRIO DIA DAS CRIANÇAS IVISA */

.ivisa-calendar-section {
  position: relative;
  padding: 95px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 45%, #fff7ec 100%);
}

.ivisa-calendar-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(247, 181, 0, 0.20), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(0, 87, 184, 0.15), transparent 30%),
    radial-gradient(circle at 15% 86%, rgba(239, 0, 139, 0.14), transparent 28%),
    radial-gradient(circle at 88% 84%, rgba(0, 159, 62, 0.18), transparent 30%);
  pointer-events: none;
}

.ivisa-calendar-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.ivisa-calendar-info {
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 24px;
  background: #ffffff;
  border-left: 6px solid #ef1c24;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(16px);
  transition: 0.5s ease;
}

.ivisa-calendar-info.show {
  opacity: 1;
  transform: translateY(0);
}

.ivisa-calendar-info strong {
  display: block;
  color: #18233d;
  font-size: 1rem;
  margin-bottom: 6px;
}

.ivisa-calendar-info p {
  margin: 0;
  color: #4f5b6f;
  line-height: 1.6;
}

.ivisa-calendar-card {
  padding: 28px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(14px);
}

.ivisa-calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(90deg, #f7b500, #ef1c24, #0057b8, #009f3e);
  color: #ffffff;
}

.ivisa-calendar-header button {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 900;
  cursor: pointer;
}

.ivisa-calendar-header div {
  text-align: center;
}

.ivisa-calendar-header span {
  display: block;
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1;
}

.ivisa-calendar-header strong {
  display: block;
  margin-top: 4px;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
}

.ivisa-calendar-weekdays,
.ivisa-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.ivisa-calendar-weekdays {
  margin-bottom: 10px;
}

.ivisa-calendar-weekdays span {
  text-align: center;
  color: #4f5b6f;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ivisa-calendar-days span,
.ivisa-calendar-days button {
  min-height: 64px;
  border-radius: 18px;
  border: none;
  background: #f5f7fb;
  color: #18233d;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 900;
}

.ivisa-calendar-days .empty {
  background: transparent;
}

.ivisa-calendar-event-day {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(135deg, #ef1c24, #ef008b) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(239, 28, 36, 0.35);
  animation: ivisaCalendarPulse 1.8s ease-in-out infinite;
}

.ivisa-calendar-event-day span {
  min-height: auto;
  background: transparent;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
}

.ivisa-calendar-event-day small {
  display: block;
  margin-top: 4px;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.1;
}

.ivisa-calendar-event-day::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: translateX(-80%);
  animation: ivisaCalendarShine 2.4s ease-in-out infinite;
}

.ivisa-calendar-event-day.selected {
  outline: 5px solid rgba(247, 181, 0, 0.55);
  transform: scale(1.06);
}

.ivisa-calendar-selected {
  margin-top: 24px;
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
  display: none;
}

.ivisa-calendar-selected.show {
  display: block;
  animation: ivisaCalendarFade 0.5s ease;
}

.ivisa-calendar-selected span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(0, 87, 184, 0.10);
  color: #0057b8;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ivisa-calendar-selected strong {
  display: block;
  color: #18233d;
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.ivisa-calendar-selected p {
  margin: 0 auto 18px;
  max-width: 450px;
  color: #4f5b6f;
  line-height: 1.6;
}

.ivisa-calendar-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ivisa-calendar-actions button {
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  background: #18233d;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s ease;
}

.ivisa-calendar-actions button:first-child {
  background: linear-gradient(90deg, #0057b8, #009f3e);
}

.ivisa-calendar-actions button:last-child {
  background: linear-gradient(90deg, #f7b500, #ef1c24);
}

.ivisa-calendar-actions button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

@keyframes ivisaCalendarPulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes ivisaCalendarShine {
  0% {
    transform: translateX(-80%);
  }

  60%, 100% {
    transform: translateX(90%);
  }
}

@keyframes ivisaCalendarFade {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVO */

@media (max-width: 950px) {
  .ivisa-calendar-section {
    padding: 75px 18px;
  }

  .ivisa-calendar-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

  .ivisa-calendar-card {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .ivisa-calendar-section {
    padding: 60px 14px;
  }

  .ivisa-calendar-card {
    padding: 18px;
    border-radius: 26px;
  }

  .ivisa-calendar-header {
    padding: 16px;
    border-radius: 20px;
  }

  .ivisa-calendar-header span {
    font-size: 1.2rem;
  }

  .ivisa-calendar-header button {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
  }

  .ivisa-calendar-weekdays,
  .ivisa-calendar-days {
    gap: 6px;
  }

  .ivisa-calendar-days span,
  .ivisa-calendar-days button {
    min-height: 52px;
    border-radius: 14px;
    font-size: 0.88rem;
  }

  .ivisa-calendar-event-day small {
    display: none;
  }

  .ivisa-calendar-selected strong {
    font-size: 1.1rem;
  }

  .ivisa-calendar-actions {
    flex-direction: column;
  }

  .ivisa-calendar-actions button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .ivisa-calendar-days span,
  .ivisa-calendar-days button {
    min-height: 46px;
    border-radius: 12px;
    font-size: 0.78rem;
  }

  .ivisa-calendar-weekdays span {
    font-size: 0.66rem;
  }
}

/* DIRETORIA SEM IMAGENS */

.ivisa-board-names-section {
  position: relative;
  padding: 95px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 45%, #fff8ec 100%);
}

.ivisa-board-names-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(247, 181, 0, 0.20), transparent 28%),
    radial-gradient(circle at 90% 16%, rgba(0, 87, 184, 0.16), transparent 30%),
    radial-gradient(circle at 14% 86%, rgba(239, 0, 139, 0.15), transparent 28%),
    radial-gradient(circle at 88% 84%, rgba(0, 159, 62, 0.18), transparent 30%);
  pointer-events: none;
}

.ivisa-board-names-container {
  position: relative;
  z-index: 2;
}

.ivisa-board-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 48px 0 28px;
}

.ivisa-board-name-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ivisa-board-name-card {
  position: relative;
  min-height: 150px;
  padding: 30px 22px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ivisa-board-name-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.15);
}

.ivisa-board-name-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 8px;
  background: linear-gradient(90deg, #f7b500, #ef1c24, #0057b8, #009f3e);
}

.ivisa-board-name-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -55px;
  bottom: -60px;
  border-radius: 50%;
  background: rgba(0, 87, 184, 0.08);
}

.ivisa-board-name-card.president {
  min-height: 190px;
  background: linear-gradient(135deg, rgba(0, 159, 62, 0.10), rgba(255, 255, 255, 0.95));
}

.ivisa-board-name-card.vice {
  min-height: 190px;
  background: linear-gradient(135deg, rgba(239, 28, 36, 0.10), rgba(255, 255, 255, 0.95));
}

.ivisa-board-name-card.president::before {
  height: 10px;
  background: linear-gradient(90deg, #009f3e, #0057b8);
}

.ivisa-board-name-card.vice::before {
  height: 10px;
  background: linear-gradient(90deg, #ef1c24, #f7b500);
}

.ivisa-board-role {
  display: inline-block;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(0, 87, 184, 0.10);
  color: #0057b8;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
}

.ivisa-board-name-card:nth-child(4n+1) .ivisa-board-role {
  background: rgba(247, 181, 0, 0.16);
  color: #b87900;
}

.ivisa-board-name-card:nth-child(4n+2) .ivisa-board-role {
  background: rgba(239, 28, 36, 0.12);
  color: #ef1c24;
}

.ivisa-board-name-card:nth-child(4n+3) .ivisa-board-role {
  background: rgba(0, 87, 184, 0.10);
  color: #0057b8;
}

.ivisa-board-name-card:nth-child(4n+4) .ivisa-board-role {
  background: rgba(0, 159, 62, 0.12);
  color: #009f3e;
}

.ivisa-board-name-card h3 {
  margin: 0;
  color: #18233d;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1.25;
  position: relative;
  z-index: 2;
}

.ivisa-board-main .ivisa-board-name-card h3 {
  font-size: 1.75rem;
}

/* RESPONSIVO */

@media (max-width: 1100px) {
  .ivisa-board-name-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .ivisa-board-names-section {
    padding: 75px 18px;
  }

  .ivisa-board-main {
    grid-template-columns: 1fr;
  }

  .ivisa-board-name-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ivisa-board-names-section {
    padding: 60px 14px;
  }

  .ivisa-board-main {
    margin-top: 36px;
    gap: 18px;
  }

  .ivisa-board-name-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ivisa-board-name-card,
  .ivisa-board-name-card.president,
  .ivisa-board-name-card.vice {
    min-height: 135px;
    padding: 26px 18px;
    border-radius: 24px;
  }

  .ivisa-board-main .ivisa-board-name-card h3,
  .ivisa-board-name-card h3 {
    font-size: 1.25rem;
  }

  .ivisa-board-role {
    font-size: 0.68rem;
    padding: 7px 13px;
  }
}