/* ============================================================
   SUMMIT IGUASSU VALLEY 2026 — "FAVO" EDITION
   Bold rebuild · honeycomb geometry · editorial type
   ============================================================ */

/* ---------- TOKENS ---------- */
:root {
  /* dark base */
  --ink:        #06090f;
  --ink-2:      #0a0e1a;
  --panel:      #0e1424;
  --panel-2:    #131b30;
  --hair:       rgba(255,255,255,.10);
  --hair-2:     rgba(255,255,255,.06);

  /* light spotlight (cotas) */
  --bone:       #f0ece1;
  --bone-2:     #e6e0d0;
  --bone-ink:   #0c1019;

  /* signature */
  --lime:       #62f2a4;     /* brand mint, pushed */
  --lime-bright:#7dffb3;
  --violet:     #9d5cff;
  --magenta:    #d24bff;
  --cyan:       #2fd9ff;
  --gold:       #f4b24a;

  --white:      #f4f7f8;
  --muted:      #97a3bf;
  --muted-2:    #6a7593;

  --accent:     var(--lime);   /* tweakable */
  --accent-ink: #04130b;

  --shadow:     0 30px 80px rgba(0,0,0,.5);
  --shadow-sm:  0 14px 40px rgba(0,0,0,.35);

  --max:        1240px;
  --gut:        40px;
  --pill:       999px;
  --hh:         78px;

  --f-display:  'Montserrat', sans-serif;
  --f-body:     'Montserrat', sans-serif;
  --f-mono:     'Space Mono', monospace;
}

/* ---------- RESET / BASE ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  background: var(--ink);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
::selection { background: var(--accent); color: var(--accent-ink); }

/* global grain + glow field */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -3; pointer-events: none;
  background:
    radial-gradient(60vw 50vw at 82% -8%, rgba(157,92,255,.16), transparent 60%),
    radial-gradient(55vw 50vw at -8% 18%, rgba(98,242,164,.10), transparent 58%),
    var(--ink);
}
body[data-grain="on"]::after {
  content: ""; position: fixed; inset: 0; z-index: 999; pointer-events: none;
  opacity: .04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.wrap { width: min(var(--max), 100% - 48px); margin-inline: auto; }
.section { position: relative; padding: clamp(72px,9vw,128px) 0; overflow: hidden; isolation: isolate; }
.section > .wrap { position: relative; z-index: 2; }

/* ---------- TYPE ---------- */
h1,h2,h3,h4 { font-family: var(--f-display); line-height: .98; font-weight: 800; letter-spacing: -.02em; }
.eyebrow {
  font-family: var(--f-mono); font-size: .72rem; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase; color: var(--accent);
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: var(--accent); display: inline-block;
}
.eyebrow.center::before { display: none; }
.display { font-size: clamp(2.6rem, 7vw, 6.2rem); }
.kicker { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .16em; color: var(--muted); text-transform: uppercase; }

.lead { color: var(--muted); font-size: clamp(1rem,1.3vw,1.18rem); line-height: 1.7; }

/* ---------- HEX HELPERS ---------- */
.hexclip { clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
.hexflat { clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }

/* ---------- BUTTONS ---------- */
.btn {
  --b: var(--accent);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-body); font-size: .92rem; font-weight: 700; letter-spacing: .01em;
  border: none; cursor: pointer; padding: 15px 28px; position: relative;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), filter .25s, background .25s, color .25s;
}
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { filter: brightness(1.08); }
.btn-ghost {
  background: rgba(255,255,255,.04); color: var(--white);
  box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.22);
}
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--accent); color: var(--accent); }
.btn-dark { background: var(--bone-ink); color: var(--bone); }
.btn-dark:hover { filter: brightness(1.15); }
.btn-lg { padding: 18px 36px; font-size: 1rem; }
.btn-block { width: 100%; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:absolute; top:-200%; left:20px; background:var(--accent); color:var(--accent-ink); padding:10px 18px; font-weight:700; z-index:9999; clip-path: polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px); }
.skip-link:focus { top:14px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration:.01ms !important; transition-duration:.01ms !important; }
}

