:root {
  --navy: #071726;
  --navy-2: #0e2538;
  --gold: #b9914b;
  --gold-2: #d2b06d;
  --white: #ffffff;
  --off: #f7f3ed;
  --muted: #667085;
  --text: #17202a;
  --line: rgba(23, 32, 42, .12);
  --shadow: 0 24px 70px rgba(7, 23, 38, .18);
  --radius: 24px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 24px; }
.brand img { width: 235px; height: auto; }
.nav-menu { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; color: var(--navy); }
.nav-menu a { opacity: .88; }
.nav-menu a:hover { color: var(--gold); opacity: 1; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--gold); border-radius: 999px; color: var(--navy); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: var(--navy); }

.section-dark { color: var(--white); background: radial-gradient(circle at top left, #153a55 0%, var(--navy) 52%, #030a11 100%); }
.hero { position: relative; overflow: hidden; padding: 112px 0 88px; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(185,145,75,.22), transparent 36%), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M0 520 C280 440 380 560 620 490 C860 420 920 270 1200 330" fill="none" stroke="rgba(255,255,255,.08)" stroke-width="2"/><path d="M0 390 C220 350 350 420 560 355 C820 275 960 120 1200 180" fill="none" stroke="rgba(255,255,255,.06)" stroke-width="2"/></svg>') center/cover no-repeat; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
h1, h2, h3, h4 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: 'Playfair Display', Georgia, serif; }
h1 { font-size: clamp(44px, 7vw, 82px); letter-spacing: -.04em; max-width: 820px; }
h2 { font-size: clamp(34px, 4vw, 56px); letter-spacing: -.035em; }
h3 { font-size: 24px; }
.hero-lead { max-width: 720px; margin: 24px 0 0; font-size: 20px; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #111; box-shadow: 0 18px 42px rgba(185,145,75,.3); }
.btn-secondary { border: 1px solid rgba(255,255,255,.26); color: var(--white); }
.hero-card { padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.08); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.card-kicker { color: var(--gold-2); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.hero-card h2 { margin-top: 16px; font-size: 38px; }
.hero-card p { color: rgba(255,255,255,.76); }
.hero-stats { display: grid; gap: 14px; margin-top: 24px; }
.hero-stats div { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-stats strong { display: block; color: var(--white); }
.hero-stats span { color: rgba(255,255,255,.62); font-size: 14px; }

.trust-strip { background: var(--off); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 26px 0; }
.trust-grid div { border-left: 2px solid var(--gold); padding-left: 16px; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid span { color: var(--muted); font-size: 14px; }

.section { padding: 96px 0; }
.section-muted { background: var(--off); }
.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.section-heading p:last-child { color: var(--muted); max-width: 680px; margin: 16px auto 0; }
.centered { text-align: center; max-width: 780px; margin: 0 auto 54px; }
.text-block { font-size: 18px; color: #3f4a56; }
.text-block p:first-child { margin-top: 0; }
.text-link { color: var(--gold); font-weight: 800; }

.area-groups { display: grid; gap: 56px; }
.area-group h3 { margin-bottom: 20px; color: var(--navy); }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 250px; padding: 24px; border-radius: 22px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 16px 44px rgba(7,23,38,.06); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card span { color: var(--gold); font-weight: 900; }
.service-card h4 { margin: 34px 0 12px; font-size: 20px; color: var(--navy); }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; }

.intelligence { background: var(--navy); color: var(--white); }
.intelligence-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.intelligence p { color: rgba(255,255,255,.76); font-size: 18px; }
.process-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.process-list div { padding: 26px; border-radius: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.process-list span { color: var(--gold-2); font-weight: 900; }
.process-list strong { display: block; margin: 18px 0 8px; font-size: 18px; }
.process-list p { margin: 0; font-size: 15px; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-grid article { padding: 28px; border-radius: 22px; background: var(--white); border: 1px solid var(--line); }
.article-grid span { color: var(--gold); font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.article-grid h3 { margin: 16px 0 10px; }
.article-grid p { color: var(--muted); margin: 0; }


/* Carrossel de notícias na página inicial */
.news-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
}

.news-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.news-carousel-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 12px;
}

.news-carousel-track::-webkit-scrollbar {
  display: none;
}

.news-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-height: 210px;
  scroll-snap-align: start;
  padding: 28px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.news-card span {
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.news-card h3 {
  margin: 16px 0 10px;
  color: var(--navy);
}

.news-card p {
  color: var(--muted);
  margin: 0 0 18px;
  line-height: 1.55;
}

.news-card a {
  margin-top: auto;
  color: var(--gold);
  font-weight: 900;
}

.carousel-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(185,145,75,.45);
  background: var(--white);
  color: var(--navy);
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(7,23,38,.08);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.carousel-arrow:hover {
  transform: translateY(-1px);
  border-color: var(--gold);
  background: #fffaf1;
}

.centered-link {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

@media (max-width: 980px) {
  .news-carousel {
    grid-template-columns: 44px 1fr 44px;
    gap: 12px;
  }

  .news-card {
    flex-basis: calc((100% - 22px) / 2);
  }

  .carousel-arrow {
    width: 44px;
    height: 44px;
    font-size: 30px;
  }
}

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

  .carousel-arrow {
    display: none;
  }

  .news-card {
    flex-basis: 86%;
  }
}

.contact-section { padding: 96px 0; background: linear-gradient(135deg, var(--off), #fff); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.contact-copy p { color: var(--muted); font-size: 18px; }
.contact-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 18px; }
.contact-list li { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-list strong { display: block; color: var(--navy); }
.contact-list a { color: var(--gold); font-weight: 800; }
.contact-list span { color: var(--muted); }
.contact-form { padding: 32px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); border: 1px solid var(--line); display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-weight: 800; color: var(--navy); }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; font: inherit; outline: none; background: #fbfaf8; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(185,145,75,.12); }
.contact-form .btn { border: 0; cursor: pointer; width: fit-content; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; padding: 14px 18px; border-radius: 999px; background: #1f8f52; color: #fff; font-weight: 900; box-shadow: 0 12px 36px rgba(0,0,0,.22); }
.site-footer { background: #030a11; color: rgba(255,255,255,.72); padding: 24px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 14px; }
.footer-inner a { color: var(--gold-2); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-menu { position: absolute; top: 86px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; padding: 24px 20px; background: var(--white); border-bottom: 1px solid var(--line); }
  .nav-menu.open { display: flex; }
  .hero-grid, .split-grid, .intelligence-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid, .article-grid, .process-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 76px; }
  .brand img { width: 190px; }
  .nav-menu { top: 76px; }
  .hero { padding: 76px 0 58px; }
  .hero-actions, .footer-inner { flex-direction: column; align-items: flex-start; }
  .cards-grid, .trust-grid, .article-grid, .process-list { grid-template-columns: 1fr; }
  .section, .contact-section { padding: 70px 0; }
  .contact-form { padding: 22px; }
  .whatsapp-float { left: 18px; right: 18px; text-align: center; }
}


/* =========================
   V3 - Pages and editable markers
   ========================= */
.header-actions { display:flex; align-items:center; gap:18px; }
.nav-menu .nav-dropdown { position: relative; }
.nav-menu .nav-dropdown > a::after { content:' ▾'; font-size:11px; opacity:.7; }
.dropdown-panel { position:absolute; top:100%; left:0; min-width:300px; padding:10px; border-radius:18px; background:rgba(255,255,255,.99); box-shadow:var(--shadow); border:1px solid var(--line); display:none; z-index:10000; pointer-events:auto; }
.dropdown-panel::before { content:''; position:absolute; left:0; right:0; top:-12px; height:12px; }
.dropdown-panel a { display:block; padding:10px 12px; border-radius:12px; font-size:13px; color:var(--navy); opacity:1; position:relative; z-index:1; cursor:pointer; }
.dropdown-panel a:hover, .dropdown-panel a:focus { background:var(--off); color:var(--gold); }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { display:block; }

.page-hero { position:relative; overflow:hidden; padding:88px 0 74px; color:var(--white); background: radial-gradient(circle at top left, #153a55 0%, var(--navy) 54%, #030a11 100%); }
.page-hero::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg, rgba(185,145,75,.18), transparent 38%), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500"><path d="M0 410 C260 350 430 470 680 360 C890 270 960 160 1200 205" fill="none" stroke="rgba(255,255,255,.08)" stroke-width="2"/><path d="M0 300 C240 260 390 330 580 260 C760 195 940 95 1200 140" fill="none" stroke="rgba(255,255,255,.06)" stroke-width="2"/></svg>') center/cover no-repeat; pointer-events:none; }
.page-hero .container { position:relative; }
.breadcrumb { color:rgba(255,255,255,.62); font-size:14px; font-weight:700; margin-bottom:26px; }
.breadcrumb a { color:var(--gold-2); }
.page-hero h1 { font-size:clamp(40px, 5.5vw, 68px); max-width:900px; }
.page-hero p.lead { max-width:780px; margin:24px 0 0; font-size:20px; color:rgba(255,255,255,.78); }

.page-content { padding:90px 0; }
.content-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:66px; align-items:start; }
.rich-text { color:#3f4a56; font-size:18px; }
.rich-text p:first-child { margin-top:0; }
.rich-text ul { margin:18px 0 0; padding-left:20px; }
.rich-text li { margin:8px 0; }
.side-card { position:sticky; top:116px; border-radius:var(--radius); background:var(--off); border:1px solid var(--line); padding:28px; }
.side-card h3 { color:var(--navy); margin-bottom:16px; }
.side-card a { display:block; padding:12px 0; border-top:1px solid var(--line); color:var(--gold); font-weight:800; }

.editable-alert { border:2px solid #c2410c; background:#fff7ed; color:#7c2d12; border-radius:18px; padding:16px 18px; margin:0 0 24px; font-weight:800; }
.editable-alert small { display:block; margin-top:4px; font-weight:600; color:#9a3412; }
.needs-update { outline:2px dashed #c2410c; outline-offset:4px; background:linear-gradient(0deg, rgba(255,247,237,.88), rgba(255,247,237,.88)); }
.placeholder-photo { min-height:260px; border-radius:22px; background:repeating-linear-gradient(135deg, #fff7ed, #fff7ed 12px, #ffedd5 12px, #ffedd5 24px); border:2px dashed #c2410c; display:flex; align-items:center; justify-content:center; color:#7c2d12; font-weight:900; text-align:center; padding:20px; }

.directory-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.directory-card { display:block; text-decoration:none; padding:26px; border-radius:22px; background:var(--white); border:1px solid var(--line); box-shadow:0 16px 44px rgba(7,23,38,.06); min-height:220px; transition:transform .2s ease, box-shadow .2s ease; }
.directory-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.directory-card span { color:var(--gold); font-weight:900; }
.directory-card h3 { margin:22px 0 10px; color:var(--navy); }
.directory-card p { color:var(--muted); margin:0 0 20px; }
.directory-card strong { color:var(--gold); font-weight:900; }
.directory-card a { color:var(--gold); font-weight:900; }

.team-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.team-card { padding:18px; border-radius:24px; background:var(--white); border:1px solid var(--line); box-shadow:0 16px 44px rgba(7,23,38,.06); }
.team-card h3 { margin:18px 0 6px; color:var(--navy); }
.team-card-header { display:flex; align-items:center; justify-content:space-between; gap:10px; margin:18px 0 6px; }
.team-card-header h3 { margin:0; flex:1; }
.linkedin-mini { width:30px; height:30px; flex:0 0 30px; margin-top:1px; border-radius:9px; background:#0A66C2; display:inline-flex; align-items:center; justify-content:center; box-shadow:0 10px 24px rgba(10,102,194,.22); transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease; }
.linkedin-mini:hover { transform:translateY(-1px); box-shadow:0 14px 28px rgba(10,102,194,.30); opacity:.95; }
.linkedin-mini svg { width:15px; height:15px; fill:#ffffff; display:block; }
.team-card p { color:var(--muted); margin:0; }
.team-card-photo { width:100%; aspect-ratio:1/1; object-fit:cover; display:block; border-radius:20px; margin-bottom:16px; }
.team-card-role { color:var(--gold-2) !important; font-weight:800; margin-bottom:10px !important; }
.btn-small { padding:12px 16px; border-radius:14px; font-size:14px; margin-top:16px; display:inline-flex; }

.notice-list { display:grid; gap:18px; }
.notice-item { display:grid; grid-template-columns:220px 1fr; gap:24px; padding:24px; border-radius:22px; background:var(--white); border:1px solid var(--line); box-shadow:0 16px 44px rgba(7,23,38,.05); }
.notice-item span { color:var(--gold); font-weight:900; text-transform:uppercase; letter-spacing:.12em; font-size:12px; }
.notice-item h3 { margin:4px 0 10px; color:var(--navy); }
.notice-item p { color:var(--muted); margin:0 0 14px; }
.notice-item a { color:var(--gold); font-weight:900; }

.home-page-links { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:34px; }
.home-page-links a { padding:20px; border-radius:18px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); color:var(--white); font-weight:900; }
.home-page-links a span { display:block; color:var(--gold-2); font-size:12px; text-transform:uppercase; letter-spacing:.12em; margin-bottom:8px; }


.team-feature-card { display:grid; grid-template-columns: 340px 1fr; gap:34px; align-items:stretch; padding:28px; margin-bottom:38px; border-radius:32px; background:linear-gradient(135deg, #ffffff, #f8f4ed); border:1px solid var(--line); box-shadow:0 24px 70px rgba(7,23,38,.10); }
.team-feature-photo { min-height:430px; border-radius:28px; overflow:hidden; background:#102536; border:1px solid rgba(185,145,75,.32); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.team-feature-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.linkedin-photo-placeholder { display:flex; align-items:center; justify-content:center; text-align:center; color:#f7f2ea; background: radial-gradient(circle at 35% 25%, rgba(185,145,75,.28), transparent 32%), linear-gradient(145deg, #0a1d2c, #183244); }
.linkedin-photo-placeholder strong { display:block; font-family:'Playfair Display', serif; font-size:72px; line-height:1; letter-spacing:.04em; color:#d7ae60; }
.linkedin-photo-placeholder span { display:block; max-width:220px; margin:18px auto 0; font-weight:800; color:rgba(247,242,234,.82); }
.team-feature-content { padding:14px 4px; }
.team-feature-content h2 { font-family:'Playfair Display', serif; color:var(--navy); font-size:clamp(36px,4vw,58px); line-height:1.02; margin:8px 0 8px; }
.team-role { color:var(--gold-2); font-weight:900; font-size:18px; margin-bottom:18px; }
.team-summary { color:var(--text); font-size:18px; line-height:1.7; max-width:780px; }
.team-bio-list { margin:22px 0 26px; padding:0; list-style:none; display:grid; gap:12px; }
.team-bio-list li { position:relative; padding-left:24px; color:var(--muted); line-height:1.6; }
.team-bio-list li::before { content:'•'; position:absolute; left:4px; top:0; color:var(--gold-2); font-weight:900; }
.linkedin-button { width:fit-content; }
.section-subtitle { margin:8px 0 22px; color:var(--navy); font-size:30px; }
@media (max-width:900px){ .team-feature-card { grid-template-columns:1fr; } .team-feature-photo { min-height:360px; } }

@media (max-width:980px){
  .nav-menu .nav-dropdown { width:100%; }
  .dropdown-panel { position:static; display:block; box-shadow:none; border:0; padding:4px 0 0 14px; background:transparent; }
  .dropdown-panel a { padding:8px 0; }
  .content-grid { grid-template-columns:1fr; gap:34px; }
  .side-card { position:static; }
  .directory-grid, .team-grid, .home-page-links { grid-template-columns:repeat(2,1fr); }
  .notice-item { grid-template-columns:1fr; }
}
@media (max-width:620px){ .directory-grid, .team-grid, .home-page-links { grid-template-columns:1fr; } }

/* V9 - Destaque da página ativa no menu */
.nav-menu > a.active:not(.nav-cta),
.nav-menu .nav-dropdown.active > a {
  color: var(--gold);
  opacity: 1;
  box-shadow: inset 0 -2px 0 var(--gold);
}

.nav-menu .nav-dropdown.active > a::after {
  opacity: 1;
}

.nav-menu .dropdown-panel a.active {
  background: var(--off);
  color: var(--gold);
}

.nav-cta.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #111;
  opacity: 1;
  box-shadow: 0 12px 30px rgba(185,145,75,.22);
}

@media (max-width: 980px) {
  .nav-menu > a.active:not(.nav-cta),
  .nav-menu .nav-dropdown.active > a {
    box-shadow: none;
  }
}

.form-note { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.career-form { margin-top: 28px; }
.home-careers-cta { background: #fff; padding-top: 64px; padding-bottom: 64px; }
.split-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 34px; border-radius: var(--radius); background: linear-gradient(135deg, var(--navy), #071726); color: #fff; box-shadow: var(--shadow); }
.split-cta h2 { color: #fff; margin: 0 0 10px; }
.split-cta p:not(.eyebrow) { color: rgba(255,255,255,.74); margin: 0; max-width: 720px; }
@media (max-width: 820px) { .split-cta { flex-direction: column; align-items: flex-start; } }

.founders-grid { display:grid; gap:28px; }
.placeholder-founder-photo { display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg, #102536, #20394b); color:#d5ad60; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.team-grid-wide { align-items:start; }
.team-card { display:flex; flex-direction:column; min-height:100%; }
.team-card .btn { align-self:flex-start; margin-top:auto; }
.mini-bio { margin:14px 0 18px; padding:0; list-style:none; display:grid; gap:8px; }
.mini-bio li { position:relative; padding-left:18px; color:var(--muted); line-height:1.55; font-size:14px; }
.mini-bio li::before { content:'•'; position:absolute; left:2px; color:var(--gold-2); font-weight:900; }
.needs-update .placeholder-photo { min-height:220px; font-size:13px; letter-spacing:.08em; }

/* Menção institucional aos 15 anos */
.anniversary-badge {
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:18px 0 6px;
  padding:10px 16px;
  border:1px solid rgba(211, 165, 85, .55);
  border-radius:999px;
  color:#f3d48d;
  background:rgba(211, 165, 85, .10);
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:13px;
}
.anniversary-section {
  background:linear-gradient(180deg, #f8f4ed, #ffffff);
  padding:54px 0 18px;
}
.anniversary-card {
  display:grid;
  grid-template-columns:180px 1fr;
  gap:36px;
  align-items:center;
  padding:36px;
  border-radius:32px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 24px 70px rgba(7,23,38,.08);
}
.anniversary-seal {
  display:flex;
  align-items:center;
  justify-content:center;
}
.anniversary-seal img {
  display:block;
  width:190px;
  height:auto;
  filter:drop-shadow(0 18px 36px rgba(185,145,75,.22));
}
.anniversary-card h2 {
  margin:6px 0 10px;
  color:var(--navy);
  font-family:'Playfair Display', serif;
  font-size:clamp(32px,4vw,52px);
  line-height:1.05;
}
.anniversary-card p {
  max-width:880px;
  color:var(--muted);
  line-height:1.75;
  font-size:17px;
}
.institutional-anniversary {
  margin-top:30px;
  padding:30px;
  border-radius:28px;
  background:linear-gradient(135deg, #071726, #102536);
  color:#fff;
  border:1px solid rgba(211,165,85,.28);
}
.institutional-anniversary span {
  display:inline-flex;
  padding:8px 13px;
  margin-bottom:16px;
  border-radius:999px;
  background:rgba(211,165,85,.16);
  color:#f3d48d;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
}
.institutional-anniversary h2 {
  margin:0 0 12px;
  font-family:'Playfair Display', serif;
  font-size:clamp(28px,3vw,42px);
  color:#fff;
}
.institutional-anniversary p {
  color:rgba(255,255,255,.78);
}
@media (max-width:720px){
  .anniversary-card { grid-template-columns:1fr; padding:26px; }
  .anniversary-seal img { width:145px; }
}


/* Removido: link "Voltar ao topo" do rodapé */
.site-footer a[href="#topo"] {
  display: none !important;
}
