/* ══════════════════════════════════════════
   TOKENS — paleta Forbes/Patrimonial
══════════════════════════════════════════ */
:root {
  --bg:          #070707;
  --surface:     #111111;
  --surface-alt: #181818;
  --card:        #181818;
  --white:       #ffffff;
  --off-white:   #F5F5F5;
  --muted:       #A1A1AA;
  --dim:         #404048;
  --border:      #252525;
  --border-g:    rgba(0,196,106,0.28);
  --green:       #00C46A;
  --green-b:     #00D977;
  --green-card:  rgba(0,196,106,0.06);
  --gold:        #C8A96B;
  --gold-dim:    #9D8354;
  --max:         1240px;
  --pad:         clamp(24px, 5vw, 72px);
}

/* ══════════════════════════════════════════
   RESET
══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bg);
  color: var(--off-white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a  { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { display: block; max-width: 100%; }
em { font-style: normal; }
button { font-family: inherit; }

/* ══════════════════════════════════════════
   UTILITIES
══════════════════════════════════════════ */
.accent { color: var(--green); }

.container {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto;
}

.section { padding: 130px 0; }

.label {
  display: inline-flex;
  align-items: center;
  padding-left: 12px;
  border-left: 2px solid var(--green);
  margin-bottom: 22px;
  color: var(--green);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-header { margin-bottom: 72px; }
.section-header h2 {
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.028em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.section-sub {
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 520px;
  line-height: 1.72;
  margin-top: 18px;
}

/* ══════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════ */
.btn-green {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 30px;
  border-radius: 6px;
  background: var(--green);
  color: #050505;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
  transition: background 200ms, transform 160ms, box-shadow 200ms;
}
.btn-green:hover {
  background: var(--green-b);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,196,106,0.28);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 26px;
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  color: var(--off-white);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: border-color 200ms, color 200ms, background 200ms;
}
.btn-ghost:hover {
  border-color: #484848;
  color: var(--white);
  background: rgba(255,255,255,0.04);
}

.btn-nav {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  border: 1px solid var(--border-g);
  border-radius: 6px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background 200ms, color 200ms;
  white-space: nowrap;
}
.btn-nav:hover {
  background: var(--green);
  color: #050505;
}

/* ══════════════════════════════════════════
   HEADER / NAV
══════════════════════════════════════════ */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background 360ms, border-color 360ms;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(7,7,7,0.94);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-color: var(--border);
}

.nav-shell {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-shrink: 0;
}
.brand-name {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--green);
  letter-spacing: -0.02em;
}
.brand-full {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 34px;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 500;
}
.nav-links a { transition: color 180ms; }
.nav-links a:hover { color: var(--white); }

/* ══════════════════════════════════════════
   HERO — Forbes / Founder Brand
   Photo dominante: ~68% da tela
══════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg);
}

/* Profundidade atmosférica com azul-escuro */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 72% 38%, rgba(12,28,80,0.28) 0%, transparent 52%),
    radial-gradient(ellipse at 14% 75%, rgba(0,196,106,0.055) 0%, transparent 42%);
  z-index: 0;
  pointer-events: none;
}

/* Palavras editoriais de fundo */
.hero-words {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}
.hw {
  position: absolute;
  font-size: clamp(5rem, 10vw, 15rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(255,255,255,0.028);
  white-space: nowrap;
}
.hw-1 { top: 4%;   left: 34%; }
.hw-2 { top: 42%;  right: -3%; transform: rotate(-5deg); }
.hw-3 { bottom: 22%; left: 38%; }
.hw-4 { bottom: 3%;  right: 5%; color: rgba(200,169,107,0.035); }

/* Foto dominante — 68% da direita */
.hero-photo {
  position: absolute;
  top: 0; right: 0;
  width: 68%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.08) brightness(0.82) saturate(0.78);
}
/* Fade esquerda — mais profundo para foto maior */
.hero-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to right,
    #070707         0%,
    rgba(7,7,7,.97) 14%,
    rgba(7,7,7,.80) 28%,
    rgba(7,7,7,.42) 46%,
    transparent     66%
  );
}
/* Fade base */
.hero-photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  z-index: 2;
  background: linear-gradient(to top, #070707 0%, transparent 100%);
}