/* ---------- REVEAL ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .08s; }
[data-reveal][data-delay="2"] { transition-delay: .16s; }
[data-reveal][data-delay="3"] { transition-delay: .24s; }
[data-reveal][data-delay="4"] { transition-delay: .32s; }
[data-reveal][data-delay="5"] { transition-delay: .4s; }

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed; inset: 0 0 auto 0; height: var(--hh); z-index: 100;
  background: linear-gradient(180deg, rgba(6,9,15,.9), rgba(6,9,15,.55));
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--hair-2);
  transition: transform .4s ease;
}
.header[data-hidden="true"] { transform: translateY(-100%); }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--hh); gap: 24px; }
.brand img { height: 30px; width: auto; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { font-size: .82rem; font-weight: 600; color: var(--muted); letter-spacing: .01em; transition: color .2s; position: relative; }
.nav-links a::after { content:""; position:absolute; left:0; bottom:-6px; width:0; height:2px; background:var(--accent); transition:width .25s; }
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; width:44px; height:44px; justify-content:center; align-items:center; }
.nav-toggle span { display:block; width:24px; height:2px; background:var(--white); border-radius:2px; transition:transform .3s,opacity .3s; }
.header[data-open="true"] .nav-toggle span:nth-child(1){ transform:translateY(7px) rotate(45deg);}
.header[data-open="true"] .nav-toggle span:nth-child(2){ opacity:0;}
.header[data-open="true"] .nav-toggle span:nth-child(3){ transform:translateY(-7px) rotate(-45deg);}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh; padding: calc(var(--hh) + 4vh) 0 6vh;
  display: grid; align-items: center; position: relative; isolation: isolate; overflow: hidden;
}
.hero-photo { position: absolute; inset: 0; z-index: -2; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, var(--ink) 8%, rgba(6,9,15,.82) 38%, rgba(6,9,15,.34) 66%, rgba(6,9,15,.55) 100%),
    linear-gradient(0deg, var(--ink) 2%, transparent 30%);
}
/* honeycomb overlay on hero */
.hero-honeycomb {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='rgba(98,242,164,0.16)' stroke-width='1.2'><path d='M28 0 L56 16 L56 50 L28 66 L0 50 L0 16 Z'/><path d='M28 66 L56 82 L56 116 L28 132 L0 116 L0 82 Z'/></g></svg>");
  background-size: 56px 100px;
  mask-image: linear-gradient(90deg, transparent, black 60%);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 60%);
}
.hero-inner { max-width: 920px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px;
  font-family: var(--f-mono); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--white);
  background: rgba(255,255,255,.06); border: 1px solid var(--hair);
  padding: 9px 16px 9px 12px;
  clip-path: polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);
}
.hero-tag .dot { width: 8px; height: 8px; background: var(--accent); clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); }
.hero h1 { font-size: clamp(3rem, 9.4vw, 9rem); letter-spacing: -.035em; }
.hero h1 .out { color: transparent; -webkit-text-stroke: 1.6px rgba(244,247,248,.55); }
.hero h1 .accent { color: var(--accent); }
.hero-sub { margin: 30px 0 38px; max-width: 560px; font-size: clamp(1.02rem,1.4vw,1.22rem); color: var(--muted); line-height: 1.62; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-foot {
  margin-top: clamp(40px,6vh,72px); display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: flex-end;
  border-top: 1px solid var(--hair-2); padding-top: 26px;
}
.hero-meta { display: flex; flex-direction: column; gap: 14px; }
.hero-meta-item { display: flex; align-items: center; gap: 11px; font-size: .86rem; font-weight: 600; color: var(--muted); }
.hero-meta-item svg { width: 17px; height: 17px; color: var(--accent); flex-shrink: 0; }
.hero-meta-item strong { color: var(--white); font-weight: 700; }

/* countdown */
.cd { margin-left: auto; display: flex; align-items: flex-end; gap: 10px; }
.cd-unit { text-align: center; }
.cd-num { font-family: var(--f-display); font-weight: 800; font-size: clamp(2rem,3.4vw,2.9rem); line-height: 1; color: var(--white); font-variant-numeric: tabular-nums; }
.cd-sep { font-family: var(--f-display); font-weight: 800; font-size: 2rem; color: var(--accent); opacity: .5; }
.cd-lbl { font-family: var(--f-mono); font-size: .56rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-2); margin-top: 4px; }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair);
  background: var(--accent); overflow: hidden; padding: 14px 0;
  transition: background .3s;
}
.marquee-track { display: flex; width: max-content; animation: marquee 36s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span {
  display: inline-flex; align-items: center; gap: 26px; padding: 0 26px;
  font-family: var(--f-display); font-weight: 700; font-size: 1.15rem; color: var(--accent-ink); white-space: nowrap; letter-spacing: -.01em;
}
.marquee span::after { content: ""; width: 9px; height: 9px; background: var(--accent-ink); clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); opacity: .55; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   STATS
   ============================================================ */
.stats { background: var(--ink-2); border-bottom: 1px solid var(--hair-2); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat { padding: 44px 30px; border-right: 1px solid var(--hair-2); position: relative; }
.stat:last-child { border-right: none; }
.stat-num { font-family: var(--f-display); font-weight: 800; font-size: clamp(3rem,5vw,4.6rem); line-height: .9; color: var(--accent); letter-spacing: -.03em; }
.stat-num sup { font-size: .42em; vertical-align: super; }
.stat-desc { font-size: .85rem; color: var(--muted); margin-top: 14px; line-height: 1.5; }

/* ============================================================
   SECTION HEADER
   ============================================================ */
.shead { max-width: 760px; margin-bottom: clamp(48px,6vw,72px); }
.shead.center { margin-inline: auto; text-align: center; }
.shead h2 { font-size: clamp(2rem,4.4vw,3.6rem); margin: 18px 0 0; text-wrap: balance; }
.shead p { margin-top: 22px; }
.shead .eyebrow { margin-bottom: 4px; }
/* Left-aligned heads: title fills the content width (up to the photos/grid below);
   the supporting lead keeps a comfortable reading measure. */
.shead:not(.center) { max-width: none; }
.shead:not(.center) h2 { max-width: none; text-wrap: wrap; }
.shead:not(.center) p { max-width: none; }

/* ============================================================
   TEMA / MANIFESTO
   ============================================================ */
.tema-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,5vw,80px); align-items: center; }
.tema h2 { font-size: clamp(2.1rem,4.2vw,3.6rem); line-height: 1.04; text-wrap: balance; }
.tema h2 em { font-style: normal; color: var(--accent); display: block; margin-top: .12em; }
.tema p { color: var(--muted); margin-top: 20px; line-height: 1.72; font-size: 1.02rem; }
.campos { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 38px; }
.campo {
  position: relative; padding: 22px 22px 22px 24px; background: rgba(255,255,255,.025);
  border: 1px solid var(--hair-2); overflow: hidden; transition: border-color .25s, transform .25s, background .25s;
}
.campo::before { content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--accent); transform: scaleY(.3); transform-origin: top; transition: transform .3s; }
.campo:hover { border-color: var(--hair); background: rgba(98,242,164,.05); transform: translateY(-3px); }
.campo:hover::before { transform: scaleY(1); }
.campo h4 { font-size: .98rem; color: var(--white); margin-bottom: 8px; }
.campo span { font-family: var(--f-mono); font-size: .62rem; letter-spacing: .14em; color: var(--accent); text-transform: uppercase; }
.campo p { font-size: .82rem; color: var(--muted); margin-top: 8px; line-height: 1.55; }
/* hex framed photo */
.hexframe { position: relative; }
.hexframe img { width: 100%; height: clamp(420px,52vw,560px); object-fit: cover; clip-path: polygon(0 0, 100% 0, 100% 86%, 88% 100%, 0 100%); }
.hexframe::after { content:""; position:absolute; right:18px; bottom:-18px; width:120px; height:104px; background: var(--accent); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); opacity:.9; z-index:-1; }
.hexframe .badge {
  position: absolute; left: 18px; top: 18px; background: rgba(6,9,15,.7); backdrop-filter: blur(8px);
  border: 1px solid var(--hair); padding: 10px 16px; font-family: var(--f-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent);
}

