:root {
  --blue-900: #073a83;
  --blue-800: #084fae;
  --blue-700: #0b63ce;
  --blue-600: #1479e6;
  --blue-500: #2c93f2;
  --cyan: #34b9e9;
  --sky: #dff3ff;
  --ice: #f4faff;
  --white: #ffffff;
  --ink: #15304f;
  --muted: #5c7390;
  --line: #dcecf9;
  --shadow: 0 24px 60px rgba(20, 86, 155, .14);
  --shadow-soft: 0 12px 34px rgba(20, 86, 155, .10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1200px;
  --header-h: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { background: var(--sky); color: var(--blue-900); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; position: relative; }
.soft-blue { background: linear-gradient(180deg, #f5fbff 0%, #ecf7ff 100%); }
.soft-gradient { background: radial-gradient(circle at 12% 18%, rgba(52,185,233,.16), transparent 33%), linear-gradient(135deg, #fbfdff 0%, #eef8ff 100%); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; background: var(--blue-800); color: #fff; padding: 12px 18px; border-radius: 10px; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; height: var(--header-h); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(207,231,248,.78); transition: box-shadow .25s, background .25s; }
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 10px 32px rgba(38,91,144,.09); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 270px; }
.brand-symbol { width: 45px; height: 45px; border-radius: 14px; color: var(--blue-700); background: linear-gradient(145deg, #eaf7ff, #fff); box-shadow: inset 0 0 0 1px #d6ebfa, 0 8px 18px rgba(30,119,204,.12); display: grid; place-items: center; flex: 0 0 auto; }
.brand-symbol svg { width: 31px; height: 31px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 17px; letter-spacing: -.35px; color: var(--blue-900); }
.brand-copy small { margin-top: 5px; font-size: 9.5px; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav > a { font-size: 14px; font-weight: 700; color: #45617e; position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue-600); transition: right .2s; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: linear-gradient(135deg, var(--blue-700), var(--cyan)); color: #fff !important; box-shadow: 0 9px 20px rgba(17,117,211,.2); }
.menu-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--blue-900); margin: 6px 0; border-radius: 2px; transition: .2s; }

.hero { min-height: 880px; padding-top: var(--header-h); position: relative; display: flex; align-items: stretch; overflow: hidden; background: #eef8ff; }
.hero-media { position: absolute; inset: var(--header-h) 0 0 46%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-overlay { position: absolute; inset: var(--header-h) 0 0 0; background: linear-gradient(90deg, #f8fcff 0%, #f8fcff 43%, rgba(248,252,255,.82) 55%, rgba(248,252,255,.16) 78%, rgba(248,252,255,.08) 100%); }
.hero-grid { position: absolute; inset: var(--header-h) 0 0 0; opacity: .34; background-image: linear-gradient(rgba(36,126,207,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(36,126,207,.10) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000 0%, transparent 58%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .68fr; align-items: center; gap: 80px; padding-top: 70px; padding-bottom: 130px; }
.hero-copy { max-width: 690px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-700); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; }
.eyebrow i { width: 28px; height: 2px; background: var(--cyan); border-radius: 99px; }
.hero h1 { margin: 24px 0 24px; font-family: "Manrope", sans-serif; font-size: clamp(48px, 5.8vw, 78px); line-height: 1.02; letter-spacing: -.055em; color: var(--blue-900); }
.hero h1 span, h2 span { color: var(--blue-600); }
.hero-copy > p { max-width: 655px; font-size: 19px; line-height: 1.72; color: #486580; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border-radius: 999px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue-700), var(--blue-500)); color: #fff; box-shadow: 0 14px 28px rgba(16,104,203,.22); }
.btn-primary:hover { box-shadow: 0 18px 34px rgba(16,104,203,.28); }
.btn-secondary { background: var(--white); color: var(--blue-800); border-color: #c7e3f7; box-shadow: var(--shadow-soft); }
.btn-glass { background: rgba(255,255,255,.68); border-color: rgba(112,176,226,.34); color: var(--blue-800); backdrop-filter: blur(10px); }
.btn-white { background: #fff; color: var(--blue-800); box-shadow: 0 16px 34px rgba(3,42,87,.2); }
.btn-outline { color: var(--blue-700); border-color: #bcdcf3; background: rgba(255,255,255,.72); }
.hero-signature { margin-top: 32px; display: flex; gap: 12px; align-items: baseline; font-size: 13px; color: var(--muted); }
.hero-signature strong { color: var(--blue-900); font-family: "Manrope"; font-size: 15px; }
.hero-panel { align-self: end; margin-bottom: 35px; background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.94); border-radius: 28px; padding: 30px; box-shadow: 0 28px 75px rgba(13,63,111,.18); backdrop-filter: blur(18px); }
.panel-icon { color: var(--blue-600); font-size: 24px; }
.panel-kicker { margin: 8px 0; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: var(--muted); }
.hero-panel blockquote { margin: 10px 0 25px; font-family: "Manrope"; font-size: 21px; line-height: 1.45; color: var(--blue-900); font-weight: 700; }
.signal-row { display: flex; flex-wrap: wrap; gap: 8px; }
.signal-row span { background: #eef8ff; border: 1px solid #d9ecf9; padding: 7px 10px; border-radius: 999px; font-size: 10px; color: var(--blue-700); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.hero-bottom { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,.82); border-top: 1px solid rgba(207,231,248,.85); backdrop-filter: blur(16px); }
.hero-metrics { display: grid; grid-template-columns: repeat(3,1fr); min-height: 112px; align-items: center; }
.hero-metrics div { display: flex; align-items: center; gap: 14px; padding: 15px 28px; border-right: 1px solid #dcebf7; }
.hero-metrics div:first-child { padding-left: 0; }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics strong { font-family: "Manrope"; font-size: 26px; color: var(--blue-700); }
.hero-metrics span { color: #627a93; line-height: 1.35; font-size: 12px; font-weight: 600; }

.section-label { color: var(--blue-600); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
h2 { margin: 16px 0 24px; font-family: "Manrope"; font-size: clamp(36px, 4.3vw, 58px); line-height: 1.1; letter-spacing: -.045em; color: var(--blue-900); }
h3 { font-family: "Manrope"; letter-spacing: -.025em; }
.lead { font-size: 19px; color: #42627f; }
.text-link { color: var(--blue-700); font-weight: 800; display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.split-grid, .feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.intro-copy p { color: var(--muted); }
.intro-visual { position: relative; min-height: 560px; }
.intro-visual img { width: 100%; height: 520px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.floating-card { position: absolute; left: -45px; bottom: 0; width: 310px; padding: 24px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.floating-card strong { color: var(--blue-800); font-family: "Manrope"; font-size: 17px; }
.floating-card p { margin: 8px 0 0; font-size: 13px; color: var(--muted); }

.section-heading { text-align: center; max-width: 820px; margin: 0 auto 58px; }
.section-heading p { font-size: 18px; color: var(--muted); }
.theme-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.theme-card { position: relative; min-height: 300px; padding: 29px; border-radius: var(--radius-lg); background: rgba(255,255,255,.9); border: 1px solid #dcebf7; box-shadow: 0 10px 24px rgba(32,100,164,.06); transition: transform .25s, box-shadow .25s, border-color .25s; overflow: hidden; }
.theme-card::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; right: -70px; bottom: -70px; background: radial-gradient(circle, rgba(52,185,233,.20), transparent 65%); }
.theme-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-soft); border-color: #b9ddf5; }
.theme-number { position: absolute; right: 22px; top: 19px; font-family: "Manrope"; font-size: 13px; color: #a5c9e3; font-weight: 800; }
.theme-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: var(--blue-700); background: linear-gradient(145deg, #e8f6ff, #fff); box-shadow: inset 0 0 0 1px #d8ecfa; font-family: "Manrope"; font-weight: 800; font-size: 17px; }
.theme-card h3 { margin: 25px 0 12px; color: var(--blue-900); font-size: 21px; }
.theme-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.theme-card > span { display: inline-block; margin-top: 13px; color: var(--blue-600); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }

.feature-grid.reverse { grid-template-columns: 1fr 1fr; }
.feature-media { position: relative; }
.feature-media > img { width: 100%; height: 600px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.feature-copy p { color: var(--muted); }
.micro-grid { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.micro-grid div { padding: 20px; border-radius: 16px; border: 1px solid #d9eaf7; background: #fff; }
.micro-grid strong { display: block; color: var(--blue-800); margin-bottom: 5px; }
.micro-grid span { display: block; font-size: 12px; color: var(--muted); }
.media-tag { position: absolute; left: 22px; bottom: 22px; background: rgba(255,255,255,.88); color: var(--blue-800); border-radius: 999px; padding: 10px 15px; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; backdrop-filter: blur(12px); box-shadow: var(--shadow-soft); }
.media-tag span { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #2ccf98; margin-right: 7px; box-shadow: 0 0 0 5px rgba(44,207,152,.15); }
.tech-lines { position: absolute; inset: 0; overflow: hidden; border-radius: var(--radius-xl); pointer-events: none; }
.tech-lines i { position: absolute; width: 8px; height: 8px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 0 0 7px rgba(32,153,229,.18); }
.tech-lines i:nth-child(1) { top: 22%; left: 18%; }
.tech-lines i:nth-child(2) { top: 32%; right: 22%; }
.tech-lines i:nth-child(3) { bottom: 28%; left: 42%; }
.tech-lines i:nth-child(4) { bottom: 16%; right: 12%; }
.ai-media img { filter: brightness(1.06) saturate(.85); }
.ai-badge { position: absolute; right: -22px; bottom: 30px; display: flex; gap: 13px; align-items: center; padding: 17px 21px; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); border: 1px solid #d7eafa; }
.ai-badge .pulse { width: 16px; height: 16px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 7px rgba(52,185,233,.18); }
.ai-badge strong, .ai-badge small { display: block; }
.ai-badge strong { color: var(--blue-800); }
.ai-badge small { color: var(--muted); font-size: 10px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 32px; }
.check-list li { position: relative; padding: 13px 0 13px 34px; border-bottom: 1px solid #dcecf8; color: #4e6a84; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 13px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-600); font-size: 11px; font-weight: 800; }

.academy-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.academy-media { position: relative; }
.academy-media img { height: 690px; width: 100%; object-fit: cover; object-position: 54% center; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.academy-card { position: absolute; right: -38px; bottom: 36px; width: 260px; padding: 24px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, rgba(8,79,174,.92), rgba(52,185,233,.93)); backdrop-filter: blur(14px); box-shadow: 0 22px 45px rgba(8,77,151,.28); }
.academy-card span { text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.academy-card strong { display: block; margin-top: 7px; font-family: "Manrope"; font-size: 20px; line-height: 1.3; }
.academy-copy > p { font-size: 17px; color: var(--muted); }
.course-list { margin-top: 25px; border-top: 1px solid var(--line); }
.course-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.course-list > div > span { color: #8ebee1; font-weight: 800; font-size: 12px; padding-top: 4px; }
.course-list p { margin: 0; }
.course-list strong { display: block; color: var(--blue-900); font-family: "Manrope"; font-size: 15px; }
.course-list small { display: block; color: var(--muted); margin-top: 4px; }
.academy-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }

.leadership-banner { min-height: 660px; display: flex; align-items: center; overflow: hidden; padding: 100px 0; }
.banner-image, .banner-overlay { position: absolute; inset: 0; }
.banner-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.banner-overlay { background: linear-gradient(90deg, rgba(8,66,138,.90) 0%, rgba(18,99,184,.75) 48%, rgba(14,96,182,.28) 100%); }
.banner-content { position: relative; z-index: 2; color: #fff; }
.eyebrow.light { color: #e4f7ff; }
.banner-content h2 { max-width: 850px; color: #fff; font-size: clamp(40px,5vw,68px); }
.banner-content h2 span { color: #bfeeff; }
.banner-content p { max-width: 680px; font-size: 18px; color: #e4f5ff; margin-bottom: 30px; }

.manifesto-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.manifesto-title { position: sticky; top: 140px; align-self: start; }
.manifesto-text { border-left: 2px solid #c9e5f7; padding-left: 42px; }
.manifesto-text p { font-family: "Manrope"; font-size: 22px; line-height: 1.65; color: #3d5d79; }
.manifesto-text strong { display: block; margin-top: 30px; color: var(--blue-700); font-family: "Manrope"; font-size: 22px; }

.purpose-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.purpose-copy p { color: var(--muted); }
.purpose-media { position: relative; }
.purpose-media img { width: 100%; height: 650px; object-fit: cover; border-radius: 160px 160px 28px 28px; box-shadow: var(--shadow); }
.purpose-media blockquote { position: absolute; left: -70px; right: 25px; bottom: 25px; margin: 0; padding: 25px 28px; border-radius: 20px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); color: var(--blue-900); font-family: "Manrope"; font-size: 19px; font-weight: 700; box-shadow: var(--shadow-soft); }

.inline-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; text-align: left; }
.inline-heading h2 { margin-bottom: 0; }
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.insight-card { min-height: 360px; padding: 30px; display: flex; flex-direction: column; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(42,105,164,.07); }
.insight-card.featured { background: linear-gradient(150deg, #e9f7ff, #fff); border-color: #bfe2f7; }
.insight-card > span { color: var(--blue-600); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.insight-card h3 { color: var(--blue-900); font-size: 22px; line-height: 1.4; }
.insight-card p { color: var(--muted); font-size: 14px; }
.insight-card a { margin-top: auto; color: var(--blue-700); font-weight: 800; font-size: 13px; }

.ecosystem-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.eco-card { display: grid; grid-template-columns: 72px 1fr 26px; align-items: center; gap: 18px; min-height: 160px; padding: 24px; background: rgba(255,255,255,.93); border: 1px solid #d9eafa; border-radius: 22px; box-shadow: 0 8px 25px rgba(36,99,157,.07); transition: transform .22s, box-shadow .22s, border-color .22s; }
.eco-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); border-color: #acd6f1; }
.eco-code { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(145deg,#e7f6ff,#fff); border: 1px solid #d5ebf9; color: var(--blue-700); font-family: "Manrope"; font-size: 15px; font-weight: 800; }
.eco-card small { color: var(--blue-600); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: 9px; }
.eco-card h3 { margin: 5px 0; color: var(--blue-900); font-size: 18px; }
.eco-card p { margin: 0; color: var(--muted); font-size: 12px; }
.eco-card b { color: var(--blue-500); font-size: 20px; }
.institute-card { background: linear-gradient(135deg, #eaf8ff, #fff); }

.contact { padding-top: 80px; }
.contact-box { border-radius: 32px; padding: 55px 60px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; align-items: center; background: linear-gradient(135deg, #e7f7ff 0%, #fff 55%, #edf8ff 100%); border: 1px solid #cce7f8; box-shadow: var(--shadow-soft); position: relative; overflow: hidden; }
.contact-box::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; right: -130px; top: -170px; background: radial-gradient(circle, rgba(52,185,233,.23), transparent 67%); }
.contact-box h2 { font-size: clamp(34px,4vw,52px); }
.contact-box p { color: var(--muted); font-size: 17px; }
.contact-actions { position: relative; z-index: 2; display: grid; gap: 13px; }

.site-footer { background: #eef8ff; border-top: 1px solid #d8ebf8; padding: 50px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 40px; align-items: center; }
.footer-top > p { color: var(--blue-700); font-family: "Manrope"; font-weight: 700; }
.footer-top nav { display: flex; justify-content: flex-end; gap: 18px; font-size: 13px; font-weight: 700; color: var(--muted); }
.footer-bottom { margin-top: 35px; border-top: 1px solid #d4e9f7; padding-top: 22px; display: flex; justify-content: space-between; color: #71879c; font-size: 11px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; z-index: 950; border-radius: 50%; background: #23c96f; color: #fff; box-shadow: 0 12px 26px rgba(18,140,77,.3); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 30px; height: 30px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  :root { --header-h: 76px; }
  .brand-copy small { display: none; }
  .brand { min-width: auto; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; left: 20px; right: 20px; top: calc(var(--header-h) - 4px); display: grid; gap: 0; padding: 16px; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a { padding: 13px 12px; }
  .main-nav > a::after { display: none; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 900px; }
  .hero-media { left: 36%; opacity: .78; }
  .hero-overlay { background: linear-gradient(90deg, #f8fcff 0%, rgba(248,252,255,.96) 48%, rgba(248,252,255,.55) 100%); }
  .hero-content { grid-template-columns: 1fr .58fr; gap: 30px; }
  .hero-panel { padding: 22px; }
  .split-grid, .feature-grid, .academy-layout, .manifesto-grid, .purpose-grid { gap: 50px; }
  .theme-grid { grid-template-columns: repeat(2,1fr); }
  .floating-card { left: 20px; }
  .academy-card { right: 20px; }
  .purpose-media blockquote { left: 20px; }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .hero { min-height: auto; padding-bottom: 0; display: block; }
  .hero-media { inset: var(--header-h) 0 0 0; opacity: .34; }
  .hero-media img { object-position: center 35%; }
  .hero-overlay { background: linear-gradient(180deg, rgba(248,252,255,.96) 0%, rgba(248,252,255,.84) 68%, rgba(248,252,255,.7) 100%); }
  .hero-content { grid-template-columns: 1fr; padding-top: 92px; padding-bottom: 58px; }
  .hero-copy { max-width: 720px; }
  .hero-panel { max-width: 520px; margin: 0; align-self: auto; }
  .hero-bottom { position: relative; }
  .hero-metrics { grid-template-columns: 1fr; padding: 10px 0; }
  .hero-metrics div { border-right: 0; border-bottom: 1px solid #dcebf7; padding: 16px 0; }
  .hero-metrics div:last-child { border-bottom: 0; }
  .split-grid, .feature-grid, .feature-grid.reverse, .academy-layout, .manifesto-grid, .purpose-grid { grid-template-columns: 1fr; }
  .intro-visual { min-height: auto; }
  .intro-visual img, .feature-media > img { height: 460px; }
  .feature-grid.reverse .feature-copy { order: 2; }
  .feature-grid.reverse .feature-media { order: 1; }
  .academy-media img { height: 520px; }
  .academy-card { right: 16px; bottom: 16px; }
  .manifesto-title { position: static; }
  .manifesto-text { padding-left: 25px; }
  .purpose-media img { height: 520px; border-radius: 90px 90px 25px 25px; }
  .inline-heading { display: block; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 300px; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .contact-box { grid-template-columns: 1fr; padding: 42px 32px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top nav { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-symbol { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 15px; }
  .hero h1 { font-size: 43px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .theme-grid, .micro-grid { grid-template-columns: 1fr; }
  .theme-card { min-height: auto; }
  .intro-visual img, .feature-media > img { height: 390px; }
  .floating-card { position: relative; left: auto; bottom: auto; width: calc(100% - 28px); margin: -55px auto 0; }
  .ai-badge { right: 12px; bottom: 12px; }
  .academy-media img { height: 440px; }
  .academy-card { position: relative; width: calc(100% - 30px); margin: -60px auto 0; right: auto; bottom: auto; }
  .banner-content h2 { font-size: 39px; }
  .manifesto-text p { font-size: 18px; }
  .purpose-media blockquote { position: relative; left: auto; right: auto; bottom: auto; margin: -65px 14px 0; }
  .eco-card { grid-template-columns: 56px 1fr 18px; padding: 18px; }
  .eco-code { width: 54px; height: 54px; font-size: 12px; }
  .contact-box { padding: 35px 22px; border-radius: 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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

/* Identidade oficial MDM Reestrutura — versão 2 */
.brand-symbol { overflow: hidden; background: #fff; }
.brand-symbol img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.35); }
.hero-logo { width: min(100%, 330px); margin: 0 auto 12px; border-radius: 18px; }
.panel-rule { height: 1px; background: linear-gradient(90deg, transparent, #cfe9f8, transparent); margin: 8px 0 18px; }
.hero-panel .panel-icon { margin-top: 2px; }
.academy-eco { background: linear-gradient(135deg, #f2fbff, #ffffff); border-color: #bfe4f8; }
.footer-logo { display: inline-flex; max-width: 280px; padding: 8px 12px; border-radius: 18px; background: #fff; border: 1px solid #d7ebf8; }
.footer-logo img { width: 100%; height: auto; }

/* Páginas institucionais */
.legal-main { padding: calc(var(--header-h) + 70px) 0 90px; min-height: 75vh; background: linear-gradient(180deg, #f4fbff, #fff 35%); }
.legal-shell { max-width: 900px; }
.legal-shell .legal-logo { width: min(100%, 390px); margin-bottom: 36px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.legal-shell h1 { font-family: "Manrope"; color: var(--blue-900); font-size: clamp(38px,5vw,60px); line-height: 1.08; letter-spacing: -.045em; }
.legal-shell h2 { font-size: 27px; margin-top: 44px; margin-bottom: 12px; letter-spacing: -.025em; }
.legal-shell p, .legal-shell li { color: var(--muted); }
.legal-shell ul { padding-left: 22px; }
.legal-note { margin-top: 36px; padding: 22px; border-radius: 18px; background: #eef8ff; border: 1px solid #d4eafb; color: var(--blue-800); }

@media (max-width: 820px) {
  .hero-logo { width: min(100%, 280px); }
  .footer-logo { max-width: 250px; }
}