/* Cards glassmorphism */
.hcard {
  position: absolute;
  z-index: 4;
  background: rgba(8,8,8,0.76);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.6);
}
.hcard-a { bottom: 30%; left: 49%; min-width: 178px; }
.hcard-big {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--green);
  margin-bottom: 7px;
}
.hcard-desc {
  font-size: 0.69rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 140px;
}
.hcard-b { top: 20%; right: 3%; min-width: 168px; }
.hcard-tags { display: flex; flex-direction: column; }
.hcard-tags span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--off-white);
  letter-spacing: 0.04em;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.hcard-tags span:last-child { border-bottom: none; }

/* Conteúdo — esquerda */
.hero-content {
  position: relative;
  z-index: 3;
  padding: 122px var(--pad) 100px;
  max-width: 545px;
}

.hero-id {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}
.hero-id-bar {
  display: block;
  width: 28px; height: 2px;
  background: var(--green);
  flex-shrink: 0;
}
.hero-id-name {
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green);
}

.hero-headline {
  display: flex;
  flex-direction: column;
  font-size: clamp(2.2rem, 4.6vw, 5.2rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.028em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 28px;
}
.hl { display: block; }
.hl-green { color: var(--green); }

.hero-sub {
  max-width: 380px;
  color: var(--muted);
  font-size: clamp(0.88rem, 1.2vw, 0.97rem);
  line-height: 1.78;
  margin-bottom: 36px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

/* Ícones sociais */
.soc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--muted);
  transition: border-color 200ms, color 200ms, background 200ms, transform 180ms;
  flex-shrink: 0;
}
.soc-icon:hover {
  border-color: rgba(0,196,106,0.44);
  color: var(--white);
  background: rgba(0,196,106,0.07);
  transform: translateY(-2px);
}
.hero-social { display: flex; align-items: center; gap: 10px; }

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.scroll-line {
  display: block; width: 1px; height: 52px;
  background: linear-gradient(180deg, var(--green) 0%, transparent 100%);
  animation: scroll-anim 2.2s ease-in-out infinite;
}
@keyframes scroll-anim {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ══════════════════════════════════════════
   DESTAQUE — VITRINE DO ECOSSISTEMA
══════════════════════════════════════════ */
.destaque-section {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 100px 0;
}

.dest-header { margin-bottom: 52px; }
.dest-title {
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.028em;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 14px;
}
.dest-subtitle {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
  max-width: 520px;
  margin-top: 14px;
}

/* Card-vitrine principal */
.dest-card {
  position: relative;
  width: 100%;
  min-height: 480px;
  background: #0a0a12;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  padding: 64px 72px;
}

/* Linha dourada topo */
.dest-card::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,169,107,0.26), transparent);
  pointer-events: none;
  z-index: 3;
}

/* Painel de foto — direita */
.dest-photo-panel {
  position: absolute;
  top: 0; right: 0;
  width: 45%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  transition: opacity 500ms ease;
}
.dest-photo-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* sobrescrito por JS por projeto */
  filter: brightness(0.58) saturate(0.68) contrast(1.08);
  display: block;
  transition: opacity 300ms ease;
  flex-shrink: 0;
}
/* Fade da esquerda sobre a foto */
.dest-photo-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0a0a12 0%, rgba(10,10,18,0.18) 38%, transparent 68%);
  z-index: 2;
  pointer-events: none;
}
/* Foto ausente: oculta o painel */
.dest-photo-panel img[src=""] { display: none; }

/* Atmosfera colorida por projeto */
.dest-atm {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transition: background 800ms ease;
}

