:root {
  --forest: #073d2b;
  --forest-2: #0b4a34;
  --forest-3: #126044;
  --lime: #b9e330;
  --lime-soft: #e4f3a2;
  --sand: #f1ebdd;
  --paper: #f8f3e8;
  --ink: #18372b;
  --muted: #68756e;
  --line: rgba(7, 61, 43, .15);
  --warm: #ff633f;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 20px 60px rgba(18, 39, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.55; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 3px; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--lime), var(--warm)); }

.site-header { position: fixed; inset: 18px 3.5% auto; z-index: 50; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; padding: 8px 10px 8px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(4, 49, 34, .9); color: white; backdrop-filter: blur(18px); box-shadow: 0 12px 35px rgba(0,0,0,.16); }
.brand { display: flex; align-items: center; width: max-content; }
.brand img { width: 138px; height: 50px; object-fit: contain; }
nav { justify-self: center; display: flex; gap: 25px; font-size: 12px; color: rgba(255,255,255,.72); }
nav a { transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--lime); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 7px; }
.header-cta { padding: 10px 14px; border-radius: 10px; color: white; background: var(--warm); font-size: 12px; font-weight: 800; }
.present-button { display: flex; align-items: center; gap: 7px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(255,255,255,.07); color: white; cursor: pointer; }
.present-button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.present-button:hover { background: rgba(255,255,255,.13); }

.hero-shell { position: relative; min-height: 820px; padding: 160px 7% 90px; display: grid; grid-template-columns: 1fr; align-items: center; overflow: hidden; color: white; background-image: url("assets/conecta-hero.png"); background-size: cover; background-position: center; }
.hero-shell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,50,35,.24) 0%, rgba(5,50,35,.04) 48%, transparent 70%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-orbit { position: absolute; width: 580px; height: 580px; right: -250px; top: 90px; border: 1px solid rgba(197,233,90,.11); border-radius: 50%; }
.orbit-two { width: 760px; height: 760px; right: -340px; top: 5px; }
.hero-content, .hero-panel { position: relative; z-index: 2; }
.hero-content { width: min(700px, 53%); }
.eyebrow, .kicker { display: flex; align-items: center; gap: 9px; color: #56665c; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { color: rgba(255,255,255,.72); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(197,233,90,.10); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h1 { max-width: 780px; margin-top: 28px; font-size: clamp(54px, 5.2vw, 78px); line-height: .98; font-weight: 800; }
h1 em { color: var(--warm); font-style: normal; }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 22px; border-radius: 13px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--warm); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.28); background: rgba(3,44,30,.34); }
.button-orange { color: white; background: var(--warm); }
.hero-facts { max-width: 650px; margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.hero-facts div { padding: 18px 18px 0 0; display: grid; }
.hero-facts b { color: var(--lime); font: 800 27px/1 "Manrope", sans-serif; }
.hero-facts span { margin-top: 7px; color: rgba(255,255,255,.74); font-size: 11px; }

.signal-card { position: relative; max-width: 540px; margin-left: auto; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 32px; background: linear-gradient(155deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); box-shadow: 0 30px 90px rgba(0,0,0,.22); backdrop-filter: blur(14px); overflow: hidden; }
.signal-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 20%, rgba(197,233,90,.07), transparent 70%); pointer-events: none; }
.signal-label { color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.city-pair { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; font-family: "Manrope", sans-serif; font-size: 16px; }
.signal-line { flex: 1; display: flex; align-items: center; }
.signal-line::before, .signal-line::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.16); }
.signal-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
.signal-line b { width: 8px; height: 8px; margin: 0 10px; border: 2px solid var(--lime); border-radius: 50%; }
.panel-map { min-height: 260px; display: grid; place-items: center; }
.panel-map svg { width: 100%; overflow: visible; }
.panel-map .contour { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 1; }
.panel-map .contour-two { stroke: rgba(255,255,255,.045); }
.panel-map .route { fill: none; stroke: url(#route); stroke-width: 2.4; stroke-linecap: round; stroke-dasharray: 4 9; }
.panel-map circle { fill: var(--forest); stroke: var(--lime); stroke-width: 3; }
.panel-map .leaf-icon { fill: rgba(197,233,90,.08); stroke: var(--lime); stroke-width: 1.6; stroke-linecap: round; }
.micro-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.1); }
.micro-stats div { padding: 20px 12px 2px; display: grid; text-align: center; }
.micro-stats div + div { border-left: 1px solid rgba(255,255,255,.1); }
.micro-stats b { color: var(--lime); font: 700 27px/1 "Manrope", sans-serif; }
.micro-stats span { margin-top: 8px; color: rgba(255,255,255,.5); font-size: 11px; }

