:root {
  --review-purple: #533a72;
  --review-purple-dark: #402b59;
  --review-magenta: #bf2b63;
  --review-bg-left: #f4eef3;
  --review-bg-right: #ececf4;
  --review-ink: #342644;
  --review-muted: #6f667b;
  --review-white: #ffffff;
  --review-border: rgba(83, 58, 114, .12);
  --review-shadow: 0 18px 48px rgba(64, 43, 89, .08);
  --container: 1120px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--review-ink);
  background: linear-gradient(90deg, var(--review-bg-left) 0%, var(--review-bg-right) 100%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(247, 244, 248, .88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(83, 58, 114, .08);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand img {
  width: 156px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-nav a {
  color: var(--review-muted);
  font-size: .9rem;
  font-weight: 650;
}

.main-nav a:hover,
.main-nav a:focus {
  color: var(--review-purple);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--review-purple);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  background: var(--review-purple);
  border-radius: 99px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, var(--review-bg-left) 0%, var(--review-bg-right) 100%);
}

.hero-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(920px, 96vw);
  transform: translate(-50%, -50%);
  opacity: .04;
  pointer-events: none;
  user-select: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 76px);
}

.hero-logo {
  width: clamp(220px, 38vw, 480px);
  max-height: 44vh;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(64, 43, 89, .06));
}

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 70px 0;
  background: rgba(255, 255, 255, .30);
}

.section-soft {
  background: rgba(255, 255, 255, .56);
}

.section-inner {
  width: 100%;
}

.section-head {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--review-magenta);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-head h1 {
  margin: 0;
  color: var(--review-purple);
  font-size: clamp(1.65rem, 2.6vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -.032em;
  font-weight: 720;
}

.text-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 26px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--review-border);
  box-shadow: var(--review-shadow);
}

.text-box p,
.unioeste-text p,
.unioeste-text address {
  margin: 0;
  color: var(--review-muted);
  font-size: .96rem;
  line-height: 1.72;
  text-align: center;
}

.minimal-grid,
.team-grid,
.supporters-grid {
  display: grid;
  gap: 20px;
}

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

.minimal-card,
.team-card,
.supporter-card,
.unioeste-text,
.map-frame {
  background: rgba(255, 255, 255, .80);
  border: 1px solid var(--review-border);
  box-shadow: var(--review-shadow);
}

.minimal-card {
  padding: 24px;
  text-align: center;
}

.minimal-card h2,
.team-card h2,
.unioeste-text h2 {
  margin: 0 0 10px;
  color: var(--review-purple);
  font-size: 1.02rem;
  line-height: 1.2;
  font-weight: 720;
}

.minimal-card p,
.team-card p {
  margin: 0;
  color: var(--review-muted);
  line-height: 1.62;
  font-size: .9rem;
}

.team-card {
  padding: 28px 24px;
  text-align: center;
}

.avatar-frame {
  width: 164px;
  height: 164px;
  margin: 0 auto 18px;
  padding: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(191, 43, 99, .18), rgba(83, 58, 114, .16));
}

.avatar-frame img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.supporters-grid {
  grid-template-columns: repeat(4, 1fr);
}

.supporter-card {
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
  color: var(--review-muted);
  font-size: .9rem;
  font-weight: 720;
}

.unioeste-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.unioeste-text {
  padding: 30px;
  display: grid;
  place-items: center;
}

.unioeste-text address {
  font-style: normal;
}

.map-frame {
  overflow: hidden;
  min-height: 360px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}

.site-footer {
  padding: 28px 0;
  background: var(--review-purple);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner img {
  width: 138px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}

.footer-nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: rgba(255, 255, 255, .82);
  font-size: .88rem;
  font-weight: 650;
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--review-magenta);
  color: var(--review-white);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 980px) {
  .minimal-grid,
  .team-grid,
  .unioeste-layout {
    grid-template-columns: 1fr;
  }

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

  .section {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }

  .header-inner { min-height: 70px; }
  .brand img { width: 140px; }

  .menu-toggle {
    display: inline-grid;
    grid-template-columns: 17px auto;
  }

  .menu-toggle span:nth-child(1),
  .menu-toggle span:nth-child(2),
  .menu-toggle span:nth-child(3) {
    grid-column: 1;
  }

  .menu-toggle strong {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    font-size: .86rem;
  }

  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    display: none;
    padding: 16px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid var(--review-border);
    box-shadow: var(--review-shadow);
  }

  .main-nav.is-open {
    display: grid;
    gap: 12px;
  }

  .hero,
  .hero-inner {
    min-height: calc(100vh - 70px);
  }

  .hero-logo {
    width: min(72vw, 360px);
    max-height: 38vh;
  }

  .section {
    padding: 54px 0;
  }

  .section-head h1 {
    font-size: clamp(1.42rem, 6vw, 2.05rem);
  }

  .supporters-grid,
  .footer-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav {
    display: grid;
  }

  .avatar-frame {
    width: 148px;
    height: 148px;
  }
}


/* Apoiadores com logos reais */
.logos-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.logo-card {
  min-height: 128px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, .88);
}

.logo-card img {
  width: 100%;
  max-width: 230px;
  max-height: 86px;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .logos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .logos-grid {
    grid-template-columns: 1fr;
  }

  .logo-card {
    min-height: 112px;
  }
}


/* Rodapé institucional V6 */
.site-footer {
  padding: 36px 0 22px;
  background: var(--review-purple);
  color: rgba(255, 255, 255, .82);
}

.footer-inner {
  display: grid;
  grid-template-columns: 190px minmax(260px, 1fr) 180px minmax(220px, .75fr);
  gap: 28px;
  align-items: start;
}

