/* Component-driven visual language inspired by Astryx: tokenized, accessible, composable. */
:root {
  color-scheme: light;
  /* Astryx-compatible semantic theme tokens, customized for Meta Ecom Uni. */
  --brand-red: #ed1c24;
  --brand-orange: #f7941d;
  --brand-navy: #160e44;
  --brand-gradient: linear-gradient(90deg, var(--brand-red), var(--brand-orange));
  --color-accent: var(--brand-red);
  --color-background-surface: #fff;
  --color-background-body: #f7f7f9;
  --color-text-primary: var(--brand-navy);
  --color-text-secondary: #686572;
  --color-border: #dddce3;
  --radius-container: 14px;
  --radius-element: 8px;
  --font-family-body: "Roboto", "Noto Sans", "Segoe UI", Arial, sans-serif;
  --font-family-heading: "Roboto", "Noto Sans", "Segoe UI", Arial, sans-serif;
  --ink: var(--brand-navy);
  --ink-soft: #686572;
  --paper: #f7f7f9;
  --surface: #fff;
  --navy: var(--brand-navy);
  --navy-2: #30295b;
  --orange: var(--brand-red);
  --orange-2: var(--brand-orange);
  --lime: var(--brand-orange);
  --cyan: var(--brand-orange);
  --line: #dddce3;
  --line-dark: rgba(255, 255, 255, .16);
  --success: #160e44;
  --error: var(--brand-red);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 22px 60px rgba(17, 14, 45, .12);
  --shell: min(1220px, calc(100vw - 48px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-family-body); font-size: 17px; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 12px 18px; background: white; border: 2px solid var(--ink); border-radius: var(--radius-sm); transition: top .2s; }
.skip-link:focus { top: 16px; }

.announcement { height: 34px; background: var(--brand-gradient); display: flex; justify-content: center; align-items: center; gap: 10px; color: var(--brand-navy); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.announcement a { margin-left: 10px; border-bottom: 1px solid currentColor; }
.pulse, .live-dot, .status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-orange); box-shadow: 0 0 0 0 rgba(247, 148, 29, .55); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(247, 148, 29, 0); } }