.section { padding: 120px 7%; }
.section-light { background: var(--paper); }
.section-dark { color: white; background: var(--forest); }
.section-sand { background: var(--sand); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9%; align-items: end; max-width: 1400px; margin: 0 auto 60px; }
.section-heading h2 { margin-top: 16px; font-size: clamp(38px, 4vw, 64px); line-height: 1.06; font-weight: 700; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.dark > p { color: rgba(255,255,255,.59); }
.lime { color: var(--lime); }

.vision-inspiration { min-height: 72vh; max-width: 1400px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; }
.vision-inspiration h2 { max-width: 1160px; margin: 24px 0 48px; font-size: clamp(48px, 5.6vw, 84px); line-height: 1.02; }
.vision-copy { max-width: 1120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.vision-copy p { margin: 0; color: var(--muted); font-size: 19px; line-height: 1.75; }
.vision-copy p:first-child { color: var(--forest); font-size: 24px; font-weight: 600; line-height: 1.5; }
.why-participate { margin-top: 58px; padding: 38px 0; border-top: 1px solid rgba(7,61,43,.2); border-bottom: 1px solid rgba(7,61,43,.2); }
.why-participate h3 { margin-bottom: 26px; color: var(--forest); font-size: clamp(31px, 3vw, 46px); }
.why-participate ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; list-style: none; }
.why-participate li { min-height: 118px; padding: 24px; display: grid; grid-template-columns: 38px 1fr; gap: 18px; align-items: start; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.58); }
.why-participate li span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--forest); background: var(--lime-soft); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.why-participate li p { margin: 2px 0 0; color: var(--forest); font: 700 18px/1.45 "Manrope", sans-serif; letter-spacing: -.02em; }
.vision-inspiration blockquote { max-width: 1180px; margin: 58px 0 0; padding: 26px 0 0 34px; border-top: 1px solid rgba(7,61,43,.2); border-left: 5px solid var(--warm); color: var(--forest); font: 700 clamp(24px, 2.4vw, 36px)/1.3 "Manrope", sans-serif; letter-spacing: -.03em; }