/* Palavra de fundo gigante */
.dest-bgword {
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(5rem, 13vw, 19rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  white-space: nowrap;
  color: rgba(255,255,255,0.036);
  z-index: 0;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

/* Conteúdo — esquerda */
.dest-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Animações de transição */
@keyframes dest-exit-left {
  from { opacity: 1; transform: translateX(0);    filter: blur(0); }
  to   { opacity: 0; transform: translateX(-26px); filter: blur(4px); }
}
@keyframes dest-enter-right {
  from { opacity: 0; transform: translateX(26px);  filter: blur(4px); }
  to   { opacity: 1; transform: translateX(0);     filter: blur(0); }
}
@keyframes dest-exit-right {
  from { opacity: 1; transform: translateX(0);    filter: blur(0); }
  to   { opacity: 0; transform: translateX(26px);  filter: blur(4px); }
}
@keyframes dest-enter-left {
  from { opacity: 0; transform: translateX(-26px); filter: blur(4px); }
  to   { opacity: 1; transform: translateX(0);     filter: blur(0); }
}
@keyframes dest-word-fade-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes dest-word-fade-in  { from { opacity: 0; } to { opacity: 1; } }

.dest-content.exit-left   { animation: dest-exit-left    420ms cubic-bezier(.4,0,1,1) forwards; }
.dest-content.enter-right { animation: dest-enter-right   600ms cubic-bezier(0,0,.2,1) forwards; }
.dest-content.exit-right  { animation: dest-exit-right   420ms cubic-bezier(.4,0,1,1) forwards; }
.dest-content.enter-left  { animation: dest-enter-left    600ms cubic-bezier(0,0,.2,1) forwards; }
.dest-bgword.word-out     { animation: dest-word-fade-out 420ms ease forwards; }
.dest-bgword.word-in      { animation: dest-word-fade-in  600ms ease forwards; }

.dest-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.dest-index {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--dim);
}
.dest-sep { color: var(--dim); font-size: 0.8rem; }
.dest-cat {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.dest-name {
  font-size: clamp(2.8rem, 5.5vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.88;
  color: var(--white);
  margin-bottom: 22px;
}

.dest-desc {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
  max-width: 460px;
  flex: 1;
  margin-bottom: 44px;
}

.dest-bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.dest-badge {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dim);
  border: 1px solid rgba(157,131,84,0.28);
  padding: 5px 13px;
  border-radius: 100px;
}

/* Controles de navegação */
.dest-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 26px;
}

.dest-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: border-color 200ms, color 200ms, background 200ms;
  flex-shrink: 0;
}
.dest-arrow:hover {
  border-color: #3a3a3a;
  color: var(--white);
  background: rgba(255,255,255,0.04);
}

.dest-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dest-dot {
  width: 6px; height: 6px;
  border-radius: 3px;
  background: var(--dim);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 250ms, width 300ms;
}
.dest-dot.active {
  background: var(--white);
  width: 20px;
}

/* ══════════════════════════════════════════
   ECOSSISTEMA — ticker strip
══════════════════════════════════════════ */
.eco-section {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

/* ─── Ticker strip ─── */
.eco-ticker-wrap {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0;
}
/* Edge fade */
.eco-ticker-wrap::before,
.eco-ticker-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 180px;
  z-index: 2;
  pointer-events: none;
}
.eco-ticker-wrap::before { left:  0; background: linear-gradient(to right, var(--surface), transparent); }
.eco-ticker-wrap::after  { right: 0; background: linear-gradient(to left,  var(--surface), transparent); }

.eco-ticker {
  display: flex;
  width: max-content;
  animation: eco-roll 38s linear infinite;
}
.eco-ticker-wrap:hover .eco-ticker { animation-play-state: paused; }

@keyframes eco-roll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Faixa reversa (segunda linha) */
.eco-ticker-rev {
  animation: eco-roll-rev 34s linear infinite;
  border-top: 1px solid var(--border);
}
.eco-ticker-wrap:hover .eco-ticker-rev { animation-play-state: paused; }

@keyframes eco-roll-rev {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* Badge "Em Breve" */
.eco-tick-badge.s-soon {
  color: rgba(200,169,107,0.7);
  background: rgba(200,169,107,0.06);
  border-color: rgba(200,169,107,0.2);
  letter-spacing: 0.08em;
}

/* Single item */
.eco-tick-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 34px 52px;
  position: relative;
  flex-shrink: 0;
  transition: background 300ms;
}
.eco-tick-item:hover { background: rgba(255,255,255,0.025); cursor: default; }
/* Vertical separator */
.eco-tick-item::after {
  content: '';
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  height: 36px; width: 1px;
  background: var(--border);
}

.eco-tick-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--eco-accent, var(--green));
  flex-shrink: 0;
  box-shadow: 0 0 10px var(--eco-accent, var(--green));
  transition: box-shadow 300ms;
}
.eco-tick-item:hover .eco-tick-dot {
  box-shadow: 0 0 18px var(--eco-accent, var(--green));
}

.eco-tick-logo {
  height: 26px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.68);
  transition: filter 300ms;
}
.eco-tick-logo-inv { filter: brightness(12) opacity(0.75); }
.eco-tick-logo-paz { filter: brightness(0) invert(1) opacity(0.7); height: 30px; }
.eco-tick-item:hover .eco-tick-logo     { filter: brightness(0) invert(1) opacity(1); }
.eco-tick-item:hover .eco-tick-logo-inv { filter: brightness(14) opacity(1); }
.eco-tick-item:hover .eco-tick-logo-paz { filter: brightness(0) invert(1) opacity(1); }