/* ============================================================
   SETORES — honeycomb grid
   ============================================================ */
.setores { background: var(--ink-2); border-block: 1px solid var(--hair-2); }
.setores-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.setor {
  position: relative; padding: 30px 24px; background: var(--panel);
  border: 1px solid var(--hair-2); transition: transform .3s, border-color .3s, background .3s;
  overflow: hidden;
}
.setor::after { content:""; position:absolute; right:-30px; top:-30px; width:90px; height:78px; background: rgba(98,242,164,.06); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); transition: background .3s; }
.setor:hover { transform: translateY(-5px); border-color: var(--hair); background: var(--panel-2); }
.setor:hover::after { background: rgba(98,242,164,.14); }
.setor .ic { width: 42px; height: 42px; color: var(--accent); margin-bottom: 18px; }
.setor .ic svg { width: 100%; height: 100%; }
.setor h4 { font-size: 1rem; margin-bottom: 10px; }
.setor p { font-size: .8rem; color: var(--muted); line-height: 1.55; }
.setor .no { position: absolute; right: 16px; top: 14px; font-family: var(--f-mono); font-size: .66rem; color: var(--muted-2); z-index: 1; }

/* ============================================================
   POR QUE PATROCINAR — bento photo cards
   ============================================================ */
.bento { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; grid-auto-rows: 240px; }
.bcard {
  position: relative; overflow: hidden; border: 1px solid var(--hair-2);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 26px;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.bcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s ease; }