.site-header { position: sticky; top: 0; z-index: 50; height: 82px; border-bottom: 1px solid var(--line); background: rgba(247, 247, 249, .94); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.header-partners { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.header-home { display: flex; align-items: center; }
.header-partners img { object-fit: contain; }
.header-partners .header-logo-meu { width: 164px; height: 52px; }
.header-partners .header-logo-mark { width: 52px; height: 52px; }
.header-partners > span { color: #aaa8b1; font-size: 15px; font-weight: 400; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; margin-right: 27px; }
.desktop-nav a { position: relative; font-size: 15px; font-weight: 700; }
.desktop-nav a::after { position: absolute; content: ""; height: 1px; left: 0; right: 100%; bottom: -6px; background: currentColor; transition: right .25s; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: var(--radius-sm); padding: 0 20px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s, background .2s; }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(237, 28, 36, .35); outline-offset: 2px; }
.button-primary { color: white; background: var(--brand-gradient); box-shadow: 0 7px 18px rgba(237, 28, 36, .2); }
.button-large { min-height: 58px; padding-inline: 26px; font-size: 16px; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 720px; overflow: hidden; color: white; background: var(--navy); }
.hero-grid, .registration-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-orb { position: absolute; width: 480px; height: 480px; border-radius: 50%; filter: blur(100px); opacity: .18; background: #f7941d; }
.hero-orb-one { right: -100px; top: -200px; }
.hero-layout { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; padding-block: 64px 34px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-soft); }
.eyebrow span { display: inline-grid; place-items: center; width: 27px; height: 27px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.hero .eyebrow, .eyebrow-light { color: rgba(255, 255, 255, .6); }
.hero-copy h1 { max-width: 720px; margin: 28px 0 24px; font-size: clamp(54px, 6vw, 82px); line-height: 1.08; letter-spacing: -.045em; font-weight: 900; }
h1 em, h2 em { color: var(--brand-red); font-family: var(--font-family-heading); font-weight: 500; }
@supports (-webkit-background-clip: text) {
  h1 em, h2 em { background: var(--brand-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
}
.hero-lead { max-width: 580px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.play-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.hero-meta { margin-top: 50px; padding-top: 24px; display: flex; gap: 44px; border-top: 1px solid var(--line-dark); }
.hero-meta div { display: flex; align-items: center; gap: 11px; }
.hero-meta strong { font-family: var(--font-family-heading); color: var(--lime); font-size: 25px; font-weight: 500; }
.hero-meta span { color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; min-height: 520px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: rgba(255,255,255,.045); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(10px); transform: perspective(900px) rotateY(-3deg); overflow: hidden; }
.visual-topbar, .panel-head { height: 48px; padding: 0 18px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 9px; letter-spacing: .13em; font-weight: 800; }
.visual-topbar code { margin-left: auto; color: rgba(255,255,255,.4); font-family: inherit; }
.status-dot { background: var(--lime); }
.neural-stage { position: relative; height: 420px; overflow: hidden; }
.neural-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(247,148,29,.14), transparent 42%); }
.neural-stage svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(247,148,29,.24); stroke-width: 1; stroke-dasharray: 5 8; }
.core-node { position: absolute; z-index: 2; left: 50%; top: 50%; width: 116px; height: 116px; translate: -50% -50%; display: grid; place-content: center; text-align: center; border: 1px solid var(--brand-orange); border-radius: 50%; color: var(--navy); background: var(--brand-gradient); box-shadow: 0 0 70px rgba(247,148,29,.18); }
.core-node span { font-size: 36px; line-height: 1; font-weight: 850; letter-spacing: -.08em; }
.core-node small { margin-top: 5px; font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.skill-node { position: absolute; z-index: 3; min-width: 96px; padding: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: #30295b; box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.skill-node b { display: block; margin-bottom: 5px; color: var(--cyan); font: 500 9px/1 var(--font-family-body); }
.skill-node span { display: block; font-size: 9px; line-height: 1.3; letter-spacing: .1em; font-weight: 800; }
.node-python { left: 50%; top: 4%; transform: translateX(-50%); }.node-ml { right: 4%; top: 28%; }.node-deep { right: 10%; bottom: 8%; }.node-cv { left: 10%; bottom: 8%; }.node-gen { left: 4%; top: 28%; }
.orbit { position: absolute; left: 50%; top: 50%; translate: -50% -50%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; animation: spin 20s linear infinite; }
.orbit::after { position: absolute; content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); left: 50%; top: -4px; }
.orbit-one { width: 250px; height: 250px; }.orbit-two { width: 355px; height: 355px; animation-direction: reverse; animation-duration: 30s; }
@keyframes spin { to { rotate: 360deg; } }
.visual-log { height: 51px; border-top: 1px solid rgba(255,255,255,.13); padding: 0 16px; display: flex; align-items: center; gap: 22px; }
.visual-log span { display: flex; align-items: center; gap: 6px; font-size: 7px; letter-spacing: .11em; color: rgba(255,255,255,.5); }
.visual-log i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
.hero-footnote { position: relative; z-index: 2; height: 70px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.35); font-size: 8px; font-weight: 800; letter-spacing: .2em; }

.partner-strip { background: white; border-bottom: 1px solid var(--line); padding: 30px 0; }
.partner-strip .shell { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; text-align: center; }
.partner-strip p { margin: 0; color: #8a8a84; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.partner-logos { display: flex; align-items: center; justify-content: center; gap: 30px; }
.partner-logo { width: 74px; height: 74px; display: grid; place-items: center; }
.partner-logo img { width: 68px; height: 68px; object-fit: contain; }
.partner-logo.partner-meu { width: 224px; }
.partner-logo.partner-meu img { width: 214px; height: 66px; }
.partner-x { color: #aaa; font-size: 19px; font-weight: 300; }

.section-pad { padding-block: 92px; }
.statement-grid { display: grid; grid-template-columns: 27% 73%; align-items: start; }
.section-index { display: flex; align-items: flex-start; gap: 18px; }
.section-index > span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; font-weight: 800; }
.section-index p { margin: 1px 0; color: var(--ink-soft); font-size: 11px; font-weight: 750; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; }
.statement-copy h2, .curriculum h2, .competitions h2, .mentors h2, .activity h2, .registration h2, .faq h2 { margin: 0; font-size: clamp(43px, 5.2vw, 70px); line-height: 1.08; letter-spacing: -.045em; }
.statement-copy h2 span { color: var(--orange); font-family: var(--font-family-heading); font-weight: 500; }
.statement-copy > p { max-width: 700px; margin: 28px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.value-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { position: relative; min-height: 245px; padding: 20px 24px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); overflow: hidden; transition: background .3s, transform .3s var(--ease); }
.card-number { color: #92928d; font: 500 10px/1 var(--font-family-body); }
.card-icon { margin: 14px 0 12px; color: var(--orange); font-size: 35px; line-height: 1; }
.card-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.value-card h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.03em; }
.value-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.card-line { position: absolute; left: 24px; right: 24px; bottom: 14px; height: 2px; background: var(--line); }
.card-line::after { content: ""; display: block; width: 28%; height: 100%; background: var(--orange); transition: width .3s; }

.curriculum { color: white; background: #160e44; }
.curriculum-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 50px; }
.curriculum-head .eyebrow { margin-bottom: 28px; }
.curriculum-head > p { width: 380px; margin: 0 0 5px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.7; }
.curriculum-list { border-top: 1px solid rgba(255,255,255,.2); }
.module { border-bottom: 1px solid rgba(255,255,255,.2); }
.module button { width: 100%; min-height: 90px; padding: 0; display: grid; grid-template-columns: 70px 1fr 260px 40px; align-items: center; text-align: left; border: 0; background: none; cursor: pointer; }
.module-no { color: rgba(255,255,255,.35); font: 500 11px var(--font-family-body); }
.module-title { font-size: clamp(18px, 2vw, 27px); font-weight: 720; letter-spacing: -.025em; }
.module-tags { color: rgba(255,255,255,.35); font: 600 9px var(--font-family-body); letter-spacing: .12em; }
.module-toggle { width: 34px; height: 34px; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 20px; font-weight: 300; }
.module-content { max-height: 0; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-left: 70px; opacity: 0; transition: max-height .4s var(--ease), opacity .3s, padding .4s; }
.module.active { border-bottom-color: var(--lime); }
.module.active .module-title { color: var(--lime); }
.module.active .module-content { max-height: 220px; padding-bottom: 34px; opacity: 1; }
.module-content p { max-width: 560px; margin: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }
.module-outcome { padding-left: 18px; border-left: 2px solid var(--orange); display: flex; flex-direction: column; gap: 7px; }
.module-outcome b { color: var(--orange); font-size: 8px; letter-spacing: .15em; }
.module-outcome span { font-size: 12px; color: rgba(255,255,255,.7); }
.curriculum-note { margin-top: 18px; color: rgba(255,255,255,.38); font-size: 10px; }

.competitions { padding-bottom: 0; overflow: hidden; background: var(--lime); }
.competition-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.competition-copy .eyebrow { margin-bottom: 28px; }
.competition-copy p { max-width: 500px; margin: 28px 0; color: #41413a; font-size: 17px; line-height: 1.75; }
.dark-link { padding-bottom: 4px; border-bottom: 1px solid currentColor; }
.competition-cloud { min-height: 410px; position: relative; }
.chip { position: absolute; display: grid; place-items: center; min-width: 104px; height: 48px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--paper); box-shadow: 5px 5px 0 var(--ink); font: 800 12px var(--font-family-body); transform: rotate(-4deg); transition: transform .25s; }
.chip:nth-child(1) { left: 9%; top: 5%; }.chip:nth-child(2) { left: 42%; top: 0; transform: rotate(8deg); }.chip:nth-child(3) { right: 1%; top: 15%; }.chip:nth-child(4) { left: 2%; top: 34%; transform: rotate(7deg); }.chip:nth-child(5) { left: 36%; top: 29%; }.chip:nth-child(6) { right: 0; top: 48%; transform: rotate(5deg); }.chip:nth-child(7) { left: 10%; bottom: 16%; }.chip:nth-child(8) { left: 40%; bottom: 3%; transform: rotate(5deg); }.chip:nth-child(9) { right: 2%; bottom: 6%; }
.chip-accent { color: white; background: var(--orange); }.chip-large { height: 76px; min-width: 132px; font-size: 19px; }.chip-wide { min-width: 180px; }
.ticker { margin-top: 60px; height: 82px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid var(--ink); background: var(--ink); color: white; transform: rotate(-1.3deg) scale(1.02); }
.ticker div { width: max-content; white-space: nowrap; font-size: 24px; font-weight: 800; letter-spacing: .02em; animation: ticker 25s linear infinite; }
.ticker span { margin-inline: 26px; color: var(--lime); }
@keyframes ticker { to { transform: translateX(-50%); } }

.mentors { color: white; background: var(--navy); }
.mentors-head .eyebrow { margin-bottom: 28px; }
.mentor-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mentor-card { min-height: 690px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.035); transition: transform .3s var(--ease), background .3s; }
.mentor-graphic { height: 320px; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(247,148,29,.14), transparent 42%), linear-gradient(145deg, #30295b, #160e44); }
.mentor-graphic::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to bottom, rgba(22,14,68,.18), transparent 45%, rgba(22,14,68,.88)); pointer-events: none; }
.mentor-graphic img { position: relative; z-index: 1; width: 72%; height: 72%; object-fit: contain; object-position: center; transform: none; }
.mentor-graphic-contain img { object-position: center bottom; }
.mentor-graphic > span { position: absolute; z-index: 2; left: 18px; top: 18px; color: rgba(255,255,255,.88); font: 800 10px var(--font-family-body); letter-spacing: .08em; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.mentor-graphic small { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; color: rgba(255,255,255,.78); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.mentor-copy { padding: 28px; }
.mentor-copy p { margin: 0 0 13px; color: var(--lime); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.mentor-copy h3 { margin: 0 0 12px; font-size: 27px; line-height: 1.15; letter-spacing: -.03em; }
.mentor-copy span { color: rgba(255,255,255,.4); font: 9px var(--font-family-body); text-transform: uppercase; letter-spacing: .08em; }
.mentor-role { min-height: 68px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.6; font-weight: 600; }
.mentor-facts { margin: 24px 0 0; display: grid; gap: 14px; }
.mentor-facts > div { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.12); }
.mentor-facts dt { margin-bottom: 6px; color: var(--brand-orange); font-size: 10px; line-height: 1; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mentor-facts dd { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.65; }
.support-band { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.16); }
.support-band > div { display: flex; align-items: center; gap: 18px; padding: 28px 22px; border-right: 1px solid rgba(255,255,255,.16); }
.support-band > div:last-child { border: 0; }.support-icon { color: var(--lime); font-size: 27px; }.support-band p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; }.support-band b { color: white; font-size: 13px; }

.activity { background: #f1f0f4; }
.activity-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.activity-copy .eyebrow { margin-bottom: 28px; }.activity-copy > p { max-width: 480px; margin-top: 28px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.interest-count { margin-top: 48px; display: flex; align-items: center; gap: 20px; }
.interest-count strong { color: var(--orange); font-family: var(--font-family-heading); font-size: 74px; line-height: .8; font-weight: 500; }.interest-count span { color: var(--ink-soft); font-size: 10px; font-weight: 800; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.activity-copy h2 { font-size: clamp(38px, 4.45vw, 61px); }
.keep-line { white-space: nowrap; }
.privacy-note { margin-top: 30px; color: var(--ink-soft); font-size: 11px; }.privacy-note span { color: var(--success); margin-right: 8px; }
.activity-panel { min-height: 480px; border-radius: var(--radius-lg); overflow: hidden; color: white; background: #160e44; box-shadow: var(--shadow); }
.panel-head { justify-content: space-between; }.panel-head > div { display: flex; align-items: center; gap: 8px; }.panel-head > span { color: rgba(255,255,255,.32); font-size: 7px; }.live-dot { display: inline-block; background: var(--lime); }
.activity-list { min-height: 380px; max-height: 500px; overflow: auto; }
.activity-item { display: grid; grid-template-columns: 40px 1fr auto; gap: 14px; align-items: center; min-height: 84px; padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.1); animation: itemIn .5s var(--ease); }
@keyframes itemIn { from { opacity: 0; transform: translateY(10px); } }
.activity-avatar { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--lime); font-size: 12px; font-weight: 850; }.activity-info b { display: block; font-size: 12px; }.activity-info span { color: rgba(255,255,255,.42); font-size: 9px; }.activity-place { text-align: right; }.activity-place b { display: block; font-size: 9px; font-weight: 650; }.activity-place span { color: rgba(255,255,255,.34); font-size: 8px; }
.activity-empty { min-height: 380px; display: grid; place-content: center; justify-items: center; gap: 15px; text-align: center; color: rgba(255,255,255,.42); }.activity-empty > span { width: 60px; height: 60px; display: grid; place-items: center; border: 1px dashed rgba(255,255,255,.2); border-radius: 50%; color: var(--lime); font-size: 25px; }.activity-empty p { font-size: 12px; line-height: 1.7; }
.panel-footer { height: 48px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.28); font: 7px var(--font-family-body); letter-spacing: .13em; }

.registration { position: relative; overflow: hidden; color: white; background: #160e44; }
.registration::before { content: ""; position: absolute; right: -180px; top: -180px; width: 600px; height: 600px; border-radius: 50%; background: var(--orange); filter: blur(150px); opacity: .12; }
.registration-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.registration-copy { position: sticky; top: 130px; }.registration-copy .eyebrow { margin-bottom: 28px; }.registration-copy > p { max-width: 490px; margin: 28px 0 46px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.75; }
.form-trust > div { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); }.form-trust > div:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }.form-trust span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--lime); font: 8px var(--font-family-body); }.form-trust p { margin: 0; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.65; }.form-trust b { color: white; font-size: 13px; }
.form-card { padding: 34px; border-radius: var(--radius-lg); color: var(--ink); background: #fafaf6; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.form-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }.form-heading > span { color: var(--ink-soft); font: 700 9px var(--font-family-body); letter-spacing: .11em; }.form-heading p { margin: 0; color: var(--ink-soft); font-size: 9px; }.form-heading b, .field b, .consent b { color: var(--orange); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: block; margin-bottom: 14px; }.field > span { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 750; }.field input, .field textarea { width: 100%; border: 1px solid #cdcdc6; border-radius: var(--radius-sm); padding: 13px 14px; color: var(--ink); background: white; transition: border-color .2s, box-shadow .2s; }.field input { height: 47px; }.field textarea { min-height: 106px; resize: vertical; line-height: 1.5; }.field input::placeholder, .field textarea::placeholder { color: #aaa9a3; }.field input:focus, .field textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(22,14,68,.08); outline: none; }.field.invalid input, .field.invalid textarea { border-color: var(--error); }.field-error, .consent-error { margin-top: 5px; display: block; color: var(--error); font-size: 9px; }.field-error:empty, .consent-error:empty { display: none; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--ink-soft); font-size: 9px; line-height: 1.55; cursor: pointer; }.consent input { width: 16px; height: 16px; accent-color: var(--orange); margin: 0; }
.submit-button { width: 100%; min-height: 58px; justify-content: space-between; margin-top: 12px; padding-inline: 22px; font-size: 14px; }.button-arrow { font-size: 19px; }.submit-button[disabled] { opacity: .68; cursor: wait; transform: none; }.form-message { min-height: 20px; margin-top: 11px; text-align: center; font-size: 10px; }.form-message.error { color: var(--error); }

.faq { background: white; }.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }.faq-head .eyebrow { margin-bottom: 28px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 78px; display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; font-size: 16px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 18px; transition: rotate .2s; }.faq-list details[open] summary span { rotate: 45deg; }.faq-list details p { max-width: 650px; margin: -4px 50px 28px 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }

.footer { color: white; background: #160e44; }.footer-main { padding-block: 65px; display: grid; grid-template-columns: 1fr 220px 220px; gap: 80px; }.footer-main img { width: 210px; filter: brightness(0) invert(1); }.footer-main > div:first-child p { margin-top: 22px; color: rgba(255,255,255,.52); font-size: 15px; line-height: 1.65; }.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }.footer-main > div > span { margin-bottom: 5px; color: rgba(255,255,255,.5); font: 800 12px var(--font-family-body); letter-spacing: .1em; }.footer-main a { color: rgba(255,255,255,.8); font-size: 15px; }.footer-bottom { min-height: 68px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font: 11px var(--font-family-body); letter-spacing: .07em; }.footer-bottom span { color: var(--lime); }
.mobile-sticky-cta { display: none; }

.success-modal[hidden] { display: none; }.success-modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 18px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(8,7,25,.76); backdrop-filter: blur(8px); }.success-card { position: relative; width: min(460px, 100%); padding: 50px 45px; border-radius: var(--radius-lg); text-align: center; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.4); animation: modalIn .35s var(--ease); }.success-card > span { color: var(--ink-soft); font: 800 8px var(--font-family-body); letter-spacing: .15em; }.success-card h2 { margin: 15px 0; font-size: 36px; line-height: 1; letter-spacing: -.04em; }.success-card p { color: var(--ink-soft); font-size: 12px; line-height: 1.7; }.success-mark { width: 64px; height: 64px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--lime); font-size: 25px; font-weight: 900; }.modal-close { position: absolute; right: 15px; top: 13px; border: 0; background: none; font-size: 24px; cursor: pointer; }.modal-done { margin-top: 15px; width: 100%; }.success-modal.closing .success-card { animation: modalOut .25s forwards; }@keyframes modalIn { from { opacity: 0; transform: translateY(20px) scale(.97); } }@keyframes modalOut { to { opacity: 0; transform: translateY(12px) scale(.98); } }