.eco-tick-name {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--off-white);
  white-space: nowrap;
  transition: color 300ms;
}
.eco-tick-item:hover .eco-tick-name { color: var(--eco-accent, var(--green)); }

.eco-tick-badge {
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.eco-tick-badge.s-active         { color: var(--green); background: rgba(0,196,106,0.07);   border-color: rgba(0,196,106,0.22); }
.eco-tick-badge.s-build,
.eco-tick-badge.s-expand         { color: #4488ff;      background: rgba(68,136,255,0.07);  border-color: rgba(68,136,255,0.22); }
.eco-tick-badge.s-impact         { color: var(--gold);  background: rgba(200,169,107,0.07); border-color: rgba(200,169,107,0.22); }


/* ══════════════════════════════════════════
   SOBRE
══════════════════════════════════════════ */
.sobre-section {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 90px;
  align-items: center;
}

.sobre-title {
  font-size: clamp(2.6rem, 5.5vw, 5.6rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 14px;
  color: var(--white);
}

.sobre-text p {
  color: var(--muted);
  line-height: 1.82;
  margin-bottom: 20px;
  font-size: 1.04rem;
}

.sobre-content .btn-green { margin-top: 14px; }

.sobre-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3/4;
  flex-shrink: 0;
  cursor: default;
  transition: box-shadow 500ms ease;
}
.sobre-photo:hover {
  box-shadow:
    0 24px 64px rgba(0,0,0,0.5),
    0 0 0 1px rgba(0,196,106,0.28),
    0 0 40px rgba(0,196,106,0.06);
}

.sobre-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.05) brightness(0.88) saturate(0.85);
  transition: transform 700ms cubic-bezier(0,0,.2,1), filter 700ms ease;
}
.sobre-photo:hover img {
  transform: scale(1.04);
  filter: contrast(1.06) brightness(0.93) saturate(0.9);
}

/* Barra verde (cresce no hover) */
.sobre-photo::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 80px;
  background: linear-gradient(to bottom, var(--green), transparent);
  z-index: 3;
  border-radius: 0 2px 2px 0;
  transition: height 600ms cubic-bezier(0,.6,.3,1);
}
.sobre-photo:hover::before { height: 200px; }

/* Shine sweep diagonal */
.sobre-photo::after {
  content: '';
  position: absolute;
  top: 0; left: -90%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 20%,
    rgba(255,255,255,0.07) 50%,
    transparent 80%
  );
  transition: left 800ms cubic-bezier(.2,.8,.3,1);
  pointer-events: none;
  z-index: 3;
}
.sobre-photo:hover::after { left: 145%; }

/* ══════════════════════════════════════════
   INSIGHTS
══════════════════════════════════════════ */
.insights-section {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.insights-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 60px;
}
.insights-hdr h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.8rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.028em;
  text-transform: uppercase;
  margin-top: 14px;
  color: var(--white);
}
.insights-sub {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.74;
  text-align: right;
  flex-shrink: 0;
  max-width: 280px;
}