.footer-logo-card {
  width: 168px;
  min-height: 118px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--review-white);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}

.footer-logo-card img {
  width: 132px;
  height: auto;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.footer-summary h2,
.footer-nav h3,
.footer-contact h3 {
  margin: 0 0 12px;
  color: var(--review-white);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 760;
}

.footer-summary p,
.footer-contact p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .78);
  font-size: .88rem;
  line-height: 1.58;
}

.footer-status {
  margin-top: 14px !important;
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .86) !important;
  font-weight: 650;
}

.footer-nav {
  display: grid;
  gap: 7px;
}

.footer-nav a,
.footer-contact a {
  color: rgba(255, 255, 255, .82);
  font-size: .88rem;
  font-weight: 650;
}

.footer-nav a:hover,
.footer-nav a:focus,
.footer-contact a:hover,
.footer-contact a:focus {
  color: var(--review-white);
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, .66);
  font-size: .82rem;
}

.unioeste-text address a {
  color: var(--review-magenta);
  font-weight: 760;
}

@media (max-width: 1040px) {
  .footer-inner {
    grid-template-columns: 190px 1fr;
  }
}

@media (max-width: 680px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-logo-card {
    width: 156px;
    min-height: 106px;
  }

  .footer-bottom {
    display: grid;
  }
}


/* Ajustes V7: escala visual mais minimalista */
.hero-watermark {
  width: min(760px, 82vw);
  opacity: .035;
}

.hero-logo {
  width: clamp(190px, 30vw, 360px);
  max-height: 34vh;
}

.section-head {
  max-width: 680px;
  margin-bottom: 24px;
}

.section-head h1 {
  font-size: clamp(1.45rem, 2.25vw, 2.18rem);
  line-height: 1.12;
  letter-spacing: -.026em;
  font-weight: 680;
}

.section-kicker {
  font-size: .66rem;
  letter-spacing: .145em;
}

.minimal-card h2,
.team-card h2,
.unioeste-text h2,
.footer-summary h2,
.footer-nav h3,
.footer-contact h3 {
  font-size: .96rem;
}

.text-box p,
.unioeste-text p,
.unioeste-text address,
.minimal-card p,
.team-card p,
.footer-summary p,
.footer-contact p,
.footer-nav a,
.footer-contact a {
  font-size: .86rem;
}

.brand img {
  width: 146px;
}

@media (max-width: 760px) {
  .hero-logo {
    width: min(68vw, 300px);
    max-height: 32vh;
  }

  .hero-watermark {
    width: min(720px, 110vw);
  }

  .section-head h1 {
    font-size: clamp(1.28rem, 5.4vw, 1.84rem);
  }

  .brand img {
    width: 132px;
  }
}
/* TYPOGRAPHY FIX 20260605 */
.review-short-title-strong,
.review-type-short-strong,
.review-hero__kicker,
.section-kicker,
.section__kicker,
.eyebrow,
.kicker,
main .badge,
main .label,
main .tagline {
  font-size: clamp(1.22rem, 1.55vw, 1.48rem) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0.085em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.72rem !important;
}
.review-long-title-reduced,
.review-type-long-balanced,
.review-hero__title,
.section-head h1,
main > section:first-of-type h1,
main h1:first-of-type,
.section-title {
  font-size: clamp(1.28rem, 1.75vw, 1.82rem) !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: -0.012em !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0.95rem !important;
}
.review-hero__lead,
.hero-lead,
.text-box p,
.section-lead,
.review-section__subtitle,
main > section:first-of-type p {
  font-size: clamp(0.96rem, 1.05vw, 1.08rem) !important;
  line-height: 1.6 !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.text-box,
.unioeste-text,
.map-frame,
.footer-logo-card,
.minimal-card {
  border-radius: 22px !important;
  overflow: hidden !important;
}
@media (max-width: 768px) {
  .review-short-title-strong,
  .review-type-short-strong,
  .review-hero__kicker,
  .section-kicker,
  .section__kicker,
  .eyebrow,
  .kicker,
  main .badge,
  main .label,
  main .tagline {
    font-size: clamp(1.08rem, 4.2vw, 1.22rem) !important;
    letter-spacing: 0.075em !important;
  }
  .review-long-title-reduced,
  .review-type-long-balanced,
  .review-hero__title,
  .section-head h1,
  main > section:first-of-type h1,
  main h1:first-of-type,
  .section-title {
    font-size: clamp(1.18rem, 5.2vw, 1.48rem) !important;
    line-height: 1.2 !important;
    max-width: 94vw !important;
  }
  .review-hero__lead,
  .hero-lead,
  .text-box p,
  .section-lead,
  .review-section__subtitle,
  main > section:first-of-type p {
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
    max-width: 94vw !important;
  }
  .text-box,
  .unioeste-text,
  .map-frame,
  .footer-logo-card,
  .minimal-card {
    border-radius: 18px !important;
  }
}
/* Partner logos: keep contained and consistent */
.partners-section .partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.partners-section .partner-card {
  min-height: 132px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--review-border);
  box-shadow: var(--review-shadow);
  border-radius: 22px !important;
  overflow: hidden !important;
}

.partners-section .partner-card img {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 82px;
  object-fit: contain;
  object-position: center;
}

.partners-section .partner-wide img {
  max-width: 230px;
}

.partners-section .partner-tall img {
  max-width: 180px;
  max-height: 96px;
}

@media (max-width: 980px) {
  .partners-section .partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .partners-section .partners-grid {
    grid-template-columns: 1fr;
  }

  .partners-section .partner-card {
    min-height: 118px;
    padding: 16px 18px;
  }

  .partners-section .partner-card img {
    max-width: 210px;
    max-height: 72px;
  }
}