/* Legibility pass: preserve the technical visual language without micro-sized UI copy. */
.announcement { min-height: 40px; height: auto; padding: 7px 16px; font-size: 13px; letter-spacing: .09em; }
.eyebrow { font-size: 13px; line-height: 1.2; letter-spacing: .1em; }
.eyebrow span { width: 32px; height: 32px; font-size: 11px; }
.hero-lead { font-size: 18px; color: rgba(255,255,255,.76); }
.hero-meta span { font-size: 12px; line-height: 1.4; color: rgba(255,255,255,.58); }
.visual-topbar, .panel-head { font-size: 11px; letter-spacing: .1em; }
.core-node small { font-size: 10px; letter-spacing: .14em; }
.skill-node b { font-size: 11px; font-weight: 600; }
.skill-node span { font-size: 11px; letter-spacing: .07em; }
.visual-log span { font-size: 9px; letter-spacing: .08em; color: rgba(255,255,255,.58); }
.hero-footnote { font-size: 10px; letter-spacing: .14em; color: rgba(255,255,255,.45); }
.partner-strip p { font-size: 12px; letter-spacing: .1em; color: #777770; }
.section-index > span { width: 36px; height: 36px; font-size: 11px; }
.section-index p { font-size: 13px; letter-spacing: .06em; }
.card-number { font-size: 12px; font-weight: 600; color: #7d7d77; }
.card-icon { font-size: 43px; }
.value-card p { font-size: 15px; }
.module-no { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.45); }
.module-tags { font-size: 11px; letter-spacing: .09em; color: rgba(255,255,255,.45); }
.module-outcome b { font-size: 10px; letter-spacing: .12em; }
.module-outcome span { font-size: 14px; }
.curriculum-note { font-size: 12px; color: rgba(255,255,255,.48); }
.mentor-copy p, .mentor-copy span { font-size: 11px; letter-spacing: .08em; }
.support-icon { font-size: 34px; }
.support-band p { font-size: 13px; color: rgba(255,255,255,.58); }
.support-band b { font-size: 15px; }
.interest-count strong { font-size: 78px; line-height: .9; font-weight: 600; }
.interest-count span { font-size: 12px; letter-spacing: .08em; }
.privacy-note { font-size: 13px; }
.panel-head > span { font-size: 9px; color: rgba(255,255,255,.42); }
.activity-avatar { width: 42px; height: 42px; font-size: 14px; }
.activity-info b { font-size: 14px; }
.activity-info span, .activity-place b { font-size: 11px; }
.activity-place span { font-size: 10px; }
.panel-footer { font-size: 9px; color: rgba(255,255,255,.42); }
.form-trust > div { grid-template-columns: 38px 1fr; }
.form-trust span { width: 32px; height: 32px; font-size: 10px; }
.form-trust p { font-size: 13px; color: rgba(255,255,255,.52); }
.form-trust b { font-size: 15px; }
.form-heading > span, .form-heading p { font-size: 11px; }
.field > span { font-size: 13px; }
.field input, .field textarea { font-size: 15px; }
.field input { height: 49px; }
.field textarea { min-height: 112px; }
.field-error, .consent-error { font-size: 11px; }
.consent { grid-template-columns: 21px 1fr; gap: 11px; font-size: 13px; line-height: 1.6; }
.consent input { width: 19px; height: 19px; }
.footer-main > div > span { font-size: 12px; color: rgba(255,255,255,.5); }
.footer-main a { font-size: 15px; }
.footer-bottom { font-size: 11px; color: rgba(255,255,255,.48); }

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

@media (hover: hover) {
  .desktop-nav a:hover::after { right: 0; }
  .button:hover { transform: translateY(-2px); }
  .button-primary:hover { background: var(--brand-gradient); box-shadow: 0 10px 24px rgba(237, 28, 36, .3); filter: brightness(.93); }
  .value-card:hover { z-index: 2; background: white; transform: translateY(-8px); box-shadow: var(--shadow); }
  .value-card:hover .card-line::after { width: 100%; }
  .chip:hover { z-index: 5; transform: rotate(0) scale(1.08); }
  .mentor-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.07); }
  .footer-main a:hover { color: var(--lime); }
}