.bcard::after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(0deg, rgba(6,9,15,.95) 6%, rgba(6,9,15,.45) 55%, rgba(6,9,15,.2)); }
.bcard:hover { transform: translateY(-4px); }
.bcard:hover img { transform: scale(1.06); }
.bcard .no { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .1em; color: var(--accent); margin-bottom: 10px; }
.bcard h3 { font-size: 1.18rem; margin-bottom: 10px; line-height: 1.05; }
.bcard p { font-size: .84rem; color: #c5cde0; line-height: 1.5; }
.bcard.lg { grid-column: span 3; grid-row: span 2; }
.bcard.md { grid-column: span 3; }
.bcard.sm { grid-column: span 2; }

/* ============================================================
   ECOSSISTEMA
   ============================================================ */
.eco-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,5vw,80px); align-items: center; }
.eco h2 { font-size: clamp(2rem,4vw,3.2rem); }
.eco p { color: var(--muted); margin-top: 18px; line-height: 1.7; }
.eco-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.eco-tag { font-family: var(--f-mono); font-size: .74rem; letter-spacing: .06em; padding: 9px 16px; border: 1px solid var(--hair); background: rgba(255,255,255,.03); transition: border-color .2s, color .2s, background .2s; }
.eco-tag:hover { border-color: var(--accent); color: var(--accent); background: rgba(98,242,164,.06); }
.tri { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; align-items: center; }
.tri-item { display: flex; align-items: center; gap: 9px; font-size: .86rem; font-weight: 600; color: var(--muted); }
.tri-dot { width: 11px; height: 11px; clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); }
/* honeycomb photo cluster */
.eco-cluster { position: relative; min-height: 460px; }
.eco-cluster img { position: absolute; object-fit: cover; clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); }
.eco-cluster .h1 { width: 58%; aspect-ratio: 1/.92; left: 0; top: 6%; z-index: 2; }
.eco-cluster .h2 { width: 44%; aspect-ratio: 1/.92; right: 0; top: 0; }
.eco-cluster .h3 { width: 48%; aspect-ratio: 1/.92; right: 6%; bottom: 0; z-index: 2; }
.eco-cluster .hx { position: absolute; width: 30%; aspect-ratio: 1/.92; left: 16%; bottom: 4%; background: var(--accent); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); display:grid; place-items:center; }
.eco-cluster .hx svg { width: 40%; color: var(--accent-ink); }

/* ============================================================
   COTAS — light spotlight + interactive
   ============================================================ */