.insights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.ins-featured {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 260ms, transform 280ms;
  cursor: pointer;
}
.ins-featured:hover {
  border-color: #303030;
  transform: translateY(-5px);
}
.ins-img {
  height: 290px;
  overflow: hidden;
  position: relative;
}
.ins-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.38) contrast(1.1) saturate(0.6);
  transition: transform 420ms;
}
.ins-featured:hover .ins-img img { transform: scale(1.04); }
.ins-body { padding: 30px; }
.ins-cat {
  font-size: 0.61rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.ins-body h3 {
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  color: var(--white);
}
.ins-body p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.72;
  margin-bottom: 16px;
}
.ins-date {
  font-size: 0.69rem;
  color: var(--dim);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.ins-side { display: flex; flex-direction: column; gap: 14px; }

.ins-card {
  display: flex;
  align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 240ms, transform 240ms;
  cursor: pointer;
}
.ins-card:hover {
  border-color: #303030;
  transform: translateX(5px);
}
.ins-thumb {
  width: 88px;
  min-height: 130px;
  flex-shrink: 0;
}
.ins-th-1 { background: linear-gradient(135deg, #0c0c14 0%, rgba(0,196,106,0.12) 100%); }
.ins-th-2 { background: linear-gradient(135deg, #0a0a12 0%, #131328 100%); }
.ins-th-3 { background: linear-gradient(135deg, #0e0e18 0%, rgba(200,169,107,0.1) 100%); }
.ins-card-body {
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ins-card-body h3 {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.005em;
  margin: 8px 0 8px;
  color: var(--off-white);
}
.ins-card-desc {
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ins-read-link {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--green);
  text-decoration: none;
  margin-bottom: 10px;
  transition: gap 180ms;
}
/* Overlay que torna o card inteiro clicável */
.ins-read-link::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ins-read-link:hover { opacity: 0.8; }
.ins-featured, .ins-card { cursor: pointer; }
.ins-featured:hover { opacity: 0.96; }
.ins-card:hover .ins-read-link { color: var(--green-b); }

/* ══════════════════════════════════════════
   IMPACTO STRIP — premium com animação
══════════════════════════════════════════ */
.impacto-strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.impacto-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(0,196,106,0.04) 0%, transparent 60%);
  pointer-events: none;
}

.impacto-grid {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}

.imp-item {
  flex: 1;
  text-align: center;
  padding: 0 36px;
}
.imp-num {
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--white);
  margin-bottom: 10px;
  transition: color 300ms;
}
.imp-item.is-visible .imp-num { color: var(--white); }
.imp-lbl {
  font-size: 0.67rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.imp-div {
  width: 1px;
  height: 70px;
  background: var(--border);
  flex-shrink: 0;
}
.imp-eco {
  color: var(--green);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
}
.imp-cta {
  padding-left: 44px;
  flex-shrink: 0;
}

/* ══════════════════════════════════════════
   LEGADO EM CONSTRUÇÃO
══════════════════════════════════════════ */
.legado-section {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.legado-section::after {
  content: 'LEGADO';
  position: absolute;
  bottom: -10%;
  right: -2%;
  font-size: clamp(10rem, 22vw, 30rem);
  font-weight: 900;
  color: rgba(255,255,255,0.018);
  letter-spacing: -0.06em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.legado-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: end;
}

/* Barra de acento à esquerda */
.legado-body {
  padding-left: 24px;
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, var(--gold), transparent) 1;
}

.legado-line {
  font-size: clamp(1.1rem, 1.8vw, 2rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -0.015em;
  color: rgba(245,245,245,0.6);
  min-height: 1.55em;
  display: block;
}
.legado-line.typed.legado-line-last { color: var(--off-white); font-weight: 800; }

/* Cursor piscante */
.legado-cursor {
  display: inline-block;
  width: 2px;
  height: 0.85em;
  background: var(--green);
  margin-left: 3px;
  vertical-align: text-bottom;
  border-radius: 1px;
  animation: cur-blink 0.72s step-end infinite;
}
@keyframes cur-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* Label de categoria */
.legado-tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 20px;
  opacity: 0.7;
}

.legado-sign {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  padding-bottom: 6px;
  opacity: 0;
  transition: opacity 900ms ease;
}
.legado-sign.ls-visible { opacity: 1; }
.legado-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: -0.01em;
  margin-bottom: 7px;
  white-space: nowrap;
}
.legado-role {
  font-size: 0.65rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ══════════════════════════════════════════
   MENTORIA
══════════════════════════════════════════ */
.mentoria-section {
  background: var(--surface);
  position: relative;
  overflow: hidden;
}
.mentoria-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0,196,106,0.055) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.mentoria-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 80px;
  align-items: start;
}

.mentoria-title {
  font-size: clamp(2.6rem, 5.5vw, 5.5rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 14px 0 26px;
  color: var(--white);
}

.mentoria-tagline {
  font-size: 1.06rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.52;
  margin-bottom: 16px;
}
.mentoria-desc {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 420px;
}

/* Linha com foto + botão WhatsApp lado a lado */
.mentoria-contact-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.mentoria-photo {
  width: 64px; height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(200,169,107,0.35);
  flex-shrink: 0;
}
.mentoria-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}

.btn-wpp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 24px;
  border: 1px solid rgba(0,196,106,0.36);
  border-radius: 6px;
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 200ms, color 200ms, border-color 200ms;
}
.btn-wpp:hover {
  background: var(--green);
  color: #050505;
  border-color: var(--green);
}

/* Form */
.mentoria-form {
  background: var(--card);
  border: 1px solid var(--border-g);
  border-radius: 16px;
  padding: 40px;
  color-scheme: dark;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}
.form-group label {
  font-size: 0.67rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.form-group input,
.form-group textarea,
.form-group select {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 15px;
  color: var(--off-white);
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  transition: border-color 200ms;
  width: 100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--dim); }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--border-g); }
.form-group textarea { resize: vertical; }
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23A1A1AA' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 20px;
  padding-right: 40px;
}
.form-group select option { background: var(--card); color: var(--off-white); }

.btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 56px;
  background: var(--green);
  color: #050505;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 200ms, transform 160ms, box-shadow 200ms;
  margin-top: 6px;
}
.btn-submit:hover:not(:disabled) {
  background: var(--green-b);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,196,106,0.3);
}
.btn-submit:disabled {
  opacity: 0.65;
  cursor: default;
  transform: none;
  box-shadow: none;
}

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 52px;
  padding: 80px 0 60px;
}

.footer-logo {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}
.footer-tagline {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.66;
  margin-bottom: 26px;
}
.footer-social { display: flex; gap: 8px; flex-wrap: wrap; }

.footer-col h4 {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 22px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 13px; }
.footer-col a {
  color: var(--muted);
  font-size: 0.86rem;
  transition: color 200ms;
}
.footer-col a:hover { color: var(--white); }

.footer-bottom { border-top: 1px solid var(--border); padding: 22px 0; }
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--dim);
  font-size: 0.74rem;
}

/* ══════════════════════════════════════════
   REVEALS — fade + slide + blur
══════════════════════════════════════════ */
.reveal { opacity: 1; transform: translateY(0); filter: blur(0); }

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(3px);
  transition:
    opacity   750ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 750ms cubic-bezier(0.16, 1, 0.3, 1),
    filter    750ms cubic-bezier(0.16, 1, 0.3, 1);
}
.js .reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }

.delay-1 { transition-delay: 90ms;  }
.delay-2 { transition-delay: 180ms; }
.delay-3 { transition-delay: 270ms; }
.delay-4 { transition-delay: 360ms; }

/* ══════════════════════════════════════════
   RESPONSIVO
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .sobre-grid { grid-template-columns: 1fr; gap: 52px; }
  .sobre-photo { aspect-ratio: 16/9; max-width: 480px; }
  .dest-card { padding: 48px 44px; min-height: 440px; }
  .dest-bgword { font-size: clamp(4rem, 18vw, 14rem); }
  .dest-content { max-width: 100%; }
  .mentoria-wrap { grid-template-columns: 1fr; gap: 52px; }
  .legado-inner { grid-template-columns: 1fr; gap: 40px; }
  .legado-sign { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 52px; }
  .footer-brand-col { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .insights-grid { grid-template-columns: 1fr; }
  .insights-hdr { flex-direction: column; align-items: flex-start; }
  .insights-sub { text-align: left; max-width: 100%; }
  .hcard { display: none; }
  .hero-photo { width: 100%; left: 0; }
  .hero-photo img { opacity: 0.18; filter: brightness(0.3) saturate(0.6); }
  .hero-photo::before { background: rgba(7,7,7,0.82); }
  .impacto-grid { gap: 0; }
}

@media (max-width: 720px) {
  :root { --pad: 22px; }
  .nav-links { display: none; }
  .section { padding: 80px 0; }
  .destaque-section { padding: 70px 0; }
  .hero-headline { font-size: clamp(2.2rem, 12vw, 4rem); }
  .hero-scroll { display: none; }
  .hero-social { gap: 8px; }
  .impacto-grid { flex-direction: column; gap: 40px; }
  .imp-div { display: none; }
  .imp-cta { padding-left: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; padding: 52px 0 44px; }
  .footer-brand-col { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; }
  .mentoria-form { padding: 26px; }
  .legado-line { font-size: clamp(1rem, 5vw, 1.55rem); }
  .legado-sign { align-items: flex-start; }
}

@media (max-width: 480px) {
  .hero-headline  { font-size: clamp(1.9rem, 13vw, 3rem); }
  .hero-actions   { flex-direction: column; align-items: flex-start; }
  .sobre-title    { font-size: clamp(2.2rem, 12vw, 3.6rem); }
  .mentoria-title { font-size: clamp(2.2rem, 12vw, 3.6rem); }
  .dest-name    { font-size: clamp(2.2rem, 10vw, 4rem); }
  .dest-card    { padding: 36px 32px; min-height: 420px; }
  .dest-bgword  { font-size: clamp(4rem, 15vw, 12rem); right: -6%; }
  .dest-content { max-width: 100%; }
  .dest-desc    { font-size: 0.96rem; margin-bottom: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-line { animation: none; }
  .js .reveal  { transition-duration: 200ms; filter: none; }
}