@media (max-width: 1024px) {
  :root { --shell: min(100% - 36px, 900px); }
  .desktop-nav { display: none; }.nav-cta { margin-left: auto; margin-right: 13px; }.menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; }.menu-button span { width: 18px; height: 1px; background: var(--ink); transition: transform .2s; }.mobile-nav { position: absolute; left: 0; right: 0; top: 82px; display: flex; flex-direction: column; padding: 10px 18px 18px; border-bottom: 1px solid var(--line); background: var(--paper); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s var(--ease); }.mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; transition: .25s var(--ease); }.mobile-nav a { padding: 14px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 700; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 80px; }.hero-copy { max-width: 720px; }.hero-visual { width: min(620px, 100%); margin-inline: auto; }.partner-strip .shell { flex-direction: column; gap: 20px; }
  .statement-grid { grid-template-columns: 1fr; gap: 40px; }.value-grid { grid-template-columns: 1fr 1fr; }.curriculum-head { align-items: start; gap: 35px; }.competition-layout, .activity-layout { grid-template-columns: 1fr; }.competition-cloud { width: min(640px, 100%); margin-inline: auto; }.mentor-grid { grid-template-columns: 1fr 1fr; }.registration-layout { gap: 55px; }.faq-layout { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 62px; }.announcement { font-size: 11px; letter-spacing: .05em; }.announcement a { display: none; }.site-header { height: 72px; }.header-partners { gap: 6px; }.header-partners .header-logo-meu { width: 116px; height: 42px; }.header-partners .header-logo-mark { width: 36px; height: 36px; }.header-partners > span { font-size: 10px; }.nav-cta { display: none; }.mobile-nav { top: 72px; }
  .section-pad { padding-block: 64px; }.hero-layout { padding-block: 62px 25px; gap: 48px; }.hero-copy h1 { margin-top: 23px; font-size: clamp(43px, 13vw, 54px); line-height: 1.1; letter-spacing: -.04em; }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }.button-large { width: 100%; }.text-link { justify-content: center; }.hero-meta { gap: 14px; justify-content: space-between; }.hero-meta div { flex-direction: column; align-items: flex-start; gap: 4px; }.hero-visual { min-height: 390px; transform: none; }.visual-topbar code { display: none; }.neural-stage { height: 320px; }.core-node { width: 90px; height: 90px; }.core-node span { font-size: 30px; }.skill-node { min-width: 78px; padding: 9px; }.skill-node span, .skill-node b { font-size: 9px; }.orbit-one { width: 180px; height: 180px; }.orbit-two { width: 270px; height: 270px; }.visual-log { display: none; }.hero-footnote { height: 50px; }
  .partner-strip { padding-block: 25px; }.partner-logos { gap: 8px; }.partner-logo { width: 56px; height: 56px; }.partner-logo img { width: 52px; height: 52px; }.partner-logo.partner-meu { width: 145px; }.partner-logo.partner-meu img { width: 140px; height: 50px; }.partner-x { font-size: 13px; }
  .statement-copy h2, .curriculum h2, .competitions h2, .mentors h2, .activity h2, .registration h2, .faq h2 { font-size: 43px; }.statement-copy > p { font-size: 15px; }.value-grid { grid-template-columns: 1fr; margin-top: 40px; }.value-card { min-height: 0; padding-bottom: 38px; }.card-icon { margin: 14px 0 12px; }
  .curriculum-head { flex-direction: column; margin-bottom: 40px; }.curriculum-head > p { width: 100%; }.module button { min-height: 76px; grid-template-columns: 40px 1fr 34px; }.module-tags { display: none; }.module-content { grid-template-columns: 1fr; gap: 20px; padding-left: 40px; }.module.active .module-content { max-height: 300px; }
  .competition-layout { gap: 50px; }.competition-cloud { min-height: 370px; }.chip { min-width: 84px; height: 41px; padding-inline: 15px; font-size: 10px; box-shadow: 3px 3px 0 var(--ink); }.chip-large { height: 62px; min-width: 105px; }.chip-wide { min-width: 145px; }.ticker { height: 70px; margin-top: 55px; }.ticker div { font-size: 18px; }
  .mentor-grid { grid-template-columns: 1fr; margin-top: 45px; }.mentor-card { min-height: 0; }.mentor-role { min-height: 0; }.support-band { grid-template-columns: 1fr; }.support-band > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .activity-layout { gap: 50px; }.activity-copy h2 { font-size: 36px; }.interest-count strong { font-size: 62px; }.activity-item { padding-inline: 14px; }.activity-place { display: none; }
  .registration-layout { grid-template-columns: 1fr; }.registration-copy { position: static; }.form-card { padding: 24px 18px; margin-inline: -4px; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }.field input { height: 49px; }
  .faq-layout { gap: 45px; }.faq-list summary { padding-block: 12px; gap: 14px; font-size: 15px; }.footer-main { grid-template-columns: 1fr 1fr; gap: 45px 20px; }.footer-main > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; }.footer-bottom p { margin: 0; }
  .mobile-sticky-cta { position: fixed; z-index: 45; display: flex; align-items: center; justify-content: space-between; left: 10px; right: 10px; bottom: 8px; height: 52px; padding: 0 20px; border-radius: var(--radius-sm); color: white; background: var(--orange); box-shadow: 0 8px 28px rgba(0,0,0,.28); font-size: 13px; font-weight: 800; }
}

@media (max-width: 370px) {
  .activity-copy h2 { font-size: 32px; }
}

@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; }
}