.cotas { background: var(--bone); color: var(--bone-ink); border-block: 1px solid rgba(0,0,0,.08); }
.cotas .eyebrow { color: #1f7a4d; }
.cotas .eyebrow::before { background: #1f7a4d; }
.cotas h2 { color: var(--bone-ink); }
.cotas .lead, .cotas .shead p { color: #4a5160; }
.cotas-honey { position: absolute; inset: 0; z-index: 0; opacity: .5; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='rgba(12,16,25,0.06)' stroke-width='1.2'><path d='M28 0 L56 16 L56 50 L28 66 L0 50 L0 16 Z'/><path d='M28 66 L56 82 L56 116 L28 132 L0 116 L0 82 Z'/></g></svg>");
  background-size: 56px 100px; mask-image: radial-gradient(ellipse at 50% 40%, black 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at 50% 40%, black 30%, transparent 75%); }

.tier-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.tier {
  position: relative; background: #fff; border: 1.5px solid rgba(12,16,25,.1);
  padding: 34px 30px; display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.tier:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(12,16,25,.14); }
.tier.feat { background: var(--bone-ink); color: var(--bone); border-color: var(--bone-ink); box-shadow: 0 40px 80px rgba(12,16,25,.28); }
.tier.feat .tier-name, .tier.feat .tier-price, .tier.feat .tier-li { color: var(--bone); }
.tier-flag {
  position: absolute; top: 0; right: 26px; transform: translateY(-50%);
  background: var(--accent); color: var(--accent-ink); font-family: var(--f-mono); font-size: .62rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; padding: 7px 14px;
  clip-path: polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);
}
.tier-tag { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: #1f7a4d; }
.tier.feat .tier-tag { color: var(--lime-bright); }
.tier-name { font-family: var(--f-display); font-weight: 800; font-size: 2rem; color: var(--bone-ink); margin: 8px 0 14px; letter-spacing: -.02em; }
.tier-price { font-family: var(--f-display); font-weight: 800; font-size: 2.5rem; color: var(--bone-ink); letter-spacing: -.03em; line-height: 1; }
.tier-price .cents { font-size: 1rem; color: #8a91a0; font-weight: 700; }
.tier-vagas { font-size: .8rem; color: #6a7080; margin-top: 10px; }
.tier.feat .tier-vagas { color: #aeb6c8; }
.tier-rule { height: 1px; background: rgba(12,16,25,.12); margin: 24px 0; border: none; }
.tier.feat .tier-rule { background: rgba(255,255,255,.14); }
.tier-list { list-style: none; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tier-li { display: flex; gap: 11px; align-items: flex-start; font-size: .86rem; color: #3a4150; line-height: 1.45; }
.tier-li::before { content:""; width: 13px; height: 12px; margin-top: 4px; flex-shrink: 0; background: var(--accent); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); }
.tier-cta { margin-top: 28px; }

/* impacto vector picker */
.vectors { margin-top: 26px; }
.vectors-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px; justify-content: space-between; margin-bottom: 26px; }
.vectors-head h3 { font-size: clamp(1.5rem,2.4vw,2rem); color: var(--bone-ink); }
.vectors-head p { font-size: .85rem; color: #5a6170; max-width: 420px; }
.vector-pick { display: flex; flex-direction: column; gap: 16px; }
.vseg { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.vseg button {
  display: flex; flex-direction: column;
  cursor: pointer; text-align: left; padding: 18px 20px; background: #fff; border: 1.5px solid rgba(12,16,25,.12);
  transition: border-color .25s, transform .25s, background .25s; position: relative;
  clip-path: polygon(0 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%);
}
.vseg button:hover { transform: translateY(-3px); }
.vseg button .vno { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .12em; color: #1f7a4d; text-transform: uppercase; }
.vseg button .vnm { font-family: var(--f-display); font-weight: 800; font-size: 1.3rem; color: var(--bone-ink); margin-top: 10px; }
.vseg button .vds { font-size: .78rem; color: #5a6170; margin-top: 6px; line-height: 1.45; }
.vseg button[aria-pressed="true"] { border-color: var(--bone-ink); background: var(--bone-ink); }
.vseg button[aria-pressed="true"] .vnm { color: var(--bone); }
.vseg button[aria-pressed="true"] .vno { color: var(--lime-bright); }
.vseg button[aria-pressed="true"] .vds { color: #aeb6c8; }
.vector-panel {
  background: #fff; border: 1.5px solid rgba(12,16,25,.1); padding: 28px 30px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: center;
}
.vp-title { font-family: var(--f-display); font-weight: 800; font-size: 1.4rem; color: var(--bone-ink); margin-bottom: 6px; }
.vp-sub { font-size: .84rem; color: #5a6170; margin-bottom: 20px; }
.vp-list { list-style: none; display: grid; gap: 10px; }
.vp-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: #3a4150; }
.vp-list li b { color: var(--bone-ink); font-weight: 800; font-family: var(--f-display); font-size: 1.05rem; min-width: 56px; }
.vp-meter { display: grid; gap: 14px; }
.meter { }
.meter-top { display: flex; justify-content: space-between; font-size: .74rem; font-family: var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: #6a7080; margin-bottom: 7px; }
.meter-bar { height: 9px; background: rgba(12,16,25,.08); overflow: hidden; }
.meter-fill { height: 100%; background: linear-gradient(90deg, var(--lime), #1f7a4d); transition: width .6s cubic-bezier(.2,.8,.2,1); clip-path: polygon(0 0,100% 0,calc(100% - 6px) 100%,0 100%); }

/* eco cota strip */
.ecocota { margin-top: 22px; display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center;
  background: #fff; border: 1.5px solid rgba(31,122,77,.4); padding: 30px 34px; }
.ecocota h4 { font-family: var(--f-display); font-weight: 800; font-size: 1.15rem; color: #1f7a4d; margin-bottom: 8px; }
.ecocota p { font-size: .85rem; color: #4a5160; line-height: 1.55; max-width: 720px; }

/* ============================================================
   MÍDIA / ALCANCE
   ============================================================ */
.midia-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.midia { position: relative; padding: 44px 32px; background: var(--panel); border: 1px solid var(--hair-2); overflow: hidden; }
.midia::before { content:""; position:absolute; left:-40px; bottom:-40px; width:140px; height:122px; background: rgba(157,92,255,.1); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); }
.midia-num { font-family: var(--f-display); font-weight: 800; font-size: clamp(3.4rem,6vw,5rem); line-height: .85; color: var(--accent); letter-spacing: -.04em; }
.midia-desc { font-size: 1rem; font-weight: 700; margin-top: 14px; }
.midia-detail { font-size: .82rem; color: var(--muted); margin-top: 8px; line-height: 1.5; }

/* ============================================================
   GALERIA
   ============================================================ */
.galeria-grid { columns: 3 280px; column-gap: 14px; }
.gitem { break-inside: avoid; margin-bottom: 14px; overflow: hidden; position: relative; }
.gitem img { width: 100%; transition: transform .5s ease; }
.gitem:hover img { transform: scale(1.05); }
.gitem::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(157,92,255,.18), transparent 60%); opacity:0; transition:opacity .3s; }
.gitem:hover::after { opacity: 1; }

/* ============================================================
   VENUE
   ============================================================ */
.venue { background: var(--ink-2); border-block: 1px solid var(--hair-2); }
.venue-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px,5vw,72px); align-items: center; }
.venue h2 { font-size: clamp(2rem,4vw,3.2rem); }
.venue p { color: var(--muted); margin-top: 18px; line-height: 1.7; }
.venue-info { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.vinfo { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; background: rgba(255,255,255,.025); border: 1px solid var(--hair-2); }
.vinfo .ic { width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; background: var(--accent); color: var(--accent-ink); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); }
.vinfo .ic svg { width: 18px; height: 18px; }
.vinfo strong { display: block; color: var(--white); font-size: .92rem; }
.vinfo span { font-size: .82rem; color: var(--muted); }

/* ============================================================
   SUBSÍDIOS
   ============================================================ */
.sub-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.subc { padding: 34px 28px; background: var(--panel); border: 1px solid var(--hair-2); text-align: center; position: relative; overflow: hidden; }
.subc-num { font-family: var(--f-display); font-weight: 800; font-size: 3rem; color: var(--accent); line-height: 1; }
.subc h4 { font-size: 1rem; margin: 12px 0 10px; }
.subc p { font-size: .82rem; color: var(--muted); line-height: 1.55; }

/* ============================================================
   FORM
   ============================================================ */
.form { background: var(--ink-2); border-top: 1px solid var(--hair-2); }
.form-wrap { max-width: 760px; margin-inline: auto; }
.form-head { text-align: center; margin-bottom: 44px; }
.form-head h2 { font-size: clamp(2rem,4vw,3.2rem); }
.form-head p { color: var(--muted); margin-top: 18px; }
.wa-cta { width:100%; margin-bottom: 26px; background: var(--accent); color: var(--accent-ink); }
.form-divider { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.form-divider span { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .14em; color: var(--muted-2); white-space: nowrap; }
.form-divider .ln { flex: 1; height: 1px; background: var(--hair); }
form { text-align: left; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fg { display: flex; flex-direction: column; gap: 7px; }
.fg.full { grid-column: 1 / -1; }
label { font-family: var(--f-mono); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
input, select, textarea {
  font-family: var(--f-body); font-size: .92rem; background: rgba(255,255,255,.04);
  border: 1px solid var(--hair); color: var(--white); padding: 14px 16px; outline: none;
  transition: border-color .2s, background .2s; width: 100%;
}
input::placeholder, textarea::placeholder { color: var(--muted-2); }
input:focus, select:focus, textarea:focus { border-color: var(--accent); background: rgba(98,242,164,.04); }
select option { background: var(--panel); }
textarea { resize: vertical; min-height: 110px; }
.fsubmit { text-align: center; margin-top: 26px; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #ff6b6b !important; }
.ferr { font-size: .72rem; color: #ff8585; margin-top: 2px; display: none; }
.ferr.on { display: block; }
.ffeed { display: none; margin-top: 20px; padding: 16px; text-align: center; font-weight: 600; font-size: .9rem; }
.ffeed.ok { display: block; background: rgba(98,242,164,.12); border: 1px solid rgba(98,242,164,.3); color: var(--accent); }
.ffeed.sending { display: block; background: rgba(255,255,255,.05); border: 1px solid var(--hair); color: var(--muted); }
.ffeed.err { display: block; background: rgba(255,90,90,.1); border: 1px solid rgba(255,90,90,.32); color: #ff8585; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta { text-align: center; padding: clamp(80px,10vw,140px) 0; position: relative; overflow: hidden; }
.cta::before { content:""; position:absolute; inset:0; z-index:0; opacity:.6;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='rgba(98,242,164,0.1)' stroke-width='1.2'><path d='M28 0 L56 16 L56 50 L28 66 L0 50 L0 16 Z'/><path d='M28 66 L56 82 L56 116 L28 132 L0 116 L0 82 Z'/></g></svg>");
  background-size: 56px 100px; mask-image: radial-gradient(ellipse at 50% 50%, black, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black, transparent 70%); }
.cta h2 { font-size: clamp(2.2rem,5.4vw,4.6rem); max-width: 14ch; margin-inline: auto; }
.cta h2 em { font-style: normal; color: var(--accent); }
.cta p { color: var(--muted); margin: 22px auto 38px; max-width: 50ch; }
.cta-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; position: relative; z-index: 1; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot { background: var(--ink); border-top: 1px solid var(--hair-2); padding: 56px 0 36px; }
.foot-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; align-items: flex-start; }
.foot-brand img { height: 30px; margin-bottom: 14px; }
.foot-brand p { font-size: .82rem; color: var(--muted); max-width: 280px; }
.foot-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.foot-col h5 { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 14px; }
.foot-col a { display: block; font-size: .85rem; color: var(--muted); margin-bottom: 9px; transition: color .2s; }
.foot-col a:hover { color: var(--accent); }
.foot-bottom { border-top: 1px solid var(--hair-2); margin-top: 44px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .76rem; color: var(--muted-2); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* ============================================================
   COTAS — DARK VARIANT (tweak)
   ============================================================ */
body[data-cotas="dark"] .cotas { background: var(--ink-2); color: var(--white); border-block-color: var(--hair-2); }
body[data-cotas="dark"] .cotas .eyebrow { color: var(--accent); }
body[data-cotas="dark"] .cotas .eyebrow::before { background: var(--accent); }
body[data-cotas="dark"] .cotas h2 { color: var(--white); }
body[data-cotas="dark"] .cotas .lead { color: var(--muted); }
body[data-cotas="dark"] .cotas-honey { display: none; }
body[data-cotas="dark"] .tier { background: var(--panel); border-color: var(--hair); }
body[data-cotas="dark"] .tier:hover { box-shadow: 0 30px 60px rgba(0,0,0,.5); }
body[data-cotas="dark"] .tier.feat { background: var(--panel-2); border-color: var(--accent); box-shadow: 0 0 60px rgba(98,242,164,.14); }
body[data-cotas="dark"] .tier-name, body[data-cotas="dark"] .tier-price { color: var(--white); }
body[data-cotas="dark"] .tier-price .cents { color: var(--muted-2); }
body[data-cotas="dark"] .tier-tag { color: var(--accent); }
body[data-cotas="dark"] .tier-vagas { color: var(--muted); }
body[data-cotas="dark"] .tier-rule { background: var(--hair); }
body[data-cotas="dark"] .tier-li { color: var(--muted); }
body[data-cotas="dark"] .tier-li b { color: var(--white); }
body[data-cotas="dark"] .cotas .btn-dark { background: rgba(255,255,255,.05); color: var(--white); box-shadow: inset 0 0 0 1.5px var(--hair); }
body[data-cotas="dark"] .cotas .btn-dark:hover { box-shadow: inset 0 0 0 1.5px var(--accent); color: var(--accent); filter: none; }
body[data-cotas="dark"] .vectors-head h3 { color: var(--white); }
body[data-cotas="dark"] .vectors-head p { color: var(--muted); }
body[data-cotas="dark"] .vseg button { background: var(--panel); border-color: var(--hair); }
body[data-cotas="dark"] .vseg button .vnm { color: var(--white); }
body[data-cotas="dark"] .vseg button .vno { color: var(--accent); }
body[data-cotas="dark"] .vseg button .vds { color: var(--muted); }
body[data-cotas="dark"] .vseg button[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); }
body[data-cotas="dark"] .vseg button[aria-pressed="true"] .vnm { color: var(--accent-ink); }
body[data-cotas="dark"] .vseg button[aria-pressed="true"] .vno { color: var(--accent-ink); opacity: .7; }
body[data-cotas="dark"] .vseg button[aria-pressed="true"] .vds { color: var(--accent-ink); opacity: .75; }
body[data-cotas="dark"] .vector-panel { background: var(--panel); border-color: var(--hair); }
body[data-cotas="dark"] .vp-title { color: var(--white); }
body[data-cotas="dark"] .vp-sub { color: var(--muted); }
body[data-cotas="dark"] .vp-list li { color: var(--muted); }
body[data-cotas="dark"] .vp-list li b { color: var(--white); }
body[data-cotas="dark"] .meter-top { color: var(--muted-2); }
body[data-cotas="dark"] .meter-bar { background: rgba(255,255,255,.08); }
body[data-cotas="dark"] .ecocota { background: rgba(98,242,164,.05); border-color: rgba(98,242,164,.3); }
body[data-cotas="dark"] .ecocota h4 { color: var(--accent); }
body[data-cotas="dark"] .ecocota p { color: var(--muted); }

@media (max-width: 1080px) {
  .tema-grid, .eco-grid, .venue-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--hair-2); }
  .setores-grid { grid-template-columns: repeat(2,1fr); }
  .tier-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .vseg { grid-template-columns: 1fr; }
  .vector-panel { grid-template-columns: 1fr; gap: 22px; }
  .bento { grid-template-columns: repeat(2,1fr); grid-auto-rows: 220px; }
  .bcard.lg, .bcard.md, .bcard.sm { grid-column: span 1; grid-row: span 1; }
  .bcard.lg { grid-column: span 2; }
  .midia-grid, .sub-grid { grid-template-columns: 1fr; }
  .eco-cluster { min-height: 380px; }
  .cd { margin-left: 0; width: 100%; }
}
@media (max-width: 760px) {
  :root { --hh: 66px; }
  .wrap { width: calc(100% - 36px); }
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; left: 14px; right: 14px; top: calc(var(--hh) + 8px);
    display: grid; gap: 4px; padding: 14px; background: rgba(10,14,26,.97);
    border: 1px solid var(--hair); box-shadow: var(--shadow);
    transform: translateY(-12px); opacity: 0; pointer-events: none; transition: transform .3s, opacity .3s;
  }
  .nav-links a { padding: 10px 6px; }
  .header[data-open="true"] .nav-links { transform: none; opacity: 1; pointer-events: auto; }
  .nav-desktop-cta { display: none; }
  .campos { grid-template-columns: 1fr; }
  .setores-grid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .bcard.lg { grid-column: span 1; }
  .galeria-grid { columns: 2 160px; }
  .fgrid { grid-template-columns: 1fr; }
  .ecocota, .foot-bottom { grid-template-columns: 1fr; }
  .ecocota { display: flex; flex-direction: column; align-items: flex-start; }
  .hero-foot { flex-direction: column; align-items: flex-start; }
}
