:root {
  --navy: #0b2d5b;
  --navy-deep: #071a33;
  --blue: #2f8bff;
  --cyan: #35d9ff;
  --ice: #e6ecf2;
  --white: #ffffff;
  --ink: #0a1a33;
  --muted: #5e6d80;
  --line: rgba(11, 45, 91, 0.13);
  --shadow: 0 24px 70px rgba(7, 26, 51, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: #f7faff;
  font-family: Montserrat, Avenir, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.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: fixed; top: -60px; left: 20px; z-index: 200; padding: 12px 18px; color: white; background: var(--blue); border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(11,45,91,.10);
}
.nav-shell { width: min(1180px, calc(100% - 40px)); height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; text-decoration: none; }
.wordmark img { width: 194px; height: 51px; object-fit: contain; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 20px; }
.main-nav a { position: relative; color: rgba(10,26,51,.72); text-decoration: none; font-size: 13px; font-weight: 650; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--cyan); transition: right .25s; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.main-nav .nav-cta { padding: 11px 17px; color: var(--navy); border: 1px solid rgba(11,45,91,.20); border-radius: 999px; }
.main-nav .nav-cta:hover { border-color: var(--blue); background: rgba(47,139,255,.07); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; color: var(--navy); background: transparent; border: 0; border-radius: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero {
  position: relative;
  min-height: 100vh;
  padding: 148px max(24px, calc((100% - 1180px) / 2)) 50px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 76% 31%, rgba(47,139,255,.24), transparent 28%),
    radial-gradient(circle at 16% 88%, rgba(53,217,255,.09), transparent 30%),
    linear-gradient(135deg, #06172d, #0b2d5b 67%, #092449);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; width: min(1180px, 100%); margin: 0 auto 72px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.hero .eyebrow { color: var(--cyan); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(45px, 5.6vw, 79px); line-height: .99; letter-spacing: -.055em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, #62e4ff, #2f8bff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 660px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: clamp(17px, 1.6vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 51px; padding: 0 23px; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #04172d; background: linear-gradient(120deg, var(--cyan), #79ecff); box-shadow: 0 12px 35px rgba(53,217,255,.22); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.045); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.hero-note { margin: 26px 0 0; color: rgba(255,255,255,.46); font-size: 12px; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(53,217,255,.15); border-radius: 50%; box-shadow: inset 0 0 70px rgba(47,139,255,.08), 0 0 100px rgba(47,139,255,.12); }
.hero-visual img { position: relative; z-index: 2; width: min(520px, 86vw); border: 1px solid rgba(53,217,255,.14); border-radius: 28px; box-shadow: 0 28px 90px rgba(0,0,0,.28); }
.orbit { position: absolute; border: 1px solid rgba(53,217,255,.21); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.orbit-one { width: 430px; height: 430px; animation: spin 20s linear infinite; }
.orbit-one::after { top: 40px; right: 60px; }
.orbit-two { width: 520px; height: 340px; transform: rotate(-17deg); animation: float 7s ease-in-out infinite; }
.orbit-two::after { left: 60px; bottom: 48px; }
.signal { position: absolute; z-index: 3; display: grid; grid-template-columns: 9px auto; column-gap: 8px; padding: 10px 13px; color: white; background: rgba(7,26,51,.78); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; backdrop-filter: blur(12px); box-shadow: 0 10px 40px rgba(0,0,0,.2); }
.signal span { grid-row: span 2; align-self: center; width: 7px; height: 7px; background: var(--cyan); border-radius: 2px; box-shadow: 0 0 13px rgba(53,217,255,.8); }
.signal strong { font-size: 10px; line-height: 1; letter-spacing: .12em; }
.signal small { margin-top: 3px; color: rgba(255,255,255,.55); font-size: 8px; }
.signal-a { top: 15%; right: 0; }
.signal-b { bottom: 19%; left: -2%; }
.signal-c { right: 8%; bottom: 4%; }
.hero-metrics { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); width: min(850px, 100%); margin: auto; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-metrics div { display: flex; align-items: baseline; justify-content: center; gap: 10px; padding: 17px 20px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics strong { color: var(--cyan); font-size: 18px; }
.hero-metrics span { color: rgba(255,255,255,.55); font-size: 11px; }

.courses { padding: 115px max(24px, calc((100% - 1180px) / 2)) 125px; background: #f7faff; }
.section-heading { max-width: 760px; margin-bottom: 43px; }
.section-heading h2, .institutional-intro h2 { margin: 0; font-size: clamp(35px, 4vw, 55px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 680px; margin: 19px 0 0; color: var(--muted); font-size: 16px; }
.pathfinder { display: grid; grid-template-columns: minmax(230px,.72fr) 1.28fr; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.interest-list { display: flex; flex-direction: column; align-items: stretch; gap: 2px; padding: 18px; background: #eef4fa; }
.interest-chip { padding: 13px 15px; color: #425269; text-align: left; background: transparent; border: 0; border-radius: 12px; cursor: pointer; font-size: 13px; font-weight: 650; transition: color .2s, background .2s, transform .2s; }
.interest-chip:hover { color: var(--navy); background: rgba(255,255,255,.7); transform: translateX(3px); }
.interest-chip.is-active { color: white; background: var(--navy); box-shadow: 0 9px 24px rgba(11,45,91,.18); }
.path-result { min-height: 396px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 5vw, 62px); }
.result-label { margin: 0 0 15px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.path-result h3 { max-width: 650px; margin: 0; font-size: clamp(28px,3.4vw,45px); line-height: 1.05; letter-spacing: -.04em; }
.path-result > div > p:last-child { max-width: 650px; margin: 17px 0 0; color: var(--muted); }
.path-brands { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0; }
.path-brands span { padding: 7px 11px; color: var(--navy); background: #eaf3ff; border: 1px solid #cfe2fb; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.text-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: var(--navy); text-decoration: none; font-size: 13px; font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.course-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 20px; margin-top: 22px; }
.featured-course { padding: clamp(28px, 4vw, 46px); color: white; background: linear-gradient(138deg, var(--navy-deep), #0b2d5b 62%, #125ab2); border-radius: var(--radius); box-shadow: var(--shadow); }
.course-topline { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.brand-pill, .status-pill { padding: 7px 10px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-pill { color: var(--cyan); background: rgba(53,217,255,.09); border: 1px solid rgba(53,217,255,.26); }
.status-pill { color: rgba(255,255,255,.66); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.course-body { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; margin-top: 56px; }
.course-body h3 { margin: 0; font-size: clamp(30px,4vw,51px); line-height: 1.02; letter-spacing: -.045em; }
.course-body > div > p:last-child { color: rgba(255,255,255,.65); }
.course-facts { margin: 0; }
.course-facts div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.course-facts dt { color: rgba(255,255,255,.48); font-size: 11px; }
.course-facts dd { margin: 0; text-align: right; font-size: 11px; font-weight: 700; }
.course-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.course-footer p { max-width: 500px; margin: 0; color: rgba(255,255,255,.55); font-size: 11px; }
.button-light { flex: none; color: var(--ink); background: white; }
.next-courses { padding: clamp(27px,3vw,38px); background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.next-courses h3 { margin: 0; font-size: 26px; line-height: 1.08; letter-spacing: -.035em; }
.next-courses > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.mini-route { display: grid; grid-template-columns: 30px 1fr; gap: 12px; margin: 23px 0; }
.mini-route > span { display: grid; place-items: center; width: 29px; height: 29px; color: var(--blue); background: #eaf3ff; border-radius: 50%; font-size: 9px; font-weight: 800; }
.mini-route p { margin: 0; color: var(--muted); font-size: 11px; }
.mini-route strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 12px; }
.next-courses .text-link { margin-top: 12px; }

.study-invite { position: relative; min-height: 510px; margin-top: 22px; overflow: hidden; color: white; background: var(--navy-deep); border-radius: var(--radius); box-shadow: var(--shadow); isolation: isolate; }
.study-invite::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,19,38,.98) 0%, rgba(4,19,38,.91) 34%, rgba(4,19,38,.30) 72%, rgba(4,19,38,.08) 100%); }
.study-invite > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.study-invite-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(610px, 61%); min-height: 510px; padding: clamp(34px, 6vw, 70px); }
.study-invite-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 37px; }
.study-invite-tags span { padding: 7px 11px; color: var(--cyan); background: rgba(53,217,255,.08); border: 1px solid rgba(53,217,255,.25); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.study-invite .eyebrow { color: var(--cyan); }
.study-invite h3 { max-width: 590px; margin: 0; font-size: clamp(36px, 5vw, 63px); line-height: .98; letter-spacing: -.05em; }
.study-invite-content > p:not(.eyebrow) { max-width: 530px; margin: 22px 0 29px; color: rgba(255,255,255,.72); font-size: 16px; }

.registration-card { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(35px, 6vw, 72px); margin-top: 22px; padding: clamp(30px, 5vw, 58px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.registration-intro h3 { margin: 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.04; letter-spacing: -.045em; }
.registration-intro > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.registration-intro .registration-privacy { padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; }
.registration-contact { display: flex; flex-direction: column; gap: 3px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.registration-contact span { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.registration-contact a { color: var(--navy); text-decoration: none; font-size: 15px; font-weight: 800; }
.study-form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.study-form label { display: grid; gap: 8px; color: var(--navy); font-size: 12px; font-weight: 750; }
.study-form label > span { color: var(--muted); font-weight: 500; }
.study-form input:not([type="checkbox"]), .study-form select, .study-form textarea { width: 100%; min-height: 49px; padding: 12px 14px; color: var(--ink); background: #f6f9fc; border: 1px solid rgba(11,45,91,.15); border-radius: 11px; outline: none; font: inherit; font-size: 14px; transition: border-color .2s, box-shadow .2s, background .2s; }
.study-form textarea { min-height: 105px; resize: vertical; }
.study-form input:focus, .study-form select:focus, .study-form textarea:focus { background: white; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,139,255,.12); }
.consent-field { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: 10px !important; cursor: pointer; }
.consent-field input { flex: none; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--blue); }
.consent-field span { line-height: 1.45; }
.form-submit { width: fit-content; border: 0; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .64; }
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { min-height: 20px; margin: -4px 0 0; color: var(--blue); font-size: 12px; font-weight: 650; }
.form-status.is-success { color: #08765b; }
.form-status.is-error { color: #b42318; }

.ecosystem { padding: 115px max(24px, calc((100% - 1180px) / 2)) 0; overflow: hidden; color: white; background: var(--navy-deep); }
.section-heading-light .eyebrow { color: var(--cyan); }
.section-heading-light > p:last-child { color: rgba(255,255,255,.58); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-button { padding: 9px 14px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.11); border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 700; }
.filter-button:hover, .filter-button.is-active { color: var(--navy-deep); background: var(--cyan); border-color: var(--cyan); }
.brand-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.brand-card { position: relative; min-height: 183px; padding: 23px; overflow: hidden; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; transition: transform .25s, background .25s, border-color .25s, opacity .2s; }
.brand-card::after { content: "↗"; position: absolute; top: 20px; right: 20px; color: rgba(53,217,255,.25); font-size: 17px; }
.brand-card:hover { transform: translateY(-5px); background: rgba(47,139,255,.12); border-color: rgba(53,217,255,.34); }
.brand-card[hidden] { display: none; }
.brand-card b { color: white; font-size: 18px; letter-spacing: -.05em; }
.brand-card b span { color: var(--blue); }
.brand-card h3 { margin: 23px 0 7px; font-size: 16px; letter-spacing: .02em; }
.brand-card p { margin: 0; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.45; }
.brand-card.religa b { font-weight: 500; }
.institutional-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin: 110px -999px 0; padding: 100px max(999px, calc((100vw - 1180px) / 2 + 999px)) 105px; color: var(--ink); background: #edf4fb; }
.institutional-intro blockquote { margin: 42px 0 0; padding-left: 19px; color: var(--navy); border-left: 2px solid var(--blue); font-size: 16px; font-weight: 700; }
.institutional-intro cite { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-style: normal; font-weight: 500; letter-spacing: .1em; }
.institutional-content details { padding: 20px 0; border-bottom: 1px solid rgba(11,45,91,.14); }
.institutional-content summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: var(--navy); font-size: 20px; font-weight: 800; list-style: none; }
.institutional-content summary::-webkit-details-marker { display: none; }
.institutional-content summary span { color: var(--blue); font-size: 10px; }
.institutional-content details p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }

.partners { padding: 115px max(24px, calc((100% - 1180px) / 2)) 125px; background: white; }
.partners-heading { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(35px, 7vw, 90px); align-items: end; margin-bottom: 48px; }
.partners-heading h2 { max-width: 720px; margin: 0; font-size: clamp(40px, 5.2vw, 68px); line-height: .98; letter-spacing: -.055em; }
.partners-heading > p { max-width: 460px; margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.partner-feature { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; color: white; background: var(--navy-deep); border-radius: 28px; box-shadow: var(--shadow); }
.partner-photo { position: relative; min-height: 700px; overflow: hidden; background: #e9edf2; }
.partner-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
.partner-photo span { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 13px 16px; color: white; background: rgba(7,26,51,.84); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.partner-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 72px); }
.partner-role { margin: 0 0 13px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.partner-content h3 { margin: 0; font-size: clamp(38px, 4.7vw, 62px); line-height: 1; letter-spacing: -.05em; }
.partner-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.partner-badges span { padding: 8px 11px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 10px; }
.partner-badges strong { color: white; }
.partner-lead { margin: 30px 0 0; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.65; }
.partner-details { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 25px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.partner-details p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.65; }
.partner-pillars { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 30px; }
.partner-pillars span { position: relative; padding-left: 14px; color: var(--cyan); font-size: 11px; font-weight: 750; }
.partner-pillars span::before { content: ""; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; background: var(--cyan); border-radius: 50%; }
.partner-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; margin-top: 32px; }
.partner-actions > a:not(.button) { color: rgba(255,255,255,.66); text-decoration: none; font-size: 12px; font-weight: 750; }
.partner-actions > a:not(.button):hover { color: var(--cyan); }

.founder { padding: 115px max(24px, calc((100% - 1180px) / 2)) 125px; background: #edf4fb; }
.founder-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(46px, 7vw, 88px); align-items: start; }
.founder-visual { position: sticky; top: 108px; }
.founder-photo { position: relative; overflow: hidden; aspect-ratio: 2 / 3; background: #d6cfbf; border-radius: 28px; box-shadow: var(--shadow); }
.founder-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.founder-photo-label { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 17px 18px; color: white; background: rgba(7,26,51,.84); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; backdrop-filter: blur(12px); }
.founder-photo-label span { display: block; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.founder-photo-label strong { display: block; margin-top: 4px; font-size: 16px; }
.founder-content { padding-top: 4px; }
.founder-content h2 { max-width: 720px; margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: .98; letter-spacing: -.055em; }
.founder-intro { max-width: 760px; margin: 27px 0 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.65; }
.founder-services { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; }
.founder-services article { min-height: 158px; padding: 23px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.founder-services article > span { display: block; margin-bottom: 18px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.founder-services strong { display: block; color: var(--navy); font-size: 15px; }
.founder-services p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.founder-proof { display: grid; gap: 5px; margin-top: 25px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.founder-proof p { margin: 0; color: var(--muted); font-size: 12px; }
.founder-proof strong { color: var(--navy); }
.founder-personal-logo { width: min(390px, 78%); height: auto; margin-top: 27px; object-fit: contain; object-position: left center; }
.founder-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 31px; }
.founder-primary { color: white; background: var(--navy); box-shadow: 0 12px 32px rgba(11,45,91,.16); }
.founder-secondary { color: var(--navy); background: white; border: 1px solid var(--line); }
.founder-socials { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; margin-top: 17px; }
.founder-socials a { padding: 8px 0; color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 700; }
.founder-socials a:hover { color: var(--blue); }
.founder-orcid { padding: 12px 4px; color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 700; }
.founder-orcid:hover { color: var(--blue); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 50px max(24px, calc((100% - 1180px) / 2)); color: white; background: #041326; }
.footer-brand { display: inline-flex; padding: 4px; background: white; border-radius: 8px; }
.footer-brand img { width: 200px; height: 54px; object-fit: contain; object-position: center; border-radius: 5px; }
.site-footer p { margin: 5px 0 0; color: rgba(255,255,255,.42); font-size: 11px; }
.footer-cta { text-align: right; }
.footer-cta a { display: inline-block; margin-top: 3px; color: var(--cyan); text-decoration: none; font-size: 17px; font-weight: 750; }
.copyright { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: rotate(-17deg) translateY(0); } 50% { transform: rotate(-17deg) translateY(-12px); } }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 410px; }
  .course-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(3,1fr); }
  .institutional-panel { grid-template-columns: 1fr; gap: 45px; }
  .registration-card { grid-template-columns: 1fr; }
  .partners-heading { grid-template-columns: 1fr; align-items: start; }
  .partner-feature { grid-template-columns: 1fr; }
  .partner-photo { min-height: 620px; }
  .founder-shell { grid-template-columns: 1fr; }
  .founder-visual { position: relative; top: auto; width: min(100%, 540px); }
}

@media (max-width: 880px) {
  html { scroll-padding-top: 72px; }
  .nav-shell { height: 68px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 68px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; visibility: hidden; opacity: 0; transform: translateY(-8px); background: rgba(255,255,255,.99); border-bottom: 1px solid rgba(11,45,91,.1); box-shadow: 0 20px 50px rgba(7,26,51,.12); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { padding: 15px 8px; font-size: 15px; }
  .main-nav .nav-cta { margin-top: 10px; text-align: center; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-grid { margin-bottom: 45px; }
  .hero h1 { font-size: clamp(42px,13vw,62px); }
  .hero-lead { font-size: 16px; }
  .hero-visual { min-height: 330px; }
  .hero-visual::before { width: 280px; height: 280px; }
  .orbit-one { width: 320px; height: 320px; }
  .orbit-two { width: 360px; height: 260px; }
  .signal-a { right: 0; }
  .signal-b { left: 0; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero-metrics div:last-child { border-bottom: 0; }
  .courses, .ecosystem, .partners, .founder { padding-top: 86px; }
  .pathfinder { grid-template-columns: 1fr; }
  .interest-list { flex-direction: row; overflow-x: auto; padding-bottom: 14px; scroll-snap-type: x mandatory; }
  .interest-chip { flex: 0 0 auto; scroll-snap-align: start; }
  .interest-chip:hover { transform: none; }
  .path-result { min-height: 350px; }
  .course-body { grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }
  .course-footer { align-items: flex-start; flex-direction: column; }
  .study-invite { min-height: 570px; }
  .study-invite::after { background: linear-gradient(0deg, rgba(4,19,38,.98) 0%, rgba(4,19,38,.79) 62%, rgba(4,19,38,.15) 100%); }
  .study-invite > img { object-position: 68% center; }
  .study-invite-content { justify-content: flex-end; width: 100%; min-height: 570px; padding: 34px; }
  .study-invite-tags { margin-bottom: 22px; }
  .brand-grid { grid-template-columns: repeat(2,1fr); }
  .brand-card { min-height: 155px; padding: 19px; }
  .institutional-panel { margin-top: 80px; padding-top: 78px; padding-bottom: 82px; }
  .partner-content { padding: 38px; }
  .founder-services { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-cta { text-align: left; }
}

@media (max-width: 450px) {
  .nav-shell { width: calc(100% - 28px); }
  .hero, .courses, .ecosystem, .partners, .founder { padding-left: 18px; padding-right: 18px; }
  .wordmark img { width: 166px; height: 45px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { min-height: 300px; }
  .hero-visual img { width: 310px; }
  .signal { display: none; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 130px; }
  .course-topline { align-items: flex-start; flex-direction: column; }
  .course-facts div { flex-direction: column; gap: 3px; }
  .course-facts dd { text-align: left; }
  .form-row { grid-template-columns: 1fr; }
  .registration-card { padding: 25px; }
  .button { width: 100%; }
  .partner-photo { min-height: 500px; }
  .partner-photo span { right: 16px; bottom: 16px; left: 16px; }
  .partner-content { padding: 29px 24px 34px; }
  .partner-details { grid-template-columns: 1fr; }
  .founder-photo { aspect-ratio: 4 / 5; }
  .founder-photo-label { right: 16px; bottom: 16px; left: 16px; }
  .founder-content h2 { font-size: 42px; }
  .founder-personal-logo { width: 100%; }
  .founder-socials { align-items: flex-start; flex-direction: column; gap: 1px; }
  .site-footer { padding-left: 20px; padding-right: 20px; }
  .footer-cta a { font-size: 15px; }
}

/* Blog ALLNEXS */
.blog-hero { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: clamp(45px,8vw,110px); align-items: end; padding: 110px max(24px,calc((100% - 1180px)/2)) 90px; color: white; background: radial-gradient(circle at 82% 24%,rgba(53,217,255,.15),transparent 25%),linear-gradient(135deg,#06172d,#0b2d5b 67%,#0e4c90); }
.blog-hero h1 { margin: 0; font-size: clamp(49px,7.1vw,92px); line-height: .94; letter-spacing: -.06em; }
.blog-hero h1 span { color: var(--cyan); }
.blog-hero > div > p:last-child { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: clamp(17px,1.8vw,21px); }
.blog-hero aside { padding: 28px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; }
.blog-hero aside strong { display: block; color: var(--cyan); font-size: 56px; line-height: 1; }
.blog-hero aside span { color: white; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.blog-hero aside p { margin: 18px 0 0; color: rgba(255,255,255,.56); font-size: 12px; }
.blog-feed { padding: 100px max(24px,calc((100% - 1180px)/2)) 110px; }
.blog-feed-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: end; margin-bottom: 40px; }
.blog-feed-heading h2, .blog-topics h2 { margin: 0; font-size: clamp(38px,5vw,64px); line-height: 1; letter-spacing: -.05em; }
.blog-feed-heading > p { margin: 0; color: var(--muted); }
.blog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.blog-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 45px rgba(7,26,51,.08); transition: transform .25s,box-shadow .25s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 25px 60px rgba(7,26,51,.13); }
.blog-card-featured { grid-column: 1/-1; }
.blog-card > a { display: grid; grid-template-columns: .82fr 1.18fr; height: 100%; color: inherit; text-decoration: none; }
.blog-card:not(.blog-card-featured) > a { grid-template-columns: 1fr; }
.blog-art { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; color: white; background: #0b2d5b; }
.blog-card-featured .blog-art { min-height: 410px; }
.blog-art span { max-width: 260px; color: rgba(255,255,255,.64); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.blog-art strong { font-size: clamp(62px,10vw,136px); line-height: .75; letter-spacing: -.08em; }
.blog-art-tech { background: radial-gradient(circle at 70% 28%,rgba(53,217,255,.3),transparent 26%),linear-gradient(145deg,#071a33,#155cac); }
.blog-art-health { background: radial-gradient(circle at 75% 24%,rgba(98,228,255,.22),transparent 26%),linear-gradient(145deg,#092c4e,#166e84); }
.blog-art-agro { background: radial-gradient(circle at 75% 24%,rgba(124,236,188,.2),transparent 26%),linear-gradient(145deg,#0a2e37,#225f51); }
.blog-card-body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(25px,4vw,48px); }
.blog-meta { margin: 0 0 18px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.blog-card h3 { margin: 0; font-size: clamp(26px,3.2vw,45px); line-height: 1.04; letter-spacing: -.045em; }
.blog-card:not(.blog-card-featured) h3 { font-size: clamp(24px,2.6vw,34px); }
.blog-card-body > p:not(.blog-meta) { margin: 18px 0 25px; color: var(--muted); }
.blog-card-body .text-link { margin-top: auto; }
.blog-topics { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px,8vw,100px); padding: 90px max(24px,calc((100% - 1180px)/2)); background: #edf4fb; }
.blog-topics > div > p:last-child { color: var(--muted); }
.blog-topics nav { display: flex; flex-wrap: wrap; align-content: center; gap: 9px; }
.blog-topics nav a { padding: 10px 13px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: 10px; font-weight: 800; transition: color .2s,background .2s; }
.blog-topics nav a:hover { color: white; background: var(--navy); }

.article-page { background: white; }
.article-shell { width: min(860px,calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.article-hero { padding: 105px 0 78px; color: white; background: radial-gradient(circle at 78% 18%,rgba(53,217,255,.17),transparent 28%),linear-gradient(135deg,#06172d,#0b2d5b 65%,#155cac); }
.article-hero-health { background: radial-gradient(circle at 78% 18%,rgba(98,228,255,.17),transparent 28%),linear-gradient(135deg,#061f35,#0b3d59 65%,#166e84); }
.article-hero-agro { background: radial-gradient(circle at 78% 18%,rgba(124,236,188,.15),transparent 28%),linear-gradient(135deg,#08282e,#123f3c 65%,#225f51); }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 25px; }
.article-tags a { padding: 7px 10px; color: var(--cyan); background: rgba(53,217,255,.07); border: 1px solid rgba(53,217,255,.24); border-radius: 999px; text-decoration: none; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.article-hero h1 { margin: 0; font-size: clamp(45px,6.4vw,78px); line-height: .96; letter-spacing: -.055em; }
.article-deck { max-width: 790px; margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px,2vw,22px); }
.article-byline { margin: 32px 0 0; color: rgba(255,255,255,.44); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.article-content { padding-top: 70px; padding-bottom: 100px; color: #24364d; font-family: Georgia,"Times New Roman",serif; font-size: 19px; line-height: 1.82; }
.article-content .article-lead { color: var(--navy); font-size: clamp(22px,2.5vw,29px); line-height: 1.55; }
.article-content h2 { margin: 55px 0 17px; color: var(--ink); font-family: Montserrat,Avenir,"Segoe UI",Arial,sans-serif; font-size: clamp(28px,4vw,42px); line-height: 1.08; letter-spacing: -.04em; }
.article-content p { margin: 0 0 25px; }
.article-content ol { margin: 0 0 30px; padding-left: 25px; }
.article-content li { margin-bottom: 16px; padding-left: 6px; }
.article-callout { margin: 45px 0; padding: 30px; color: white; background: linear-gradient(135deg,#071a33,#155cac); border-radius: 18px; font-family: Montserrat,Avenir,"Segoe UI",Arial,sans-serif; }
.article-callout-health { background: linear-gradient(135deg,#092c4e,#166e84); }
.article-callout-agro { background: linear-gradient(135deg,#0a2e37,#225f51); }
.article-callout strong { display: block; color: var(--cyan); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.article-callout p { margin: 10px 0 0; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.65; }
.article-callout a { color: var(--cyan); font-weight: 800; }
.article-source { display: grid; gap: 8px; margin-top: 55px; padding: 27px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: Montserrat,Avenir,"Segoe UI",Arial,sans-serif; }
.article-source span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.article-source a { color: var(--navy); font-size: 12px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-cta { margin-top: 60px; padding: clamp(30px,5vw,55px); color: white; background: var(--navy-deep); border-radius: 24px; font-family: Montserrat,Avenir,"Segoe UI",Arial,sans-serif; }
.article-cta h2 { max-width: 690px; margin-top: 0; color: white; }
.article-cta .button { margin-top: 18px; }
.article-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 32px max(24px,calc((100% - 1180px)/2)); color: white; background: #041326; }
.article-footer a { color: var(--cyan); text-decoration: none; font-size: 13px; font-weight: 800; }
.article-footer p { margin: 0; color: rgba(255,255,255,.42); font-size: 10px; }

@media (max-width: 880px) {
  .blog-hero, .blog-feed-heading, .blog-topics { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card-featured { grid-column: auto; }
  .blog-card > a, .blog-card-featured > a { grid-template-columns: 1fr; }
  .blog-card-featured .blog-art { min-height: 300px; }
  .article-nav { position: static; visibility: visible; opacity: 1; flex-direction: row; transform: none; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .article-nav a { padding: 10px 6px; font-size: 12px; }
  .article-hero { padding-top: 80px; }
}

@media (max-width: 560px) {
  .blog-hero { padding-top: 80px; }
  .blog-card-body { padding: 26px 22px 30px; }
  .blog-art { min-height: 225px; }
  .article-shell { width: min(100% - 34px,860px); }
  .article-content { font-size: 17px; }
  .article-callout { padding: 24px 20px; }
  .article-nav a:not(:first-child) { display: none; }
  .article-footer { align-items: flex-start; flex-direction: column; }
}

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

/* Versão 6 — arquitetura integrada, perfis NEXPARTNERS e páginas de área */
.site-header { background: rgba(247,250,255,.9); }
.wordmark { background: transparent; }
.wordmark img { width: 202px; height: auto; max-height: 58px; background: transparent; }
.main-nav .nav-portal { color: var(--navy); font-weight: 800; }
.path-brands span,
.path-brands a { padding: 7px 11px; color: var(--navy); background: #eaf3ff; border: 1px solid #cfe2fb; border-radius: 999px; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .1em; transition: color .2s, background .2s, border-color .2s; }
.path-brands a:hover { color: white; background: var(--navy); border-color: var(--navy); }
.brand-card { display: block; color: white; text-decoration: none; }

.institutional-panel { width: 100vw; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: clamp(48px,7vw,95px); margin: 110px 0 0 50%; padding: 100px max(24px, calc((100vw - 1180px) / 2)) 105px; transform: translateX(-50%); }
.institutional-content { display: grid; gap: 14px; }
.principle-card { position: relative; padding: 27px 28px 29px; background: rgba(255,255,255,.72); border: 1px solid rgba(11,45,91,.12); border-radius: 18px; }
.principle-card > span { position: absolute; top: 27px; right: 28px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.principle-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 24px; letter-spacing: -.025em; }
.principle-card p { margin: 0; color: #43556c; font-size: 15px; line-height: 1.72; }

.people-stack { display: grid; gap: 28px; }
.member-profile { display: grid; grid-template-columns: minmax(290px,.68fr) minmax(0,1.32fr); overflow: hidden; color: var(--ink); background: #f8fbff; border: 1px solid rgba(11,45,91,.12); border-radius: 28px; box-shadow: 0 20px 60px rgba(7,26,51,.1); }
.member-profile.founder-profile { background: linear-gradient(145deg,#ffffff,#edf5ff 70%,#e0efff); border-top: 4px solid var(--blue); box-shadow: 0 28px 75px rgba(7,26,51,.14); }
.member-photo { position: relative; min-height: 720px; overflow: hidden; background: #e5ebf1; isolation: isolate; }
.member-photo::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg,rgba(11,45,91,.03),rgba(7,26,51,.18)); mix-blend-mode: color; }
.member-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; filter: saturate(.84) contrast(.98) brightness(.99); }
.member-photo > span { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; padding: 13px 16px; color: white; background: rgba(7,26,51,.84); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; backdrop-filter: blur(12px); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.member-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px,5vw,66px); }
.member-role { margin: 0 0 12px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.member-content > h3 { margin: 0; font-size: clamp(36px,4.6vw,60px); line-height: 1; letter-spacing: -.05em; }
.member-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.member-badges span { padding: 8px 11px; color: #425269; background: #eaf3ff; border: 1px solid #cfe2fb; border-radius: 999px; font-size: 10px; }
.member-badges strong { color: var(--navy); }
.member-lead { margin: 28px 0 0; color: #43556c; font-size: 16px; line-height: 1.7; }
.member-curriculum { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; margin-top: 28px; padding-top: 27px; border-top: 1px solid var(--line); }
.member-curriculum h4 { margin: 0 0 6px; color: var(--blue); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.member-curriculum p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.member-signature { width: min(340px,75%); max-height: 118px; margin-top: 25px; object-fit: contain; object-position: left center; opacity: .9; }
.member-pillars { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 25px; }
.member-pillars span { position: relative; padding-left: 13px; color: var(--blue); font-size: 11px; font-weight: 750; }
.member-pillars span::before { content: ""; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; background: currentColor; border-radius: 50%; }
.member-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 28px; }
.member-actions > a:not(.button) { padding: 8px 0; color: var(--muted); text-decoration: none; font-size: 11px; font-weight: 750; }
.member-actions > a:not(.button):hover { color: var(--blue); }
.member-actions .founder-secondary { color: var(--navy); }

.applications { margin-top: 30px; padding: clamp(30px,5vw,56px); color: var(--ink); background: #edf4fb; border-radius: 28px; }
.applications-intro { display: grid; grid-template-columns: .88fr 1.12fr; gap: 40px; align-items: end; margin-bottom: 30px; }
.applications-intro h3 { margin: 0; font-size: clamp(31px,4vw,50px); line-height: 1.03; letter-spacing: -.045em; }
.applications-intro > p:last-child { margin: 0; color: var(--muted); }
.application-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
.application-panel { background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 35px rgba(7,26,51,.06); }
.application-panel summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; color: var(--navy); cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.application-panel summary::-webkit-details-marker { display: none; }
.application-panel summary span { display: grid; gap: 4px; }
.application-panel summary small { color: var(--blue); font-size: 9px; letter-spacing: .14em; }
.application-panel summary b { font-size: 22px; transition: transform .2s; }
.application-panel[open] summary b { transform: rotate(45deg); }
.application-panel .study-form { padding: 0 24px 25px; border-top: 1px solid var(--line); padding-top: 22px; }

.site-footer { display: block; padding: 58px max(24px, calc((100% - 1180px) / 2)) 30px; }
.footer-main { display: grid; grid-template-columns: .85fr 1.7fr .85fr; gap: clamp(32px,5vw,70px); }
.footer-brand { padding: 0; background: transparent; border-radius: 0; }
.footer-brand img { width: 210px; height: auto; background: transparent; filter: brightness(0) invert(1); opacity: .92; }
.footer-about > p { margin-top: 16px; }
.footer-about .footer-legal { margin-top: 25px; color: rgba(255,255,255,.58); line-height: 1.7; }
.site-footer h2 { margin: 0 0 18px; color: white; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-areas nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px 18px; }
.footer-areas a, .footer-contact a { color: rgba(255,255,255,.56); text-decoration: none; font-size: 10px; font-weight: 700; }
.footer-areas a:hover, .footer-contact a:hover { color: var(--cyan); }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-contact h2 { margin-bottom: 6px; }
.footer-belief { margin: 48px 0 0; padding: 28px 0; color: rgba(255,255,255,.82); border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); font-size: clamp(17px,2vw,23px); font-weight: 650; letter-spacing: -.02em; text-align: center; }
.copyright { margin-top: 24px !important; padding-top: 0; border-top: 0; text-align: center; }

/* Páginas de área e portal */
.subpage { min-height: 100vh; background: #f7faff; }
.subpage .site-header { position: sticky; }
.subpage-header .main-nav { margin-left: auto; }
.area-page { min-height: calc(100vh - 78px); }
.area-hero { padding: 105px max(24px,calc((100% - 1180px)/2)) 84px; color: white; background: radial-gradient(circle at 78% 18%,rgba(47,139,255,.27),transparent 30%),linear-gradient(135deg,#06172d,#0b2d5b 65%,#0e4c90); }
.area-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px,8vw,105px); align-items: end; }
.area-kicker { margin: 0 0 18px; color: var(--cyan); font-size: 11px; font-weight: 850; letter-spacing: .18em; }
.area-title { margin: 0; font-size: clamp(58px,9vw,116px); line-height: .86; letter-spacing: -.07em; }
.area-description { max-width: 730px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px,1.8vw,22px); }
.area-status { width: fit-content; padding: 9px 13px; color: var(--cyan); background: rgba(53,217,255,.08); border: 1px solid rgba(53,217,255,.25); border-radius: 999px; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.area-lead { margin-top: 24px; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.13); }
.area-lead span { display: block; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.area-lead strong { display: block; margin-top: 5px; font-size: 16px; }
.area-projects { padding: 90px max(24px,calc((100% - 1180px)/2)) 105px; }
.area-projects-header { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 35px; }
.area-projects-header h2 { margin: 0; font-size: clamp(36px,5vw,62px); line-height: 1; letter-spacing: -.05em; }
.area-projects-header p { margin: 0; color: var(--muted); }
.project-showcase, .coming-card { position: relative; overflow: hidden; padding: clamp(31px,5vw,58px); color: white; background: linear-gradient(135deg,#071a33,#0b2d5b 64%,#1267c4); border-radius: 26px; box-shadow: var(--shadow); }
.project-showcase h3, .coming-card h3 { max-width: 760px; margin: 12px 0 0; font-size: clamp(35px,5vw,64px); line-height: 1; letter-spacing: -.05em; }
.project-showcase > p, .coming-card > p { max-width: 720px; color: rgba(255,255,255,.68); }
.project-facts { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 30px; }
.project-facts span { padding: 8px 11px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 10px; }
.area-directory { padding: 0 max(24px,calc((100% - 1180px)/2)) 105px; }
.area-directory h2 { margin: 0 0 24px; font-size: 28px; }
.area-nav-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.area-nav-grid a { padding: 15px 16px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; font-size: 11px; font-weight: 800; transition: transform .2s,border-color .2s; }
.area-nav-grid a:hover { transform: translateY(-2px); border-color: var(--blue); }
.portal-main { min-height: calc(100vh - 78px); display: grid; place-items: center; padding: 90px 24px; color: white; text-align: center; background: radial-gradient(circle at 50% 35%,rgba(47,139,255,.28),transparent 30%),linear-gradient(135deg,#06172d,#0b2d5b 70%,#0e4c90); }
.portal-inner { max-width: 850px; }
.portal-mark { width: min(410px,80vw); margin: 0 auto 48px; }
.portal-main h1 { margin: 0; font-size: clamp(46px,7.4vw,88px); line-height: .96; letter-spacing: -.055em; }
.portal-main p { max-width: 760px; margin: 25px auto 0; color: rgba(255,255,255,.7); font-size: clamp(17px,2vw,22px); }
.portal-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 35px; }

@media (max-width: 980px) {
  .institutional-panel, .member-profile, .area-hero-grid, .area-projects-header { grid-template-columns: 1fr; }
  .member-photo { min-height: 620px; aspect-ratio: 4/5; }
  .applications-intro, .footer-main { grid-template-columns: 1fr; }
  .application-grid { grid-template-columns: 1fr; }
  .footer-areas nav { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .area-nav-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 880px) {
  .institutional-panel { width: 100vw; margin-left: 50%; padding: 78px 24px 82px; }
  .member-content { padding: 34px; }
  .member-curriculum { grid-template-columns: 1fr; }
  .area-page { min-height: calc(100vh - 68px); }
  .area-hero { padding-top: 82px; }
  .area-nav-grid { grid-template-columns: repeat(2,1fr); }
  .portal-main { min-height: calc(100vh - 68px); }
}

@media (max-width: 520px) {
  .wordmark img { width: 172px; height: auto; }
  .principle-card { padding: 23px 21px; }
  .principle-card > span { top: 23px; right: 21px; }
  .member-photo { min-height: 0; aspect-ratio: 4/5; }
  .member-photo > span { right: 15px; bottom: 15px; left: 15px; }
  .member-content { padding: 29px 22px 33px; }
  .member-curriculum { gap: 16px; }
  .member-actions { align-items: stretch; flex-direction: column; }
  .member-actions > a:not(.button) { text-align: center; }
  .applications { padding: 28px 18px; }
  .application-panel summary { padding: 20px 18px; }
  .application-panel .study-form { padding-right: 18px; padding-left: 18px; }
  .footer-areas nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .area-title { font-size: clamp(50px,19vw,75px); }
  .area-nav-grid { grid-template-columns: 1fr; }
  .portal-actions { flex-direction: column; }
}