.overview-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.overview-grid article { min-height: 390px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.overview-grid h3 { margin: 18px 0 14px; font-size: 27px; line-height: 1.12; }
.overview-grid p { color: var(--muted); }
.principle-card { display: flex; flex-direction: column; color: white; background: var(--forest) !important; overflow: hidden; position: relative; }
.principle-card::after { content: ""; position: absolute; width: 340px; height: 340px; right: -190px; bottom: -180px; border: 80px solid rgba(197,233,90,.08); border-radius: 50%; }
.principle-card h3 { max-width: 390px; color: var(--lime); font-size: 39px; }
.principle-card > p { max-width: 550px; color: rgba(255,255,255,.65); }
.card-index { color: #78857c; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.principle-card .card-index { color: rgba(255,255,255,.45); }
.not-required { margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.not-required > span { color: var(--lime); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.not-required ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.not-required li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: rgba(255,255,255,.68); font-size: 12px; }
.icon-box { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 74px; border-radius: 15px; color: var(--forest); background: var(--lime-soft); }
.icon-box.warm { color: #7e3f18; background: #f6dfce; }
.icon-box svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.logic-strip { max-width: 1400px; margin: 22px auto 0; padding: 19px 30px; display: flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid var(--line); border-radius: 16px; color: #536259; background: rgba(255,255,255,.6); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.logic-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--warm); }

.journey-layout { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; }
.journey-rail { position: relative; display: grid; }
.journey-rail::before { content: ""; position: absolute; top: 29px; bottom: 29px; left: 28px; width: 1px; background: rgba(255,255,255,.11); }
.journey-step { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; gap: 20px; padding: 12px 14px; border: 0; border-radius: 15px; color: rgba(255,255,255,.52); background: transparent; text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.journey-step:hover { color: white; background: rgba(255,255,255,.045); }
.journey-step.active { color: white; background: rgba(197,233,90,.085); transform: translateX(8px); }
.journey-step > span { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: rgba(255,255,255,.56); background: var(--forest); font-size: 10px; font-weight: 700; }
.journey-step.active > span { color: var(--forest); border-color: var(--lime); background: var(--lime); }
.journey-step div { display: grid; }
.journey-step b { font-family: "Manrope", sans-serif; font-size: 15px; }
.journey-step small { margin-top: 3px; color: inherit; font-size: 11px; }
.journey-focus { min-height: 500px; padding: 38px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: linear-gradient(155deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.focus-topline { display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.focus-icon { width: 70px; height: 70px; margin: 48px 0 30px; display: grid; place-items: center; border-radius: 21px; color: var(--lime); background: rgba(197,233,90,.1); }
.focus-icon svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.journey-focus h3 { max-width: 650px; font-size: clamp(30px, 3vw, 47px); line-height: 1.1; }
.journey-focus > p { max-width: 730px; margin: 19px 0 30px; color: rgba(255,255,255,.62); font-size: 16px; }
.learning-block { padding: 18px 20px; display: grid; gap: 6px; border-left: 3px solid var(--lime); background: rgba(197,233,90,.065); }
.learning-block span, .evidence-row span { color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.learning-block strong { font-size: 14px; }
.evidence-row { display: flex; justify-content: space-between; gap: 24px; margin-top: 16px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.08); }
.evidence-row span { color: rgba(255,255,255,.35); text-transform: uppercase; }
.evidence-row b { color: rgba(255,255,255,.67); font-size: 12px; text-align: right; }

.schedule-panel { max-width: 1400px; margin: 70px auto 0; padding: 28px; border-radius: 24px; color: var(--ink); background: var(--paper); }
.schedule-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.schedule-header h3 { margin-top: 8px; font-size: 30px; }
.filter-group { display: flex; gap: 6px; padding: 4px; border-radius: 12px; background: #e9e7df; }
.filter { padding: 8px 12px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; font-size: 12px; cursor: pointer; }
.filter.active { color: white; background: var(--forest); }
.schedule-track { margin-top: 28px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.schedule-event { position: relative; min-height: 175px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; transition: transform .2s ease, opacity .25s ease; cursor: pointer; }
.schedule-event:hover { transform: translateY(-4px); box-shadow: 0 12px 25px rgba(18,39,29,.08); }
.schedule-event.hidden { display: none; }
.schedule-event::before { content: ""; position: absolute; left: 18px; top: 0; width: 32px; height: 3px; border-radius: 0 0 5px 5px; background: var(--event-color, var(--lime)); }
.schedule-event time { color: #7b887f; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.schedule-event h4 { margin: 23px 0 8px; font: 700 14px/1.25 "Manrope", sans-serif; }
.schedule-event p { margin: 0; color: var(--muted); font-size: 11px; }
.event-tag { position: absolute; left: 18px; bottom: 14px; font-size: 9px; font-weight: 700; color: #758278; text-transform: uppercase; letter-spacing: .08em; }
.schedule-note { margin-top: 15px; color: #7b867e; font-size: 11px; }
.schedule-note span { color: var(--warm); margin-right: 5px; }

.section-heading-actions { display: grid; justify-items: start; gap: 22px; }
.section-heading-actions p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.regulation-button { min-height: 48px; color: white; background: var(--forest); }
.regulation-button:hover { background: var(--forest-3); }

.tabs { max-width: 1400px; margin: 0 auto 24px; display: flex; gap: 6px; padding: 6px; width: max-content; max-width: 100%; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.55); }
.tab { min-width: 180px; padding: 12px 18px; border: 0; border-radius: 10px; color: var(--muted); background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.tab.active { color: white; background: var(--forest); }
.tab-panel { max-width: 1400px; margin: 0 auto; }
.selection-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; }
.criteria-card, .simulator-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 40px rgba(19,42,31,.045); }
.status-chip { display: inline-flex; width: max-content; padding: 6px 9px; border-radius: 7px; color: #46601d; background: var(--lime-soft); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.criteria-heading h3, .simulator-heading h3 { margin: 15px 0 9px; font-size: 29px; }
.criteria-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.gate-row { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: start; margin: 28px 0 18px; padding: 17px; border-radius: 14px; background: #f2f6e4; }
.gate-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-weight: 800; }
.gate-row b { font-size: 13px; }
.gate-row p { margin: 3px 0 0; color: #65735f; font-size: 11px; }
.gate-label { margin-top: 4px; color: #5d711b; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.score-list { border-top: 1px solid var(--line); }
.score-list div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 2px; border-bottom: 1px solid var(--line); font-size: 13px; }
.score-list b { color: var(--forest-3); }
.tie-break { margin-top: 20px; padding: 17px; border: 1px dashed #d4cfc2; border-radius: 14px; }
.tie-break b { font-size: 12px; }
.tie-break p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.simulator-card { margin: 0; }
.simulator-heading { display: flex; justify-content: space-between; align-items: start; }
.simulator-heading h3 { margin: 8px 0 0; }
.score-badge { min-width: 76px; color: var(--forest); font: 700 35px/1 "Manrope", sans-serif; text-align: right; }
.score-badge span { color: #9aa39d; font-size: 12px; }
.field-label { display: block; margin: 28px 0 8px; color: #5f6a63; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 4px; border-radius: 12px; background: #eeece5; }
.segment { padding: 9px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; cursor: pointer; }
.segment.active { color: white; background: var(--forest-2); }
.toggle-row { margin: 16px 0 22px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }
.toggle-row span { display: grid; }
.toggle-row b { font-size: 13px; }
.toggle-row small { color: var(--muted); font-size: 11px; }
.toggle-row input { position: absolute; opacity: 0; pointer-events: none; }
.toggle-row i { position: relative; width: 43px; height: 24px; flex: 0 0 43px; border-radius: 20px; background: #cdd1cd; transition: background .2s ease; }
.toggle-row i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: white; box-shadow: 0 2px 5px rgba(0,0,0,.18); transition: transform .2s ease; }
.toggle-row input:checked + i { background: var(--forest-3); }
.toggle-row input:checked + i::after { transform: translateX(19px); }
.slider-field { margin-top: 15px; }
.slider-field > div { display: flex; justify-content: space-between; font-size: 12px; }
.slider-field output { color: var(--forest-3); font-weight: 800; }
input[type="range"] { width: 100%; height: 5px; margin: 10px 0 0; appearance: none; border-radius: 10px; background: linear-gradient(90deg, var(--forest-3) var(--fill, 50%), #dfe2dd var(--fill, 50%)); outline: none; }
input[type="range"]::-webkit-slider-thumb { appearance: none; width: 17px; height: 17px; border: 3px solid white; border-radius: 50%; background: var(--forest-3); box-shadow: 0 1px 7px rgba(0,0,0,.25); cursor: pointer; }
input[type="range"]::-moz-range-thumb { width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; background: var(--forest-3); cursor: pointer; }
.simulator-result { margin-top: 25px; padding: 17px; display: flex; gap: 14px; border-radius: 14px; color: white; background: var(--forest-2); }
.simulator-result.locked { color: var(--ink); background: #ece9e1; }
.result-mark { width: 33px; height: 33px; display: grid; place-items: center; flex: 0 0 33px; border-radius: 50%; color: var(--forest); background: var(--lime); font-weight: 800; }
.locked .result-mark { color: #777; background: #d8d5ce; }
.simulator-result div { display: grid; }
.simulator-result small { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.locked small { color: #777; }
.simulator-result strong { margin-top: 3px; font-family: "Manrope", sans-serif; font-size: 15px; }
.simulator-result p { margin: 2px 0 0; color: rgba(255,255,255,.58); font-size: 10px; }
.locked p { color: #777; }
.disclaimer { margin: 11px 0 0; color: #8c958f; font-size: 9px; line-height: 1.45; }

.property-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.property-intro, .property-steps { min-height: 520px; margin: 0; padding: 40px; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.property-intro h3 { margin: 25px 0 18px; max-width: 620px; font-size: clamp(31px, 3vw, 48px); line-height: 1.08; }
.property-intro > p { color: var(--muted); }
.property-pillars { margin-top: 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.property-pillars div { padding: 18px; display: grid; border-radius: 15px; background: var(--sand); }
.property-pillars span { color: var(--warm); font-size: 10px; font-weight: 800; }
.property-pillars b { margin-top: 9px; }
.property-pillars small { margin-top: 4px; color: var(--muted); }
.property-steps { padding: 24px 38px; list-style: none; }
.property-steps li { position: relative; min-height: 92px; display: grid; grid-template-columns: auto 1fr; gap: 17px; align-items: start; padding: 20px 0; }
.property-steps li + li { border-top: 1px solid var(--line); }
.property-steps li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime-soft); font-weight: 800; font-size: 11px; }
.property-steps b { font-family: "Manrope", sans-serif; }
.property-steps p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }

.indicator-summary { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 20px; padding: 5px 5px 10px; }
.indicator-summary h3 { margin-top: 10px; font-size: 31px; }
.indicator-legend { display: flex; gap: 15px; color: var(--muted); font-size: 11px; }
.indicator-legend span { display: flex; align-items: center; gap: 6px; }
.indicator-legend i { width: 8px; height: 8px; border-radius: 2px; background: var(--lime); }
.indicator-legend i.outcome { background: var(--warm); }
.indicator-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.indicator-card { position: relative; min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; overflow: hidden; }
.indicator-card::after { content: ""; position: absolute; left: 0; bottom: 0; height: 4px; width: var(--target-width); background: var(--indicator-color, var(--lime)); }
.indicator-card header { display: flex; align-items: start; justify-content: space-between; gap: 10px; }
.indicator-card .type { color: #7c887f; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.indicator-card .icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--forest); background: var(--lime-soft); }
.indicator-card.outcome .icon { color: #8a461b; background: #f7dfcc; }
.indicator-card .metric { margin-top: 25px; color: var(--forest); font: 800 29px/1 "Manrope", sans-serif; }
.indicator-card h4 { margin: 11px 0 6px; font: 700 14px/1.25 "Manrope", sans-serif; }
.indicator-card p { margin: 0; color: var(--muted); font-size: 10px; }
.measurement-note { margin-top: 14px; padding: 20px 24px; display: flex; align-items: center; gap: 35px; border-radius: 15px; color: white; background: var(--forest); }
.measurement-note b { flex: 0 0 auto; color: var(--lime); font-family: "Manrope", sans-serif; }
.measurement-note p { margin: 0; color: rgba(255,255,255,.63); font-size: 12px; }

footer { padding: 35px 7%; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: #0a1f17; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 140px; height: 62px; object-fit: contain; }
.footer-brand span { display: grid; }
.footer-brand b { font-family: "Manrope", sans-serif; font-size: 13px; }
.footer-brand small, footer p { color: rgba(255,255,255,.45); font-size: 10px; }
.initiative-lockup { width: min(330px, 35vw); height: 74px; object-fit: contain; }

/* Visual system aligned with the program presentation */
.section-light { position: relative; background-color: var(--paper); background-image: radial-gradient(circle at 9% 8%, rgba(255,99,63,.11) 0 52px, transparent 53px), linear-gradient(rgba(7,61,43,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(7,61,43,.025) 1px, transparent 1px); background-size: auto, 55px 55px, 55px 55px; }
.section-light::before { content: ""; position: absolute; right: 0; top: 0; width: 270px; height: 150px; border-top: 2px solid rgba(7,61,43,.2); border-radius: 0 0 0 100%; pointer-events: none; }
.orange { color: var(--warm); }
.principle-card h3 { color: var(--lime); }
.logic-strip { border-color: rgba(7,61,43,.18); box-shadow: 0 12px 30px rgba(7,61,43,.06); }

.audience-feature { position: relative; min-height: 760px; max-width: 1400px; margin: 80px auto 0; padding: 62px; border: 1px solid rgba(7,61,43,.12); border-radius: 34px; background: var(--paper) url("assets/conecta-publico.png") center/cover no-repeat; overflow: hidden; box-shadow: var(--shadow); }
.audience-copy { width: 53%; }
.audience-copy h3 { margin: 16px 0; font-size: clamp(38px, 4vw, 61px); line-height: 1.02; }
.audience-copy > p { max-width: 620px; color: var(--muted); font-size: 16px; }
.audience-copy .button { margin-top: 18px; }
.audience-levels { width: 60%; margin-top: 42px; display: grid; gap: 10px; }
.audience-levels article { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 22px; border: 1px solid rgba(7,61,43,.14); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 12px 28px rgba(7,61,43,.08); backdrop-filter: blur(10px); }
.audience-number { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--warm); font-size: 11px; font-weight: 800; }
.audience-levels small { color: var(--warm); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.audience-levels h4 { margin: 6px 0 7px; font: 800 18px/1.2 "Manrope", sans-serif; }
.audience-levels p, .audience-levels li { color: var(--muted); font-size: 11px; }
.audience-levels p { margin: 0; }
.audience-levels b { display: block; margin-top: 8px; color: var(--forest-3); font-size: 11px; }
.audience-levels ul { margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 5px 18px; list-style: none; }
.audience-levels li { position: relative; padding-left: 13px; }
.audience-levels li::before { content: ""; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.network-level .audience-number { color: var(--forest); background: var(--lime); }

.section-dark { position: relative; background-color: var(--forest); background-image: linear-gradient(125deg, transparent 75%, rgba(255,99,63,.12) 75%), repeating-radial-gradient(ellipse at 5% 95%, transparent 0 14px, rgba(185,227,48,.08) 15px 16px); }
.section-dark::before { content: ""; position: absolute; right: 8%; top: 55px; width: 90px; height: 90px; background-image: radial-gradient(var(--lime) 2px, transparent 2px); background-size: 15px 15px; opacity: .4; }
.journey-step.active { background: rgba(185,227,48,.1); }
.schedule-panel { border-top: 6px solid var(--warm); }
.schedule-track { grid-template-columns: repeat(5, 1fr); }

.selection-process { margin: 26px 0 18px; display: flex; align-items: center; gap: 7px; }
.selection-process div { flex: 1; display: grid; gap: 7px; color: var(--muted); font-size: 9px; line-height: 1.25; }
.selection-process div span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-size: 9px; }
.selection-process i { flex: 0 0 14px; height: 1px; background: rgba(7,61,43,.2); }
.score-total { margin-top: 2px; color: var(--forest); background: #f3f7e4; padding-inline: 12px !important; }
.score-stack { display: grid; justify-items: end; gap: 6px; }
.score-stack small { color: var(--warm); font-size: 10px; font-weight: 800; }
.eligibility-checks { margin: 0 0 22px; padding: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; border-radius: 14px; background: #f5f1e7; }
.eligibility-checks label { display: flex; align-items: flex-start; gap: 8px; color: #53665b; font-size: 10px; cursor: pointer; }
.eligibility-checks input, .faeg-check input { margin-top: 2px; accent-color: var(--forest-3); }
.rubric-field { margin-top: 14px; }
.rubric-field label { display: block; margin-bottom: 6px; color: #5f6a63; font-size: 11px; font-weight: 700; }
.rubric-field select { width: 100%; padding: 11px 34px 11px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-size: 11px; outline: none; }
.rubric-field select:focus { border-color: var(--warm); box-shadow: 0 0 0 3px rgba(255,99,63,.12); }
.faeg-check { margin-top: 14px; padding: 11px 13px; display: flex; align-items: flex-start; gap: 9px; border: 1px dashed rgba(7,61,43,.25); border-radius: 11px; cursor: pointer; }
.faeg-check span { display: grid; }
.faeg-check b { font-size: 11px; }
.faeg-check small { color: var(--muted); font-size: 9px; }
.status-chip { color: #fff; background: var(--warm); }
.gate-row { background: #eff5d5; }
.indicator-card::after { background: var(--indicator-color, var(--lime)); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
body.presentation .site-header { opacity: 0; pointer-events: none; transform: translateY(-20px); transition: all .25s ease; }
body.presentation .section { min-height: 100vh; display: grid; align-content: center; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero-shell { grid-template-columns: 1fr; padding-top: 150px; background-position: 62% center; }
  .hero-content { width: min(660px, 62%); }
  .overview-grid { grid-template-columns: 1fr 1fr; }
  .principle-card { grid-column: 1 / -1; min-height: 360px !important; }
  .schedule-track { grid-template-columns: repeat(3, 1fr); }
  .indicator-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-copy, .audience-levels { width: 68%; }
}

@media (max-width: 760px) {
  .site-header { inset: 10px 12px auto; padding-left: 12px; }
  .brand img { width: 115px; height: 44px; }
  .header-cta { display: none; }
  .present-button { width: 42px; height: 42px; justify-content: center; padding: 0; font-size: 0; }
  .hero-shell { min-height: 100vh; padding: 125px 22px 65px; background-position: 70% center; }
  .hero-shell::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,50,35,.97) 0%, rgba(5,50,35,.9) 48%, rgba(5,50,35,.3) 100%); }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(45px, 14vw, 68px); }
  .hero-lead { font-size: 16px; }
  .signal-card { padding: 20px; border-radius: 22px; }
  .panel-map { min-height: 205px; }
  .section { padding: 85px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
  .section-heading h2 { font-size: 39px; }
  .section-heading > p { font-size: 15px; }
  .section-heading-actions p { font-size: 15px; }
  .vision-inspiration { min-height: auto; }
  .vision-inspiration h2 { margin: 20px 0 34px; font-size: 43px; }
  .vision-copy { grid-template-columns: 1fr; gap: 22px; }
  .vision-copy p, .vision-copy p:first-child { font-size: 17px; line-height: 1.65; }
  .why-participate { margin-top: 38px; padding: 30px 0; }
  .why-participate h3 { margin-bottom: 20px; font-size: 33px; }
  .why-participate ul { grid-template-columns: 1fr; }
  .why-participate li { min-height: auto; padding: 20px; }
  .why-participate li p { font-size: 16px; }
  .vision-inspiration blockquote { margin-top: 38px; padding: 22px 0 0 20px; font-size: 23px; }
  .overview-grid { grid-template-columns: 1fr; }
  .principle-card { grid-column: auto; }
  .overview-grid article { min-height: auto; }
  .icon-box { margin-bottom: 48px; }
  .logic-strip { justify-content: flex-start; overflow-x: auto; }
  .logic-strip span { white-space: nowrap; }
  .audience-feature { min-height: 1050px; margin-top: 55px; padding: 38px 25px 450px; background-position: 68% bottom; }
  .audience-copy, .audience-levels { width: 100%; }
  .audience-copy h3 { font-size: 39px; }
  .audience-levels ul { grid-template-columns: 1fr; }
  .journey-layout { grid-template-columns: 1fr; }
  .journey-rail { grid-auto-flow: column; grid-auto-columns: minmax(210px, 1fr); overflow-x: auto; padding-bottom: 8px; }
  .journey-rail::before { display: none; }
  .journey-step.active { transform: none; }
  .journey-focus { min-height: 520px; padding: 27px; }
  .focus-icon { margin-top: 35px; }
  .evidence-row { flex-direction: column; }
  .evidence-row b { text-align: left; }
  .schedule-header { align-items: start; flex-direction: column; }
  .filter-group { max-width: 100%; overflow-x: auto; }
  .filter { white-space: nowrap; }
  .schedule-track { grid-template-columns: 1fr 1fr; }
  .tabs { width: 100%; overflow-x: auto; justify-content: flex-start; }
  .tab { min-width: 155px; }
  .selection-grid, .property-flow { grid-template-columns: 1fr; }
  .criteria-card, .simulator-card, .property-intro, .property-steps { padding: 25px; }
  .eligibility-checks { grid-template-columns: 1fr; }
  .selection-process { align-items: flex-start; display: grid; grid-template-columns: 1fr 1fr; }
  .selection-process i { display: none; }
  .property-intro, .property-steps { min-height: auto; }
  .indicator-grid { grid-template-columns: 1fr 1fr; }
  .measurement-note { align-items: start; flex-direction: column; gap: 8px; }
  footer { align-items: flex-start; flex-direction: column; }
  .initiative-lockup { width: min(330px, 100%); }
}

@media (max-width: 470px) {
  .brand small { display: none; }
  .schedule-track, .indicator-grid { grid-template-columns: 1fr; }
  .property-pillars { grid-template-columns: 1fr; }
  .city-pair { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .scroll-progress, .hero-actions, .filter-group { display: none !important; }
  .hero-shell, .section { min-height: 100vh; break-after: page; }
  .reveal { opacity: 1; transform: none; }
}
