:root {
  --blue-900: #0b3d5c;
  --blue-700: #1f5c7a;
  --green: #4bae9f;
  --gold: #c9a55c;
  --white: #f7f7f5;
  --ink: #1d1d1d;
  --mist: #e8ece9;
  --line: rgba(29, 29, 29, .16);
  --display: 'Space Grotesk', 'Helvetica Neue', sans-serif;
  --body: 'DM Sans', 'Helvetica Neue', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--body); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }
.site-header { align-items: center; background: rgba(247,247,245,.96); display: flex; height: 82px; justify-content: space-between; left: 0; padding: 0 40px; position: fixed; right: 0; top: 0; z-index: 10; }
.wordmark { align-items: center; display: inline-flex; font: 700 20px/1 var(--display); letter-spacing: .14em; }
.wordmark-mark { display: inline-flex; gap: 3px; height: 20px; margin-right: 10px; transform: skew(-20deg); }
.wordmark-mark i { background: var(--blue-900); display: block; height: 20px; width: 5px; }
.wordmark-mark i:nth-child(2) { background: var(--green); height: 15px; margin-top: 5px; }
.wordmark-mark i:nth-child(3) { background: var(--gold); height: 10px; margin-top: 10px; }
.main-nav { align-items: center; display: flex; gap: 32px; font-size: 13px; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--green); }
.nav-cta { border-bottom: 1px solid var(--blue-900); padding-bottom: 4px; }
.nav-cta span, .button span { margin-left: 10px; }
.menu-toggle { background: transparent; border: 0; display: none; }
.hero { background: var(--blue-900); color: var(--white); min-height: 740px; overflow: hidden; padding-top: 82px; position: relative; }
.hero-image { background: url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=2000&q=85') center/cover; inset: 0; position: absolute; }
.hero-shade { background: linear-gradient(90deg, rgba(5,35,52,.96) 0%, rgba(5,35,52,.77) 49%, rgba(5,35,52,.22) 100%); inset: 0; position: absolute; }
.hero-content { padding-bottom: 120px; padding-top: 142px; position: relative; z-index: 1; }
.eyebrow { color: var(--blue-700); font-size: 11px; font-weight: 700; letter-spacing: .14em; margin: 0 0 22px; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.05em; }
h1 { font-size: clamp(54px, 7vw, 92px); line-height: .98; margin-bottom: 30px; max-width: 800px; }
h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.03; margin-bottom: 26px; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-copy { font-size: 18px; max-width: 420px; opacity: .89; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 40px; }
.button { border: 0; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 700; justify-content: center; padding: 16px 21px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-blue { background: var(--blue-900); color: var(--white); }
.button-outline { background: transparent; border: 1px solid var(--blue-900); color: var(--blue-900); }
.text-link { border-bottom: 1px solid var(--blue-700); color: var(--blue-900); display: inline-block; font-size: 13px; font-weight: 700; padding-bottom: 5px; }
.text-link.light { border-color: rgba(247,247,245,.55); color: var(--white); }
.hero-note { bottom: 58px; font-size: 12px; left: max(40px, calc((100% - 1160px) / 2)); line-height: 1.25; position: absolute; z-index: 1; }
.scroll-mark { align-items: center; bottom: 58px; display: flex; font-size: 10px; gap: 10px; letter-spacing: .1em; position: absolute; right: max(40px, calc((100% - 1160px) / 2)); text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; z-index: 1; }
.scroll-mark span { background: var(--gold); display: block; height: 1px; width: 40px; }
.section-pad { padding: 126px 0; }
.intro-grid, .travessia-grid { display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.intro h2 { max-width: 470px; }
.intro-body { padding-top: 45px; max-width: 450px; }
.lead { font-size: 21px; line-height: 1.42; }
.intro-body p:not(.lead) { color: #5a5f5c; font-size: 15px; margin-bottom: 30px; }
.section-blue { background: var(--blue-900); color: var(--white); }
.section-heading { margin-bottom: 72px; }
.split-heading { align-items: end; display: flex; justify-content: space-between; }
.section-aside { color: rgba(247,247,245,.7); font-size: 15px; max-width: 280px; }
.ecosystem-grid { border-top: 1px solid rgba(247,247,245,.24); display: grid; grid-template-columns: repeat(3, 1fr); }
.eco-item { border-bottom: 1px solid rgba(247,247,245,.24); border-right: 1px solid rgba(247,247,245,.24); min-height: 245px; padding: 28px 32px 28px 0; }
.eco-item:nth-child(3n) { border-right: 0; padding-left: 32px; padding-right: 0; }
.eco-item:nth-child(3n+2) { padding-left: 32px; }
.eco-number { color: var(--gold); font: 600 12px var(--display); }
.eco-item h3 { font: 500 22px var(--display); margin: 36px 0 12px; }
.eco-item p { color: rgba(247,247,245,.68); font-size: 14px; max-width: 270px; }
.travessia { background: #eef2ef; }
.travessia-copy { padding-top: 40px; }
.travessia-copy h2 { max-width: 490px; }
.travessia-copy .lead { color: #525b58; max-width: 480px; margin-bottom: 38px; }
.profile-visual { align-items: center; aspect-ratio: 1; display: flex; justify-content: center; margin: auto; max-width: 480px; position: relative; width: 100%; }
.orbit { border: 1px solid rgba(31,92,122,.3); border-radius: 50%; position: absolute; }
.orbit-one { height: 72%; width: 72%; }
.orbit-two { border-color: rgba(75,174,159,.55); height: 47%; width: 47%; }
.profile-center { align-items: center; background: var(--blue-900); border-radius: 50%; color: var(--white); display: flex; flex-direction: column; height: 140px; justify-content: center; position: relative; width: 140px; }
.profile-center strong { font: 600 20px var(--display); letter-spacing: .12em; }
.profile-center small { color: var(--green); font-size: 10px; margin-top: 5px; }
.center-dot { background: var(--gold); border-radius: 50%; height: 8px; margin-bottom: 12px; width: 8px; }
.orbit-label { background: #eef2ef; color: var(--blue-900); font-size: 12px; font-weight: 700; padding: 7px 10px; position: absolute; }
.label-top { top: 7%; }.label-right { right: 4%; top: 46%; }.label-bottom { bottom: 7%; }.label-left { left: 4%; top: 46%; }
.quote-band { background: var(--green); color: var(--blue-900); padding: 75px 0; }
.quote-layout { display: grid; grid-template-columns: 90px 1fr 180px; gap: 32px; }
.quote-symbol { font: 100px/.6 Georgia, serif; }.quote-layout blockquote { font: 500 clamp(25px, 3.5vw, 45px)/1.12 var(--display); letter-spacing: -.04em; margin: 0; max-width: 740px; }.quote-layout blockquote em { color: var(--white); font-style: normal; }.quote-caption { align-self: end; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.impact { background: var(--white); }.journey-line { display: grid; grid-template-columns: repeat(3, 1fr); margin: 20px 0 70px; position: relative; }.journey-line:before { background: var(--gold); content: ''; height: 1px; left: 0; position: absolute; right: 0; top: 10px; }.journey-step { position: relative; }.journey-step span { background: var(--white); border: 1px solid var(--gold); border-radius: 50%; color: var(--blue-900); display: block; font: 700 10px/20px var(--display); height: 21px; margin-bottom: 25px; text-align: center; width: 21px; }.journey-step strong { font: 600 24px var(--display); }.journey-step p { color: #69716d; font-size: 14px; }.journey-step.active span { background: var(--gold); }.impact-bottom { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding-top: 28px; }.impact-bottom p { color: #69716d; font-size: 15px; max-width: 430px; }.impact-score { color: var(--blue-700); font-size: 12px; letter-spacing: .12em; line-height: 1.1; text-align: right; }.impact-score strong { color: var(--gold); font-size: 14px; }
.start { background: var(--blue-900); color: var(--white); padding: 90px 0; }.start-panel { align-items: end; display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }.start h2 { margin-bottom: 0; }.start-panel > div:last-child { max-width: 350px; }.start-panel p:not(.eyebrow) { color: rgba(247,247,245,.72); font-size: 16px; margin-bottom: 27px; }
.site-footer { background: #082c42; color: var(--white); padding: 25px 0; }.footer-inner { align-items: center; display: flex; justify-content: space-between; }.footer-inner p, .footer-inner > span { color: rgba(247,247,245,.55); font-size: 11px; margin: 0; }
.profile-dialog { background: var(--white); border: 0; color: var(--ink); max-width: 560px; padding: 48px; width: calc(100% - 32px); }.profile-dialog::backdrop { background: rgba(5,35,52,.75); }.dialog-close { background: transparent; border: 0; cursor: pointer; font-size: 30px; line-height: 1; position: absolute; right: 22px; top: 18px; }.dialog-progress { background: var(--mist); height: 4px; margin-bottom: 45px; }.dialog-progress span { background: var(--green); display: block; height: 100%; transition: width .3s; width: 33.33%; }.profile-dialog h2 { font-size: 39px; margin-bottom: 13px; }.dialog-helper { color: #69716d; font-size: 14px; }
.dialog-helper.error { color: #d32f2f; font-weight: 600; }.dialog-field { margin: 35px 0 24px; }.dialog-field input, .dialog-field textarea { background: transparent; border: 0; border-bottom: 1px solid var(--blue-700); border-radius: 0; font: 18px var(--body); outline: 0; padding: 12px 0; width: 100%; }.dialog-next { width: 100%; }.dialog-count { color: #69716d; font-size: 11px; margin: 22px 0 0; text-align: center; }
.choice-list { display: grid; gap: 8px; }.choice { align-items: center; background: transparent; border: 1px solid var(--line); color: var(--ink); cursor: pointer; display: flex; font-size: 14px; justify-content: space-between; padding: 13px 15px; text-align: left; transition: border-color .2s ease, background .2s ease; }.choice:hover, .choice.selected { background: #e3efec; border-color: var(--green); }.choice span { color: var(--green); font-size: 19px; }.success-mark { align-items: center; background: var(--green); border-radius: 50%; color: var(--white); display: flex; font-size: 35px; height: 82px; justify-content: center; margin: 40px auto; width: 82px; }
@media (max-width: 760px) { .shell { width: min(100% - 40px, 560px); }.site-header { height: 70px; padding: 0 20px; }.main-nav { align-items: stretch; background: var(--white); box-shadow: 0 14px 24px rgba(11,61,92,.1); display: none; flex-direction: column; gap: 0; left: 0; padding: 10px 20px 22px; position: absolute; right: 0; top: 70px; }.main-nav.is-open { display: flex; }.main-nav a { padding: 14px 0; }.nav-cta { border-bottom: 0; }.menu-toggle { cursor: pointer; display: block; height: 30px; padding: 4px 0; width: 28px; }.menu-toggle span { background: var(--blue-900); display: block; height: 2px; margin: 6px 0; transition: transform .2s; }.menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }.hero { min-height: 690px; padding-top: 70px; }.hero-shade { background: linear-gradient(90deg, rgba(5,35,52,.88), rgba(5,35,52,.42)); }.hero-content { padding-bottom: 120px; padding-top: 110px; }.hero-copy { font-size: 16px; max-width: 330px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; }.hero-note { bottom: 35px; left: 20px; }.scroll-mark { display: none; }.section-pad { padding: 82px 0; }.intro-grid, .travessia-grid, .start-panel { display: block; }.intro-body, .travessia-copy { padding-top: 15px; }.section-heading { margin-bottom: 42px; }.split-heading { display: block; }.section-aside { margin-top: 25px; }.ecosystem-grid { grid-template-columns: 1fr; }.eco-item, .eco-item:nth-child(3n), .eco-item:nth-child(3n+2) { border-right: 0; min-height: auto; padding: 25px 0; }.eco-item h3 { margin-top: 22px; }.profile-visual { margin-top: 55px; }.quote-layout { display: block; }.quote-symbol { display: block; font-size: 72px; margin-bottom: 15px; }.quote-caption { display: block; margin-top: 25px; }.journey-line { display: block; margin-bottom: 55px; }.journey-line:before { bottom: 0; height: auto; left: 10px; right: auto; top: 10px; width: 1px; }.journey-step { padding-left: 45px; }.journey-step:not(:last-child) { margin-bottom: 35px; }.journey-step span { left: 0; position: absolute; top: 0; }.impact-bottom { align-items: flex-start; display: block; }.impact-score { display: block; margin-top: 30px; text-align: left; }.start-panel > div:last-child { margin-top: 40px; }.footer-inner { align-items: flex-start; flex-direction: column; gap: 17px; }.profile-dialog { padding: 36px 24px; }.profile-dialog h2 { font-size: 32px; } }
