:root {
  --navy-950: #0d0d0f;
  --navy-900: #151517;
  --navy-800: #1e1e21;
  --navy-700: #333333;
  --green: #fddc00;
  --green-dark: #d7b900;
  --ink: #161618;
  --muted: #6f6e72;
  --line: #dedbd2;
  --mist: #f4f1e9;
  --white: #fff;
  --radius: 2px;
  --container: 1180px;
  --shadow: 0 24px 70px rgba(5, 23, 37, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--green); color: #062014; padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: var(--white);
}
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 152px; height: auto; object-fit: contain; }
nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 500; }
nav a { transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--green); }
.nav-cta { border: 1px solid rgba(255,255,255,.45); padding: 10px 18px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: #fff; }

.hero { min-height: 780px; position: relative; color: var(--white); background: var(--navy-950); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; background: url("assets/hero-lideranca.png") center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,13,15,.97) 0%, rgba(13,13,15,.88) 36%, rgba(13,13,15,.25) 70%, rgba(13,13,15,.14) 100%), linear-gradient(0deg, rgba(13,13,15,.68), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 86px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font: 700 .76rem/1.3 "Manrope", sans-serif; color: var(--green-dark); }
.eyebrow { color: var(--green); display: flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(3.2rem, 6vw, 5.5rem); line-height: .99; margin-bottom: 30px; }
h1 em { color: var(--green); font-style: normal; }
.hero-content > p { max-width: 590px; font-size: 1.19rem; line-height: 1.6; color: rgba(255,255,255,.79); margin-bottom: 38px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; gap: 15px; align-items: center; justify-content: center; font-weight: 700; line-height: 1.25; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #111113; background: var(--green); }
.button-primary:hover { background: var(--idee-yellow-soft, #ffe95e); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(3,17,28,.25); backdrop-filter: blur(4px); }
.button-ghost:hover { border-color: #fff; }
.hero-foot { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.hero-foot span { padding: 24px 30px 24px 0; color: var(--green); font: 600 .72rem/1 "Manrope",sans-serif; letter-spacing: .1em; }
.hero-foot strong { color: rgba(255,255,255,.82); font-size: .86rem; letter-spacing: .02em; margin-left: 12px; }

.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: start; }
.section-kicker { margin: 0 0 21px; }
h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); line-height: 1.12; margin-bottom: 0; }
.manifesto-copy { padding-top: 43px; }
.manifesto-copy p { margin: 0 0 20px; color: var(--muted); font-size: 1.07rem; }
.text-link { display: inline-flex; gap: 12px; color: var(--navy-700); font-weight: 700; margin-top: 13px; border-bottom: 1px solid var(--green-dark); padding-bottom: 4px; }

.solutions { background: var(--mist); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading > p { color: var(--muted); margin: 0 0 7px; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.solution-card { min-height: 360px; position: relative; padding: 40px; background: var(--white); display: flex; flex-direction: column; transition: background .25s ease, color .25s ease; }
.solution-card.featured, .solution-card:hover { background: var(--navy-900); color: var(--white); }
.card-number { color: var(--muted); font: 700 .75rem "Manrope", sans-serif; letter-spacing: .12em; }
.solution-card.featured .card-number, .solution-card:hover .card-number { color: var(--green); }
.card-icon { position: absolute; right: 38px; top: 34px; width: 44px; height: 44px; border: 1px solid var(--line); display: grid; place-items: center; font-size: 1.25rem; color: var(--green-dark); }
.solution-card h3 { font-size: 1.65rem; margin: auto 0 12px; }
.solution-card p { color: var(--muted); max-width: 450px; margin: 0 0 27px; }
.solution-card.featured p, .solution-card:hover p { color: rgba(255,255,255,.68); }
.solution-card a { font-weight: 700; width: fit-content; }
.solution-card a span { color: var(--green-dark); margin-left: 9px; }

.feature-program { color: var(--white); background: var(--navy-900); position: relative; overflow: hidden; }
.feature-program::before { content:""; position:absolute; width:520px; height:520px; right:-180px; top:-220px; border:1px solid rgba(253,220,0,.22); border-radius:50%; box-shadow: 0 0 0 90px rgba(253,220,0,.04), 0 0 0 180px rgba(253,220,0,.025); }
.program-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; position: relative; }
.section-kicker.light { color: var(--green); }
.program-main h2 { max-width: 640px; }
.program-lead { font-size: 1.15rem; color: rgba(255,255,255,.7); max-width: 600px; margin: 28px 0 36px; }
.button-light { color: var(--navy-900); background: var(--white); }
.program-details { padding: 15px 0 0 50px; border-left: 1px solid rgba(255,255,255,.16); }
.program-details > p { color: rgba(255,255,255,.7); margin-top: 0; }
.program-details ul { list-style: none; margin: 31px 0; padding: 0; }
.program-details li { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); font-weight: 600; }
.program-details li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.program-details li span { color: var(--green); font-size: .73rem; margin-right: 17px; }
.program-note { font-size: .89rem; }

.method-intro { max-width: 780px; margin-bottom: 65px; }
.method-intro > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.08rem; margin: 25px 0 0; }
.method-flow { display: grid; grid-template-columns: repeat(4, 1fr); }
.method-flow article { position: relative; padding: 33px 28px 20px 0; border-top: 2px solid var(--line); }
.method-flow article::before { content:""; position:absolute; width:10px; height:10px; border-radius:50%; left:0; top:-6px; background: var(--green); box-shadow: 0 0 0 6px rgba(253,220,0,.18); }
.method-flow article:not(:last-child)::after { content:""; position:absolute; right:16px; top:-11px; width:8px; height:8px; border-top:2px solid var(--line); border-right:2px solid var(--line); transform:rotate(45deg); }
.method-flow span { font: 700 .73rem "Manrope", sans-serif; color: var(--green-dark); }
.method-flow h3 { margin: 16px 0 12px; font-size: 1.28rem; }
.method-flow p { color: var(--muted); margin: 0; padding-right: 17px; font-size: .94rem; }

.audience { padding-top: 0; }
.audience-box { background: linear-gradient(125deg, var(--navy-800), var(--navy-950)); color: #fff; padding: 75px; border-top: 3px solid var(--green); }
.audience-box h2 { max-width: 900px; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 45px; }
.audience-tags span { border: 1px solid rgba(255,255,255,.25); padding: 10px 18px; color: rgba(255,255,255,.78); }

.contact { background: var(--mist); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.contact-grid > div:last-child > p { color: var(--muted); font-size: 1.08rem; margin: 0 0 32px; }
.contact-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.contact-instagram { font-weight: 700; color: var(--navy-700); border-bottom: 1px solid var(--green-dark); }

footer { background: var(--navy-950); color: rgba(255,255,255,.66); padding: 55px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr .9fr; gap: 50px; align-items: start; }
.brand-footer { color: #fff; }
.brand-logo-footer { width: 190px; }
.footer-grid > p { margin: 0; max-width: 380px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.footer-links a:hover { color: var(--green); }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; margin-top: 20px !important; font-size: .85rem; }

*:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; position: relative; z-index: 30; }
  nav { position: fixed; inset: 0; background: var(--navy-950); flex-direction: column; justify-content: center; align-items: flex-start; padding: 90px 32px; gap: 24px; font-size: 1.35rem; transform: translateX(100%); transition: transform .28s ease; }
  nav.open { transform: translateX(0); }
  .hero { min-height: 760px; }
  .hero-photo { background-position: 62% center; opacity: .65; }
  .hero-overlay { background: linear-gradient(90deg, rgba(13,13,15,.97), rgba(13,13,15,.68)); }
  .split, .section-heading, .program-grid, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .manifesto-copy { padding-top: 0; }
  .section-heading { align-items: start; }
  .program-details { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); padding: 35px 0 0; }
  .method-flow { grid-template-columns: repeat(2, 1fr); row-gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 68px 0; }
  .nav-wrap { height: 74px; }
  .hero { min-height: 730px; justify-content: flex-start; padding-top: 145px; }
  .hero-content { padding-top: 0; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: 2.2rem; }
  .hero-content > p { font-size: 1.05rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-foot { grid-template-columns: 1fr; bottom: 9px; border: 0; }
  .hero-foot span { display: none; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 330px; padding: 30px; }
  .method-flow { grid-template-columns: 1fr; gap: 28px; }
  .method-flow article:not(:last-child)::after { display: none; }
  .audience-box { padding: 48px 27px; width: 100%; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}
