: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;
  overflow-x: clip;
  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); }
.main-nav .nav-news { color: #c90024; font-weight: 800; }
.main-nav .nav-news strong { color: inherit; }
.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; }

.nexnow {
  padding: 118px max(24px, calc((100% - 1180px) / 2)) 54px;
  color: white;
  background: #06172d;
}
.nexnow-topline { display: grid; grid-template-columns: 1fr minmax(280px,.65fr); gap: 38px; align-items: end; margin-bottom: 25px; }
.nexnow-topline > div { display: flex; align-items: baseline; gap: 22px; }
.nexnow-brand { flex: none; margin: 0; color: white; font-size: 25px; font-weight: 350; letter-spacing: -.04em; }
.nexnow-brand strong { color: var(--cyan); font-weight: 850; }
.nexnow-topline h2 { margin: 0; color: white; font-size: clamp(25px,3vw,40px); line-height: 1; letter-spacing: -.04em; }
.nexnow-topline > p { max-width: 500px; margin: 0; color: rgba(255,255,255,.6); font-size: 13px; }
.nexnow-stage { position: relative; height: min(620px, 68vh); min-height: 480px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: #092449; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.nexnow-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s; }
.nexnow-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.nexnow-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.025); transition: transform 7s ease; }
.nexnow-slide.is-active > img { transform: scale(1.08); }
.nexnow-news-visual { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; padding: clamp(45px,8vw,100px); background: radial-gradient(circle at 78% 32%,rgba(53,217,255,.34),transparent 25%),linear-gradient(130deg,#06172d 15%,#0b2d5b 58%,#1570c9); }
.nexnow-news-visual-global { background: radial-gradient(circle at 80% 30%,rgba(224,46,113,.34),transparent 26%),linear-gradient(130deg,#06172d 15%,#152d62 58%,#6e1e5e); }
.nexnow-news-visual span { color: rgba(255,255,255,.62); font-size: 14px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nexnow-news-visual strong { color: white; font-size: clamp(80px,13vw,176px); line-height: .9; letter-spacing: -.08em; }
.nexnow-news-visual small { margin-top: 14px; color: rgba(255,255,255,.72); font-size: 16px; }
.nexnow-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,33,.97) 0%, rgba(4,23,47,.83) 45%, rgba(4,23,47,.18) 78%), linear-gradient(0deg, rgba(3,16,33,.56), transparent 45%); }
.nexnow-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(700px,68%); height: 100%; padding: clamp(42px,7vw,88px); }
.nexnow-kicker { margin: 0 0 18px; color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.nexnow-content h3 { max-width: 680px; margin: 0; font-size: clamp(36px,5.1vw,69px); line-height: .97; letter-spacing: -.055em; }
.nexnow-content > p:not(.nexnow-kicker) { max-width: 580px; margin: 22px 0 30px; color: rgba(255,255,255,.74); font-size: clamp(14px,1.5vw,18px); }
.nexnow-arrow { position: absolute; z-index: 4; top: 50%; display: grid; place-items: center; width: 48px; height: 48px; padding: 0 0 5px; color: white; background: rgba(4,23,47,.54); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; backdrop-filter: blur(10px); cursor: pointer; font-size: 36px; line-height: 1; transform: translateY(-50%); transition: background .2s, border-color .2s; }
.nexnow-arrow:hover, .nexnow-arrow:focus-visible { background: var(--navy); border-color: var(--cyan); }
.nexnow-prev { left: 18px; }
.nexnow-next { right: 18px; }
.nexnow-dots { position: absolute; z-index: 4; right: 80px; bottom: 31px; display: flex; gap: 8px; }
.nexnow-dots button { width: 30px; height: 4px; padding: 0; overflow: hidden; color: transparent; background: rgba(255,255,255,.3); border: 0; border-radius: 99px; cursor: pointer; transition: width .25s, background .25s; }
.nexnow-dots button.is-active { width: 58px; background: var(--cyan); }
.nexnow-count { position: absolute; z-index: 4; right: 24px; bottom: 20px; margin: 0; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .1em; }
.nexnow-count strong { color: white; font-size: 17px; }

.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, .path-brands a { 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-decoration: none; }
.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; }

/* Avançar conosco */
.anx-solution-lines a { color: inherit; text-decoration: none; }
.anx-solution-lines a:hover, .anx-solution-lines a:focus-visible { color: var(--cyan); }
.advance-page { background: #f4f8fc; }
.advance-hero { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; min-height: 570px; padding: 150px max(24px, calc((100% - 1180px) / 2)) 85px; overflow: hidden; color: white; background: radial-gradient(circle at 78% 45%, rgba(47,139,255,.32), transparent 29%), linear-gradient(135deg,#06172d,#0b2d5b 70%,#0b3970); }
.advance-hero::before { content: ""; position: absolute; inset: 0; opacity: .17; 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); }
.advance-hero-copy, .advance-mark { position: relative; z-index: 1; }
.advance-hero h1 { max-width: 780px; margin: 0; font-size: clamp(45px,6vw,78px); line-height: .98; letter-spacing: -.055em; }
.advance-hero-copy > p:last-child { max-width: 690px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px,1.7vw,21px); }
.advance-mark { display: grid; place-items: center; }
.advance-mark img { width: min(340px,70vw); filter: drop-shadow(0 30px 60px rgba(0,0,0,.24)); }
.advance-options { padding: 105px max(24px,calc((100% - 1180px) / 2)) 120px; }
.advance-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 45px; align-items: end; margin-bottom: 42px; }
.advance-intro h2 { max-width: 800px; margin: 0; font-size: clamp(38px,5vw,66px); line-height: 1; letter-spacing: -.05em; }
.advance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.advance-card { position: relative; display: flex; flex-direction: column; min-height: 430px; padding: clamp(28px,4vw,48px); overflow: hidden; color: white; border-radius: 28px; box-shadow: 0 24px 65px rgba(7,26,51,.14); }
.advance-card::after { content: ""; position: absolute; right: -80px; bottom: -110px; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.advance-go { background: linear-gradient(135deg,#071a33,#1264be); }
.advance-business { background: linear-gradient(135deg,#06352d,#119777); }
.advance-education { background: linear-gradient(135deg,#6b2708,#e66d1c); }
.advance-we { background: linear-gradient(135deg,#3c126d,#8d4bd5); }
.advance-icon { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 42px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); border-radius: 20px; }
.advance-icon img { width: 48px; height: 48px; object-fit: contain; }
.advance-card > p:first-of-type { margin: 0 0 10px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.advance-card h2 { margin: 0; font-size: clamp(31px,4vw,48px); line-height: 1; letter-spacing: -.045em; }
.advance-description { max-width: 510px; margin: 20px 0 30px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }
.advance-card > a { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: auto; padding-top: 22px; color: white; border-top: 1px solid rgba(255,255,255,.2); text-decoration: none; font-size: 14px; font-weight: 800; }
.advance-card > a span { font-size: 22px; transition: transform .2s; }
.advance-card > a:hover span { transform: translateX(5px); }
.advance-final { padding: 105px max(24px,calc((100% - 980px) / 2)); color: white; text-align: center; background: #071a33; }
.advance-final > p { margin: 0 0 18px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.advance-final h2 { margin: 0 auto 32px; font-size: clamp(34px,5vw,58px); line-height: 1.03; letter-spacing: -.045em; }
@media (max-width: 800px) { .advance-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 125px; } .advance-mark { display: none; } .advance-intro, .advance-grid { grid-template-columns: 1fr; } .advance-intro { gap: 8px; } .advance-card { min-height: 385px; } }
.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: 20px 0 10px; font-size: 18px; font-weight: 500; letter-spacing: -.02em; }
.brand-card h3 strong { color: var(--blue); font-weight: 850; }
.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: 1040px) {
  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: clamp(38px,5vw,56px); line-height: 1; letter-spacing: -.04em; }
.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-art-juris { background: radial-gradient(circle at 78% 22%,rgba(97,181,255,.3),transparent 27%),linear-gradient(145deg,#071a33,#214d85); }
.blog-art-prepara { background: radial-gradient(circle at 72% 25%,rgba(255,210,92,.27),transparent 25%),linear-gradient(145deg,#30234d,#765393); }
.blog-art-sales { background: radial-gradient(circle at 76% 24%,rgba(255,170,90,.3),transparent 25%),linear-gradient(145deg,#4c1f22,#a34d36); }
.blog-art-talk { background: radial-gradient(circle at 74% 24%,rgba(53,217,255,.27),transparent 25%),linear-gradient(145deg,#132746,#276b96); }
.blog-art-info { background: radial-gradient(circle at 78% 22%,rgba(177,221,255,.3),transparent 25%),linear-gradient(145deg,#12243b,#526e8f); }
.blog-art-fitness { background: radial-gradient(circle at 75% 22%,rgba(185,255,179,.27),transparent 25%),linear-gradient(145deg,#173527,#397e56); }
.blog-art-partners { background: radial-gradient(circle at 76% 22%,rgba(188,166,255,.3),transparent 25%),linear-gradient(145deg,#191d42,#4f4d9d); }
.blog-art strong { max-width: 100%; overflow-wrap: anywhere; }
.blog-art-prepara strong, .blog-art-talk strong, .blog-art-info strong, .blog-art-fitness strong, .blog-art-partners strong { font-size: clamp(34px,6vw,84px); }
.article-hero-juris { background: linear-gradient(135deg,#071a33,#214d85); }
.article-hero-prepara { background: linear-gradient(135deg,#30234d,#765393); }
.article-hero-sales { background: linear-gradient(135deg,#4c1f22,#a34d36); }
.article-hero-talk { background: linear-gradient(135deg,#132746,#276b96); }
.article-hero-info { background: linear-gradient(135deg,#12243b,#526e8f); }
.article-hero-fitness { background: linear-gradient(135deg,#173527,#397e56); }
.article-hero-partners { background: linear-gradient(135deg,#191d42,#4f4d9d); }
.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-quote { margin: 38px 0; padding: 25px 28px; color: var(--navy); background: #eef5ff; border-left: 4px solid var(--blue); border-radius: 0 18px 18px 0; }
.article-quote p { margin: 0 0 10px; font-size: clamp(21px,2.5vw,28px); font-weight: 700; line-height: 1.5; }
.article-quote cite { color: var(--muted); font-family: Montserrat,Avenir,"Segoe UI",Arial,sans-serif; font-size: 12px; font-style: normal; font-weight: 750; }
.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-hero-series { background: radial-gradient(circle at 82% 18%,rgba(53,217,255,.2),transparent 27%),linear-gradient(135deg,#041326,#0b2d5b 62%,#1267c4); }
.series-label { margin: 0 0 18px; color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.blog-series-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px 70px; align-items: end; margin: 0 0 34px; padding: 34px; }
.blog-series-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -16px; }
.blog-series-heading h2 { margin: 0; color: var(--ink); font-size: clamp(30px,4.6vw,54px); line-height: 1.02; letter-spacing: -.045em; }
.blog-series-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.series-art { background-image: radial-gradient(circle at 76% 22%,rgba(255,255,255,.2),transparent 25%),linear-gradient(145deg,#071a33,#155cac); }
.series-art-2 { background-image: radial-gradient(circle at 24% 76%,rgba(53,217,255,.2),transparent 26%),linear-gradient(145deg,#10233f,#31577d); }
.series-art-3 { background-image: radial-gradient(circle at 76% 22%,rgba(255,255,255,.16),transparent 27%),linear-gradient(145deg,#082b36,#12758b); }
.series-art-4 { background-image: radial-gradient(circle at 30% 20%,rgba(104,220,182,.2),transparent 26%),linear-gradient(145deg,#0a2e37,#225f51); }
.series-art-5 { background-image: radial-gradient(circle at 76% 22%,rgba(255,255,255,.18),transparent 26%),linear-gradient(145deg,#251b49,#60459b); }
.series-art-6 { background-image: radial-gradient(circle at 22% 78%,rgba(255,194,95,.18),transparent 26%),linear-gradient(145deg,#3d1e26,#8c4c38); }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 48px 0 55px; padding: 0; font-family: Montserrat,Avenir,"Segoe UI",Arial,sans-serif; }
.evidence-grid > div { padding: 21px 22px; background: #f0f6fd; border: 1px solid #d8e6f6; border-radius: 14px; }
.evidence-grid span { display: block; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.evidence-grid p { margin: 9px 0 0; color: #43556c; font-size: 13px; line-height: 1.6; }
.article-sources { margin-top: 58px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: Montserrat,Avenir,"Segoe UI",Arial,sans-serif; }
.article-sources > span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.article-sources ol { margin: 16px 0 0; padding-left: 22px; }
.article-sources li { margin-bottom: 11px; }
.article-sources a { color: var(--navy); font-size: 12px; font-weight: 700; line-height: 1.55; text-underline-offset: 3px; }
.article-sources .source-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.exam-evidence { margin: 42px 0; }
.exam-evidence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; align-items: stretch; }
.exam-evidence-grid img { width: 100%; height: 390px; object-fit: cover; object-position: center top; border-radius: 14px; border: 1px solid rgba(7,26,51,.12); }
.exam-evidence figcaption { margin-top: 12px; color: var(--muted); font-family: Montserrat,Avenir,"Segoe UI",Arial,sans-serif; font-size: 11px; line-height: 1.55; }
@media (max-width: 720px) { .exam-evidence-grid { grid-template-columns: 1fr; } .exam-evidence-grid img { height: auto; max-height: 560px; } }
.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: 1040px) {
  .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; }
  .blog-series-heading { grid-template-columns: 1fr; }
  .blog-series-heading .eyebrow { grid-column: auto; margin-bottom: -10px; }
}

@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; }
  .evidence-grid { grid-template-columns: 1fr; }
}

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

.news-categories { display: flex; gap: 9px; margin: -19px 0 62px; padding: 12px; overflow-x: auto; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 45px rgba(7,26,51,.08); scrollbar-width: thin; }
.news-categories a { flex: none; padding: 10px 14px; color: #53647a; border-radius: 10px; text-decoration: none; font-size: 13px; font-weight: 750; }
.news-categories a:hover, .news-categories a.is-active { color: white; background: linear-gradient(110deg,var(--blue),#9b286a); }
.news-bulletins { margin-bottom: 70px; }
.bulletin-feature { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: end; padding: clamp(30px,5vw,55px); color: white; background: radial-gradient(circle at 86% 20%,rgba(221,48,111,.28),transparent 30%),linear-gradient(130deg,#071a33,#0b2d5b 65%,#5a1c59); border-radius: 25px; text-decoration: none; box-shadow: var(--shadow); }
.bulletin-feature + .bulletin-feature { margin-top: 18px; }
.bulletin-feature h3 { max-width: 850px; margin: 0; font-size: clamp(31px,4.3vw,55px); line-height: 1; letter-spacing: -.05em; }
.bulletin-feature p:not(.news-label) { max-width: 700px; margin: 17px 0 0; color: rgba(255,255,255,.67); font-size: 15px; }
.bulletin-feature > span { color: white; font-size: 13px; font-weight: 850; white-space: nowrap; }

.bulletin-page { background: #f4f7fb; }
.bulletin-page .site-header { position: sticky; }
.bulletin-hero { padding: 70px max(24px,calc((100% - 1040px)/2)) 68px; color: white; background: radial-gradient(circle at 86% 18%,rgba(215,47,108,.26),transparent 29%),linear-gradient(130deg,#06172d,#0b2d5b 66%,#631c5f); }
.bulletin-back { display: inline-flex; margin-bottom: 38px; color: rgba(255,255,255,.68); text-decoration: none; font-size: 13px; font-weight: 750; }
.bulletin-hero .news-signature { margin-bottom: 17px; }
.bulletin-hero h1 { max-width: 920px; margin: 0; font-size: clamp(43px,6.5vw,78px); line-height: .96; letter-spacing: -.06em; }
.bulletin-deck { max-width: 790px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: clamp(16px,1.8vw,20px); line-height: 1.65; }
.bulletin-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.bulletin-meta span { padding: 8px 11px; color: #aeeeff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: 11px; font-weight: 800; }
.bulletin-body { width: min(1040px,calc(100% - 48px)); margin: 0 auto; padding: 64px 0 100px; }
.bulletin-method { display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; margin-bottom: 54px; }
.bulletin-method > div { padding: 31px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.bulletin-method h2 { margin: 0 0 13px; color: var(--navy-deep); font-size: 28px; letter-spacing: -.04em; }
.bulletin-method p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.bulletin-update { margin: -24px 0 54px; padding: 24px 28px; color: #513110; background: #fff6dc; border: 1px solid #efd48b; border-left: 5px solid #c98916; border-radius: 16px; }
.bulletin-update strong { display: block; margin-bottom: 7px; color: #6f430c; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.bulletin-update p { margin: 0; font-size: 14px; line-height: 1.7; }
.bulletin-update a { color: #6b3905; font-weight: 800; }
.editorial-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.editorial-tags span { padding: 7px 10px; color: var(--navy); background: #eaf3ff; border-radius: 999px; font-size: 11px; font-weight: 800; }
.bulletin-section { margin-top: 64px; }
.bulletin-section-heading { margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.bulletin-section-heading p { margin: 0 0 9px; color: #a22867; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.bulletin-section-heading h2 { margin: 0; color: var(--navy-deep); font-size: clamp(35px,5vw,57px); line-height: 1; letter-spacing: -.05em; }
.bulletin-stories { display: grid; gap: 14px; }
.bulletin-story { display: grid; grid-template-columns: 66px minmax(0,1fr); gap: 23px; padding: clamp(24px,4vw,40px); background: white; border: 1px solid var(--line); border-radius: 20px; }
.bulletin-story > strong { display: grid; place-items: center; width: 52px; height: 52px; color: white; background: linear-gradient(135deg,var(--blue),#822866); border-radius: 15px; font-size: 18px; }
.bulletin-story header { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.bulletin-story header span { padding: 6px 9px; color: #682052; background: #f8eaf2; border-radius: 999px; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.bulletin-story h3 { margin: 0; color: var(--navy-deep); font-size: clamp(24px,3vw,34px); line-height: 1.08; letter-spacing: -.04em; }
.bulletin-story p { margin: 15px 0 0; color: #53647a; font-size: 15px; line-height: 1.75; }
.bulletin-story .why { padding: 15px 17px; color: var(--navy); background: #edf5ff; border-left: 3px solid var(--blue); border-radius: 0 11px 11px 0; }
.bulletin-story a { display: inline-flex; margin-top: 18px; color: #87235f; font-size: 12px; font-weight: 850; text-decoration: none; }
.market-radar { width: 100%; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 20px; border-collapse: separate; border-spacing: 0; }
.market-radar th, .market-radar td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; }
.market-radar th { color: white; background: var(--navy); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.market-radar td:first-child { color: var(--navy); font-weight: 800; }
.market-radar tr:last-child td { border-bottom: 0; }
.bulletin-sources { margin-top: 62px; padding: clamp(28px,4vw,42px); background: #e9f1f9; border-radius: 20px; }
.bulletin-sources h2 { margin: 0 0 17px; color: var(--navy-deep); font-size: 29px; }
.bulletin-sources ul { margin: 0; padding-left: 21px; }
.bulletin-sources li { margin: 9px 0; color: var(--muted); font-size: 13px; }
.bulletin-sources a { color: var(--navy); font-weight: 750; }
.bulletin-disclaimer { margin-top: 24px; color: var(--muted); font-size: 12px; line-height: 1.65; }

@media (max-width: 700px) {
  .bulletin-feature { grid-template-columns: 1fr; align-items: start; }
  .bulletin-feature > span { white-space: normal; }
  .bulletin-hero { padding: 48px 20px 55px; }
  .bulletin-body { width: min(100% - 40px,1040px); padding-top: 45px; }
  .bulletin-method { grid-template-columns: 1fr; }
  .bulletin-story { grid-template-columns: 1fr; gap: 15px; }
  .market-radar { display: block; overflow-x: auto; }
  .market-radar th, .market-radar td { min-width: 165px; }
}

/* NEXNews */
.news-page { background: #f4f7fb; }
.news-page .site-header { position: sticky; }
.news-page .main-nav .nav-news::after { right: 0; background: linear-gradient(90deg,var(--blue),#c22463); }
.news-hero { padding: 76px max(24px,calc((100% - 1180px)/2)) 72px; color: white; background: radial-gradient(circle at 82% 16%,rgba(210,38,102,.25),transparent 31%), linear-gradient(130deg,#06172d 0%,#0b2d5b 62%,#671c61 100%); }
.news-signature { margin: 0 0 26px; font-size: clamp(22px,3vw,34px); font-weight: 360; letter-spacing: -.05em; }
.news-signature strong { color: #42cfff; font-weight: 900; }
.news-signature span { color: #ed4c83; font-weight: 750; }
.news-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: clamp(35px,7vw,90px); align-items: end; }
.news-hero h1 { max-width: 820px; margin: 0; font-size: clamp(48px,7vw,92px); line-height: .92; letter-spacing: -.065em; }
.news-hero h1 span { color: transparent; background: linear-gradient(90deg,#44d5ff,#ed4c83); background-clip: text; -webkit-background-clip: text; }
.news-hero-copy { padding-left: 24px; border-left: 2px solid #d43272; }
.news-hero-copy p { margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.news-hero-copy a { display: inline-flex; margin-top: 22px; color: white; font-size: 13px; font-weight: 800; text-decoration: none; }
.news-shell { padding: 64px max(24px,calc((100% - 1180px)/2)) 110px; }
.news-section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.news-section-title h2 { margin: 0; color: var(--navy-deep); font-size: clamp(32px,4vw,54px); line-height: 1; letter-spacing: -.05em; }
.news-section-title p { max-width: 540px; margin: 0; color: var(--muted); font-size: 14px; }
.news-lead-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); gap: 18px; margin-bottom: 70px; }
.news-lead, .news-side-card, .news-card { color: inherit; text-decoration: none; }
.news-lead { position: relative; min-height: 570px; overflow: hidden; color: white; border-radius: 25px; background: var(--navy-deep); box-shadow: var(--shadow); }
.news-lead img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.news-lead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,18,37,.98),rgba(4,18,37,.08) 75%); }
.news-lead-content { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: clamp(28px,5vw,55px); }
.news-label { margin: 0 0 13px; color: #64ddff; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.news-lead h2 { max-width: 820px; margin: 0; font-size: clamp(35px,4.6vw,62px); line-height: .98; letter-spacing: -.05em; }
.news-lead-content > p:last-of-type { max-width: 740px; margin: 16px 0 0; color: rgba(255,255,255,.73); font-size: 16px; }
.news-side-list { display: grid; gap: 18px; }
.news-side-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 276px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 22px; transition: transform .2s,box-shadow .2s; }
.news-side-card:hover, .news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news-side-card h3 { margin: 0; color: var(--navy-deep); font-size: clamp(24px,2.6vw,34px); line-height: 1.05; letter-spacing: -.04em; }
.news-side-card > span { color: #a82666; font-size: 12px; font-weight: 800; }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 74px; }
.news-card { display: flex; flex-direction: column; min-height: 310px; padding: 29px; background: white; border: 1px solid var(--line); border-radius: 21px; transition: transform .2s,box-shadow .2s; }
.news-card:nth-child(3n+1) { border-top: 4px solid var(--blue); }
.news-card:nth-child(3n+2) { border-top: 4px solid #7c3d93; }
.news-card:nth-child(3n) { border-top: 4px solid #d43272; }
.news-card h3 { margin: 0; color: var(--navy-deep); font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.news-card > p:not(.news-label) { color: var(--muted); font-size: 14px; }
.news-card > span { margin-top: auto; color: var(--navy); font-size: 12px; font-weight: 850; }
.news-areas { padding: clamp(35px,5vw,58px); color: white; background: linear-gradient(135deg,#071a33,#0b2d5b 68%,#44184b); border-radius: 27px; }
.news-areas .news-section-title h2 { color: white; }
.news-areas .news-section-title p { color: rgba(255,255,255,.62); }
.news-area-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.news-area-grid a { min-height: 92px; padding: 18px; color: white; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 14px; text-decoration: none; transition: background .2s,border-color .2s; }
.news-area-grid a:hover { background: rgba(47,139,255,.15); border-color: rgba(66,207,255,.45); }
.news-area-grid strong { display: block; margin-bottom: 5px; color: #65ddff; font-size: 13px; }
.news-area-grid span { color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.35; }
.news-cta { display: flex; justify-content: space-between; gap: 35px; align-items: center; margin-top: 24px; padding: 32px 36px; color: white; background: linear-gradient(100deg,#193e72,#81235f); border-radius: 21px; }
.news-cta h2 { margin: 0; font-size: clamp(25px,3vw,37px); line-height: 1.05; }
.news-cta p { max-width: 620px; margin: 9px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }

@media (max-width: 900px) {
  .news-hero-grid, .news-lead-grid { grid-template-columns: 1fr; }
  .news-hero-copy { max-width: 700px; }
  .news-side-list { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-area-grid { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 620px) {
  .news-hero { padding: 50px 20px 56px; }
  .news-hero h1 { font-size: clamp(48px,15vw,68px); }
  .news-hero-copy { padding-left: 16px; }
  .news-shell { padding: 48px 20px 75px; }
  .news-section-title { display: block; }
  .news-section-title p { margin-top: 13px; }
  .news-lead { min-height: 550px; }
  .news-side-list, .news-grid, .news-area-grid { grid-template-columns: 1fr; }
  .news-side-card { min-height: 220px; }
  .news-card { min-height: 270px; }
  .news-areas { padding: 30px 20px; }
  .news-area-grid a { min-height: 82px; }
  .news-cta { align-items: stretch; flex-direction: column; padding: 28px 23px; }
  .news-cta .button { width: 100%; }
}

/* 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(--blue); 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; }
.values-card .values-intro { margin-bottom: 18px; }
.values-list { display: grid; gap: 8px; margin: 0; padding: 0; }
.values-list a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; color: var(--navy); background: #fff; border: 1px solid rgba(11,45,91,.1); border-radius: 11px; font-size: 13px; font-weight: 750; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.values-list a:hover, .values-list a:focus-visible { transform: translateX(4px); border-color: rgba(47,139,255,.55); box-shadow: 0 9px 24px rgba(7,26,51,.08); }
.values-list b { color: var(--blue); font-size: 9px; letter-spacing: .12em; }
.values-more { display: inline-flex; gap: 9px; margin-top: 18px; color: var(--blue); font-size: 12px; font-weight: 850; text-decoration: none; }
.values-page { background: #f5f8fc; }
.values-hero { padding: 118px max(24px,calc((100% - 1180px)/2)) 76px; color: #fff; background: linear-gradient(135deg,#071a33 0%,#0b2d5b 62%,#114b83 100%); }
.values-hero p { max-width: 720px; margin: 22px 0 0; color: #c8d8ea; font-size: clamp(17px,2vw,21px); line-height: 1.65; }
.values-hero h1 { max-width: 850px; margin: 12px 0 0; font-size: clamp(48px,7vw,88px); line-height: .98; letter-spacing: -.055em; }
.values-manifesto { padding: 72px max(24px,calc((100% - 1180px)/2)) 100px; }
.values-manifesto-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px,7vw,90px); align-items: end; margin-bottom: 42px; }
.values-manifesto-intro h2 { margin: 8px 0 0; color: var(--navy); font-size: clamp(34px,5vw,58px); line-height: 1.04; letter-spacing: -.045em; }
.values-manifesto-intro p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.value-detail { display: grid; grid-template-columns: 105px minmax(0,1fr); gap: 28px; scroll-margin-top: 110px; padding: 42px 0; border-top: 1px solid rgba(11,45,91,.14); }
.value-detail > span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.value-detail h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(28px,4vw,43px); letter-spacing: -.035em; }
.value-detail h3 { margin: 25px 0 8px; color: var(--navy); font-size: 15px; }
.value-detail p { max-width: 820px; margin: 0 0 13px; color: #43556c; font-size: 16px; line-height: 1.78; }
.value-detail blockquote { max-width: 820px; margin: 23px 0 0; padding: 20px 24px; color: var(--navy); background: #e9f2fc; border-left: 3px solid var(--blue); border-radius: 0 14px 14px 0; font-weight: 750; line-height: 1.65; }
.founder-note { margin-top: 30px; padding: 28px; color: #fff; background: var(--navy); border-radius: 20px; }
.founder-note p { margin: 0; color: #d5e2ef; line-height: 1.7; }
.founder-note strong { display: block; margin-top: 12px; color: #fff; }

/* Página do idealizador */
.founder-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; color: white; background: radial-gradient(circle at 18% 12%,rgba(53,217,255,.14),transparent 28%),linear-gradient(135deg,#06172d,#0b2d5b 68%,#0d4b86); }
.founder-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px max(34px,calc((100vw - 1180px)/2)) 100px max(34px,calc((100vw - 1180px)/2)); padding-right: clamp(40px,7vw,105px); }
.founder-hero-copy h1 { max-width: 720px; margin: 14px 0 0; font-size: clamp(55px,7.2vw,96px); line-height: .88; letter-spacing: -.07em; }
.founder-hero-lead { max-width: 660px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: clamp(18px,2vw,24px); line-height: 1.5; }
.founder-hero-roles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.founder-hero-roles span { padding: 9px 12px; color: #d9eaff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: 10px; font-weight: 750; }
.founder-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 34px; }
.founder-hero-actions > a:not(.button) { color: white; text-decoration: none; font-size: 12px; font-weight: 800; }
.founder-portrait { position: relative; min-height: 680px; margin: 0; overflow: hidden; background: #d6dce2; }
.founder-portrait::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg,transparent 55%,rgba(4,19,38,.85)); }
.founder-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; filter: saturate(.9) contrast(1.02); }
.founder-portrait figcaption { position: absolute; z-index: 1; right: clamp(25px,5vw,70px); bottom: 42px; left: clamp(25px,5vw,70px); max-width: 520px; color: white; font-size: clamp(16px,1.8vw,22px); font-weight: 650; line-height: 1.45; }
.founder-about { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(40px,8vw,110px); padding: 90px max(24px,calc((100% - 1180px)/2)); }
.founder-about h2 { margin: 10px 0 0; color: var(--navy); font-size: clamp(39px,5.4vw,66px); line-height: 1; letter-spacing: -.055em; }
.founder-about-copy > p { margin: 0 0 20px; color: #43556c; font-size: 17px; line-height: 1.78; }
.founder-responsibilities { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.founder-responsibilities span { padding: 10px 13px; color: #4d5f76; background: #eaf3ff; border: 1px solid #cfe2fb; border-radius: 999px; font-size: 11px; }
.founder-responsibilities strong { margin-right: 4px; color: var(--navy); }
.journey-section { scroll-margin-top: 85px; padding: 90px max(24px,calc((100% - 1180px)/2)); background: #eaf2fb; }
.journey-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; margin-bottom: 34px; }
.journey-heading h2 { max-width: 780px; margin: 10px 0 0; color: var(--navy); font-size: clamp(38px,5.7vw,68px); line-height: .98; letter-spacing: -.055em; }
.journey-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.journey-gallery { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); grid-auto-rows: 235px; gap: 14px; }
.journey-gallery figure { position: relative; min-height: 245px; margin: 0; overflow: hidden; background: #cfd9e5; border-radius: 20px; }
.journey-gallery .journey-main { grid-column: span 5; grid-row: span 2; }
.journey-gallery .journey-academic { grid-column: span 4; grid-row: span 2; }
.journey-gallery .journey-auditorium { grid-column: span 3; }
.journey-gallery .journey-organizations { grid-column: span 3; }
.journey-gallery .journey-leadership, .journey-gallery .journey-collage { grid-column: span 6; }
.journey-gallery img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.84) contrast(1.02); transition: transform .5s ease; }
.journey-gallery .journey-main img, .journey-gallery .journey-academic img { object-position: 50% 28%; }
.journey-gallery .journey-auditorium img { object-position: 50% 35%; }
.journey-gallery .journey-organizations img { object-position: 50% 25%; }
.journey-gallery figure:hover img { transform: scale(1.018); }
.journey-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 4px; padding: 46px 22px 20px; color: white; background: linear-gradient(transparent,rgba(4,19,38,.9)); }
.journey-gallery figcaption span { color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.journey-gallery figcaption strong { max-width: 580px; font-size: 15px; line-height: 1.35; }
.journey-instagram { margin: 20px 0 0; text-align: right; }
.journey-instagram a { color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.journey-instagram a:hover { color: var(--blue); }
.journey-path { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 24px; }
.journey-path article { padding: 23px; background: rgba(255,255,255,.78); border: 1px solid rgba(11,45,91,.1); border-radius: 16px; }
.journey-path article > span { color: var(--blue); font-size: 10px; font-weight: 900; }
.journey-path h3 { margin: 20px 0 8px; color: var(--navy); font-size: 17px; }
.journey-path p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.founder-social-section { padding: 94px max(24px,calc((100% - 1180px)/2)); color: white; background: linear-gradient(135deg,#06172d,#0b2d5b 72%,#0d4b86); }
.founder-social-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
.founder-social-intro h2 { margin: 10px 0 0; font-size: clamp(40px,6vw,72px); line-height: .96; letter-spacing: -.055em; }
.founder-social-intro > p { margin: 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.7; }
.founder-social-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 38px; }
.founder-social-grid a { display: grid; gap: 7px; min-height: 150px; padding: 24px; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; text-decoration: none; transition: transform .2s,background .2s; }
.founder-social-grid a:hover { color: white; background: rgba(47,139,255,.2); transform: translateY(-3px); }
.founder-social-grid span { color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.founder-social-grid strong { font-size: 20px; }
.founder-social-grid small { align-self: end; color: rgba(255,255,255,.58); }
.latest-updates { margin-top: 56px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.13); }
.latest-updates-title { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; }
.latest-updates-title h3 { margin: 0; font-size: clamp(25px,3vw,36px); }
.latest-updates-title > a { color: var(--cyan); text-decoration: none; font-size: 11px; font-weight: 800; }
.latest-updates-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 23px; }
.latest-updates-grid a { display: flex; flex-direction: column; min-height: 220px; padding: 24px; color: white; background: rgba(3,15,29,.32); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; text-decoration: none; }
.latest-updates-grid small { color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.latest-updates-grid strong { margin-top: 20px; font-size: 17px; line-height: 1.45; }
.latest-updates-grid span { margin-top: auto; padding-top: 20px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 750; }
.founder-links { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px,8vw,110px); padding: 85px max(24px,calc((100% - 1180px)/2)); }
.founder-links h2 { margin: 10px 0 0; color: var(--navy); font-size: clamp(38px,5vw,62px); line-height: 1; letter-spacing: -.05em; }
.founder-links-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.founder-links-grid a { display: grid; gap: 16px; padding: 24px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; box-shadow: 0 10px 30px rgba(7,26,51,.05); transition: transform .2s,border-color .2s; }
.founder-links-grid a:hover { transform: translateY(-3px); border-color: var(--blue); }
.founder-links-grid strong { font-size: 17px; }
.founder-links-grid span { color: var(--blue); font-size: 11px; font-weight: 800; }
.about-commercial { margin-top: 32px; padding: 28px; background: rgba(255,255,255,.72); border: 1px solid rgba(11,45,91,.12); border-radius: 20px; }
.about-commercial h3 { margin: 0; color: var(--navy); font-size: clamp(20px,2.2vw,29px); line-height: 1.18; letter-spacing: -.035em; }
.about-commercial > p { margin: 14px 0 0; color: #43556c; font-size: 14px; line-height: 1.7; }
.about-audiences { display: grid; gap: 9px; margin-top: 21px; }
.about-audiences span { display: block; padding: 11px 13px; color: #52647a; background: rgba(234,243,255,.82); border-radius: 10px; font-size: 12px; }
.about-audiences b { color: var(--navy); }
.about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 22px; }
.about-actions > a:not(.button) { color: var(--navy); text-decoration: none; font-size: 11px; font-weight: 800; }
.values-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; margin: 0; padding: 0; list-style: none; }
.values-list li { position: relative; padding-left: 13px; color: #43556c; font-size: 14px; line-height: 1.55; }
.values-list li::before { content: ""; position: absolute; top: .66em; left: 0; width: 5px; height: 5px; background: var(--blue); border-radius: 50%; }

.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: none; opacity: .96; }
.footer-about > p { margin-top: 16px; }
.footer-about .footer-legal { margin-top: 25px; color: rgba(255,255,255,.58); line-height: 1.7; }
.footer-location { display: inline-block; margin-top: 8px; color: rgba(255,255,255,.82); }
.footer-pride { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.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; }
.footer-belief cite { display: block; margin-top: 10px; color: rgba(255,255,255,.5); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-belief strong { display: block; margin-top: 13px; color: var(--cyan); font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.copyright { margin-top: 24px !important; padding-top: 0; border-top: 0; text-align: center; }
.site-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; width: 100%; margin-top: 25px; }
.social-link { display: inline-flex; align-items: center; gap: 12px; min-width: 190px; padding: 12px 17px; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; text-decoration: none; box-shadow: 0 10px 25px rgba(0,0,0,.12); transition: transform .2s, background .2s, border-color .2s; }
.social-link:hover { color: white; background: rgba(47,139,255,.22); border-color: rgba(53,217,255,.5); transform: translateY(-2px); }
.social-link svg { flex: 0 0 27px; width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-link .social-dot, .social-link .social-play { fill: currentColor; stroke: none; }
.social-link span { display: grid; gap: 2px; text-align: left; }
.social-link small { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.social-link strong { color: white; font-size: 13px; letter-spacing: .01em; }
.article-footer .site-social { width: auto; margin: 0 0 0 auto; }
.article-footer .social-link { min-width: 0; padding: 9px 12px; border-radius: 11px; }
.article-footer .social-link svg { width: 22px; height: 22px; }

@media (max-width: 560px) {
  .article-footer .site-social { width: 100%; margin: 5px 0 0; }
  .social-link { flex: 1 1 150px; min-width: 0; }
}

/* 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: 1040px) {
  .institutional-panel { width: auto; margin: 72px 0 0; padding: 38px 24px 42px; transform: none; border-radius: 26px; gap: 34px; }
  .institutional-intro h2 { max-width: 620px; font-size: clamp(36px,10vw,54px); }
  .institutional-content { gap: 12px; }
  .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; }
  .values-manifesto { padding-top: 52px; }
  .values-manifesto-intro, .value-detail { grid-template-columns: 1fr; }
  .value-detail { gap: 12px; padding: 34px 0; }
  .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; }
  .about-commercial { margin-top: 25px; padding: 22px 18px; }
  .about-actions { align-items: stretch; flex-direction: column; }
  .about-actions > a { text-align: center; }
  .values-list { grid-template-columns: 1fr; gap: 7px; }
}

/* Arquitetura editorial, autoria e conversão */
.institutional-video { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(35px,6vw,80px); align-items: center; padding: 90px max(24px,calc((100% - 1180px)/2)); background: #edf4fb; }
.institutional-video h2 { margin: 10px 0 20px; color: var(--navy); font-size: clamp(38px,5vw,64px); line-height: 1; letter-spacing: -.05em; }
.institutional-video-copy > p:last-of-type { color: var(--muted); font-size: 17px; line-height: 1.7; }
.institutional-video video { width: 100%; aspect-ratio: 16/9; background: #071a33; border-radius: 22px; box-shadow: 0 25px 70px rgba(7,26,51,.18); }
.institutional-video details { margin-top: 24px; color: var(--muted); }
.institutional-video summary { color: var(--blue); cursor: pointer; font-size: 13px; font-weight: 800; }
.institutional-video details p { font-size: 14px; line-height: 1.7; }
.blog-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin: 0 0 30px; padding: 20px 22px; background: #edf4fb; border: 1px solid var(--line); border-radius: 16px; }
.blog-tools label { color: var(--navy); font-size: 13px; font-weight: 850; }
.blog-tools input { flex: 1 1 330px; min-height: 48px; padding: 0 16px; color: var(--ink); background: white; border: 1px solid #cad8e8; border-radius: 12px; font: inherit; }
.blog-tools input:focus { outline: 3px solid rgba(47,139,255,.18); border-color: var(--blue); }
.blog-tools p { flex: 0 0 auto; margin: 0; color: var(--muted); font-size: 12px; }
.article-author { display: grid; grid-template-columns: 150px 1fr; gap: 25px; align-items: center; margin: 60px 0 0; padding: 28px; background: #edf4fb; border: 1px solid var(--line); border-radius: 20px; }
.article-author img { width: 150px; aspect-ratio: 1; object-fit: cover; object-position: 50% 26%; border-radius: 16px; filter: saturate(.86); }
.article-author span { color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.article-author h2 { margin: 7px 0 0; font-size: clamp(25px,3.5vw,38px); }
.article-author p { margin: 10px 0 0; font-size: 15px; }
.article-author a { display: inline-block; margin-top: 13px; color: var(--blue); font-size: 13px; font-weight: 800; text-decoration: none; }
.article-author-brand { grid-template-columns: 1fr; }
.related-reading { margin-top: 60px; }
.related-reading > h2 { margin: 8px 0 24px; }
.related-reading > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.related-reading a, .area-articles a { display: flex; flex-direction: column; min-height: 180px; padding: 22px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; box-shadow: 0 12px 32px rgba(7,26,51,.05); transition: transform .2s,border-color .2s; }
.related-reading a:hover, .area-articles a:hover { transform: translateY(-3px); border-color: var(--blue); }
.related-reading a span, .area-articles a span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.related-reading a strong, .area-articles a strong { margin-top: 12px; font-size: 16px; line-height: 1.35; }
.related-reading a small, .area-articles a small { margin-top: auto; padding-top: 20px; color: var(--blue); font-weight: 800; }
.article-cta > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.area-overview { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px,7vw,90px); padding: 88px max(24px,calc((100% - 1180px)/2)); background: #edf4fb; }
.area-overview h2 { max-width: 760px; margin: 9px 0 22px; font-size: clamp(34px,4.8vw,60px); line-height: 1.02; letter-spacing: -.045em; }
.area-overview p { max-width: 760px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.area-overview aside { display: flex; flex-wrap: wrap; align-content: center; gap: 9px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.area-overview aside h3 { flex: 0 0 100%; margin: 12px 0 4px; color: var(--navy); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.area-overview aside h3:first-child { margin-top: 0; }
.area-overview aside span { padding: 8px 11px; color: #43556c; background: #edf4fb; border-radius: 999px; font-size: 11px; }
.area-articles { padding: 0 max(24px,calc((100% - 1180px)/2)) 95px; }
.area-articles h2 { margin: 8px 0 28px; font-size: clamp(34px,4.8vw,56px); }
.area-articles > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.area-interest, .general-contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(38px,7vw,85px); align-items: start; padding: 88px max(24px,calc((100% - 1180px)/2)); color: white; background: linear-gradient(135deg,#06172d,#0b2d5b 70%,#0e4c90); }
.area-interest h2, .general-contact h2 { margin: 8px 0 20px; font-size: clamp(38px,5.6vw,68px); line-height: .98; letter-spacing: -.05em; }
.area-interest > div > p:last-child, .general-contact > div > p:last-child { color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.7; }
.area-interest .study-form, .general-contact .study-form { padding: 28px; color: var(--ink); background: white; border-radius: 20px; box-shadow: 0 25px 65px rgba(0,0,0,.18); }

@media (max-width: 820px) {
  .institutional-video, .area-overview, .area-interest, .general-contact { grid-template-columns: 1fr; }
  .founder-social-grid, .latest-updates-grid { grid-template-columns: 1fr; }
  .founder-social-grid a { min-height: 135px; }
  .latest-updates-grid a { min-height: 190px; }
  .related-reading > div, .area-articles > div { grid-template-columns: 1fr; }
  .related-reading a, .area-articles a { min-height: 145px; }
}

@media (max-width: 560px) {
  .blog-tools { align-items: stretch; flex-direction: column; }
  .blog-tools input { flex-basis: auto; width: 100%; }
  .article-author { grid-template-columns: 1fr; }
  .article-author img { width: 108px; }
  .area-overview, .area-interest, .general-contact { padding-top: 62px; padding-bottom: 62px; }
  .area-interest .study-form, .general-contact .study-form { padding: 22px 18px; }
}

/* Refinamento de desempenho e responsividade da página principal */
.hero-visual img {
  width: min(540px, 92%);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: brightness(0) invert(1) drop-shadow(0 18px 35px rgba(0,0,0,.2));
}

.institutional-video {
  display: block;
  padding: clamp(72px, 8vw, 108px) max(24px, calc((100% - 1180px) / 2));
  color: white;
  background: linear-gradient(145deg, #041326, #0b2d5b 72%, #10549d);
}
.institutional-video-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.institutional-video-heading .eyebrow { color: var(--cyan); }
.institutional-video-heading h2 {
  max-width: 760px;
  margin: 0;
  color: white;
  font-size: clamp(38px, 5.4vw, 70px);
  line-height: .98;
  letter-spacing: -.055em;
}
.institutional-video-heading > p {
  max-width: 470px;
  margin: 0 0 5px;
  color: rgba(255,255,255,.68);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.7;
}
.institutional-video-frame { position: relative; }
.institutional-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #071a33;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: clamp(16px, 2.4vw, 28px);
  box-shadow: 0 32px 90px rgba(0,0,0,.3);
}
.institutional-video-frame > span {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  color: white;
  background: rgba(4,19,38,.78);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.institutional-panel {
  width: 100%;
  margin: 80px 0 0;
  padding: clamp(42px, 6vw, 72px);
  transform: none;
  border-radius: 28px;
}

.courses, .ecosystem, .partners, .general-contact, .site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

@media (max-width: 1040px) {
  .institutional-video-heading { grid-template-columns: 1fr; }
  .institutional-video-heading > p { max-width: 720px; }
  .founder-hero, .founder-about, .journey-heading, .founder-social-intro, .founder-links { grid-template-columns: 1fr; }
  .founder-hero-copy { padding: 84px 34px 70px; }
  .founder-portrait { min-height: 690px; }
  .journey-path { grid-template-columns: 1fr 1fr; }
  .institutional-panel {
    width: 100%;
    margin: 60px 0 0;
    padding: 42px 24px 46px;
    border-radius: 26px;
  }
}

@media (max-width: 620px) {
  :root { --radius: 18px; }
  .hero { padding-right: 20px; padding-left: 20px; }
  .hero-visual { min-height: 270px; }
  .hero-visual img { width: min(360px, 88vw); height: auto; }
  .hero-visual::before { width: 230px; height: 230px; }
  .orbit-one { width: 265px; height: 265px; }
  .orbit-two { width: 310px; height: 215px; }
  .signal { display: none; }
  .institutional-video { padding: 64px 20px; }
  .institutional-video-heading { margin-bottom: 24px; }
  .institutional-video-heading h2 { font-size: clamp(35px, 11.5vw, 52px); }
  .institutional-video-frame > span { top: 10px; right: 10px; padding: 6px 9px; font-size: 8px; }
  .courses, .ecosystem, .partners, .general-contact { padding-right: 20px; padding-left: 20px; }
  .section-heading h2, .institutional-intro h2 { overflow-wrap: anywhere; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .brand-card { min-height: 160px; padding: 19px; }
  .form-row { grid-template-columns: 1fr; }
  .study-invite-content { padding: 28px 22px; }
  .registration-card { padding: 26px 20px; }
  .principle-card p { font-size: 14px; line-height: 1.65; }
  .member-content { padding: 28px 20px 32px; }
  .member-content > h3 { font-size: clamp(34px, 11vw, 48px); }
  .founder-hero-copy { padding: 66px 20px 54px; }
  .founder-hero-copy h1 { font-size: clamp(48px,15vw,67px); }
  .founder-portrait { min-height: 510px; }
  .founder-portrait figcaption { right: 20px; bottom: 25px; left: 20px; }
  .founder-about, .journey-section, .founder-social-section, .founder-links { padding: 64px 20px; }
  .founder-about h2, .journey-heading h2, .founder-social-intro h2, .founder-links h2 { overflow-wrap: anywhere; }
  .journey-gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .journey-gallery .journey-main, .journey-gallery .journey-academic, .journey-gallery .journey-auditorium, .journey-gallery .journey-organizations, .journey-gallery .journey-leadership, .journey-gallery .journey-collage { grid-column: auto; grid-row: auto; }
  .journey-gallery .journey-main, .journey-gallery .journey-academic, .journey-gallery .journey-auditorium, .journey-gallery .journey-organizations { min-height: 430px; aspect-ratio: 4/5; }
  .journey-gallery .journey-leadership, .journey-gallery .journey-collage { min-height: 230px; aspect-ratio: 3/2; }
  .journey-instagram { text-align: left; }
  .journey-path, .founder-social-grid, .latest-updates-grid, .founder-links-grid { grid-template-columns: 1fr; }
  .latest-updates-title { align-items: flex-start; flex-direction: column; }
  .latest-updates-grid a { min-height: 190px; }
  .footer-main { gap: 40px; }
  .nexnow { padding: 102px 14px 30px; }
  .nexnow-topline { display: block; padding: 0 7px; }
  .nexnow-topline > div { display: block; }
  .nexnow-brand { margin-bottom: 7px; font-size: 21px; }
  .nexnow-topline h2 { font-size: 31px; }
  .nexnow-topline > p { margin-top: 13px; font-size: 12px; }
  .nexnow-stage { height: 590px; min-height: 0; border-radius: 20px; }
  .nexnow-slide > img { object-position: 62% center; }
  .nexnow-news-visual { align-items: flex-end; justify-content: flex-start; padding: 74px 24px 0; }
  .nexnow-news-visual strong { font-size: clamp(70px,22vw,104px); }
  .nexnow-overlay { background: linear-gradient(0deg, rgba(3,16,33,.98) 0%, rgba(3,16,33,.89) 52%, rgba(3,16,33,.18) 100%); }
  .nexnow-content { justify-content: flex-end; width: 100%; padding: 34px 25px 84px; }
  .nexnow-content h3 { font-size: clamp(34px,10.4vw,47px); }
  .nexnow-content > p:not(.nexnow-kicker) { margin: 16px 0 22px; font-size: 14px; }
  .nexnow-content .button { width: 100%; }
  .nexnow-arrow { top: 28px; width: 39px; height: 39px; font-size: 29px; transform: none; }
  .nexnow-prev { right: 61px; left: auto; }
  .nexnow-next { right: 14px; }
  .nexnow-dots { right: auto; bottom: 28px; left: 25px; }
  .nexnow-dots button { width: 19px; }
  .nexnow-dots button.is-active { width: 37px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .orbit { animation: none; }
  .nexnow-slide, .nexnow-slide > img { transition: none; }
}
.caio-wordmark{display:inline-flex;align-items:center;min-width:180px}.caio-wordmark img{display:block;width:clamp(160px,18vw,220px);max-height:54px;object-fit:contain;object-position:left center}
.caio-site{background:#f7f9fc;color:#10233f}.caio-site .site-header{background:rgba(255,255,255,.97);border-bottom:1px solid rgba(7,26,51,.12);box-shadow:0 8px 28px rgba(7,26,51,.06)}.caio-site .main-nav a{color:#17365d}.caio-site .main-nav .nav-portal{color:#fff;background:#0b3c75}
.caio-hero{min-height:calc(100vh - 78px);align-items:center;background:radial-gradient(circle at 14% 18%,rgba(39,156,255,.3),transparent 34%),radial-gradient(circle at 78% 88%,rgba(0,197,255,.1),transparent 30%),linear-gradient(135deg,#04152b 0%,#082b55 56%,#0b477f 100%)}.caio-hero .eyebrow{color:#69c9ff}.caio-hero h1{max-width:820px;color:#fff;font-size:clamp(3rem,7.1vw,7.4rem);line-height:.92;letter-spacing:-.06em;text-shadow:0 12px 36px rgba(0,0,0,.22)}.caio-hero .founder-hero-lead{color:rgba(238,247,255,.8)}.caio-hero .founder-primary{color:#071a33;background:#fff;box-shadow:0 14px 36px rgba(0,0,0,.2)}.caio-hero .founder-hero-actions>a:not(.button){color:#d9efff}.caio-hero .founder-portrait{margin:clamp(1.25rem,3vw,3rem);margin-left:0;min-height:calc(100vh - 150px);border:1px solid rgba(255,255,255,.34);border-radius:4px;box-shadow:0 30px 70px rgba(0,0,0,.35)}.caio-hero .founder-portrait img{filter:saturate(1.05) contrast(1.04)}
.caio-proof{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.caio-proof span{display:flex;flex-direction:column;gap:.2rem;padding:.85rem 1rem;border-left:3px solid #69c9ff;background:rgba(255,255,255,.09);backdrop-filter:blur(8px)}.caio-proof strong{color:#fff}.caio-proof small{color:#b9d8ee}
.caio-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d7dfe7;border-block:1px solid #d7dfe7}.caio-metrics div{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;padding:1.5rem;text-align:center;background:#fff}.caio-metrics strong{font-size:clamp(2.4rem,5vw,4.5rem);line-height:1;color:#123f68}.caio-metrics span{margin-top:.55rem;color:#5a687b;text-transform:uppercase;letter-spacing:.09em;font-size:.76rem}
.caio-section{padding:clamp(4rem,8vw,7rem) clamp(1.25rem,6vw,7rem)}.caio-section-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:2rem;align-items:end;margin-bottom:2.5rem}.caio-section-heading .eyebrow{grid-column:1/-1;margin:0}.caio-section-heading h2{margin:0;font-size:clamp(2.1rem,4.8vw,4.8rem);line-height:1;letter-spacing:-.045em}.caio-section-heading>p:last-child{margin:0;color:#657188;font-size:1.05rem;line-height:1.7}
.caio-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.caio-services article{position:relative;padding:2rem;background:#fff;border:1px solid #dfe4e9;box-shadow:0 16px 42px rgba(7,26,51,.06)}.caio-services article>span{display:inline-grid;place-items:center;width:2.2rem;height:2.2rem;border-radius:50%;background:#123f68;color:#fff;font-size:.78rem}.caio-services h3{margin:1.4rem 0 .7rem;font-size:1.7rem}.caio-services p,.caio-services li{color:#5d6b7e;line-height:1.65}.caio-services ul{padding-left:1.2rem;margin:1rem 0 1.5rem}.caio-services a{font-weight:800;color:#123f68}
.caio-method{padding:clamp(4rem,8vw,7rem) clamp(1.25rem,6vw,7rem);background:#071a33;color:#fff}.caio-method .eyebrow{color:#9bc4e6}.caio-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.18)}.caio-method-grid article{padding:2rem;background:#071a33}.caio-method-grid strong{font-size:4rem;color:#9bc4e6;font-weight:400}.caio-method-grid h3{font-size:1.45rem;margin:.5rem 0}.caio-method-grid p{color:#c9d5e1;line-height:1.7}.caio-about{background:#e8eef3}.caio-results{background:#fff}
.caio-testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.caio-testimonials blockquote{margin:0;padding:1.65rem;border:1px solid #d9e3ef;background:#f5f8fc}.caio-testimonials p{font-size:1.03rem;line-height:1.75;margin:0 0 1.5rem}.caio-testimonials cite{font-style:normal;color:#627086;font-size:.86rem}.caio-testimonials cite strong{display:block;color:#142137;font-size:.95rem}
.caio-articles{background:#eef2f5}.caio-article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.caio-article-grid a{display:flex;flex-direction:column;min-height:260px;padding:2rem;background:#fff;border:1px solid #d9e0e6;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.caio-article-grid a:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(7,26,51,.09)}.caio-article-grid time{font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:#607089}.caio-article-grid h3{font-size:1.55rem;line-height:1.15;margin:1.2rem 0 .8rem}.caio-article-grid p{color:#5f6c7e;line-height:1.65}.caio-article-grid span{margin-top:auto;font-weight:800;color:#123f68}.caio-blog-link{text-align:center;margin:2rem 0 0}
.caio-faq{background:#f4f7fb}.caio-faq-list{max-width:980px;margin:auto;border-top:1px solid #cfd7df}.caio-faq details{border-bottom:1px solid #cfd7df;padding:1.2rem 0}.caio-faq summary{cursor:pointer;font-size:1.2rem;font-weight:800;list-style:none}.caio-faq summary::-webkit-details-marker{display:none}.caio-faq summary::after{content:'+';float:right;color:#1c5b8f}.caio-faq details[open] summary::after{content:'–'}.caio-faq details p{max-width:780px;color:#5d6b7e;line-height:1.7}
.caio-contact{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);gap:clamp(2rem,6vw,6rem);padding:clamp(4rem,8vw,7rem) clamp(1.25rem,6vw,7rem);background:linear-gradient(135deg,#e8f2fb,#d6e8f7)}.caio-contact h2{font-size:clamp(2.3rem,5vw,5rem);line-height:1;letter-spacing:-.05em;margin:.6rem 0 1.2rem}.caio-contact>div>p{line-height:1.7;color:#53647a}.caio-contact-links{display:flex;flex-direction:column;gap:.65rem;margin-top:2rem}.caio-contact-links a{font-weight:800;color:#123f68}.caio-contact .study-form{background:#fff}.caio-contact select{width:100%;padding:.9rem;border:1px solid #c8d0d8;background:#fff;color:#142137}.caio-footer-brand img{width:min(260px,80%);max-height:70px;object-fit:contain;object-position:left center}
@media(max-width:900px){.caio-metrics{grid-template-columns:repeat(2,1fr)}.caio-section-heading,.caio-contact{grid-template-columns:1fr}.caio-services,.caio-article-grid{grid-template-columns:1fr}.caio-method-grid,.caio-testimonials{grid-template-columns:1fr}.caio-site .main-nav{background:#fff}.caio-hero .founder-portrait{margin:0;min-height:690px;border-radius:0}.caio-wordmark img{width:170px}}
@media(max-width:560px){.caio-metrics{grid-template-columns:1fr 1fr}.caio-metrics div{min-height:125px;padding:1rem}.caio-hero h1{font-size:clamp(2.8rem,15vw,4.3rem)}.caio-section,.caio-method,.caio-contact{padding-left:1rem;padding-right:1rem}.caio-services article,.caio-article-grid a{padding:1.35rem}}

/* Site pessoal: profundidade, continuidade visual e movimento sutil */
.caio-site .reveal{transition-delay:var(--reveal-delay,0ms)}
.caio-site .caio-hero{position:relative;overflow:hidden;background-size:130% 130%;animation:caio-gradient-drift 14s ease-in-out infinite alternate}
.caio-site .caio-hero::before{content:"";position:absolute;z-index:0;top:9%;left:44%;width:clamp(240px,35vw,620px);aspect-ratio:1;border:1px solid rgba(126,211,255,.22);border-radius:50%;box-shadow:0 0 0 70px rgba(83,181,255,.04),0 0 0 140px rgba(83,181,255,.025);animation:caio-orbit 11s ease-in-out infinite}
.caio-site .caio-hero>*{position:relative;z-index:1}
.caio-site .caio-hero .founder-portrait{animation:caio-portrait-float 8s ease-in-out infinite}
.caio-site .caio-metrics{background:#0d4c85;border:0}
.caio-site .caio-metrics div{position:relative;overflow:hidden;color:#fff;background:linear-gradient(145deg,#082d59,#0b477f);transition:transform .35s ease,background .35s ease}
.caio-site .caio-metrics div::after{content:"";position:absolute;right:-35px;bottom:-55px;width:115px;height:115px;border:1px solid rgba(120,210,255,.26);border-radius:50%;transition:transform .45s ease}
.caio-site .caio-metrics div:hover{z-index:2;transform:translateY(-7px);background:linear-gradient(145deg,#0b3a70,#0a5a9c)}
.caio-site .caio-metrics div:hover::after{transform:translate(-18px,-18px) scale(1.25)}
.caio-site .caio-metrics strong{color:#fff}.caio-site .caio-metrics span{color:rgba(234,247,255,.76)}
.caio-site .caio-services article,.caio-site .caio-testimonials blockquote,.caio-site .caio-article-grid a{overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.caio-site .caio-services article::after,.caio-site .caio-testimonials blockquote::after{content:"";position:absolute;inset:auto -55px -70px auto;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(38,145,226,.14),transparent 68%);transition:transform .45s ease}
.caio-site .caio-services article:hover,.caio-site .caio-testimonials blockquote:hover,.caio-site .caio-article-grid a:hover{transform:translateY(-8px);border-color:rgba(35,128,204,.38);box-shadow:0 24px 54px rgba(7,35,69,.15)}
.caio-site .caio-services article:hover::after,.caio-site .caio-testimonials blockquote:hover::after{transform:translate(-24px,-18px) scale(1.35)}
.caio-site .caio-testimonials blockquote{position:relative}
.caio-site .journey-gallery figure{overflow:hidden}.caio-site .journey-gallery img{transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .5s ease}.caio-site .journey-gallery figure:hover img{transform:scale(1.055);filter:saturate(1.08) contrast(1.04)}
.caio-site .caio-contact{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:radial-gradient(circle at 12% 18%,rgba(64,185,255,.27),transparent 31%),radial-gradient(circle at 87% 82%,rgba(38,132,222,.22),transparent 29%),linear-gradient(135deg,#03152e 0%,#073d73 52%,#075d9e 100%)}
.caio-site .caio-contact::before{content:"";position:absolute;z-index:-1;top:-19vw;right:-9vw;width:clamp(360px,48vw,820px);aspect-ratio:1;border:1px solid rgba(191,229,255,.23);border-radius:50%;box-shadow:0 0 0 90px rgba(111,201,255,.035),0 0 0 180px rgba(111,201,255,.025);animation:caio-orbit 12s ease-in-out infinite reverse}
.caio-site .caio-contact::after{content:"";position:absolute;z-index:-1;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:62px 62px;mask-image:linear-gradient(110deg,transparent 8%,#000 52%,transparent 94%);opacity:.6;animation:caio-grid-shift 18s linear infinite}
.caio-site .caio-contact h2{color:#fff;text-shadow:0 14px 40px rgba(0,0,0,.23)}
.caio-site .caio-contact .eyebrow{color:#75d2ff}.caio-site .caio-contact>div>p{color:rgba(232,246,255,.75)}
.caio-site .caio-contact-links a{width:max-content;max-width:100%;color:#fff;text-decoration-color:rgba(117,210,255,.72);text-underline-offset:.27em;transition:color .25s ease,transform .25s ease}.caio-site .caio-contact-links a:hover{color:#8cddff;transform:translateX(7px)}
.caio-site .caio-contact .study-form{position:relative;padding:clamp(1.25rem,3vw,2.35rem);background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.045));border:1px solid rgba(196,230,255,.27);border-radius:28px;box-shadow:0 30px 80px rgba(0,13,32,.33),inset 0 1px 0 rgba(255,255,255,.16);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.caio-site .caio-contact .study-form label{color:#fff;font-size:.88rem}.caio-site .caio-contact .study-form label>span{color:rgba(233,246,255,.77)}
.caio-site .caio-contact .study-form input:not([type="checkbox"]),.caio-site .caio-contact .study-form select,.caio-site .caio-contact .study-form textarea{color:#fff;background:rgba(2,20,44,.42);border:1px solid rgba(197,230,255,.24);border-radius:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.caio-site .caio-contact .study-form input::placeholder,.caio-site .caio-contact .study-form textarea::placeholder{color:rgba(226,242,255,.5)}
.caio-site .caio-contact .study-form select option{color:#10233f;background:#fff}
.caio-site .caio-contact .study-form input:focus,.caio-site .caio-contact .study-form select:focus,.caio-site .caio-contact .study-form textarea:focus{color:#fff;background:rgba(10,55,99,.7);border-color:#80d8ff;box-shadow:0 0 0 4px rgba(86,195,255,.16)}
.caio-site .caio-contact .consent-field input{accent-color:#6ed0ff}.caio-site .caio-contact .form-submit{color:#08294f;background:#fff;box-shadow:0 14px 34px rgba(0,15,39,.28);transition:transform .25s ease,box-shadow .25s ease}.caio-site .caio-contact .form-submit:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(0,15,39,.38)}
.caio-site .caio-contact .form-status{color:#bce8ff}.caio-site .caio-contact .form-status.is-success{color:#9ef0d4}.caio-site .caio-contact .form-status.is-error{color:#ffc2c2}
@keyframes caio-gradient-drift{0%{background-position:0% 30%}100%{background-position:100% 70%}}
@keyframes caio-orbit{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(-24px,22px,0) rotate(7deg)}}
@keyframes caio-portrait-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes caio-grid-shift{to{background-position:62px 62px}}
@media(max-width:900px){.caio-site .caio-contact .study-form{border-radius:22px}.caio-site .caio-hero .founder-portrait{animation:none}.caio-site .caio-contact::before{top:-170px;right:-180px}}
@media(prefers-reduced-motion:reduce){.caio-site .caio-hero,.caio-site .caio-hero .founder-portrait,.caio-site .caio-contact::before,.caio-site .caio-contact::after{animation:none}.caio-site .caio-metrics div,.caio-site .caio-services article,.caio-site .caio-testimonials blockquote,.caio-site .caio-article-grid a,.caio-site .journey-gallery img{transition:none}}

.pdl-home-callout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;padding:clamp(3.5rem,7vw,6.5rem) clamp(1.25rem,6vw,7rem);color:#fff;background:radial-gradient(circle at 82% 18%,rgba(76,190,255,.25),transparent 28%),linear-gradient(125deg,#052249,#0a4f89)}
.pdl-home-callout h2{max-width:950px;margin:.55rem 0 1rem;font-size:clamp(2.2rem,5vw,5.4rem);line-height:.96;letter-spacing:-.05em}.pdl-home-callout p{max-width:850px;color:rgba(232,246,255,.78);line-height:1.7}.pdl-home-callout .eyebrow{color:#78d3ff}.pdl-home-callout .button{color:#08284c;background:#fff;white-space:nowrap}

.pdl-page{background:#f3f7fb;color:#10233f}.pdl-page .site-header{background:rgba(255,255,255,.94);backdrop-filter:blur(16px)}
.pdl-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);min-height:calc(100vh - 76px);padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,7rem);gap:clamp(2rem,5vw,5rem);align-items:center;overflow:hidden;color:#fff;background:radial-gradient(circle at 14% 20%,rgba(62,183,255,.3),transparent 30%),linear-gradient(135deg,#03152e 0%,#073d73 56%,#0869ab 100%)}
.pdl-hero-copy{position:relative;z-index:2}.pdl-hero .eyebrow{color:#78d3ff}.pdl-hero h1{max-width:900px;margin:.6rem 0 1rem;font-size:clamp(3.3rem,6.8vw,7.2rem);line-height:.88;letter-spacing:-.065em}.pdl-hero-lead{max-width:720px;margin:0 0 1rem;color:#fff;font-size:clamp(1.2rem,2vw,1.7rem);font-weight:750;line-height:1.35}.pdl-hero-copy>p:not(.eyebrow):not(.pdl-hero-lead){max-width:700px;color:rgba(228,244,255,.74);line-height:1.75}.pdl-hero .founder-hero-actions>a:not(.button){color:#d8efff}.pdl-hero .founder-primary{color:#08284c;background:#fff}
.pdl-hero-mosaic{position:relative;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:12px;min-height:660px}.pdl-hero-mosaic::before{content:"";position:absolute;inset:-12% -16%;border:1px solid rgba(255,255,255,.14);border-radius:50%;animation:caio-orbit 12s ease-in-out infinite}.pdl-hero-mosaic figure{position:relative;z-index:1;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.24);border-radius:22px;box-shadow:0 28px 65px rgba(0,10,28,.32)}.pdl-hero-mosaic .pdl-hero-main{grid-row:1/3}.pdl-hero-mosaic img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.pdl-hero-mosaic figure:hover img{transform:scale(1.045)}
.pdl-facts{display:grid;grid-template-columns:repeat(4,1fr);background:#092d56}.pdl-facts div{padding:1.6rem clamp(1rem,2.5vw,2.4rem);border-right:1px solid rgba(255,255,255,.12)}.pdl-facts strong,.pdl-facts span{display:block}.pdl-facts strong{color:#fff;font-size:1.05rem}.pdl-facts span{margin-top:.45rem;color:rgba(220,239,252,.68);font-size:.84rem;line-height:1.45}
.pdl-section,.pdl-showcase-section,.pdl-topics{padding:clamp(4.5rem,8vw,8rem) clamp(1.25rem,6vw,7rem)}.pdl-section-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:2rem;align-items:end;margin-bottom:3rem}.pdl-section-heading .eyebrow{grid-column:1/-1;margin:0}.pdl-section-heading h2{margin:0;font-size:clamp(2.4rem,5.5vw,5.8rem);line-height:.95;letter-spacing:-.055em}.pdl-section-heading>p:last-child{margin:0;color:#607086;line-height:1.7}
.pdl-showcase-section{color:#fff;background:#03152e}.pdl-showcase-section .eyebrow{color:#78d3ff}.pdl-showcase-section .pdl-section-heading>p:last-child{color:rgba(222,241,255,.68)}.pdl-showcase{position:relative;min-height:clamp(560px,68vw,760px);overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:30px;background:#071d37;box-shadow:0 34px 90px rgba(0,0,0,.32)}.pdl-showcase-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);opacity:0;pointer-events:none;transition:opacity .7s ease,transform .8s ease;transform:scale(1.025)}.pdl-showcase-slide.is-active{opacity:1;pointer-events:auto;transform:scale(1)}.pdl-showcase-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 36%,rgba(3,21,46,.35) 60%,#03152e 100%)}.pdl-showcase-slide img{width:100%;height:100%;object-fit:cover}.pdl-showcase-slide>div{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem);background:#03152e}.pdl-showcase-slide small{color:#78d3ff;font-weight:800;letter-spacing:.12em}.pdl-showcase-slide h3{margin:1rem 0;font-size:clamp(2.1rem,4.2vw,4.6rem);line-height:.96;letter-spacing:-.045em}.pdl-showcase-slide p{color:rgba(225,242,255,.72);line-height:1.7}.pdl-showcase-arrow{position:absolute;z-index:5;bottom:34px;width:52px;height:52px;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;background:rgba(3,21,46,.52);backdrop-filter:blur(10px);cursor:pointer;font-size:1.3rem}.pdl-showcase-prev{right:100px}.pdl-showcase-next{right:34px}.pdl-showcase-dots{position:absolute;z-index:5;bottom:52px;left:34px;display:flex;gap:8px}.pdl-showcase-dot{width:28px;height:4px;padding:0;border:0;border-radius:10px;background:rgba(255,255,255,.3);cursor:pointer;transition:width .25s,background .25s}.pdl-showcase-dot.is-active{width:54px;background:#79d4ff}
.pdl-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.pdl-principles article{position:relative;min-height:290px;padding:2rem;overflow:hidden;color:#fff;background:linear-gradient(145deg,#082c57,#0a518b);border-radius:20px}.pdl-principles span{font-size:.8rem;color:#7fd8ff}.pdl-principles h3{margin:3rem 0 .75rem;font-size:1.65rem}.pdl-principles p{color:rgba(227,243,255,.72);line-height:1.65}
.pdl-architecture{padding:clamp(4.5rem,8vw,8rem) clamp(1.25rem,6vw,7rem);color:#fff;background:radial-gradient(circle at 80% 12%,rgba(40,157,231,.23),transparent 30%),#061b35}.pdl-architecture .eyebrow{color:#78d3ff}.pdl-architecture .pdl-section-heading>p:last-child{color:rgba(222,241,255,.68)}.pdl-movements{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.16)}.pdl-movement{padding:2rem;background:#071e3b}.pdl-movement>span{display:grid;place-items:center;width:2.5rem;height:2.5rem;border:1px solid rgba(121,212,255,.6);border-radius:50%;color:#79d4ff}.pdl-movement h3{margin:2rem 0 .7rem;font-size:1.7rem}.pdl-movement p,.pdl-movement li{color:rgba(221,239,252,.7);line-height:1.6}.pdl-movement ul{padding-left:1.1rem}
.pdl-method{background:#fff}.pdl-process{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.pdl-process article{padding:1.8rem;border:1px solid #d9e5ef;border-radius:18px;background:#f7faff}.pdl-process strong{color:#1581c6;font-size:2.5rem;font-weight:450}.pdl-process h3{margin:.8rem 0 .6rem}.pdl-process p{color:#607086;line-height:1.65}
.pdl-topics{background:linear-gradient(145deg,#e7f3fc,#d6ebf8)}.pdl-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.pdl-topic{display:flex;align-items:center;min-height:88px;padding:1.15rem 1.25rem;color:#123a65;background:rgba(255,255,255,.7);border:1px solid rgba(17,85,139,.12);border-radius:14px;font-weight:750;transition:transform .25s,background .25s}.pdl-topic:hover{transform:translateY(-4px);background:#fff}
.pdl-formats{background:#f7f9fc}.pdl-format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.pdl-format{min-height:270px;padding:2rem;color:#fff;border-radius:22px;background:linear-gradient(145deg,#0a3565,#0a64a5)}.pdl-format span{color:#80d8ff}.pdl-format h3{margin:3rem 0 .8rem;font-size:2rem}.pdl-format p{color:rgba(226,243,255,.75);line-height:1.7}
.pdl-governance{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(2rem,6vw,6rem);padding:clamp(4.5rem,8vw,8rem) clamp(1.25rem,6vw,7rem);color:#fff;background:#061b35}.pdl-governance .eyebrow{color:#78d3ff}.pdl-governance h2{margin:.6rem 0 1.2rem;font-size:clamp(2.4rem,5vw,5.3rem);line-height:.96;letter-spacing:-.05em}.pdl-governance p,.pdl-governance li{color:rgba(222,240,253,.72);line-height:1.7}.pdl-governance aside{padding:2rem;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.06)}.pdl-governance h3{margin-top:0;font-size:1.35rem}.pdl-governance ul{padding-left:1.15rem}
.pdl-platform{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;padding:clamp(4rem,7vw,7rem) clamp(1.25rem,6vw,7rem);color:#10233f;background:radial-gradient(circle at 80% 20%,rgba(72,181,246,.24),transparent 28%),#e8f3fb}.pdl-platform h2{margin:.5rem 0 1rem;font-size:clamp(2.3rem,5vw,5.2rem);line-height:.96;letter-spacing:-.05em}.pdl-platform p{max-width:850px;color:#5c6f86;line-height:1.7}.pdl-platform .button{white-space:nowrap}
.pdl-contact{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:clamp(4rem,7vw,7rem) clamp(1.25rem,6vw,7rem);color:#fff;background:linear-gradient(120deg,#06325f,#0975b8)}.pdl-contact .eyebrow{color:#8ddcff}.pdl-contact h2{max-width:980px;margin:.5rem 0 1rem;font-size:clamp(2.5rem,5.7vw,6rem);line-height:.93;letter-spacing:-.055em}.pdl-contact p{color:rgba(230,245,255,.75)}.pdl-contact-actions{display:flex;flex-direction:column;gap:.75rem}.pdl-contact .founder-primary{color:#092d56;background:#fff;white-space:nowrap}.pdl-whatsapp{color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);white-space:nowrap}
@media(max-width:1050px){.pdl-hero{grid-template-columns:1fr}.pdl-hero-mosaic{min-height:560px}.pdl-section-heading{grid-template-columns:1fr}.pdl-principles,.pdl-movements{grid-template-columns:1fr 1fr}.pdl-process,.pdl-topic-grid{grid-template-columns:1fr 1fr}.pdl-showcase-slide{grid-template-columns:1fr}.pdl-showcase-slide::after{background:linear-gradient(0deg,#03152e 0%,rgba(3,21,46,.8) 48%,transparent 78%)}.pdl-showcase-slide>div{position:absolute;inset:auto 0 0;background:transparent}.pdl-governance,.pdl-platform,.pdl-contact,.pdl-home-callout{grid-template-columns:1fr}.pdl-contact-actions{flex-direction:row;flex-wrap:wrap}}
@media(max-width:700px){.pdl-hero{padding-top:5rem}.pdl-hero h1{font-size:clamp(3rem,15vw,4.9rem)}.pdl-hero-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:1.35fr .65fr;min-height:520px}.pdl-hero-main{grid-column:1/3;grid-row:1!important}.pdl-facts{grid-template-columns:1fr 1fr}.pdl-principles,.pdl-movements,.pdl-process,.pdl-topic-grid,.pdl-format-grid{grid-template-columns:1fr}.pdl-showcase{min-height:680px;border-radius:20px}.pdl-showcase-slide h3{font-size:2.1rem}.pdl-showcase-slide>div{padding:1.5rem 1.5rem 6rem}.pdl-showcase-dots{left:24px;bottom:32px}.pdl-showcase-arrow{bottom:20px}.pdl-showcase-prev{right:84px}.pdl-showcase-next{right:22px}.pdl-governance,.pdl-platform,.pdl-contact,.pdl-home-callout{padding-left:1.1rem;padding-right:1.1rem}.pdl-contact-actions{flex-direction:column;align-items:stretch}.pdl-contact-actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){.pdl-hero-mosaic::before{animation:none}.pdl-showcase-slide,.pdl-hero-mosaic img,.pdl-topic{transition:none}}

/* Depoimentos: carrossel humano e editorial */
.caio-site .caio-results{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 12% 12%,rgba(46,143,222,.18),transparent 30%),radial-gradient(circle at 88% 80%,rgba(46,183,222,.1),transparent 26%),#050b17}
.caio-site .caio-results::before{content:"";position:absolute;top:-320px;right:-220px;width:680px;height:680px;border:1px solid rgba(121,210,255,.1);border-radius:50%;box-shadow:0 0 0 90px rgba(121,210,255,.025),0 0 0 180px rgba(121,210,255,.015)}
.caio-site .caio-results .caio-section-heading{position:relative;z-index:1}.caio-site .caio-results .eyebrow{color:#75d2ff}.caio-site .caio-results .caio-section-heading>p:last-child{color:rgba(222,239,252,.68)}
.testimonial-carousel{position:relative;z-index:1;outline:none}.testimonial-viewport{overflow:hidden;padding:12px 4px 24px;touch-action:pan-y}.testimonial-track{display:flex;column-gap:18px;align-items:stretch;transition:transform .78s cubic-bezier(.22,.74,.22,1);will-change:transform}
.testimonial-card{--tone:#48a9e6;position:relative;display:flex;flex:0 0 calc((100% - 36px)/3);flex-direction:column;min-width:0;min-height:510px;padding:clamp(1.5rem,2.5vw,2.2rem);overflow:hidden;color:#eef7ff;background:linear-gradient(150deg,rgba(18,31,53,.98),rgba(8,15,29,.98));border:1px solid rgba(173,211,240,.16);border-radius:28px;box-shadow:0 24px 60px rgba(0,0,0,.24);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.testimonial-card::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--tone),transparent 82%)}.testimonial-card::after{content:"";position:absolute;right:-80px;bottom:-100px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--tone) 24%,transparent),transparent 68%);transition:transform .5s ease}.testimonial-card:hover{transform:translateY(-9px);border-color:color-mix(in srgb,var(--tone) 55%,transparent);box-shadow:0 34px 80px rgba(0,0,0,.35)}.testimonial-card:hover::after{transform:translate(-24px,-24px) scale(1.15)}
.testimonial-card.tone-leadership{--tone:#279cff}.testimonial-card.tone-career{--tone:#7f93ff}.testimonial-card.tone-care{--tone:#df72b5}.testimonial-card.tone-impact{--tone:#4fd0af}.testimonial-card.tone-google{--tone:#f4b740}
.testimonial-meta{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem}.testimonial-meta span{display:inline-flex;padding:.45rem .7rem;color:#fff;background:color-mix(in srgb,var(--tone) 18%,transparent);border:1px solid color-mix(in srgb,var(--tone) 42%,transparent);border-radius:999px;font-size:.74rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.testimonial-meta small{color:rgba(211,230,246,.55);font-size:.75rem;text-align:right}
.testimonial-quote{position:relative;z-index:1;height:58px;margin-top:1.6rem;color:color-mix(in srgb,var(--tone) 58%,#fff);font-family:Georgia,serif;font-size:5.2rem;line-height:.9;opacity:.62}.testimonial-stars{position:relative;z-index:1;margin:1.65rem 0 .5rem;color:#ffc24c;font-size:1.18rem;letter-spacing:.12em}
.testimonial-card blockquote{position:relative;z-index:1;margin:0}.testimonial-card blockquote p{margin:0;color:rgba(235,244,252,.88);font-size:clamp(1.05rem,1.35vw,1.28rem);font-style:italic;font-weight:570;line-height:1.65}.testimonial-card footer{position:relative;z-index:1;display:flex;align-items:center;gap:.85rem;margin-top:auto;padding-top:1.45rem;border-top:1px solid rgba(190,217,238,.12)}.testimonial-avatar{display:grid;flex:0 0 52px;place-items:center;width:52px;height:52px;color:#fff;background:linear-gradient(145deg,color-mix(in srgb,var(--tone) 75%,#fff),color-mix(in srgb,var(--tone) 55%,#081426));border:1px solid color-mix(in srgb,var(--tone) 72%,#fff);border-radius:50%;box-shadow:0 10px 24px color-mix(in srgb,var(--tone) 18%,transparent);font-weight:850;letter-spacing:.04em}.testimonial-card footer>span:last-child{display:flex;min-width:0;flex-direction:column}.testimonial-card footer strong{color:#fff;font-size:1.02rem}.testimonial-card footer small{margin-top:.2rem;color:rgba(211,230,246,.6);line-height:1.35}
.testimonial-response{position:relative;z-index:1;margin:1rem 0 0;padding:.9rem 1rem;color:rgba(225,241,252,.75);background:rgba(255,255,255,.045);border-left:2px solid var(--tone);border-radius:0 12px 12px 0;font-size:.83rem;line-height:1.55}.testimonial-response strong{display:block;margin-bottom:.15rem;color:color-mix(in srgb,var(--tone) 65%,#fff);font-size:.72rem;letter-spacing:.065em;text-transform:uppercase}.testimonial-source{position:relative;z-index:1;margin-top:.9rem;color:color-mix(in srgb,var(--tone) 64%,#fff);font-size:.79rem;font-weight:750;text-decoration:none}.testimonial-source:hover{text-decoration:underline;text-underline-offset:.2em}
.testimonial-controls{display:grid;grid-template-columns:52px minmax(100px,1fr) auto 52px;gap:1rem;align-items:center;margin-top:1.2rem}.testimonial-controls>button{display:grid;place-items:center;width:52px;height:52px;padding:0;color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(185,216,240,.22);border-radius:50%;cursor:pointer;font-size:1.35rem;transition:background .25s,border-color .25s,transform .25s}.testimonial-controls>button:hover{background:#0b65aa;border-color:#60c5ff;transform:scale(1.05)}.testimonial-pagination{display:flex;gap:8px;align-items:center}.testimonial-dot{width:22px;height:5px;padding:0;background:rgba(197,222,241,.2);border:0;border-radius:99px;cursor:pointer;transition:width .3s,background .3s}.testimonial-dot.is-active{width:48px;background:#47b6f3}.testimonial-counter{color:rgba(215,233,247,.58);font-size:.8rem;font-variant-numeric:tabular-nums}.testimonial-note{position:relative;z-index:1;max-width:900px;margin:2rem 0 0;color:rgba(207,228,244,.52);font-size:.78rem;line-height:1.6}
@media(max-width:1079px){.testimonial-card{flex-basis:calc((100% - 18px)/2)}}
@media(max-width:719px){.testimonial-card{min-height:490px;flex-basis:100%;padding:1.35rem;border-radius:22px}.testimonial-meta{align-items:flex-start;flex-direction:column;gap:.45rem}.testimonial-meta small{text-align:left}.testimonial-controls{grid-template-columns:48px 1fr 48px}.testimonial-controls>button{width:48px;height:48px}.testimonial-counter{display:none}.testimonial-pagination{justify-content:center}.testimonial-dot{width:14px}.testimonial-dot.is-active{width:32px}.testimonial-note{font-size:.74rem}}
@media(prefers-reduced-motion:reduce){.testimonial-track,.testimonial-card,.testimonial-card::after,.testimonial-controls>button{transition:none}}

/* Retrato principal sem moldura: integração direta entre fotografia e fundo */
.caio-site .caio-hero .founder-portrait{isolation:isolate;margin:0;min-height:calc(100vh - 78px);background:#08284f;border:0;border-radius:0;box-shadow:none;animation:none}
.caio-site .caio-hero .founder-portrait::after{z-index:1;background:linear-gradient(90deg,rgba(4,21,43,.82) 0%,rgba(4,21,43,.26) 17%,transparent 36%),linear-gradient(0deg,rgba(4,21,43,.88) 0%,rgba(4,21,43,.12) 34%,transparent 54%)}
.caio-site .caio-hero .founder-portrait img{position:absolute;inset:0;width:100%;height:100%;object-position:50% 38%;animation:caio-portrait-breathe 14s ease-in-out infinite alternate}
.caio-site .caio-hero .founder-portrait figcaption{z-index:2;max-width:460px;text-shadow:0 2px 18px rgba(0,0,0,.6)}
@keyframes caio-portrait-breathe{from{transform:scale(1.01)}to{transform:scale(1.045)}}
@media(max-width:900px){.caio-site .caio-hero .founder-portrait{min-height:690px}.caio-site .caio-hero .founder-portrait::after{background:linear-gradient(0deg,rgba(4,21,43,.9) 0%,rgba(4,21,43,.1) 42%,transparent 58%)}}
@media(prefers-reduced-motion:reduce){.caio-site .caio-hero .founder-portrait img{animation:none}}

/* Depoimentos em palco: fotos, identidade e movimento de slideshow */
.testimonial-track{align-items:center;padding:24px 0 34px}
.testimonial-card{min-height:570px;opacity:.52;filter:saturate(.72);transform:scale(.92);transform-origin:center;transition:transform .55s cubic-bezier(.22,.74,.22,1),opacity .45s ease,filter .45s ease,border-color .35s ease,box-shadow .35s ease}
.testimonial-card.is-visible-card{opacity:.72}.testimonial-card.is-featured{z-index:2;opacity:1;filter:none;transform:translateY(-10px) scale(1.035);border-color:color-mix(in srgb,var(--tone) 64%,transparent);box-shadow:0 36px 90px rgba(0,0,0,.42)}
.testimonial-card.is-visible-card:hover{opacity:1;filter:none;transform:translateY(-10px) scale(.97)}.testimonial-card.is-featured:hover{transform:translateY(-14px) scale(1.045)}
.testimonial-identity{position:relative;z-index:2;display:flex;align-items:center;gap:.9rem;margin:-.35rem -.35rem 0;padding:1rem;background:linear-gradient(135deg,color-mix(in srgb,var(--tone) 22%,rgba(9,22,42,.86)),rgba(255,255,255,.045));border:1px solid color-mix(in srgb,var(--tone) 36%,transparent);border-radius:20px}
.testimonial-identity>span:last-child{display:flex;min-width:0;flex-direction:column}.testimonial-identity strong{overflow-wrap:anywhere;color:#fff;font-size:1rem;line-height:1.25}.testimonial-identity small{margin-top:.28rem;color:rgba(222,238,250,.68);font-size:.78rem;line-height:1.35}
.testimonial-avatar{overflow:hidden}.testimonial-identity img.testimonial-avatar{display:block;object-fit:cover;object-position:center}
.testimonial-card .testimonial-meta{margin-top:1.1rem}.testimonial-card .testimonial-quote{height:40px;margin-top:1rem;font-size:4.4rem}.testimonial-card blockquote p{font-size:clamp(1.02rem,1.15vw,1.18rem);line-height:1.55}
.testimonial-recommendation{position:relative;z-index:1;margin-top:auto;padding-top:1.2rem;border-top:1px solid rgba(190,217,238,.12)}.testimonial-recommendation strong{display:block;color:color-mix(in srgb,var(--tone) 70%,#fff);font-size:.72rem;letter-spacing:.07em;text-transform:uppercase}.testimonial-recommendation p{display:-webkit-box;margin:.45rem 0 0;overflow:hidden;color:rgba(218,234,246,.65);font-size:.82rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.testimonial-progress{display:block;width:min(420px,100%);height:5px;overflow:hidden;background:rgba(197,222,241,.14);border-radius:99px}.testimonial-progress-bar{display:block;width:100%;height:100%;background:linear-gradient(90deg,#42bcff,#7f93ff);border-radius:inherit;transform:scaleX(0);transform-origin:left;transition:transform .65s ease}
@media(max-width:1079px){.testimonial-card{min-height:560px}.testimonial-card.is-featured{transform:translateY(-7px) scale(1.015)}}
@media(max-width:719px){.testimonial-track{padding:14px 0 22px}.testimonial-card,.testimonial-card.is-visible-card,.testimonial-card.is-featured{min-height:540px;opacity:1;filter:none;transform:none}.testimonial-card.is-featured:hover,.testimonial-card.is-visible-card:hover{transform:translateY(-5px)}.testimonial-identity{padding:.85rem}.testimonial-recommendation p{-webkit-line-clamp:3}}

/* PDL: primeira dobra comercial e imagens sem cortes indevidos */
.pdl-hero{grid-template-columns:minmax(0,1fr) minmax(540px,.92fr);gap:clamp(2.5rem,4vw,5rem);padding:clamp(4rem,7vw,7rem) clamp(1.25rem,4.5vw,5.5rem)}
.pdl-hero-copy{min-width:0}.pdl-hero h1{max-width:780px;font-size:clamp(3.4rem,5.2vw,6rem);line-height:.93;overflow-wrap:normal}.pdl-hero-lead{max-width:760px;font-size:clamp(1.3rem,1.8vw,1.75rem)}
.pdl-hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:1.6rem 0 0;padding:0;list-style:none}.pdl-hero-points li{padding:.8rem .9rem;color:#e9f7ff;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14);border-radius:12px;font-size:.78rem;font-weight:750;line-height:1.35}
.pdl-hero-trust{margin:1.3rem 0 0!important;color:rgba(222,241,253,.62)!important;font-size:.78rem;line-height:1.5!important}.pdl-hero-trust strong{color:#8ddcff}
.pdl-hero-mosaic{min-height:620px}.pdl-hero-mosaic .pdl-hero-main img,.pdl-hero-mosaic .pdl-hero-collage img{object-fit:contain;background:linear-gradient(145deg,#eff5fa,#d8e6f0)}
.pdl-showcase{min-height:650px;max-height:760px}.pdl-showcase-slide{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr)}.pdl-showcase-slide h3{font-size:clamp(2.2rem,3.5vw,3.8rem)}.pdl-showcase-slide.is-portrait{grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr)}.pdl-showcase-slide.is-portrait img{object-fit:contain;object-position:center;padding:1.2rem;background:radial-gradient(circle at 50% 32%,#153a61,#06182d 72%)}
@media(max-width:1200px){.pdl-hero{grid-template-columns:minmax(0,1fr) minmax(470px,.9fr)}.pdl-hero h1{font-size:clamp(3.3rem,5.8vw,5.15rem)}.pdl-hero-points{grid-template-columns:1fr}.pdl-hero-mosaic{min-height:570px}}
@media(max-width:1050px){.pdl-hero{grid-template-columns:1fr;padding-top:5.5rem}.pdl-hero h1{max-width:800px}.pdl-hero-points{grid-template-columns:repeat(3,minmax(0,1fr))}.pdl-showcase{min-height:790px;max-height:none}.pdl-showcase-slide,.pdl-showcase-slide.is-portrait{grid-template-columns:1fr;grid-template-rows:minmax(360px,1fr) auto}.pdl-showcase-slide::after{display:none}.pdl-showcase-slide>div{position:relative;inset:auto;padding:2rem 2rem 6rem;background:#03152e}.pdl-showcase-slide.is-portrait img{padding:1rem}}
@media(max-width:700px){.pdl-hero h1{font-size:clamp(3rem,13vw,4.6rem)}.pdl-hero-points{grid-template-columns:1fr}.pdl-hero-mosaic{min-height:500px}.pdl-showcase{min-height:760px}.pdl-showcase-slide,.pdl-showcase-slide.is-portrait{grid-template-rows:320px auto}.pdl-showcase-slide>div{padding:1.4rem 1.4rem 5.8rem}.pdl-showcase-slide h3{font-size:2rem}}

/* Identidade autoral 2026: azul profundo, logotipo e banco oficial de ícones */
.caio-site{--brand-ink:#020b1a;--brand-deep:#031429;--brand-navy:#062b54;--brand-blue:#087ed4;--brand-cyan:#18c9f3;--brand-mist:#e8f4fb}
.caio-site .site-header{background:rgba(255,255,255,.97);border-bottom:0;box-shadow:0 12px 34px rgba(10,35,120,.13);backdrop-filter:blur(14px)}
.caio-site .nav-shell{height:82px;min-height:82px}.caio-site .main-nav a{color:#0a2378}.caio-site .main-nav a:hover{color:#007bff}.caio-site .menu-toggle{color:#0a2378}
.brand-sprite{position:relative;display:block;overflow:hidden;background-repeat:no-repeat}.brand-sprite img{display:none}
.brand-sprite-horizontal{display:flex;width:255px;height:68px;min-width:255px;align-items:center;overflow:visible;background:none}.brand-sprite-horizontal img{position:static;display:block;width:100%;height:auto;filter:drop-shadow(0 7px 9px rgba(10,35,120,.34));pointer-events:none}
.brand-sprite-panel{display:flex;width:280px!important;height:auto!important;max-width:100%!important;align-items:center;overflow:visible;background:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.brand-sprite-panel img{display:block;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain;object-position:left center;background:transparent!important;border:0!important;border-radius:0!important;filter:brightness(0) invert(1) drop-shadow(0 8px 14px rgba(0,20,48,.28))}
.caio-footer{background:linear-gradient(145deg,#020b1a,#031b36 60%,#062b54)}.caio-footer .footer-contact h2{color:#88dcff}.caio-footer .footer-contact a:hover{color:#4ccfff}
.brand-icon{display:block;width:58px!important;height:58px!important;margin:0 0 1.35rem!important;padding:0!important;background-color:transparent!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.icon-people{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23007bff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='23' cy='20' r='7'/%3E%3Ccircle cx='43' cy='23' r='6'/%3E%3Cpath d='M9 49c1-10 6-15 14-15s13 5 14 15M36 38c2-2 5-3 8-3 7 0 11 5 12 14'/%3E%3C/svg%3E")!important}.icon-mentoring{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23007bff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='25' cy='19' r='8'/%3E%3Cpath d='M10 51c1-12 6-18 15-18 6 0 10 3 13 8'/%3E%3Ccircle cx='46' cy='43' r='11'/%3E%3Cpath d='m41 43 3 3 7-8'/%3E%3C/svg%3E")!important}.icon-learning{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23007bff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 24 25-12 25 12-25 12L7 24Z'/%3E%3Cpath d='M17 30v12c8 7 22 7 30 0V30M56 25v18'/%3E%3C/svg%3E")!important}.icon-business{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23007bff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 53h45M14 53V35h10v18M29 53V25h10v28M44 53V13h10v40'/%3E%3C/svg%3E")!important}.icon-opportunity,.icon-partnership{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23007bff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 39 18 46a10 10 0 0 1-14-14l9-9a10 10 0 0 1 14 0M39 25l7-7a10 10 0 0 1 14 14l-9 9a10 10 0 0 1-14 0M22 42l20-20'/%3E%3C/svg%3E")!important}.icon-future{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23007bff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 51 50 11M31 11h19v19M11 37l11-11 9 9'/%3E%3C/svg%3E")!important}.icon-education{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23007bff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 15c10-2 18 0 24 6v31c-6-6-14-8-24-6V15ZM56 15c-10-2-18 0-24 6v31c6-6 14-8 24-6V15Z'/%3E%3C/svg%3E")!important}.icon-impact{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23007bff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='32' r='24'/%3E%3Cpath d='M8 32h48M32 8c8 7 12 15 12 24S40 49 32 56c-8-7-12-15-12-24S24 15 32 8Z'/%3E%3C/svg%3E")!important}.icon-innovation{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23007bff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 28a12 12 0 1 1 24 0c0 7-5 9-7 14H27c-2-5-7-7-7-14ZM27 49h10M29 55h6'/%3E%3Cpath d='M32 4v6M10 28H4M60 28h-6M13 11l5 5M51 11l-5 5'/%3E%3C/svg%3E")!important}
.caio-site .caio-hero{background:radial-gradient(circle at 12% 12%,rgba(0,146,237,.24),transparent 30%),radial-gradient(circle at 76% 90%,rgba(0,204,247,.08),transparent 26%),linear-gradient(135deg,#020b1a 0%,#031a34 55%,#06345f 100%)}
.caio-site .caio-hero .founder-hero-copy h1{max-width:880px;font-size:clamp(3.5rem,6vw,6.5rem);line-height:.9}.caio-site .caio-hero .founder-hero-lead{max-width:760px}.caio-site .caio-hero .founder-portrait img{object-position:50% 34%}
.caio-site .caio-metrics{background:#03172e}.caio-site .caio-metrics div{background:linear-gradient(145deg,#03162d,#062b54)}
.pdl-hero{background:radial-gradient(circle at 13% 18%,rgba(0,157,242,.22),transparent 29%),linear-gradient(135deg,#020b1a 0%,#031b36 58%,#063a68 100%)}
.pdl-architecture,.pdl-governance{background:#020f21}.pdl-movement{background:#03182f}.pdl-contact{background:linear-gradient(120deg,#020f21,#063762)}
.caio-site .caio-services article>.brand-icon{position:relative;inset:auto}

/* Instituto Caio Fábio Martins */
.institute-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);min-height:calc(100vh - 76px);align-items:center;gap:clamp(2rem,7vw,8rem);padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem);overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 20%,rgba(0,196,246,.18),transparent 26%),radial-gradient(circle at 17% 85%,rgba(15,104,189,.18),transparent 32%),#020b1a}
.institute-hero-copy{position:relative;z-index:2}.institute-hero .eyebrow,.institute-pillars .eyebrow,.institute-fronts .eyebrow,.institute-principles .eyebrow,.institute-contact .eyebrow{color:#5ed6ff}.institute-hero h1{max-width:920px;margin:.8rem 0 1.3rem;font-size:clamp(3.8rem,7.5vw,8rem);line-height:.88;letter-spacing:-.065em}.institute-tagline{margin:0 0 1.8rem;color:#74dcff;font-size:clamp(1rem,1.4vw,1.3rem);font-weight:800;letter-spacing:.17em;text-transform:uppercase}.institute-hero-copy>p:last-of-type{max-width:720px;color:rgba(226,242,254,.74);font-size:clamp(1.08rem,1.6vw,1.4rem);line-height:1.7}.institute-hero .founder-primary{color:#042040;background:#fff}.institute-hero .founder-hero-actions>a:not(.button){color:#bfeaff}
.institute-mark{position:relative;display:flex;min-height:520px;flex-direction:column;justify-content:flex-end;padding:clamp(2rem,4vw,4rem);overflow:hidden;background:linear-gradient(145deg,rgba(8,63,112,.68),rgba(3,18,38,.92));border:1px solid rgba(115,216,255,.22);border-radius:48px;box-shadow:0 40px 100px rgba(0,0,0,.34)}.institute-mark::before,.institute-mark::after{content:"";position:absolute;border:1px solid rgba(94,214,255,.18);border-radius:50%}.institute-mark::before{width:420px;height:420px;top:-180px;right:-160px}.institute-mark::after{width:280px;height:280px;top:-75px;right:-70px}.institute-emblem{position:absolute;top:clamp(2rem,4vw,4rem);left:clamp(2rem,4vw,4rem);display:block;width:130px;height:130px}.institute-emblem i{position:absolute;display:block;background:linear-gradient(145deg,#2ce0ff,#0872d2);border-radius:70% 12% 70% 16%}.institute-emblem i:nth-child(1){width:72px;height:72px;left:0;bottom:0}.institute-emblem i:nth-child(2){width:68px;height:42px;right:0;top:8px;transform:rotate(-24deg)}.institute-emblem i:nth-child(3){width:24px;height:24px;top:2px;left:32px;border-radius:50%;box-shadow:0 0 28px rgba(44,224,255,.65)}.institute-mark strong{color:#75dcff;font-size:1rem;letter-spacing:.18em;text-transform:uppercase}.institute-mark b{margin:.5rem 0;font-size:clamp(2.2rem,4vw,4.5rem);line-height:.95;letter-spacing:-.04em}.institute-mark small{color:rgba(222,241,253,.58);font-size:.8rem;letter-spacing:.18em;text-transform:uppercase}
.institute-intro{display:grid;grid-template-columns:.6fr 1.4fr;gap:clamp(2rem,6vw,7rem);padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem);background:#fff}.institute-intro h2{margin:0;font-size:clamp(2.8rem,5.5vw,6rem);line-height:.95;letter-spacing:-.055em}.institute-intro>p:last-child{align-self:end;max-width:760px;margin:0;color:#5a6c82;font-size:1.1rem;line-height:1.8}
.institute-pillars,.institute-principles,.projects-current,.projects-future{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem)}.institute-pillars{color:#fff;background:#031429}.institute-section-heading{display:grid;grid-template-columns:.55fr 1.45fr;gap:2rem;margin-bottom:3.5rem}.institute-section-heading h2{max-width:900px;margin:0;font-size:clamp(2.7rem,5vw,5.5rem);line-height:.96;letter-spacing:-.055em}.institute-section-heading>p:last-child{max-width:720px;color:#64778d;line-height:1.7}.institute-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.institute-pillar-grid article{min-height:430px;padding:2rem;background:linear-gradient(145deg,#062345,#03101f);border:1px solid rgba(117,216,255,.17);border-radius:26px}.institute-pillar-grid small{color:#5ed6ff}.institute-pillar-grid h3{margin:2.6rem 0 1rem;font-size:2.2rem}.institute-pillar-grid p{color:rgba(220,239,252,.68);line-height:1.75}
.institute-fronts{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,7vw,8rem);padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem);background:#e8f4fb}.institute-fronts h2{margin:.6rem 0 1.2rem;font-size:clamp(2.8rem,5vw,5.4rem);line-height:.95;letter-spacing:-.055em}.institute-fronts>div:first-child>p:last-child{color:#586d84;line-height:1.75}.institute-front-list{display:grid;gap:1rem}.institute-front-list article{display:grid;grid-template-columns:auto 1fr;gap:.1rem 1.2rem;align-items:center;padding:1.5rem;background:rgba(255,255,255,.82);border:1px solid rgba(6,61,111,.1);border-radius:20px}.institute-front-list .brand-icon{grid-row:1/3;margin:0!important}.institute-front-list h3,.institute-front-list p{margin:0}.institute-front-list p{color:#64778d;line-height:1.55}
.institute-principles{background:#fff}.institute-principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.institute-principle-grid article{min-height:260px;padding:1.7rem;background:#f1f7fb;border-radius:20px}.institute-principle-grid strong{color:#0a86d9;font-size:2rem}.institute-principle-grid h3{margin:3rem 0 .7rem;font-size:1.5rem}.institute-principle-grid p{color:#64778d;line-height:1.6}.institute-contact,.projects-contact{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:end;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,7vw,8rem);color:#fff;background:radial-gradient(circle at 80% 20%,rgba(33,192,245,.19),transparent 28%),#020b1a}.institute-contact h2,.projects-contact h2{margin:.5rem 0 1rem;font-size:clamp(2.8rem,5.5vw,5.8rem);line-height:.94;letter-spacing:-.055em}.institute-contact p,.projects-contact p{max-width:800px;color:rgba(221,240,253,.68);line-height:1.7}.institute-contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.institute-contact .founder-primary,.projects-contact .founder-primary{color:#042040;background:#fff}.institute-contact-actions>a:not(.button){color:#8ddfff;font-weight:800;text-decoration:none}

/* Portfólio de projetos */
.projects-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);min-height:calc(100vh - 76px);align-items:center;gap:clamp(3rem,8vw,9rem);padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem);overflow:hidden;color:#fff;background:radial-gradient(circle at 82% 22%,rgba(14,176,239,.2),transparent 28%),linear-gradient(145deg,#020b1a,#031a34 68%,#06375f)}.projects-hero h1{max-width:1000px;margin:.7rem 0 1.4rem;font-size:clamp(3.8rem,7.6vw,8.2rem);line-height:.88;letter-spacing:-.068em}.projects-hero p:not(.eyebrow){max-width:760px;color:rgba(225,242,254,.72);font-size:1.1rem;line-height:1.75}.projects-hero .founder-primary{margin-top:1.4rem;color:#042040;background:#fff}.projects-orbit{position:relative;display:grid;min-height:450px;place-items:center;border:1px solid rgba(107,213,255,.18);border-radius:50%;animation:caio-orbit 10s ease-in-out infinite}.projects-orbit .brand-icon{z-index:2;width:106px!important;height:106px!important;margin:0!important;background-position:center!important;background-size:contain!important;border-radius:0!important}.projects-orbit i{position:absolute;border:1px solid rgba(107,213,255,.18);border-radius:50%}.projects-orbit i:nth-of-type(1){inset:12%}.projects-orbit i:nth-of-type(2){inset:25%}.projects-orbit i:nth-of-type(3){width:18px;height:18px;top:20%;right:10%;background:#25d3fa;box-shadow:0 0 30px rgba(37,211,250,.8)}
.projects-current{background:#fff}.project-feature{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(2rem,6vw,7rem);align-items:center;padding:clamp(2rem,5vw,5rem);color:#fff;background:linear-gradient(145deg,#041329,#072e59);border-radius:34px}.project-feature-mark{display:grid;min-height:380px;place-items:center;padding:2rem;background:radial-gradient(circle at 50% 42%,rgba(31,160,234,.22),transparent 40%),rgba(255,255,255,.035);border:1px solid rgba(138,216,255,.16);border-radius:28px}.project-feature-mark img{width:min(420px,90%);filter:brightness(0) invert(1)}.project-kicker{color:#5ed6ff;font-size:.78rem;font-weight:850;letter-spacing:.14em}.project-feature h3{margin:.5rem 0 1rem;font-size:clamp(3.4rem,6vw,6.5rem);letter-spacing:-.05em}.project-feature p,.project-feature li{color:rgba(222,240,253,.7);line-height:1.7}.project-feature ul{margin:1.5rem 0 2rem;padding-left:1.2rem}.project-feature .founder-primary{color:#042040;background:#fff}
.projects-future{background:#e9f3fa}.projects-future-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.projects-future-grid article{min-height:340px;padding:2rem;background:#fff;border:1px solid rgba(5,48,91,.1);border-radius:24px}.projects-future-grid h3{margin:2.8rem 0 .8rem;font-size:1.8rem}.projects-future-grid p{color:#64778d;line-height:1.7}

@media(max-width:1000px){.institute-hero,.institute-intro,.institute-fronts,.projects-hero,.project-feature,.institute-contact,.projects-contact{grid-template-columns:1fr}.institute-mark{min-height:430px}.institute-pillar-grid,.projects-future-grid{grid-template-columns:1fr 1fr}.institute-principle-grid{grid-template-columns:1fr 1fr}.institute-section-heading{grid-template-columns:1fr}.projects-orbit{min-height:360px;max-width:520px;width:100%}}
@media(max-width:700px){.brand-sprite-horizontal{width:205px;height:60px;min-width:205px}.brand-sprite-panel{width:230px!important;height:auto!important}.institute-hero h1,.projects-hero h1{font-size:clamp(3.2rem,15vw,5rem)}.institute-mark{min-height:360px;border-radius:28px}.institute-pillars,.institute-principles,.projects-current,.projects-future{padding-left:1.1rem;padding-right:1.1rem}.institute-pillar-grid,.projects-future-grid,.institute-principle-grid{grid-template-columns:1fr}.institute-front-list article{grid-template-columns:1fr}.institute-front-list .brand-icon{grid-row:auto}.project-feature{padding:1.25rem;border-radius:24px}.project-feature-mark{min-height:250px}.projects-orbit{min-height:310px}.institute-contact-actions{align-items:stretch}.institute-contact-actions .button,.projects-contact .button{width:100%}}
@media(prefers-reduced-motion:reduce){.projects-orbit{animation:none}}
@media(max-width:900px){.caio-site .nav-shell{height:70px;min-height:70px}.caio-site .main-nav{inset:70px 0 auto;background:rgba(255,255,255,.99);border-bottom-color:rgba(10,35,120,.12)}.caio-site .main-nav a{color:#0a2378}}

/* Minha história */
.story-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);min-height:calc(100vh - 82px);overflow:hidden;color:#fff;background:radial-gradient(circle at 16% 16%,rgba(0,191,245,.16),transparent 28%),linear-gradient(140deg,#020b1a,#062b54 72%,#0874bd)}.story-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,7rem)}.story-hero .eyebrow,.story-opening .eyebrow,.story-path .eyebrow,.story-beliefs .eyebrow,.story-today .eyebrow,.story-contact .eyebrow{color:#58d8ff}.story-hero h1{max-width:940px;margin:.8rem 0 1.5rem;font-size:clamp(3.6rem,6.7vw,7.2rem);line-height:.89;letter-spacing:-.065em}.story-hero-copy>p:not(.eyebrow){max-width:760px;color:rgba(227,242,253,.74);font-size:clamp(1.05rem,1.5vw,1.35rem);line-height:1.75}.story-hero .founder-primary{width:max-content;margin-top:1.5rem;color:#042040;background:#fff}.story-hero figure{position:relative;min-height:720px;margin:0;overflow:hidden}.story-hero figure::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,23,47,.55),transparent 30%),linear-gradient(0deg,rgba(2,11,26,.86),transparent 38%)}.story-hero figure img{width:100%;height:100%;object-fit:cover;object-position:50% 30%}.story-hero figcaption{position:absolute;z-index:2;right:2rem;bottom:2rem;left:2rem;color:#fff;font-weight:750}
.story-opening{display:grid;grid-template-columns:.55fr 1.45fr;gap:clamp(2rem,7vw,8rem);padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem);background:#fff}.story-opening h2{max-width:940px;margin:0 0 2rem;font-size:clamp(2.7rem,5vw,5.6rem);line-height:.96;letter-spacing:-.055em}.story-opening div p{max-width:790px;color:#5c7087;font-size:1.08rem;line-height:1.8}
.story-path{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,6vw,7rem);color:#fff;background:#020f21}.story-section-heading{display:grid;grid-template-columns:.55fr 1.45fr;gap:2rem;margin-bottom:3.5rem}.story-section-heading h2{max-width:980px;margin:0;font-size:clamp(2.8rem,5vw,5.6rem);line-height:.95;letter-spacing:-.055em}.story-path-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.story-path-grid article{padding:1rem 1rem 2rem;background:linear-gradient(145deg,#062547,#031327);border:1px solid rgba(90,210,255,.16);border-radius:26px}.story-path-image{height:330px;margin-bottom:1.5rem;overflow:hidden;border-radius:18px}.story-path-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.story-path-grid article:hover img{transform:scale(1.05)}.story-path-grid span{color:#58d8ff;font-size:.8rem;font-weight:800;letter-spacing:.1em}.story-path-grid h3{margin:.7rem 0;font-size:clamp(1.6rem,2.7vw,2.5rem)}.story-path-grid p{color:rgba(219,238,251,.68);line-height:1.7}
.story-beliefs{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(2rem,7vw,8rem);padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem);background:#e8f4fb}.story-beliefs>div:first-child h2{margin:.7rem 0;font-size:clamp(2.7rem,5vw,5.4rem);line-height:.95;letter-spacing:-.055em}.story-belief-list{display:grid;gap:1rem}.story-belief-list article{display:grid;grid-template-columns:auto 1fr;gap:.2rem 1.3rem;align-items:center;padding:1.5rem;background:rgba(255,255,255,.88);border:1px solid rgba(6,58,105,.1);border-radius:22px}.story-belief-list .brand-icon{grid-row:1/3;margin:0!important}.story-belief-list h3,.story-belief-list p{margin:0}.story-belief-list h3{font-size:1.35rem}.story-belief-list p{color:#61758b;line-height:1.6}
.story-today{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(2rem,7vw,8rem);padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem);background:#fff}.story-today h2{margin:.6rem 0 1.5rem;font-size:clamp(2.8rem,5vw,5.7rem);line-height:.95;letter-spacing:-.055em}.story-today-copy>p:not(.eyebrow){max-width:850px;color:#5d7188;line-height:1.78}.story-today .founder-responsibilities{margin-top:2rem}.story-today aside{display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:#fff;background:linear-gradient(145deg,#082d59,#0a2378);border-radius:28px}.story-today blockquote{margin:0 0 3rem;font-size:clamp(1.7rem,3vw,3rem);font-weight:760;line-height:1.25}.story-today aside a{margin-top:.8rem;color:#7cddff;font-weight:750;text-decoration:none}
.story-contact{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:end;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,7vw,8rem);color:#fff;background:radial-gradient(circle at 85% 18%,rgba(36,203,247,.18),transparent 26%),#020b1a}.story-contact h2{margin:.5rem 0 1rem;font-size:clamp(2.7rem,5vw,5.6rem);line-height:.94;letter-spacing:-.055em}.story-contact p{max-width:800px;color:rgba(220,239,252,.68);line-height:1.7}.story-contact>div:last-child{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.story-contact .founder-primary{color:#042040;background:#fff}.story-contact>div:last-child>a:not(.button){color:#79ddff;font-weight:750;text-decoration:none}
@media(max-width:1000px){.story-hero,.story-opening,.story-section-heading,.story-beliefs,.story-today,.story-contact{grid-template-columns:1fr}.story-hero figure{min-height:700px}.story-path-grid{grid-template-columns:1fr}.story-contact>div:last-child{align-items:stretch}}
@media(max-width:700px){.story-hero h1{font-size:clamp(3.1rem,14vw,4.9rem)}.story-hero figure{min-height:620px}.story-opening,.story-path,.story-beliefs,.story-today,.story-contact{padding-left:1.1rem;padding-right:1.1rem}.story-path-image{height:260px}.story-belief-list article{grid-template-columns:1fr}.story-belief-list .brand-icon{grid-row:auto}.story-contact .button{width:100%}}
.allnexs-home-v2{background:#f5f8fc}.allnexs-home-v2 .site-header{background:rgba(255,255,255,.95)}
.anx-hero{position:relative;min-height:820px;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;padding:150px max(24px,calc((100% - 1180px)/2)) 120px;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 38%,rgba(56,205,255,.24),transparent 27%),radial-gradient(circle at 12% 90%,rgba(123,82,255,.16),transparent 30%),linear-gradient(135deg,#05152c,#0a2b59 62%,#0d4480)}
.anx-hero::before{content:"";position:absolute;inset:0;opacity:.15;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000,transparent 90%)}.anx-hero-copy,.anx-hero-mark,.anx-hero-strip{position:relative;z-index:1}.anx-kicker{margin:0 0 22px;color:#52dcff;font-size:11px;font-weight:850;letter-spacing:.2em}.anx-hero h1{max-width:760px;margin:0;font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.06em}.anx-hero h1 span{color:transparent;background:linear-gradient(90deg,#60e3ff,#4895ff 55%,#9779ff);background-clip:text;-webkit-background-clip:text}.anx-hero-copy>p:not(.anx-kicker){max-width:690px;margin:28px 0 0;color:rgba(255,255,255,.72);font-size:clamp(17px,1.7vw,21px);line-height:1.6}.anx-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:35px}.anx-hero-mark{min-height:480px;display:grid;place-items:center}.anx-hero-mark img{position:relative;z-index:2;width:min(310px,68%);filter:drop-shadow(0 35px 55px rgba(0,0,0,.28))}.anx-ring{position:absolute;border:1px solid rgba(83,219,255,.25);border-radius:50%}.anx-ring-one{width:420px;height:420px;animation:spin 22s linear infinite}.anx-ring-two{width:520px;height:320px;transform:rotate(-20deg);animation:float 7s ease-in-out infinite}.anx-hero-strip{position:absolute;left:max(24px,calc((100% - 1180px)/2));right:max(24px,calc((100% - 1180px)/2));bottom:38px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.14)}.anx-hero-strip span{padding:20px;color:rgba(255,255,255,.55);text-align:center;font-size:12px;border-right:1px solid rgba(255,255,255,.14)}.anx-hero-strip span:last-child{border:0}.anx-hero-strip strong{color:#fff}
.anx-platforms,.anx-areas{padding:115px max(24px,calc((100% - 1180px)/2))}.anx-section-head{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:end;margin-bottom:45px}.anx-section-head h2,.anx-grammar h2,.anx-editorial h2,.anx-about h2{margin:0;font-size:clamp(35px,4.5vw,58px);line-height:1.02;letter-spacing:-.05em}.anx-section-head>p{margin:0;color:#627086;font-size:15px;line-height:1.7}.anx-platform-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.anx-platform{min-height:315px;display:flex;flex-direction:column;padding:28px;color:#fff;text-decoration:none;border-radius:24px;box-shadow:0 20px 55px rgba(7,26,51,.13);transition:transform .25s,box-shadow .25s}.anx-platform:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(7,26,51,.2)}.anx-platform:nth-child(1),.anx-platform:nth-child(2){grid-column:span 3}.anx-platform:nth-child(n+3){grid-column:span 2}.anx-go{background:linear-gradient(145deg,#24116c,#163f9a 55%,#1a94e8)}.anx-my{background:linear-gradient(145deg,#441a88,#273fa8 52%,#1ebbd9)}.anx-business{background:linear-gradient(145deg,#0b6880,#0dabc0)}.anx-education{background:linear-gradient(145deg,#ad4f12,#f19b18)}.anx-we{background:linear-gradient(145deg,#1a7d52,#39b66d)}.anx-product-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:auto;font-size:22px;font-weight:900;border:1px solid rgba(255,255,255,.35);border-radius:16px;background:rgba(255,255,255,.1)}.anx-platform p{margin:30px 0 8px;color:rgba(255,255,255,.72);font-size:9px;font-weight:850;letter-spacing:.15em}.anx-platform h3{margin:0;font-size:29px;letter-spacing:-.04em}.anx-platform small{min-height:48px;margin:12px 0 24px;color:rgba(255,255,255,.72);line-height:1.5}.anx-platform>strong{font-size:12px}
.anx-grammar{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;padding:100px max(24px,calc((100% - 1180px)/2));color:#fff;background:#071a33}.anx-grammar .eyebrow{color:#53dcff}.anx-grammar-cards{display:grid;grid-template-columns:1fr 1fr;gap:15px}.anx-grammar-cards article{padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.04)}.anx-grammar-cards span{display:block;margin-bottom:22px;color:#53dcff;font-size:10px;font-weight:850;letter-spacing:.14em}.anx-grammar-cards strong{display:block;margin:8px 0;font-size:15px}.anx-grammar-cards p{margin:22px 0 0;color:rgba(255,255,255,.55);font-size:12px;line-height:1.6}
.anx-areas{background:#fff}.anx-area-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dde6f0;border-left:1px solid #dde6f0}.anx-area-grid a{min-height:150px;display:grid;grid-template-columns:42px 1fr;align-content:center;column-gap:14px;padding:22px;color:#071a33;text-decoration:none;border-right:1px solid #dde6f0;border-bottom:1px solid #dde6f0;transition:background .2s,transform .2s}.anx-area-grid a:hover{z-index:1;background:#f2f7ff;transform:translateY(-2px)}.anx-area-grid span{grid-row:span 2;display:grid;place-items:center;width:42px;height:42px;color:#1b74df;font-size:22px}.anx-area-grid strong{align-self:end;font-size:15px}.anx-area-grid small{color:#6b788b;font-size:11px}
.anx-editorial{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:110px max(24px,calc((100% - 1180px)/2));background:#eff5fb}.anx-editorial-links{display:grid;gap:15px}.anx-editorial-links a{display:grid;padding:30px;color:#fff;text-decoration:none;border-radius:22px;background:linear-gradient(135deg,#071a33,#0d3970)}.anx-editorial-links a:last-child{color:#071a33;background:#fff;border:1px solid #dce7f2}.anx-editorial-links span{font-size:9px;font-weight:850;letter-spacing:.14em;color:#53dcff}.anx-editorial-links a:last-child span{color:#2f78d5}.anx-editorial-links strong{margin:16px 0 9px;font-size:30px}.anx-editorial-links small{color:rgba(255,255,255,.65)}.anx-editorial-links a:last-child small{color:#6b788b}.anx-about{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding:115px max(24px,calc((100% - 1180px)/2));background:#fff}.anx-about>div:last-child{color:#536176;font-size:18px;line-height:1.75}.anx-about .text-link{margin-top:25px}.anx-cta{padding:100px 24px;color:#fff;text-align:center;background:radial-gradient(circle at 50% 0,rgba(60,213,255,.2),transparent 36%),linear-gradient(135deg,#071a33,#0c376c)}.anx-cta>p{color:#53dcff;font-size:10px;font-weight:850;letter-spacing:.18em}.anx-cta h2{max-width:800px;margin:18px auto 35px;font-size:clamp(38px,5vw,65px);line-height:1;letter-spacing:-.05em}.anx-cta>div{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.anx-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:42px;padding-top:25px;border-top:1px solid rgba(255,255,255,.12)}.anx-footer-bottom p{margin:0;color:rgba(255,255,255,.44);font-size:11px}.anx-powered{display:flex;align-items:baseline;gap:8px;color:#fff;text-decoration:none}.anx-powered span{color:rgba(255,255,255,.42);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.anx-powered strong{font-size:12px}
@media(max-width:900px){.anx-hero{grid-template-columns:1fr;min-height:auto;padding-bottom:210px}.anx-hero-mark{min-height:300px}.anx-hero-mark img{width:210px}.anx-ring-one{width:300px;height:300px}.anx-ring-two{width:360px;height:220px}.anx-section-head,.anx-grammar,.anx-editorial,.anx-about{grid-template-columns:1fr;gap:35px}.anx-platform:nth-child(n){grid-column:span 3}.anx-area-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.anx-hero{padding-top:125px;padding-bottom:260px}.anx-hero-strip{grid-template-columns:1fr;bottom:25px}.anx-hero-strip span{padding:11px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.anx-platform-grid{grid-template-columns:1fr}.anx-platform:nth-child(n){grid-column:auto;min-height:290px}.anx-grammar-cards{grid-template-columns:1fr}.anx-area-grid{grid-template-columns:1fr}.anx-area-grid a{min-height:105px}.anx-footer-bottom{align-items:flex-start;flex-direction:column}}

/* Portal do aluno: identidade em alta resolução e dois eixos de conhecimento */
.allnexs-home-v2 main{display:flex;flex-direction:column}.allnexs-home-v2 .anx-hero{order:1}.allnexs-home-v2 .anx-areas{order:2}.allnexs-home-v2 .anx-platforms{order:3}.allnexs-home-v2 .anx-grammar{order:4}.allnexs-home-v2 .anx-editorial{order:5}.allnexs-home-v2 .anx-about{order:6}.allnexs-home-v2 .anx-cta{order:7}
.allnexs-home-v2 img{image-rendering:auto}.allnexs-home-v2 .wordmark img{width:194px;height:auto;max-height:52px;object-fit:contain}.anx-solution-lines{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.anx-solution-lines span{padding:8px 12px;color:#bcefff;background:rgba(60,213,255,.08);border:1px solid rgba(83,220,255,.2);border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.04em}.anx-actions{margin-top:28px}.anx-knowledge-orbit{position:relative;z-index:1;width:min(620px,48vw);aspect-ratio:1;display:grid;place-items:center}.anx-core-logo{position:relative;z-index:5;width:230px;padding:22px 20px;background:rgba(255,255,255,.97);border:1px solid rgba(255,255,255,.55);border-radius:22px;box-shadow:0 26px 60px rgba(0,0,0,.28)}.anx-core-logo img{width:100%;height:auto}.anx-orbit-line{position:absolute;left:50%;top:50%;border:1px solid rgba(89,220,255,.28);border-radius:50%;transform:translate(-50%,-50%)}.anx-orbit-tools{width:55%;height:55%;box-shadow:0 0 45px rgba(50,157,255,.08)}.anx-orbit-areas{width:92%;height:92%;border-style:dashed;animation:anx-ring-pulse 5s ease-in-out infinite}.anx-tool-nodes,.anx-area-nodes{position:absolute;inset:0}.anx-tool-nodes span,.anx-area-nodes span{position:absolute;left:50%;top:50%;display:grid;place-items:center;color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.24);backdrop-filter:blur(8px)}.anx-tool-nodes span{width:48px;height:48px;margin:-24px;border:1px solid rgba(255,255,255,.28);border-radius:15px;background:linear-gradient(145deg,rgba(119,84,255,.9),rgba(25,185,224,.88));font-size:10px;font-weight:900;transform:rotate(calc(var(--i)*72deg)) translateY(calc(-1 * min(170px,13vw))) rotate(calc(var(--i)*-72deg))}.anx-area-nodes span{width:37px;height:37px;margin:-18.5px;border:1px solid rgba(91,223,255,.35);border-radius:50%;background:rgba(7,30,68,.94);color:#6fe5ff;font-size:15px;transform:rotate(calc(var(--i)*18.947deg)) translateY(calc(-1 * min(285px,22vw))) rotate(calc(var(--i)*-18.947deg));animation:anx-node-glow 4s ease-in-out infinite;animation-delay:calc(var(--i)*-.16s)}.anx-orbit-caption{position:absolute;bottom:-6px;margin:0;color:rgba(255,255,255,.58);font-size:10px;letter-spacing:.04em}.anx-orbit-caption strong{color:#fff}@keyframes anx-ring-pulse{50%{border-color:rgba(148,110,255,.48);transform:translate(-50%,-50%) scale(1.015)}}@keyframes anx-node-glow{50%{border-color:rgba(255,255,255,.62);box-shadow:0 0 20px rgba(73,200,255,.28)}}
@media(max-width:900px){.anx-knowledge-orbit{width:min(620px,92vw);margin:10px auto 30px}.anx-tool-nodes span{transform:rotate(calc(var(--i)*72deg)) translateY(-155px) rotate(calc(var(--i)*-72deg))}.anx-area-nodes span{transform:rotate(calc(var(--i)*18.947deg)) translateY(-265px) rotate(calc(var(--i)*-18.947deg))}}
@media(max-width:600px){.anx-hero{gap:34px}.anx-knowledge-orbit{width:min(370px,100vw);margin-left:-12px}.anx-core-logo{width:158px;padding:16px 14px;border-radius:16px}.anx-tool-nodes span{width:38px;height:38px;margin:-19px;border-radius:12px;font-size:8px;transform:rotate(calc(var(--i)*72deg)) translateY(-98px) rotate(calc(var(--i)*-72deg))}.anx-area-nodes span{width:28px;height:28px;margin:-14px;font-size:12px;transform:rotate(calc(var(--i)*18.947deg)) translateY(-168px) rotate(calc(var(--i)*-18.947deg))}.anx-orbit-caption{bottom:-12px;width:100%;text-align:center}}

/* Órbitas sem placa: marca transparente e ícones temáticos em movimento oposto */
.anx-core-logo{width:230px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.anx-core-logo img{filter:brightness(0) invert(1) drop-shadow(0 12px 24px rgba(0,0,0,.26))}.anx-tool-nodes{transform-origin:50% 50%;animation:anx-orbit-cw 24s linear infinite}.anx-area-nodes{transform-origin:50% 50%;animation:anx-orbit-ccw 42s linear infinite}.anx-tool-nodes span,.anx-area-nodes span{font-size:0}.anx-tool-nodes span::before,.anx-area-nodes span::before{display:grid;place-items:center;width:100%;height:100%;font-style:normal}.anx-tool-nodes span::before{font-size:11px;font-weight:900;animation:anx-orbit-ccw 24s linear infinite}.anx-area-nodes span::before{font-size:23px;line-height:1;animation:anx-orbit-cw 42s linear infinite}.anx-tool-nodes span:nth-child(1)::before{content:"GO"}.anx-tool-nodes span:nth-child(2)::before{content:"MY"}.anx-tool-nodes span:nth-child(3)::before{content:"BIZ"}.anx-tool-nodes span:nth-child(4)::before{content:"EDU"}.anx-tool-nodes span:nth-child(5)::before{content:"WE"}.anx-area-nodes span:nth-child(1)::before{content:"🧠"}.anx-area-nodes span:nth-child(2)::before{content:"👥"}.anx-area-nodes span:nth-child(3)::before{content:"⚖︎"}.anx-area-nodes span:nth-child(4)::before{content:"🌱"}.anx-area-nodes span:nth-child(5)::before{content:"♡"}.anx-area-nodes span:nth-child(6)::before{content:"⚑"}.anx-area-nodes span:nth-child(7)::before{content:"🎓"}.anx-area-nodes span:nth-child(8)::before{content:"▣"}.anx-area-nodes span:nth-child(9)::before{content:"↗"}.anx-area-nodes span:nth-child(10)::before{content:"⚙︎"}.anx-area-nodes span:nth-child(11)::before{content:"∞"}.anx-area-nodes span:nth-child(12)::before{content:"◌"}.anx-area-nodes span:nth-child(13)::before{content:"👪"}.anx-area-nodes span:nth-child(14)::before{content:"🌐"}.anx-area-nodes span:nth-child(15)::before{content:"✦"}.anx-area-nodes span:nth-child(16)::before{content:"◎"}.anx-area-nodes span:nth-child(17)::before{content:"♨︎"}.anx-area-nodes span:nth-child(18)::before{content:"✈︎"}.anx-area-nodes span:nth-child(19)::before{content:"⌂"}@keyframes anx-orbit-cw{to{transform:rotate(360deg)}}@keyframes anx-orbit-ccw{to{transform:rotate(-360deg)}}
@media(max-width:600px){.anx-core-logo{width:170px;padding:0}.anx-tool-nodes span{width:42px;height:42px;margin:-21px;transform:rotate(calc(var(--i)*72deg)) translateY(-98px) rotate(calc(var(--i)*-72deg))}.anx-area-nodes span{width:34px;height:34px;margin:-17px;transform:rotate(calc(var(--i)*18.947deg)) translateY(-168px) rotate(calc(var(--i)*-18.947deg))}.anx-area-nodes span::before{font-size:18px}.anx-tool-nodes span::before{font-size:9px}}
@media(prefers-reduced-motion:reduce){.anx-tool-nodes,.anx-area-nodes,.anx-tool-nodes span::before,.anx-area-nodes span::before{animation:none}}

/* Aplicação final das marcas-ferramenta e marca central tradicional */
.anx-knowledge-orbit::before{content:"";position:absolute;inset:3%;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(148,163,184,.42) 0 22%,rgba(51,65,85,.28) 38%,rgba(15,23,42,.08) 68%,transparent 69%);box-shadow:inset 0 0 80px rgba(148,163,184,.07)}.anx-core-logo{width:210px}.anx-core-logo img{filter:drop-shadow(0 1px 1px rgba(255,255,255,.55)) drop-shadow(0 12px 24px rgba(0,0,0,.24))}.anx-tool-nodes span{width:56px;height:56px;margin:-28px;border:0;border-radius:18px;box-shadow:0 12px 28px rgba(0,0,0,.25);transform:rotate(calc(var(--i)*72deg)) translateY(calc(-1 * min(182px,14vw))) rotate(calc(var(--i)*-72deg))}.anx-tool-nodes span::before{font-size:25px;font-weight:950;letter-spacing:-.08em}.anx-tool-nodes span:nth-child(1){background:linear-gradient(145deg,#0849ff,#22cffa)}.anx-tool-nodes span:nth-child(1)::before{content:"▶"}.anx-tool-nodes span:nth-child(2){background:linear-gradient(145deg,#b85cff,#5025d7)}.anx-tool-nodes span:nth-child(2)::before{content:"M"}.anx-tool-nodes span:nth-child(3){background:linear-gradient(145deg,#0bd7ad,#006d85)}.anx-tool-nodes span:nth-child(3)::before{content:"B"}.anx-tool-nodes span:nth-child(4){background:linear-gradient(145deg,#ffba23,#ec351c)}.anx-tool-nodes span:nth-child(4)::before{content:"E"}.anx-tool-nodes span:nth-child(5){background:linear-gradient(145deg,#2ad6f4,#4b2bd4)}.anx-tool-nodes span:nth-child(5)::before{content:"W"}.anx-area-nodes span{width:46px;height:46px;margin:-23px;background:rgba(10,29,59,.9);border-color:rgba(111,229,255,.4)}.anx-area-nodes span::before{font-size:22px}
@media(max-width:900px){.anx-tool-nodes span{transform:rotate(calc(var(--i)*72deg)) translateY(-165px) rotate(calc(var(--i)*-72deg))}.anx-area-nodes span{transform:rotate(calc(var(--i)*18.947deg)) translateY(-268px) rotate(calc(var(--i)*-18.947deg))}}
@media(max-width:600px){.anx-knowledge-orbit::before{inset:1%;background:radial-gradient(circle at 50% 50%,rgba(148,163,184,.42) 0 24%,rgba(51,65,85,.25) 42%,rgba(15,23,42,.06) 70%,transparent 71%)}.anx-core-logo{width:150px}.anx-tool-nodes span{width:46px;height:46px;margin:-23px;border-radius:15px;transform:rotate(calc(var(--i)*72deg)) translateY(-116px) rotate(calc(var(--i)*-72deg))}.anx-tool-nodes span::before{font-size:21px}.anx-area-nodes span{width:36px;height:36px;margin:-18px;transform:rotate(calc(var(--i)*18.947deg)) translateY(-169px) rotate(calc(var(--i)*-18.947deg))}.anx-area-nodes span::before{font-size:18px}.anx-orbit-caption{bottom:-19px}}

/* Assinatura conceitual, autoria e código cromático das áreas do saber */
.allnexs-home-v2 .anx-grammar{display:none!important}
.anx-scripture{max-width:820px;margin:0 auto 48px;padding:0 24px;color:rgba(255,255,255,.82);text-align:center;font-family:Georgia,serif;font-size:clamp(18px,2.2vw,27px);font-style:italic;line-height:1.55}
.anx-scripture cite{display:block;margin-top:13px;color:#62dcff;font-family:inherit;font-size:12px;font-style:normal;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.anx-powered{position:relative;align-items:center;gap:12px}.anx-powered strong{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.anx-powered::after{content:"";display:block;width:158px;height:48px;background:url("assets/logo-caio-fabio-martins-2026-transparente.png") center/contain no-repeat;filter:brightness(0) invert(1);opacity:.92}
.anx-area-nodes span{color:#fff;border-color:rgba(255,255,255,.42);box-shadow:0 10px 28px rgba(0,0,0,.28)}
.anx-area-nodes span:nth-child(1){background:linear-gradient(145deg,#a855f7,#6d28d9)}
.anx-area-nodes span:nth-child(2){background:linear-gradient(145deg,#38bdf8,#2563eb)}
.anx-area-nodes span:nth-child(3){background:linear-gradient(145deg,#64748b,#1e3a8a)}
.anx-area-nodes span:nth-child(4){background:linear-gradient(145deg,#4ade80,#15803d)}
.anx-area-nodes span:nth-child(5){background:linear-gradient(145deg,#fb7185,#dc2626)}
.anx-area-nodes span:nth-child(6){background:linear-gradient(145deg,#facc15,#d97706)}
.anx-area-nodes span:nth-child(7){background:linear-gradient(145deg,#fb923c,#ea580c)}
.anx-area-nodes span:nth-child(8){background:linear-gradient(145deg,#2dd4bf,#0f766e)}
.anx-area-nodes span:nth-child(9){background:linear-gradient(145deg,#22d3ee,#0284c7)}
.anx-area-nodes span:nth-child(10){background:linear-gradient(145deg,#818cf8,#4338ca)}
.anx-area-nodes span:nth-child(11){background:linear-gradient(145deg,#c084fc,#7e22ce)}
.anx-area-nodes span:nth-child(12){background:linear-gradient(145deg,#67e8f9,#0891b2)}
.anx-area-nodes span:nth-child(13){background:linear-gradient(145deg,#fb7185,#be123c)}
.anx-area-nodes span:nth-child(14){background:linear-gradient(145deg,#34d399,#047857)}
.anx-area-nodes span:nth-child(15){background:linear-gradient(145deg,#e879f9,#9333ea)}
.anx-area-nodes span:nth-child(16){background:linear-gradient(145deg,#fde047,#ca8a04)}
.anx-area-nodes span:nth-child(17){background:linear-gradient(145deg,#fb923c,#c2410c)}
.anx-area-nodes span:nth-child(18){background:linear-gradient(145deg,#2dd4bf,#0e7490)}
.anx-area-nodes span:nth-child(19){background:linear-gradient(145deg,#94a3b8,#334155)}
.anx-area-nodes span:nth-child(5)::before{content:"✚"}.anx-area-nodes span:nth-child(11)::before{content:"🤝"}.anx-area-nodes span:nth-child(12)::before{content:"💬"}.anx-area-nodes span:nth-child(14)::before{content:"♻︎"}.anx-area-nodes span:nth-child(17)::before{content:"🍴"}
@media(max-width:600px){.anx-scripture{margin-bottom:34px;font-size:17px}.anx-powered::after{width:142px;height:44px}}

/* NEXperts e WomanNEX */
.anx-area-nodes span{transform:rotate(calc(var(--i)*18deg)) translateY(calc(-1 * min(285px,22vw))) rotate(calc(var(--i)*-18deg))}
.anx-area-nodes span:nth-child(20){background:linear-gradient(145deg,#f472b6,#be185d)}.anx-area-nodes span:nth-child(20)::before{content:"♀"}
.nexperts-page{background:#f4f7fb;color:#071a33}.nexperts-hero{padding:150px max(24px,calc((100% - 1180px)/2)) 90px;color:#fff;background:radial-gradient(circle at 80% 10%,rgba(62,218,255,.22),transparent 32%),linear-gradient(135deg,#06152d,#0b3569)}.nexperts-hero .eyebrow{color:#65e1ff}.nexperts-hero h1{max-width:850px;margin:14px 0 24px;font-size:clamp(52px,8vw,104px);line-height:.9;letter-spacing:-.07em}.nexperts-hero>p:last-child{max-width:760px;color:rgba(255,255,255,.72);font-size:19px;line-height:1.7}.nexperts-intro{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;padding:95px max(24px,calc((100% - 1180px)/2))}.nexperts-intro h2{margin:0;font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-.05em}.nexperts-intro p{margin:0;color:#5f6d82;font-size:18px;line-height:1.75}.nexperts-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:0 max(24px,calc((100% - 1180px)/2)) 110px}.nexpert-card{overflow:hidden;background:#fff;border:1px solid #dce5ef;border-radius:30px;box-shadow:0 24px 60px rgba(7,26,51,.09)}.nexpert-profile{display:grid;grid-template-columns:165px 1fr;gap:26px;align-items:center;padding:28px}.nexpert-profile img{width:165px;height:190px;object-fit:cover;object-position:center top;border-radius:20px}.nexpert-profile small{color:#1387d4;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.nexpert-profile h2{margin:8px 0 5px;font-size:34px;line-height:1}.nexpert-profile p{margin:0;color:#637188;line-height:1.55}.nexpert-areas{display:grid;gap:0;padding:0 28px 30px}.nexpert-areas a{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:16px 0;color:#071a33;text-decoration:none;border-top:1px solid #e4ebf3}.nexpert-areas i{display:grid;width:38px;height:38px;place-items:center;color:#fff;background:linear-gradient(145deg,#2186ee,#33d4ec);border-radius:12px;font-style:normal}.nexpert-areas a:nth-child(even) i{background:linear-gradient(145deg,#7c4dff,#cf5ee8)}.nexpert-areas strong{font-size:17px}.nexpert-areas span{display:block;margin-top:2px;color:#758196;font-size:13px}.nexperts-shared{margin:0 max(24px,calc((100% - 1180px)/2)) 110px;padding:34px;color:#fff;background:linear-gradient(135deg,#0b745d,#16a36f);border-radius:28px}.nexperts-shared h2{margin:0 0 10px;font-size:34px}.nexperts-shared p{max-width:780px;margin:0;color:rgba(255,255,255,.78);line-height:1.65}.woman-hero{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;padding:140px max(24px,calc((100% - 1180px)/2)) 90px;color:#fff;background:radial-gradient(circle at 85% 18%,rgba(244,114,182,.35),transparent 30%),linear-gradient(135deg,#190d2a,#60204d 60%,#a52267)}.woman-hero h1{margin:12px 0 22px;font-size:clamp(60px,9vw,112px);line-height:.88;letter-spacing:-.07em}.woman-hero p{max-width:690px;color:rgba(255,255,255,.76);font-size:19px;line-height:1.7}.woman-mark{display:grid;place-items:center;aspect-ratio:1;color:#fff;font-size:clamp(150px,22vw,290px);font-weight:300;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:inset 0 0 80px rgba(255,255,255,.05)}.woman-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:95px max(24px,calc((100% - 1180px)/2));background:#fff}.woman-pillars article{padding:32px;background:#f8f2f7;border-radius:24px}.woman-pillars span{color:#c02675;font-size:30px}.woman-pillars h2{margin:35px 0 12px;font-size:27px}.woman-pillars p{margin:0;color:#697589;line-height:1.7}.woman-curator{display:grid;grid-template-columns:160px 1fr;gap:28px;align-items:center;margin:0 max(24px,calc((100% - 1180px)/2)) 100px;padding:30px;background:#081a35;color:#fff;border-radius:28px}.woman-curator img{width:160px;height:170px;object-fit:cover;object-position:center top;border-radius:20px}.woman-curator small{color:#f9a8d4;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.woman-curator h2{margin:6px 0 10px;font-size:34px}.woman-curator p{margin:0;color:rgba(255,255,255,.68);line-height:1.6}
@media(max-width:900px){.nexperts-intro,.nexperts-grid,.woman-hero{grid-template-columns:1fr}.woman-mark{max-width:460px;width:100%;margin:auto}.woman-pillars{grid-template-columns:1fr}.anx-area-nodes span{transform:rotate(calc(var(--i)*18deg)) translateY(-268px) rotate(calc(var(--i)*-18deg))}}
@media(max-width:600px){.nexperts-hero{padding-top:120px}.nexperts-intro{grid-template-columns:1fr;gap:24px;padding-top:65px}.nexperts-grid{grid-template-columns:1fr;padding-bottom:70px}.nexpert-profile,.woman-curator{grid-template-columns:1fr}.nexpert-profile img,.woman-curator img{width:100%;height:280px}.nexperts-shared{margin-bottom:70px}.woman-hero{min-height:auto;padding-top:120px}.woman-pillars{padding-top:65px}.anx-area-nodes span{transform:rotate(calc(var(--i)*18deg)) translateY(-169px) rotate(calc(var(--i)*-18deg))}}

/* Comunicação de propósito, MyNEXS prioritário e NEXNow */
.allnexs-home-v2 .anx-hero{order:1}.allnexs-home-v2 .anx-nexnow{order:2}.allnexs-home-v2 .anx-values{order:3}.allnexs-home-v2 .anx-areas{order:4}.allnexs-home-v2 .anx-platforms{order:5}.allnexs-home-v2 .anx-editorial{order:6}.allnexs-home-v2 .anx-about{order:7}.allnexs-home-v2 .anx-cta{order:8}.anx-mynexs-primary{color:#071a33!important;background:linear-gradient(90deg,#6be8ff,#b9f5ff)!important;box-shadow:0 18px 45px rgba(56,210,255,.25)}
.anx-nexnow{padding:105px max(24px,calc((100% - 1180px)/2));color:#fff;background:#06152d}.anx-now-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:38px}.anx-now-head .eyebrow{color:#61ddff}.anx-now-head h2{margin:8px 0 0;font-size:clamp(42px,5.5vw,70px);line-height:.95;letter-spacing:-.055em}.anx-now-controls{display:flex;gap:10px}.anx-now-controls button{width:48px;height:48px;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.22);border-radius:50%;font-size:21px;cursor:pointer}.anx-now-track{position:relative;min-height:430px}.anx-now-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(30px,5vw,62px);opacity:0;visibility:hidden;transform:translateX(32px);transition:opacity .45s,transform .45s,visibility .45s;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:32px;background:radial-gradient(circle at 82% 22%,rgba(80,217,255,.2),transparent 28%),linear-gradient(135deg,#0a2d5c,#0c4782)}.anx-now-slide:nth-child(2){background:radial-gradient(circle at 80% 20%,rgba(163,115,255,.22),transparent 28%),linear-gradient(135deg,#131c43,#372b72)}.anx-now-slide:nth-child(3){background:linear-gradient(135deg,#5c3510,#b96c13)}.anx-now-slide:nth-child(4){background:linear-gradient(135deg,#10243f,#244e73)}.anx-now-slide:nth-child(5){background:linear-gradient(135deg,#47143b,#9c286e)}.anx-now-slide:nth-child(6){background:linear-gradient(135deg,#103c35,#167e66)}.anx-now-slide.is-active{opacity:1;visibility:visible;transform:none}.anx-now-slide>span{color:#8cecff;font-size:12px;font-weight:850;letter-spacing:.15em}.anx-now-slide h3{max-width:820px;margin:16px 0 14px;font-size:clamp(34px,5vw,62px);line-height:.98;letter-spacing:-.05em}.anx-now-slide p{max-width:720px;margin:0 0 24px;color:rgba(255,255,255,.7);font-size:17px;line-height:1.65}.anx-now-slide a{display:inline-block;margin:0 20px 8px 0;color:#fff;font-weight:800;text-decoration:none}.anx-now-dots{display:flex;justify-content:center;gap:9px;margin-top:24px}.anx-now-dots button{width:9px;height:9px;padding:0;background:rgba(255,255,255,.25);border:0;border-radius:50%;cursor:pointer}.anx-now-dots button.is-active{width:30px;background:#63ddff;border-radius:999px}.anx-values{display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:0 max(24px,calc((100% - 1180px)/2));background:#fff;border-bottom:1px solid #dce5ef}.anx-values p{display:grid;min-height:140px;place-items:center;margin:0;padding:25px;color:#26384e;text-align:center;font-family:Georgia,serif;font-size:17px;line-height:1.45;border-right:1px solid #dce5ef}.anx-values p:last-child{border:0}.nexperts-faith{padding:85px max(24px,calc((100% - 1180px)/2));color:#fff;background:linear-gradient(135deg,#121a28,#283c56)}.nexperts-faith .eyebrow{color:#7be0ff}.nexperts-faith h2{max-width:880px;margin:10px 0 20px;font-family:Georgia,serif;font-size:clamp(38px,5.5vw,68px);font-weight:500;line-height:1.04}.nexperts-faith p:last-child{max-width:850px;margin:0;color:rgba(255,255,255,.72);font-size:18px;line-height:1.75}
@media(max-width:800px){.anx-values{grid-template-columns:1fr}.anx-values p{min-height:84px;border-right:0;border-bottom:1px solid #dce5ef}.anx-now-track{min-height:520px}.anx-now-head{align-items:flex-start;flex-direction:column}.anx-now-controls{align-self:flex-end}}

/* Missão, visão e valores integrais */
.mvv-section{padding:96px max(24px,calc((100% - 1180px)/2));background:#eef4fa}.mvv-heading{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px 72px;align-items:end;margin-bottom:46px}.mvv-heading .eyebrow{grid-column:1/-1;color:#167ab8}.mvv-heading h2{margin:0;font-size:clamp(42px,5.5vw,72px);line-height:.96;letter-spacing:-.055em}.mvv-heading>p:last-child{margin:0;color:#5e6e81;font-size:18px;line-height:1.7}.mvv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mvv-grid article{padding:34px;background:#fff;border:1px solid #d9e4ef;border-radius:26px;box-shadow:0 18px 45px rgba(7,26,51,.06)}.mvv-grid span{color:#1487cc;font-size:12px;font-weight:900;letter-spacing:.14em}.mvv-grid h3{margin:28px 0 14px;font-size:27px;line-height:1.08}.mvv-grid p{margin:0;color:#647286;line-height:1.72}

/* Perfis completos dos NEXperts */
.nexpert-description{padding:0 28px 24px;color:#536277}.nexpert-description>p{margin:0 0 14px;line-height:1.7}.nexpert-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.nexpert-links a{display:inline-flex;align-items:center;min-height:39px;padding:0 14px;color:#083664;background:#eef7fd;border:1px solid #cce7f7;border-radius:999px;font-size:13px;font-weight:850;text-decoration:none}.nexpert-links a:hover{color:#fff;background:#0c69a8;border-color:#0c69a8}.nexpert-links-note{margin-top:12px!important;color:#7b8799;font-size:12px}.nexpert-card{display:flex;flex-direction:column}.nexpert-areas{margin-top:auto}
@media(max-width:850px){.mvv-heading,.mvv-grid{grid-template-columns:1fr}.mvv-heading{gap:24px}.mvv-heading .eyebrow{grid-column:auto}}

/* Arquitetura global ALLNEXS */
.anx-tool-nodes span{transform:rotate(calc(var(--i)*72deg)) translateY(calc(-1 * min(182px,14vw))) rotate(calc(var(--i)*-72deg))}.anx-tool-nodes span:nth-child(5)::before{content:"W"}
.brand-system-page{background:#f3f7fb;color:#071a33}.brand-system-hero{padding:160px max(24px,calc((100% - 1180px)/2)) 88px;color:#fff;background:radial-gradient(circle at 82% 18%,rgba(50,213,242,.24),transparent 30%),linear-gradient(135deg,#06152d,#0b3569)}.brand-system-hero .eyebrow{color:#69e3ff}.brand-system-hero h1{max-width:900px;margin:14px 0 22px;font-size:clamp(52px,8vw,104px);line-height:.9;letter-spacing:-.065em}.brand-system-hero>p:last-child{max-width:760px;color:rgba(255,255,255,.74);font-size:19px;line-height:1.7}.brand-system-content{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:90px max(24px,calc((100% - 1180px)/2))}.brand-system-content article{padding:34px;background:#fff;border:1px solid #dbe5ef;border-radius:26px}.brand-system-content span{color:#178ed2;font-weight:900;letter-spacing:.12em}.brand-system-content h2{margin:26px 0 13px;font-size:30px}.brand-system-content p{margin:0;color:#5f6e81;font-size:16px;line-height:1.72}.brand-system-rule{margin:0 max(24px,calc((100% - 1180px)/2)) 100px;padding:44px;color:#fff;background:linear-gradient(135deg,#0a315f,#126e9d);border-radius:28px;font-family:Georgia,serif;font-size:clamp(26px,4vw,46px);line-height:1.2}

/* Assinaturas e regras oficiais da identidade ALLNEXS */
.brand-lockups{padding:90px max(24px,calc((100% - 1180px)/2));background:#fff}.brand-lockups-heading{display:grid;grid-template-columns:1fr minmax(300px,.72fr);gap:50px;align-items:end;margin-bottom:36px}.brand-lockups-heading h2,.brand-application-rules h2{margin:10px 0 0;font-size:clamp(38px,5vw,68px);line-height:.95;letter-spacing:-.055em}.brand-lockups-heading>p{margin:0;color:#5f6e81;font-size:16px;line-height:1.72}.brand-lockup-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.brand-lockup-card{display:grid;min-height:520px;grid-template-rows:1fr auto;overflow:hidden;border:1px solid #dbe5ef;border-radius:28px}.brand-lockup-card>img{width:100%;height:430px;padding:28px;object-fit:contain}.brand-lockup-card>div{display:flex;justify-content:space-between;gap:20px;padding:20px 24px;border-top:1px solid rgba(120,145,170,.18)}.brand-lockup-card strong{font-size:15px}.brand-lockup-card span{color:#718095;font-size:13px;text-align:right}.brand-lockup-dark{color:#fff;background:radial-gradient(circle at 78% 20%,#0c3f79,#06162f 63%)}.brand-lockup-dark>div{border-color:rgba(255,255,255,.12)}.brand-lockup-dark span{color:rgba(255,255,255,.62)}.brand-lockup-light,.brand-lockup-mono{background:#fff}.brand-lockup-mono{background:#f5f5f5}.brand-application-rules{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px;padding:90px max(24px,calc((100% - 1180px)/2));background:#eaf2f9}.brand-rule-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.brand-rule-list article{padding:25px;background:rgba(255,255,255,.82);border:1px solid rgba(10,49,95,.1);border-radius:22px}.brand-rule-list span{color:#168fd5;font-size:12px;font-weight:900;letter-spacing:.12em}.brand-rule-list h3{margin:15px 0 8px;font-size:20px}.brand-rule-list p{margin:0;color:#617085;font-size:14px;line-height:1.6}
@media(max-width:900px){.anx-tool-nodes span{transform:rotate(calc(var(--i)*72deg)) translateY(-165px) rotate(calc(var(--i)*-72deg))}}
@media(max-width:850px){.brand-lockups-heading,.brand-application-rules{grid-template-columns:1fr}.brand-lockup-grid{grid-template-columns:1fr}.brand-rule-list{grid-template-columns:1fr 1fr}.brand-lockup-card{min-height:450px}.brand-lockup-card>img{height:360px}}
@media(max-width:700px){.brand-system-content{grid-template-columns:1fr}.brand-system-hero{padding-top:125px}.brand-rule-list{grid-template-columns:1fr}.brand-lockup-card{min-height:390px}.brand-lockup-card>img{height:310px;padding:18px}.brand-lockup-card>div{display:block}.brand-lockup-card span{display:block;margin-top:6px;text-align:left}.anx-tool-nodes span{transform:rotate(calc(var(--i)*72deg)) translateY(-116px) rotate(calc(var(--i)*-72deg))}}

/* Ícones vetoriais contextuais da família NEX */
.nex-vector-icon{display:block;width:28px;height:28px;overflow:visible}.anx-area-grid .nex-vector-icon{width:34px;height:34px;filter:drop-shadow(0 5px 8px rgba(28,111,210,.16))}.anx-area-nodes span.has-vector-icon::before{display:none}.anx-area-nodes .nex-vector-icon{width:24px;height:24px;color:#fff;animation:anx-orbit-cw 42s linear infinite}.anx-area-nodes span.has-vector-icon{font-size:initial}.anx-area-grid a:nth-child(5n+1) span{color:#7c3aed}.anx-area-grid a:nth-child(5n+2) span{color:#2563eb}.anx-area-grid a:nth-child(5n+3) span{color:#db2777}.anx-area-grid a:nth-child(5n+4) span{color:#059669}.anx-area-grid a:nth-child(5n) span{color:#ea580c}
@media(prefers-reduced-motion:reduce){.anx-area-nodes .nex-vector-icon{animation:none}}
.nex-environment-icon{display:block;width:28px;height:28px}.anx-product-icon .nex-environment-icon{width:32px;height:32px}.anx-tool-nodes span.has-environment-icon::before{display:none}.anx-tool-nodes span.has-environment-icon{font-size:initial}.anx-tool-nodes .nex-environment-icon{width:29px;height:29px;color:#fff;animation:anx-orbit-ccw 24s linear infinite}@media(prefers-reduced-motion:reduce){.anx-tool-nodes .nex-environment-icon{animation:none}}

/* Composição circular oficial da primeira tela */
.anx-knowledge-orbit{isolation:isolate;aspect-ratio:1;margin:auto;border-radius:50%;background:radial-gradient(circle at 50% 48%,#fff 0 43%,#f3fbff 44% 61%,#fff 62%);box-shadow:0 30px 90px rgba(2,28,74,.28),inset 0 0 0 1px rgba(34,179,236,.18)}.anx-knowledge-orbit::before{inset:18%;z-index:-1;border:2px solid rgba(26,181,232,.42);background:transparent;box-shadow:0 0 0 14px rgba(57,206,241,.08),0 0 46px rgba(38,190,233,.18)}.anx-core-logo{width:255px}.anx-core-logo img{filter:drop-shadow(0 18px 24px rgba(8,72,163,.22))}.anx-orbit-tools,.anx-tool-nodes{display:none}.anx-orbit-areas{width:88%;height:88%;border:2px solid rgba(16,103,208,.36);border-style:solid;animation:none}.anx-area-nodes span{width:62px;height:62px;margin:-31px;border:3px solid rgba(255,255,255,.82);box-shadow:0 10px 22px rgba(8,70,155,.24),0 0 18px currentColor;transform:rotate(calc(var(--i)*30deg)) translateY(calc(-1 * min(285px,22vw))) rotate(calc(var(--i)*-30deg))}.anx-area-nodes span:nth-child(n+13){display:none}.anx-area-nodes .nex-vector-icon{width:30px;height:30px}.anx-orbit-caption{bottom:2px;width:100%;color:#36506d;text-align:center}.anx-orbit-caption strong{color:#0b3569}
@media(max-width:900px){.anx-core-logo{width:225px}.anx-area-nodes span{transform:rotate(calc(var(--i)*30deg)) translateY(-265px) rotate(calc(var(--i)*-30deg))}}
@media(max-width:600px){.anx-knowledge-orbit{width:min(380px,100vw);margin-left:-15px}.anx-core-logo{width:150px}.anx-area-nodes span{width:44px;height:44px;margin:-22px;border-width:2px;transform:rotate(calc(var(--i)*30deg)) translateY(-164px) rotate(calc(var(--i)*-30deg))}.anx-area-nodes .nex-vector-icon{width:22px;height:22px}.anx-orbit-caption{bottom:-26px;font-size:9px}}

/* Dois anéis: ambientes oficiais por dentro, áreas do saber por fora */
.anx-orbit-tools,.anx-tool-nodes{display:block}.anx-orbit-tools{width:58%;height:58%;border:2px solid rgba(24,178,228,.38);box-shadow:0 0 0 10px rgba(55,202,239,.06),0 0 38px rgba(32,157,226,.13)}.anx-orbit-areas{width:90%;height:90%}.anx-tool-nodes{z-index:3}.anx-area-nodes{z-index:2}.anx-tool-nodes span{width:68px;height:68px;margin:-34px;padding:8px;border:2px solid rgba(255,255,255,.92);border-radius:22px;background:rgba(255,255,255,.96)!important;box-shadow:0 12px 28px rgba(7,49,105,.24);transform:rotate(calc(var(--i)*72deg)) translateY(calc(-1 * min(180px,14vw))) rotate(calc(var(--i)*-72deg))}.anx-tool-nodes .nex-environment-icon{width:100%;height:100%;object-fit:contain;animation:anx-orbit-ccw 24s linear infinite}.anx-area-nodes span{width:48px;height:48px;margin:-24px;border-width:2px;transform:rotate(calc(var(--i)*18deg)) translateY(calc(-1 * min(285px,22vw))) rotate(calc(var(--i)*-18deg))}.anx-area-nodes span:nth-child(n+13){display:grid}.anx-area-nodes .nex-vector-icon{width:25px;height:25px}.anx-core-logo{width:205px}.anx-orbit-caption{bottom:-18px}
@media(max-width:900px){.anx-tool-nodes span{transform:rotate(calc(var(--i)*72deg)) translateY(-168px) rotate(calc(var(--i)*-72deg))}.anx-area-nodes span{transform:rotate(calc(var(--i)*18deg)) translateY(-268px) rotate(calc(var(--i)*-18deg))}}
@media(max-width:600px){.anx-core-logo{width:126px}.anx-tool-nodes span{width:48px;height:48px;margin:-24px;padding:6px;border-radius:15px;transform:rotate(calc(var(--i)*72deg)) translateY(-105px) rotate(calc(var(--i)*-72deg))}.anx-area-nodes span{width:32px;height:32px;margin:-16px;transform:rotate(calc(var(--i)*18deg)) translateY(-166px) rotate(calc(var(--i)*-18deg))}.anx-area-nodes .nex-vector-icon{width:18px;height:18px}.anx-orbit-caption{bottom:-30px}}

/* Vinte e cinco áreas distribuídas sem sobreposição */
.anx-area-nodes span{width:44px;height:44px;margin:-22px;transform:rotate(calc(var(--i)*14.4deg)) translateY(calc(-1 * min(285px,22vw))) rotate(calc(var(--i)*-14.4deg))}.anx-area-nodes .nex-vector-icon{width:24px;height:24px}.anx-area-nodes span:nth-child(21){background:linear-gradient(145deg,#fb7185,#e11d48)}.anx-area-nodes span:nth-child(22){background:linear-gradient(145deg,#2dd4bf,#0369a1)}.anx-area-nodes span:nth-child(23){background:linear-gradient(145deg,#f472b6,#7c3aed)}.anx-area-nodes span:nth-child(24){background:linear-gradient(145deg,#c084fc,#4f46e5)}.anx-area-nodes span:nth-child(25){background:linear-gradient(145deg,#38bdf8,#2563eb)}
@media(max-width:900px){.anx-area-nodes span{transform:rotate(calc(var(--i)*14.4deg)) translateY(-268px) rotate(calc(var(--i)*-14.4deg))}}
@media(max-width:600px){.anx-area-nodes span{width:30px;height:30px;margin:-15px;transform:rotate(calc(var(--i)*14.4deg)) translateY(-166px) rotate(calc(var(--i)*-14.4deg))}.anx-area-nodes .nex-vector-icon{width:17px;height:17px}}

/* Construção coletiva */
.allnexs-home-v2 .anx-community{order:7}.allnexs-home-v2 .anx-cta{order:8}.anx-community{display:grid;grid-template-columns:.82fr 1.18fr;gap:26px;padding:110px max(24px,calc((100% - 1180px)/2));background:#eaf2fb;color:#071a33}.anx-community-intro{align-self:start;position:sticky;top:120px;padding:42px;background:linear-gradient(145deg,#071a33,#0c3d75);color:#fff;border-radius:30px;box-shadow:0 24px 58px rgba(4,32,67,.16)}.anx-community-intro .eyebrow{color:#68dcff}.anx-community-intro h2{margin:14px 0 24px;font-size:clamp(38px,4.8vw,64px);line-height:.98;letter-spacing:-.055em}.anx-community-intro>p:not(.eyebrow){margin:0;color:rgba(255,255,255,.7);font-size:17px;line-height:1.72}.anx-community-intro blockquote{margin:38px 0 0;padding-top:28px;border-top:1px solid rgba(255,255,255,.17);font-family:Georgia,serif;font-size:25px;line-height:1.35}.anx-community-paths{display:grid;gap:12px}.anx-community-paths article{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:24px 26px;background:#fff;border:1px solid #d8e4ef;border-radius:22px;box-shadow:0 12px 30px rgba(7,38,72,.05)}.anx-community-paths article>span{display:grid;place-items:center;width:42px;height:42px;color:#0878bd;background:#e8f7ff;border-radius:50%;font-weight:900}.anx-community-paths strong{display:block;margin:2px 0 6px;font-size:20px}.anx-community-paths p{margin:0;color:#66758a;line-height:1.55}.anx-community-form{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px;padding:clamp(28px,5vw,54px);background:#fff;border:1px solid #d7e3ef;border-radius:30px;box-shadow:0 24px 65px rgba(7,38,72,.09)}.anx-community-form-head{grid-column:1/-1;margin-bottom:8px}.anx-community-form-head .eyebrow{color:#178dcf}.anx-community-form h3{margin:10px 0 0;font-size:clamp(30px,4vw,48px);letter-spacing:-.045em}.anx-community-form .form-row{display:contents}.anx-community-form label{display:grid;gap:9px;color:#0a315f;font-weight:800}.anx-community-form input,.anx-community-form select,.anx-community-form textarea{width:100%;padding:15px 16px;color:#071a33;background:#f5f8fc;border:1px solid #cedae7;border-radius:14px;font:inherit}.anx-community-form textarea,.anx-community-form>label:not(.consent-field){grid-column:1/-1}.anx-community-form input:focus,.anx-community-form select:focus,.anx-community-form textarea:focus{outline:3px solid rgba(43,174,230,.2);border-color:#168dcc}.anx-community-form .consent-field{grid-column:1/-1;display:flex;align-items:flex-start;gap:10px;font-weight:500}.anx-community-form .consent-field input{width:18px;height:18px;margin-top:2px}.anx-community-form .form-submit{justify-self:start}.anx-community-form .form-status{align-self:center;margin:0;color:#566a80}.anx-community-form .form-honey{position:absolute!important;left:-9999px!important}
@media(max-width:900px){.anx-community{grid-template-columns:1fr}.anx-community-intro{position:static}.anx-community-form{grid-template-columns:1fr}.anx-community-form .form-row{display:contents}}
@media(max-width:600px){.anx-community{padding:72px 18px}.anx-community-intro{padding:28px;border-radius:24px}.anx-community-intro h2{font-size:38px}.anx-community-paths article{grid-template-columns:1fr;padding:22px}.anx-community-form{padding:24px 18px;border-radius:24px}.anx-community-form .form-submit{width:100%;justify-content:center}}

/* Slideshow institucional da primeira tela */
.anx-hero-copy{min-width:0}.anx-hero-slideshow{position:relative;min-height:565px;display:flex;flex-direction:column;justify-content:center}.anx-hero-slides{display:grid;align-items:center}.anx-hero-slide{grid-area:1/1;opacity:0;visibility:hidden;transform:translateY(18px);pointer-events:none;transition:opacity .55s ease,transform .55s ease,visibility .55s}.anx-hero-slide.is-active{opacity:1;visibility:visible;transform:none;pointer-events:auto}.anx-hero-slide>p:not(.anx-kicker){max-width:690px;margin:28px 0 0;color:rgba(255,255,255,.74);font-size:clamp(17px,1.7vw,21px);line-height:1.6}.anx-hero-slide .anx-solution-lines{margin-top:25px}.anx-hero-nav{display:flex;align-items:center;gap:14px;margin-top:38px}.anx-hero-arrow{width:42px;height:42px;padding:0;color:#fff;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.22);border-radius:50%;font-size:18px;cursor:pointer;transition:background .2s,border-color .2s}.anx-hero-arrow:hover,.anx-hero-arrow:focus-visible{background:rgba(94,222,255,.15);border-color:#62ddff}.anx-hero-dots{display:flex;flex:1;gap:9px;align-items:center}.anx-hero-dots button{width:30px;height:5px;padding:0;background:rgba(255,255,255,.28);border:0;border-radius:999px;cursor:pointer;transition:width .25s,background .25s}.anx-hero-dots button.is-active{width:58px;background:linear-gradient(90deg,#58dcff,#4d8fff)}.anx-hero-count{min-width:57px;color:rgba(255,255,255,.48);font-size:12px;letter-spacing:.08em}.anx-hero-count strong{color:#fff;font-size:18px}.anx-hero-slide:nth-child(2) h1 span{background-image:linear-gradient(90deg,#65e6ff,#29badf 55%,#5e90ff)}.anx-hero-slide:nth-child(3) h1 span{background-image:linear-gradient(90deg,#73e6ff,#5da4ff 52%,#b88aff)}
@media(max-width:1000px){.anx-hero-slideshow{min-height:510px}}
@media(max-width:700px){.anx-hero-slideshow{min-height:610px;justify-content:flex-start}.anx-hero-slide>p:not(.anx-kicker){margin-top:20px;font-size:16px}.anx-hero-nav{gap:8px;margin-top:25px}.anx-hero-dots{gap:6px}.anx-hero-dots button{width:16px;min-width:0}.anx-hero-dots button.is-active{width:32px}.anx-hero-arrow{width:36px;height:36px;flex:0 0 36px}.anx-hero-count{min-width:46px}.anx-hero-slide .anx-actions{margin-top:25px}}
@media(prefers-reduced-motion:reduce){.anx-hero-slide{transition:none}}

/* Revisão de escala, legibilidade e contraste — portal ALLNEXS */
.allnexs-home-v2 .main-nav a{font-size:14px;color:#26384f}.allnexs-home-v2 .eyebrow,.allnexs-home-v2 .anx-kicker{font-size:13px;line-height:1.45;letter-spacing:.16em}.allnexs-home-v2 .anx-hero h1{font-size:clamp(46px,5.35vw,72px);line-height:1.01}.allnexs-home-v2 .anx-solution-lines span{padding:9px 14px;color:#d8f7ff;background:rgba(64,207,255,.13);border-color:rgba(119,228,255,.35);font-size:12px}.allnexs-home-v2 .anx-hero-count{color:rgba(255,255,255,.72);font-size:13px}.allnexs-home-v2 .anx-hero-strip span{color:rgba(255,255,255,.72);font-size:14px;line-height:1.45}.allnexs-home-v2 .anx-orbit-caption{bottom:-26px;padding:7px 12px;color:#29445f;background:rgba(255,255,255,.9);border:1px solid rgba(30,117,181,.15);border-radius:999px;font-size:12px;line-height:1.35;box-shadow:0 8px 22px rgba(5,45,91,.12)}.allnexs-home-v2 .anx-orbit-caption strong{color:#082e5a}.allnexs-home-v2 .anx-area-grid small{color:#52647a;font-size:13px;line-height:1.45}.allnexs-home-v2 .anx-platform p{color:rgba(255,255,255,.86);font-size:11px;line-height:1.45}.allnexs-home-v2 .anx-platform small{color:rgba(255,255,255,.84);font-size:14px}.allnexs-home-v2 .anx-platform>strong{font-size:14px}.allnexs-home-v2 .anx-editorial-links span{font-size:11px;line-height:1.45}.allnexs-home-v2 .anx-editorial-links small{color:rgba(255,255,255,.78);font-size:14px;line-height:1.55}.allnexs-home-v2 .anx-editorial-links a:last-child small{color:#53647b}.allnexs-home-v2 .anx-cta>p{font-size:13px}.allnexs-home-v2 .anx-cta h2{max-width:850px;font-size:clamp(36px,4.5vw,58px);line-height:1.04}.allnexs-home-v2 .anx-footer p{color:rgba(255,255,255,.72);font-size:14px;line-height:1.6}.allnexs-home-v2 .anx-footer h2{font-size:15px}.allnexs-home-v2 .anx-footer a{color:rgba(255,255,255,.78);font-size:13px;line-height:1.45}.allnexs-home-v2 .anx-footer-bottom p{color:rgba(255,255,255,.64);font-size:13px}.allnexs-home-v2 .anx-powered span{color:rgba(255,255,255,.68);font-size:11px}.allnexs-home-v2 .anx-powered strong{font-size:13px}
@media(max-width:700px){.allnexs-home-v2 .anx-hero h1{font-size:clamp(40px,12vw,56px);line-height:1.02}.allnexs-home-v2 .anx-kicker,.allnexs-home-v2 .eyebrow{font-size:12px}.allnexs-home-v2 .anx-hero-strip span{font-size:13px}.allnexs-home-v2 .anx-orbit-caption{bottom:-42px;width:auto;max-width:94%;font-size:11px}.allnexs-home-v2 .anx-cta h2{font-size:clamp(34px,10vw,48px)}}
/* ReligaNEX Reformados — blog editorial público */
.reformados-blog{--rf:#173a31;--rf-deep:#0e2821;--rf-gold:#bb893d;--rf-paper:#f6f2e9;margin:0;background:var(--rf-paper);color:#182923;font-family:Georgia,"Times New Roman",serif}.rf-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,76px);border-bottom:1px solid #18392f24;background:#fffdf8}.rf-brand{display:flex;align-items:center;gap:10px;color:#152b24;text-decoration:none}.rf-brand>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#efd9b4;background:var(--rf-deep)}.rf-brand b{display:grid;font:800 20px/1 system-ui}.rf-brand em{color:var(--rf-gold);font-style:normal}.rf-brand small{margin-top:4px;font-size:7px;letter-spacing:.2em;color:#61736b}.rf-header nav{display:flex;gap:6px}.rf-header nav a{padding:10px 12px;border-radius:8px;color:#52665e;font:700 13px/1 system-ui;text-decoration:none}.rf-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(290px,.8fr);gap:55px;align-items:center;width:min(1180px,calc(100% - 40px));margin:46px auto 0;padding:clamp(40px,6vw,75px);color:#fff;background:radial-gradient(circle at 85% 15%,#98713a55,transparent 27%),linear-gradient(135deg,#102721,#254c40);box-shadow:0 24px 65px #19332b25}.rf-kicker,.rf-title>p{margin:0;color:#d1a55a;font:850 10px/1 system-ui;letter-spacing:.2em}.rf-hero h1{margin:18px 0;font-size:clamp(46px,6vw,74px);line-height:.98;letter-spacing:-.04em}.rf-hero>div>p:last-child{max-width:650px;margin:0;color:#d9e5df;font-size:18px;line-height:1.7}.rf-hero blockquote{margin:0;padding:28px;border-left:2px solid var(--rf-gold);background:#0b211bbd;font-size:24px;line-height:1.45}.rf-hero cite,.rf-article blockquote cite{display:block;margin-top:18px;color:#bccbc4;font:700 12px/1 system-ui}.rf-feed,.rf-purpose{width:min(1120px,calc(100% - 40px));margin:60px auto}.rf-title h2{margin:9px 0 20px;font-size:35px}.rf-feature{display:grid;grid-template-columns:240px 1fr;gap:34px;align-items:center;padding:24px;border:1px solid #1d3b3226;background:#fffdf8;color:inherit;text-decoration:none;box-shadow:0 12px 36px #1c372d0d}.rf-scripture{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;color:#f1dfbf;background:linear-gradient(145deg,#112c25,#285347)}.rf-scripture span{font:800 10px/1 system-ui;letter-spacing:.28em}.rf-scripture strong{font-size:82px;line-height:.92}.rf-scripture small{font:700 13px/1 system-ui}.rf-meta{color:#718078!important;font:650 12px/1.4 system-ui}.rf-feature h3{margin:12px 0;font-size:36px}.rf-feature>div:last-child>p{max-width:670px;color:#596b63;font-size:16px;line-height:1.65}.rf-feature b{color:#956928;font:800 13px/1 system-ui}.rf-purpose{max-width:900px;text-align:center}.rf-purpose h2{margin:17px auto;font-size:45px;line-height:1.05}.rf-purpose>p:not(.rf-kicker){max-width:790px;margin:0 auto;color:#596b63;font-size:17px;line-height:1.75}.rf-purpose>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px;text-align:left}.rf-purpose>div span{padding:18px;border-top:2px solid var(--rf-gold);background:#fffdf8}.rf-purpose b,.rf-purpose small{display:block}.rf-purpose small{margin-top:8px;color:#65766f;font:500 12px/1.5 system-ui}.rf-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px clamp(20px,5vw,76px);border-top:1px solid #1a392f2b;background:#fffdf8}.rf-footer p{color:#65756e;font-size:13px}.rf-footer>a:last-child{color:#8e642a;font:800 11px/1 system-ui}.rf-article{width:min(920px,calc(100% - 40px));margin:40px auto 80px}.rf-article>article{border:1px solid #203d3424;background:#fffdf8}.rf-article article>header{padding:clamp(38px,7vw,72px);color:#fff;background:radial-gradient(circle at 84% 10%,#8d6d3950,transparent 26%),linear-gradient(135deg,#102721,#254c40)}.rf-article h1{max-width:780px;margin:18px 0;font-size:clamp(46px,7vw,76px);line-height:.98;letter-spacing:-.045em}.rf-article article>header>p:not(.rf-kicker){max-width:700px;color:#d8e3de;font-size:18px;line-height:1.65}.rf-article article>header>div{display:flex;flex-wrap:wrap;gap:15px;margin-top:28px;color:#c3d3cc;font:650 12px/1 system-ui}.rf-article article>blockquote{margin:0;padding:42px clamp(28px,7vw,72px);border-bottom:1px solid #d8d2c5;text-align:center;background:#efe7d8;font-size:30px;line-height:1.4}.rf-article blockquote cite{color:#6e695f}.rf-copy{padding:clamp(35px,7vw,72px)}.rf-copy>section{max-width:720px;margin:0 auto 46px}.rf-copy h2{margin:0 0 18px;color:#193a31;font-size:30px;line-height:1.22}.rf-copy p{margin:0 0 18px;color:#374a43;font-size:18px;line-height:1.85}.rf-summary{max-width:none!important;padding:34px!important;border-left:3px solid var(--rf-gold);background:#f0eadd}.rf-summary h2{margin-top:12px}
@media(max-width:760px){.rf-header{display:block;padding:14px 17px}.rf-header nav{margin-top:13px;overflow-x:auto}.rf-header nav a{flex:0 0 auto}.rf-hero{grid-template-columns:1fr;gap:30px;width:min(100% - 28px,1180px);padding:34px 24px}.rf-hero blockquote{font-size:21px}.rf-feed,.rf-purpose{width:min(100% - 28px,1120px)}.rf-feature{grid-template-columns:1fr;padding:16px}.rf-scripture{min-height:170px}.rf-purpose>div{grid-template-columns:1fr 1fr}.rf-footer{align-items:flex-start;flex-direction:column}.rf-article{width:min(100% - 24px,920px);margin-top:24px}.rf-article article>header{padding:38px 24px}.rf-article h1{font-size:46px}.rf-article article>blockquote{padding:34px 22px;font-size:24px}.rf-copy{padding:36px 22px}.rf-copy h2{font-size:27px}.rf-copy p{font-size:17px}}@media(max-width:440px){.rf-purpose>div{grid-template-columns:1fr}}

/* Identidade confessional específica de ReligaNEX Reformados */
.reformados-blog{--rf:#4d1725;--rf-deep:#240d16;--rf-blue:#173947;--rf-gold:#bd8f45;--rf-paper:#f5f0e6}.reformados-blog .rf-brand>span{width:44px;height:44px;border:1px solid #c99b55;color:#f3dcae;background:radial-gradient(circle,#5c1d2d,#260d16);font:700 22px/1 Georgia,serif;box-shadow:inset 0 0 0 4px #ffffff12}.reformados-blog .rf-hero{position:relative;background:radial-gradient(circle at 82% 12%,#bd8f4548,transparent 27%),linear-gradient(135deg,#260d16,#531929 58%,#173947)}.reformados-blog .rf-hero blockquote{padding:31px;border:0;border-top:1px solid #d3ad6d;border-bottom:1px solid #d3ad6d;background:#19091199}.rf-hero blockquote>span{display:block;margin-bottom:16px;color:#d7b274;font:850 9px/1 system-ui;letter-spacing:.2em}.rf-latin{display:inline-grid;margin-top:29px;padding:14px 18px;border-left:2px solid #d0a35c;background:#160a1080}.rf-latin span,.rf-latin small{font:750 9px/1.2 system-ui;letter-spacing:.17em;color:#d9c7a8}.rf-latin b{margin:5px 0;font-size:18px;letter-spacing:.04em;color:#f3dfba}.reformados-blog .rf-scripture{background:radial-gradient(circle at 50% 25%,#8a314755,transparent 30%),linear-gradient(145deg,#240d16,#173947)}.rf-confession{width:min(1050px,calc(100% - 40px));margin:65px auto;padding:clamp(34px,5vw,60px);color:#f4ead7;background:linear-gradient(135deg,#220c15,#4d1725)}.rf-confession h2{max-width:720px;margin:16px 0;font-size:clamp(36px,5vw,54px);line-height:1.06}.rf-confession>p:last-of-type{max-width:760px;color:#deced0;font-size:17px;line-height:1.75}.rf-solas{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;margin-top:32px;background:#ffffff24}.rf-solas span{padding:18px;background:#2b101a}.rf-solas b,.rf-solas small{display:block}.rf-solas b{color:#e3bf7e;font-size:16px}.rf-solas small{margin-top:6px;color:#cdbec0;font:500 11px/1.4 system-ui}.reformados-blog .rf-article article>header{background:radial-gradient(circle at 84% 10%,#bd8f4545,transparent 26%),linear-gradient(135deg,#260d16,#531929 62%,#173947)}
@media(max-width:760px){.rf-confession{width:min(100% - 28px,1050px)}.rf-solas{grid-template-columns:1fr 1fr}.rf-solas span:last-child{grid-column:1/-1}}
.reformados-blog .rf-brand>span{font-size:0}.reformados-blog .rf-brand>span::before{content:"R";font:700 22px/1 Georgia,serif}

/* ReligaNEX Reformados — herança histórica com leitura contemporânea */
.rf-heritage{display:grid;grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr);gap:clamp(34px,6vw,78px);align-items:center;width:min(1120px,calc(100% - 40px));margin:68px auto}.rf-heritage figure{position:relative;margin:0;overflow:hidden;background:#261019;box-shadow:0 24px 55px rgba(45,17,27,.2)}.rf-heritage figure::after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(77,23,37,.08),rgba(23,57,71,.3));mix-blend-mode:multiply;pointer-events:none}.rf-heritage img{display:block;width:100%;min-height:340px;object-fit:cover;filter:sepia(.28) contrast(1.08) saturate(.72)}.rf-heritage figcaption{position:absolute;z-index:1;right:0;bottom:0;left:0;padding:20px 24px;color:#f7ead3;background:linear-gradient(transparent,rgba(25,9,16,.94));font:650 12px/1.55 system-ui}.rf-heritage h2{max-width:600px;margin:16px 0;font-size:clamp(38px,5vw,58px);line-height:1.03;letter-spacing:-.035em;color:#35121d}.rf-heritage>div>p:not(.rf-kicker){max-width:660px;margin:0;color:#53635d;font-size:17px;line-height:1.75}.rf-heritage blockquote{margin:26px 0 0;padding:18px 0 18px 22px;border-left:3px solid var(--rf-gold);color:#4d1725;font-size:20px;line-height:1.45}.rf-heritage+.rf-feed{margin-top:78px}
@media(max-width:760px){.rf-heritage{grid-template-columns:1fr;width:min(100% - 28px,1120px);margin:46px auto}.rf-heritage img{min-height:280px}.rf-heritage h2{font-size:39px}.rf-heritage blockquote{font-size:18px}}

/* ReligaNEX Reformados — biblioteca editorial */
.rf-library{width:min(1120px,calc(100% - 40px));margin:72px auto}.rf-library>.rf-title{max-width:760px}.rf-library>.rf-title>p:last-child{color:#5d6b65;font-size:17px;line-height:1.7}.rf-library>.rf-title h2{font-size:clamp(38px,5vw,56px);line-height:1.04}.rf-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px}.rf-post-card{display:flex;min-height:270px;flex-direction:column;padding:26px;color:#2b201f;background:#fffdf8;border:1px solid rgba(77,23,37,.14);text-decoration:none;box-shadow:0 12px 32px rgba(53,23,31,.06);transition:transform .2s,border-color .2s,box-shadow .2s}.rf-post-card:hover{transform:translateY(-4px);border-color:#bd8f45;box-shadow:0 20px 44px rgba(53,23,31,.12)}.rf-post-card small{color:#9a6b31;font:850 10px/1.4 system-ui;letter-spacing:.14em}.rf-post-card h3{margin:18px 0 10px;color:#39141f;font-size:28px;line-height:1.08}.rf-post-card p{margin:0;color:#607069;font:400 15px/1.65 system-ui}.rf-post-card b{margin-top:auto;padding-top:24px;color:#8a5d27;font:800 12px/1 system-ui}.rf-card-history{color:#fff;background:linear-gradient(145deg,#281019,#542032 70%,#183b49);border-color:#8f6540}.rf-card-history small,.rf-card-history b{color:#e1bb79}.rf-card-history h3{color:#fff}.rf-card-history p{color:#e0d5d4}.rf-card-guide{background:linear-gradient(145deg,#f5eee0,#fffdf8)}
.rf-post-page{width:min(980px,calc(100% - 40px));margin:42px auto 80px}.rf-post-shell{overflow:hidden;background:#fffdf8;border:1px solid rgba(77,23,37,.14);box-shadow:0 22px 60px rgba(53,23,31,.09)}.rf-post-hero{padding:clamp(38px,7vw,76px);color:#fff;background:radial-gradient(circle at 88% 12%,rgba(189,143,69,.38),transparent 28%),linear-gradient(135deg,#260d16,#531929 62%,#173947)}.rf-post-hero h1{max-width:820px;margin:18px 0;font-size:clamp(44px,7vw,76px);line-height:.98;letter-spacing:-.045em}.rf-post-hero>p:last-of-type{max-width:720px;color:#e0d7d7;font-size:18px;line-height:1.65}.rf-post-meta{margin-top:26px;color:#d9c7ca;font:650 12px/1.4 system-ui}.rf-post-body{padding:clamp(34px,7vw,76px)}.rf-post-body>section,.rf-post-body>p,.rf-post-body>h2,.rf-post-body>ul,.rf-post-body>.rf-route,.rf-post-body>.rf-note,.rf-post-body>.rf-sources,.rf-post-body>figure{max-width:760px;margin-right:auto;margin-left:auto}.rf-post-body h2{margin-top:46px;color:#3c1521;font-size:32px;line-height:1.18}.rf-post-body p,.rf-post-body li{color:#3e4c47;font-size:18px;line-height:1.82}.rf-post-body li+li{margin-top:9px}.rf-post-body figure{margin-top:30px;margin-bottom:34px}.rf-post-body figure img{display:block;width:100%;max-height:520px;object-fit:cover;filter:sepia(.18) contrast(1.04)}.rf-post-body figcaption{padding:10px 0;color:#738079;font:500 12px/1.5 system-ui}.rf-route{margin-top:30px!important;margin-bottom:34px!important;padding:25px;background:#241018;color:#f4e6d1}.rf-route>small{display:block;margin-bottom:17px;color:#d9ad68;font:850 10px/1 system-ui;letter-spacing:.16em}.rf-route>div{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.rf-route span{padding:9px 12px;border:1px solid rgba(255,255,255,.22);font:750 12px/1 system-ui}.rf-route i{color:#d9ad68;font-style:normal}.rf-note{margin-top:34px!important;margin-bottom:34px!important;padding:24px;border-left:3px solid #bd8f45;background:#f2eadb}.rf-note strong{display:block;margin-bottom:8px;color:#4d1725}.rf-note p{margin:0;font-size:16px}.rf-sources{margin-top:52px!important;padding-top:24px;border-top:1px solid #d8cfc1}.rf-sources h2{margin-top:0;font-size:23px}.rf-sources a{color:#71491f}.rf-back{display:inline-flex;margin-bottom:18px;color:#5f6d67;font:750 13px/1 system-ui;text-decoration:none}
@media(max-width:900px){.rf-post-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.rf-library{width:min(100% - 28px,1120px)}.rf-post-grid{grid-template-columns:1fr}.rf-post-card{min-height:235px}.rf-post-page{width:min(100% - 24px,980px);margin-top:24px}.rf-post-hero{padding:40px 24px}.rf-post-hero h1{font-size:44px}.rf-post-body{padding:36px 22px}.rf-post-body h2{font-size:27px}.rf-post-body p,.rf-post-body li{font-size:17px}.rf-route>div{align-items:flex-start;flex-direction:column}.rf-route i{transform:rotate(90deg)}}

/* Correção da área "Construa conosco": fluxo contínuo, sem sobrepor o formulário */
.allnexs-home-v2 .anx-community{align-items:start;overflow:visible}.allnexs-home-v2 .anx-community-intro{position:static;top:auto;align-self:start;height:auto;max-height:none}.allnexs-home-v2 .anx-community-intro h2{font-size:clamp(38px,4.2vw,58px);overflow-wrap:normal}.allnexs-home-v2 .anx-community-form{position:relative;z-index:1;clear:both}
@media(max-width:1100px){.allnexs-home-v2 .anx-community{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);padding-right:32px;padding-left:32px}.allnexs-home-v2 .anx-community-intro{padding:34px}.allnexs-home-v2 .anx-community-intro h2{font-size:clamp(36px,4.5vw,50px)}}
@media(max-width:900px){.allnexs-home-v2 .anx-community{grid-template-columns:1fr}.allnexs-home-v2 .anx-community-intro,.allnexs-home-v2 .anx-community-paths,.allnexs-home-v2 .anx-community-form{grid-column:1}.allnexs-home-v2 .anx-community-intro h2{max-width:720px}}
.area-news-hub,.news-hub-index{margin:clamp(28px,5vw,72px) auto;padding:clamp(24px,4vw,48px);border:1px solid #d7e4f0;border-radius:28px;background:linear-gradient(145deg,#fff,#f4f9ff);box-shadow:0 20px 55px rgba(7,26,51,.07)}
.area-news-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:24px}.area-news-heading h2,.news-hub-index h2{margin:7px 0 8px;font-size:clamp(28px,3.5vw,46px);line-height:1.04}.area-news-heading p,.news-hub-index .news-section-title p{max-width:760px;margin:0;color:#65778e;line-height:1.6}.area-news-heading>a{flex:0 0 auto;color:#086bd7;font-weight:800}
.area-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.area-news-card{display:flex;min-height:220px;flex-direction:column;padding:20px;border:1px solid #dce7f1;border-radius:17px;background:#fff;color:#071a33;transition:.2s}.area-news-card:hover{transform:translateY(-3px);border-color:#9bc8ec;box-shadow:0 14px 30px rgba(7,50,92,.09)}.area-news-card>span{color:#0874d1;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.area-news-card>strong{margin:12px 0 8px;font-size:19px;line-height:1.25}.area-news-card>p{margin:0;color:#65758a;line-height:1.55}.area-news-card>small{margin-top:auto;padding-top:18px;color:#086bd7;font-weight:850}.area-news-empty{padding:24px;border-radius:15px;background:#eef5fb;color:#607289}
.area-bulletin-strip{display:flex;align-items:center;gap:10px;overflow:auto;margin-top:20px;padding-top:18px;border-top:1px solid #dbe6ef}.area-bulletin-strip>strong{min-width:max-content}.area-bulletin-strip>span{display:grid;min-width:180px;padding:11px 13px;border-radius:12px;background:#071f46;color:#fff;font-size:13px}.area-bulletin-strip b{color:#59d7ed;font-size:11px;text-transform:uppercase}
.news-area-filter{display:flex;gap:8px;overflow:auto;margin:20px 0 24px;padding-bottom:6px}.news-area-filter a{flex:0 0 auto;padding:9px 13px;border:1px solid #d5e2ed;border-radius:999px;background:#fff;color:#52677f;font-size:13px;font-weight:750}.news-area-filter a.is-active{border-color:#0c75d5;background:#0a69cc;color:#fff}.bulletin-calendar{display:grid;grid-template-columns:1.2fr repeat(5,1fr);gap:10px;margin-top:24px;padding-top:24px;border-top:1px solid #d8e4ee}.bulletin-calendar>div{padding-right:14px}.bulletin-calendar h3{margin:7px 0;font-size:24px}.bulletin-calendar article{padding:15px;border-radius:14px;background:#082955;color:#fff}.bulletin-calendar article>span{display:block;color:#63dced;font-size:11px;font-weight:900;text-transform:uppercase}.bulletin-calendar article>strong{display:block;margin:8px 0;font-size:15px}.bulletin-calendar article>p{margin:0;color:#bed0e4;font-size:13px;line-height:1.45}
@media(max-width:1000px){.area-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bulletin-calendar{grid-template-columns:repeat(2,minmax(0,1fr))}.bulletin-calendar>div{grid-column:1/-1}}
@media(max-width:650px){.area-news-hub,.news-hub-index{padding:21px;border-radius:20px}.area-news-heading{align-items:flex-start;flex-direction:column}.area-news-grid,.bulletin-calendar{grid-template-columns:1fr}.area-news-card{min-height:0}.bulletin-calendar>div{grid-column:auto}}
.knowledge-partnership{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:center;max-width:1180px;margin:0 auto 46px;padding:30px 34px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:linear-gradient(125deg,rgba(255,255,255,.08),rgba(65,181,220,.1))}.knowledge-partnership p{margin:0 0 9px;color:#5cdbef;font-size:11px;font-weight:900;letter-spacing:.13em}.knowledge-partnership h2{margin:0 0 8px;color:#fff;font-size:24px}.knowledge-partnership>div>span{display:block;max-width:660px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.55}.knowledge-partnership nav{display:flex;gap:12px;align-items:stretch}.knowledge-partnership a{display:flex;min-width:190px;flex-direction:column;justify-content:center;padding:15px 18px;border:1px solid rgba(255,255,255,.15);border-radius:15px;color:#fff;background:rgba(3,20,43,.55);text-decoration:none}.knowledge-partnership a>small{display:block;margin-top:7px;color:rgba(255,255,255,.66);font-size:11px}.knowledge-partnership .partner-area{font-size:21px;font-weight:900}.knowledge-partnership .partner-caio{align-items:center;background:#fff}.knowledge-partnership .partner-caio img{display:block;width:150px;max-height:44px;object-fit:contain}.knowledge-partnership .partner-caio small{color:#526579}
@media(max-width:850px){.knowledge-partnership{grid-template-columns:1fr;margin-right:20px;margin-left:20px}.knowledge-partnership nav{flex-wrap:wrap}.knowledge-partnership a{flex:1 1 190px}}
@media(max-width:520px){.knowledge-partnership{padding:23px}.knowledge-partnership nav{display:grid}.knowledge-partnership a{min-width:0}.knowledge-partnership h2{font-size:21px}}

/* Ajustes de navegação, tipografia e áreas pessoais */
.anx-values p{font-family:inherit;font-weight:750}
.nexperts-faith{display:none!important}
.nexpert-personal-faith{margin-top:24px;padding:20px 21px;color:#fff;background:linear-gradient(135deg,#102b4d,#174b70);border-radius:18px}
.nexpert-personal-faith span{display:block;color:#77ddff;font-size:11px;font-weight:900;letter-spacing:.13em}
.nexpert-personal-faith strong{display:block;margin-top:7px;font-size:19px}
.nexpert-personal-faith p{margin:8px 0 0!important;color:rgba(255,255,255,.76)!important;font-size:14px;line-height:1.6!important}
.nexpert-journey{margin-top:22px;border:1px solid #d9e6f0;border-radius:16px;background:#f8fbfe;overflow:hidden}
.nexpert-journey summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:58px;padding:0 19px;color:#123b63;font-size:14px;font-weight:850;cursor:pointer;list-style:none}
.nexpert-journey summary::-webkit-details-marker{display:none}
.nexpert-journey summary i{font-style:normal;font-size:22px;line-height:1;transition:transform .2s ease}
.nexpert-journey[open] summary i{transform:rotate(180deg)}
.nexpert-journey>div{padding:2px 19px 18px;border-top:1px solid #e5edf4}
.nexpert-journey>div p{margin:15px 0 0!important;color:#536277;font-size:14px;line-height:1.72!important}
.nexpert-journey-complete{display:inline-flex;color:#0876ba;font-weight:850;text-decoration:none}
.nexpert-journey-complete:hover{text-decoration:underline}

/* Interesse — curso de Recrutamento e Seleção */
.course-interest-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,7vw,8rem);align-items:center;min-height:680px;padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem);color:#fff;background:radial-gradient(circle at 12% 10%,rgba(31,190,244,.2),transparent 25%),linear-gradient(135deg,#031020,#06365e 72%,#087dbd)}.course-interest-hero .eyebrow,.course-interest-context .eyebrow,.course-interest-topics .eyebrow,.course-interest-form-wrap .eyebrow{color:#61dcff}.course-interest-hero h1{max-width:800px;margin:.65rem 0 1.3rem;font-size:clamp(3.5rem,7vw,7.4rem);line-height:.88;letter-spacing:-.06em}.course-interest-hero>div>p:not(.eyebrow){max-width:760px;color:rgba(229,243,252,.76);font-size:1.15rem;line-height:1.75}.course-interest-hero .founder-primary{width:max-content;margin-top:1rem;color:#052542;background:#fff}.course-interest-hero aside{padding:2rem;background:rgba(1,18,34,.45);border:1px solid rgba(110,221,255,.2);border-radius:26px}.course-interest-hero aside span{color:#72dcff;font-size:.72rem;font-weight:900;letter-spacing:.12em}.course-interest-hero blockquote{margin:1rem 0 2rem;font-size:clamp(1.6rem,3vw,3rem);font-weight:760;line-height:1.22}.course-interest-hero aside p{color:rgba(255,255,255,.65)}
.course-interest-context,.course-interest-form-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,7vw,8rem);padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem);background:#fff}.course-interest-context h2,.course-interest-form-wrap h2{margin:.6rem 0;font-size:clamp(2.6rem,5vw,5.4rem);line-height:.95;letter-spacing:-.05em}.course-interest-context>div:last-child p,.course-interest-form-wrap>div>p{color:#5d7188;font-size:1.05rem;line-height:1.8}.course-interest-topics{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem);color:#fff;background:#020f21}.course-interest-topics>div:first-child{display:grid;grid-template-columns:.6fr 1.4fr;gap:2rem;margin-bottom:3rem}.course-interest-topics h2{margin:0;font-size:clamp(2.7rem,5vw,5.4rem);line-height:.95;letter-spacing:-.05em}.course-interest-topic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.course-interest-topic-grid article{padding:1.6rem;background:#062642;border:1px solid rgba(97,220,255,.15);border-radius:20px}.course-interest-topic-grid span{color:#61dcff;font-size:.76rem;font-weight:900}.course-interest-topic-grid h3{margin:.65rem 0;font-size:1.5rem}.course-interest-topic-grid p{color:rgba(222,239,250,.68);line-height:1.65}.course-interest-form-wrap{background:#eaf5fb}.course-interest-form-wrap .study-form{margin:0;background:#fff}.course-interest-form-wrap select{width:100%;min-height:48px;margin-top:.45rem;padding:.75rem;border:1px solid #cbd9e4;border-radius:10px;background:#fff;color:#17334d;font:inherit}
@media(max-width:900px){.course-interest-hero,.course-interest-context,.course-interest-form-wrap,.course-interest-topics>div:first-child{grid-template-columns:1fr}.course-interest-topic-grid{grid-template-columns:1fr}}
@media(max-width:700px){.course-interest-hero,.course-interest-context,.course-interest-topics,.course-interest-form-wrap{padding-left:1.1rem;padding-right:1.1rem}.course-interest-hero h1{font-size:clamp(3rem,14vw,5rem)}.course-interest-hero .founder-primary{width:100%}}
.nexpert-journey summary:focus-visible{outline:3px solid rgba(22,167,220,.38);outline-offset:-3px}
.anx-tool-nodes>a,.anx-area-nodes>a{display:contents}
.anx-tool-nodes>a:focus-visible span,.anx-area-nodes>a:focus-visible span{outline:4px solid #fff;outline-offset:4px}
.anx-knowledge-orbit:hover .anx-tool-nodes,.anx-knowledge-orbit:hover .anx-area-nodes,.anx-knowledge-orbit:hover .nex-environment-icon,.anx-knowledge-orbit:hover .nex-vector-icon,.anx-knowledge-orbit:focus-within .anx-tool-nodes,.anx-knowledge-orbit:focus-within .anx-area-nodes,.anx-knowledge-orbit:focus-within .nex-environment-icon,.anx-knowledge-orbit:focus-within .nex-vector-icon{animation-play-state:paused!important}
.allnexs-home-v2 .anx-knowledge-orbit{margin-bottom:72px}
.allnexs-home-v2 .anx-orbit-caption{bottom:-62px;max-width:92%}

/* Soluções de gestão */
.anx-business-solutions{display:grid;grid-template-columns:.72fr 1.28fr;gap:56px;padding:90px max(24px,calc((100% - 1180px)/2));background:#eef5fa}
.anx-business-solutions h2{max-width:520px;margin:10px 0;font-size:clamp(38px,4.8vw,62px);line-height:1;letter-spacing:-.05em}
.anx-business-solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.anx-business-solution-grid a{display:flex;min-height:320px;flex-direction:column;padding:28px;color:#fff;background:linear-gradient(145deg,#062958,#087aa0);border-radius:24px;text-decoration:none;transition:.22s}.anx-business-solution-grid a:last-child{background:linear-gradient(145deg,#102b4d,#176c64)}.anx-business-solution-grid a:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(6,41,88,.18)}.anx-business-solution-grid span{color:#74e6e0;font-size:11px;font-weight:900;letter-spacing:.13em}.anx-business-solution-grid strong{margin:18px 0 12px;font-size:30px}.anx-business-solution-grid p{margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.65}.anx-business-solution-grid b{margin-top:auto;padding-top:28px;font-size:14px}
.employee-journey{padding:90px max(24px,calc((100% - 1180px)/2));background:#071a33;color:#fff}.employee-journey-heading{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;margin-bottom:34px}.employee-journey-heading h2{margin:8px 0;font-size:clamp(38px,5vw,62px);line-height:1}.employee-journey-heading>p:last-child{align-self:end;color:#aebed0;line-height:1.65}.employee-journey ol{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0;list-style:none}.employee-journey li{min-height:220px;padding:23px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.05)}.employee-journey li span{color:#56ddeb;font-size:12px;font-weight:900}.employee-journey li strong{display:block;margin:36px 0 9px;font-size:20px}.employee-journey li p{margin:0;color:#b9c8d7;line-height:1.55}

/* GBSNEX */
.gbsnex-page{background:#eef5f8}.gbsnex-hero{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:center;gap:60px;min-height:690px;padding:120px max(24px,calc((100% - 1180px)/2)) 85px;color:#fff;background:radial-gradient(circle at 75% 18%,rgba(28,217,190,.18),transparent 26%),linear-gradient(145deg,#020d20,#052b52 70%,#075b62)}.gbsnex-brand{display:block;width:min(680px,100%);max-height:360px;object-fit:contain;object-position:left center}.gbsnex-hero>div>p{max-width:700px;color:#c9dfeb;font-size:19px;line-height:1.65}.gbsnex-hero aside{display:grid;gap:11px;padding:28px;border:1px solid rgba(255,255,255,.17);border-radius:22px;background:rgba(2,17,37,.55)}.gbsnex-hero aside span{color:#5de6d4;font-size:11px;font-weight:900;letter-spacing:.14em}.gbsnex-hero aside strong{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:19px}.gbsnex-position{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;padding:90px max(24px,calc((100% - 1180px)/2));background:#fff}.gbsnex-position h1{margin:10px 0;font-size:clamp(40px,5.3vw,68px);line-height:.98;letter-spacing:-.05em}.gbsnex-position>p{align-self:end;color:#607187;font-size:18px;line-height:1.7}.gbsnex-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 max(24px,calc((100% - 1180px)/2)) 100px;background:#fff}.gbsnex-modules article{min-height:270px;padding:27px;border-radius:20px;background:#edf7f7}.gbsnex-modules span{color:#039d8a;font-weight:900}.gbsnex-modules h2{margin:50px 0 10px;font-size:24px}.gbsnex-modules p{color:#5e7181;line-height:1.6}.gbsnex-flow{padding:90px max(24px,calc((100% - 1180px)/2));color:#fff;background:#041b35}.gbsnex-flow h2{margin:10px 0 30px;font-size:clamp(38px,5vw,64px)}.gbsnex-flow>div{display:flex;align-items:center;gap:15px;overflow:auto}.gbsnex-flow>div span{flex:0 0 auto;padding:16px 21px;border:1px solid rgba(91,224,211,.35);border-radius:999px}.gbsnex-flow i{color:#57dfd0;font-style:normal}
@media(max-width:850px){.anx-business-solutions,.employee-journey-heading,.gbsnex-hero,.gbsnex-position{grid-template-columns:1fr}.employee-journey ol,.gbsnex-modules{grid-template-columns:1fr 1fr}.gbsnex-hero{min-height:auto}.gbsnex-brand{max-height:290px}}
@media(max-width:600px){.anx-business-solutions{padding-top:65px;padding-bottom:65px}.anx-business-solution-grid,.employee-journey ol,.gbsnex-modules{grid-template-columns:1fr}.anx-business-solution-grid a{min-height:260px}.allnexs-home-v2 .anx-knowledge-orbit{margin-bottom:82px}.allnexs-home-v2 .anx-orbit-caption{bottom:-72px}.gbsnex-hero{padding-top:105px}.gbsnex-brand{max-height:220px}.gbsnex-position,.employee-journey{padding-top:65px;padding-bottom:65px}}
.anx-solution-lines a{padding:9px 14px;color:#d8f7ff;background:rgba(64,207,255,.13);border:1px solid rgba(119,228,255,.35);border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.04em;text-decoration:none;transition:.18s}.anx-solution-lines a:hover,.anx-solution-lines a:focus-visible{color:#071a33;background:#8eeeff;border-color:#8eeeff}.anx-gbsnex{background:linear-gradient(135deg,#06345f,#079d93)!important}
.gbsnex-icon-mark{display:block;width:72px;height:72px;flex:0 0 72px;border:1px solid rgba(255,255,255,.3);border-radius:18px;background-image:url('/assets/brands/gbsnex/gbsnex-icon-applications.jpeg');background-repeat:no-repeat;background-size:300% 200%;background-position:0 0;box-shadow:0 12px 24px rgba(0,20,48,.18)}
.anx-platform .gbsnex-icon-mark{width:74px;height:74px;border-radius:19px}.anx-business-solution-grid .gbsnex-icon-mark{margin-bottom:22px}.anx-business-solution-grid .gbsnex-icon-mark+span{margin-top:0}.gbsnex-related-card{display:grid;grid-template-columns:96px 1fr;align-items:center;gap:24px;margin:0 0 22px;padding:25px;color:#fff;border-radius:22px;background:linear-gradient(135deg,#07335d,#05978d);text-decoration:none;transition:.2s}.gbsnex-related-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(3,52,85,.18)}.gbsnex-related-card .gbsnex-icon-mark{width:92px;height:92px;border-radius:23px}.gbsnex-related-card small{color:#8bf2e7;font-size:11px;font-weight:900;letter-spacing:.12em}.gbsnex-related-card h3{margin:7px 0 4px;font-size:29px}.gbsnex-related-card p{max-width:700px;margin:0 0 13px;color:rgba(255,255,255,.8);line-height:1.55}.gbsnex-related-card strong{font-size:14px}
@media(max-width:600px){.gbsnex-related-card{grid-template-columns:1fr}.gbsnex-related-card .gbsnex-icon-mark{width:78px;height:78px}}

/* Identidade NEXS Colab dentro do NEXS Business */
.employee-journey-heading{grid-template-columns:.82fr 1.18fr;gap:42px;align-items:center}
.employee-journey-heading>div:last-child>p{color:#aebed0;line-height:1.65}
.nexs-colab-brand{display:block;width:min(440px,100%);aspect-ratio:3.45/1;margin-top:20px;border-radius:12px;background-image:url('/assets/brands/nexs-colab/nexs-colab-applications.jpeg');background-repeat:no-repeat;background-size:565px auto;background-position:50% 5%}
@media(max-width:850px){.employee-journey-heading{grid-template-columns:1fr}.nexs-colab-brand{width:min(520px,100%)}}

/* O PORQUÊ — manifesto institucional ALLNEXS */
.wy-page{background:#f3f7fb;color:#071a33}.wy-hero{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:72px;min-height:760px;padding:135px max(24px,calc((100% - 1180px)/2)) 90px;color:#fff;background:radial-gradient(circle at 82% 20%,rgba(37,211,224,.22),transparent 28%),linear-gradient(145deg,#03142c,#073c70 72%,#087b8d)}.wy-hero h1{max-width:800px;margin:14px 0 24px;font-size:clamp(58px,8vw,112px);line-height:.86;letter-spacing:-.065em}.wy-hero>div>p:not(.eyebrow){max-width:750px;color:#c9ddeb;font-size:20px;line-height:1.7}.wy-hero aside{display:grid;gap:10px;padding:34px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(2,20,44,.48)}.wy-hero aside span{font-size:clamp(26px,3.5vw,45px);font-weight:900;letter-spacing:-.03em}.wy-hero aside i{color:#70e9e4;font-style:normal}.wy-origin,.wy-connections,.wy-paths{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding:100px max(24px,calc((100% - 1180px)/2))}.wy-origin h2,.wy-connections h2,.wy-paths h2,.wy-belief h2{margin:12px 0;font-size:clamp(40px,5vw,66px);line-height:1;letter-spacing:-.05em}.wy-origin>div:last-child>p,.wy-paths>div:first-child>p{color:#566a80;font-size:18px;line-height:1.8}.wy-origin blockquote{margin:38px 0 0;padding:28px;border-left:4px solid #13bfd0;background:#e8f4f8;font-size:23px;line-height:1.5}.wy-origin cite{display:block;margin-top:15px;color:#4c687c;font-size:13px;font-style:normal;font-weight:800}.wy-belief{padding:100px max(24px,calc((100% - 1180px)/2));color:#fff;background:#071a33}.wy-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:45px}.wy-principles article{min-height:285px;padding:25px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(255,255,255,.05)}.wy-principles span{color:#50dce2;font-weight:900}.wy-principles h3{margin:70px 0 10px;font-size:25px}.wy-principles p{color:#b6c7d8;line-height:1.6}.wy-connections{background:#fff}.wy-connection-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wy-connection-grid article{padding:24px;border-radius:18px;background:#eef5fa}.wy-connection-grid strong{font-size:22px}.wy-connection-grid p{margin-bottom:0;color:#607188;line-height:1.55}.wy-paths{background:#e8f1f7}.wy-path-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wy-path-grid a{display:flex;min-height:240px;flex-direction:column;padding:25px;color:#fff;border-radius:20px;background:linear-gradient(145deg,#082851,#096f7e);text-decoration:none;transition:.2s}.wy-path-grid a:hover{transform:translateY(-3px)}.wy-path-grid span{color:#64e4df;font-size:11px;font-weight:900;letter-spacing:.12em}.wy-path-grid strong{margin-top:28px;font-size:23px;line-height:1.2}.wy-path-grid b{margin-top:auto;font-size:14px}.wy-final{display:flex;min-height:650px;flex-direction:column;align-items:center;justify-content:center;padding:90px 24px;text-align:center;color:#fff;background:radial-gradient(circle at 50% 0,rgba(15,176,199,.25),transparent 35%),#03152e}.wy-final img{width:min(330px,70%)}.wy-final p{max-width:800px;margin:55px auto 20px;color:#bcd0df;font-size:21px;line-height:1.7}.wy-final h2{margin:0 0 35px;font-size:clamp(45px,6vw,78px);letter-spacing:-.05em}
@media(max-width:850px){.wy-hero,.wy-origin,.wy-connections,.wy-paths{grid-template-columns:1fr}.wy-hero{min-height:auto;gap:45px}.wy-principles{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.wy-hero{padding-top:110px}.wy-origin,.wy-belief,.wy-connections,.wy-paths{padding-top:70px;padding-bottom:70px}.wy-principles,.wy-connection-grid,.wy-path-grid{grid-template-columns:1fr}.wy-principles article{min-height:230px}.wy-principles h3{margin-top:45px}}

/* O PORQUÊ — apresentação pessoal */
.wy-personal{--wy-navy:#03162f;--wy-cyan:#3ed4df;--wy-ink:#091c35;--wy-muted:#566b80;--wy-paper:#f3f7fb;background:var(--wy-paper);color:var(--wy-ink)}.wy-personal .subpage-header{background:rgba(244,248,251,.93);backdrop-filter:blur(18px)}
.wy-personal-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(360px,.78fr);gap:64px;align-items:center;min-height:880px;padding:140px max(24px,calc((100% - 1240px)/2)) 125px;overflow:hidden;color:#fff;background:radial-gradient(circle at 16% 15%,rgba(26,157,183,.28),transparent 29%),linear-gradient(138deg,#021227 0%,#062f5c 64%,#087887 100%)}.wy-personal-hero:after{content:"";position:absolute;right:-140px;bottom:-190px;width:520px;height:520px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018)}
.wy-personal-copy{position:relative;z-index:2}.wy-personal-copy h1{max-width:780px;margin:16px 0 25px;font-size:clamp(49px,6vw,82px);line-height:.96;letter-spacing:-.058em}.wy-personal-copy h1 em{color:#67e5e4;font-style:normal}.wy-personal-copy>p:not(.eyebrow){max-width:720px;color:#d5e2eb;font-size:18px;line-height:1.72}.wy-personal-copy .wy-lead{color:#fff!important;font-size:23px!important;line-height:1.5!important}.wy-signature{display:flex;flex-direction:column;margin:30px 0 0;padding-left:18px;border-left:3px solid var(--wy-cyan)}.wy-signature span{font-size:17px;font-weight:850}.wy-signature small{margin-top:5px;color:#a9c1d1;font-size:13px}.wy-hero-actions,.wy-invite-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.wy-founder-portrait{position:relative;z-index:2;margin:0}.wy-founder-portrait img{display:block;width:100%;height:640px;object-fit:cover;object-position:center 40%;border:1px solid rgba(255,255,255,.22);border-radius:180px 180px 30px 30px;box-shadow:0 32px 80px rgba(0,0,0,.35)}.wy-founder-portrait figcaption{position:absolute;right:-20px;bottom:28px;display:flex;flex-direction:column;padding:18px 22px;color:var(--wy-ink);border-radius:16px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.18)}.wy-founder-portrait figcaption span{color:#177588;font-size:13px;font-weight:750}.wy-hero-statement{position:absolute;left:max(24px,calc((100% - 1240px)/2));bottom:34px;display:flex;gap:12px;align-items:center;color:#d9e8ef;font-size:12px;font-weight:900;letter-spacing:.14em}.wy-hero-statement i{color:#60dce1;font-family:Georgia,serif;font-weight:400;letter-spacing:0}.wy-section-mark{display:flex;gap:16px;align-items:center}.wy-section-mark>span{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;color:#fff;background:#0b7186;font-size:13px;font-weight:900}
.wy-letter,.wy-conviction,.wy-invite{display:grid;grid-template-columns:.72fr 1.28fr;gap:88px;padding:112px max(24px,calc((100% - 1180px)/2))}.wy-letter{background:#fff}.wy-letter-body h2,.wy-tension h2,.wy-conviction h2,.wy-now h2,.wy-model h2,.wy-future h2,.wy-invite h2{margin:10px 0 28px;font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.05em}.wy-letter-body>p,.wy-conviction>div:last-child>p,.wy-invite>div:last-child>p{color:var(--wy-muted);font-size:18px;line-height:1.82}.wy-letter blockquote{margin:40px 0 0;padding:30px 34px;border-left:4px solid #12b9ca;background:#eaf5f7;font-family:Georgia,serif;font-size:24px;line-height:1.55}.wy-letter cite{display:block;margin-top:16px;color:#4f6b7d;font-family:inherit;font-size:12px;font-style:normal;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.wy-tension,.wy-now,.wy-future{padding:112px max(24px,calc((100% - 1240px)/2))}.wy-tension{color:#fff;background:var(--wy-navy)}.wy-tension>div:first-child{max-width:850px}.wy-tension-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:52px}.wy-tension-grid article{min-height:310px;padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025))}.wy-tension-grid span{color:var(--wy-cyan);font-size:12px;font-weight:900}.wy-tension-grid h3{margin:84px 0 12px;font-size:24px}.wy-tension-grid p{color:#b9cada;line-height:1.65}
.wy-conviction{align-items:center;background:#e8f1f6}.wy-conviction-quote{padding:46px;border-radius:30px 4px 30px 4px;color:#fff;background:linear-gradient(145deg,#08345f,#087e89)}.wy-conviction-quote p{margin:0;font-family:Georgia,serif;font-size:clamp(24px,3vw,35px);line-height:1.5}.wy-values{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.wy-values span{padding:10px 13px;border:1px solid #bad0dc;border-radius:99px;color:#24536c;background:rgba(255,255,255,.55);font-size:12px;font-weight:800}
.wy-now{background:#fff}.wy-now-head{display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:end}.wy-now-head>p{color:var(--wy-muted);font-size:17px;line-height:1.7}.wy-now-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:48px}.wy-now-grid article{display:flex;min-height:310px;flex-direction:column;padding:28px;border:1px solid #dbe5ec;border-radius:22px;background:#f5f8fa}.wy-now-grid .wy-now-feature{grid-column:span 2;color:#fff;border:none;background:radial-gradient(circle at 90% 10%,rgba(62,212,223,.23),transparent 35%),linear-gradient(145deg,#062244,#087586)}.wy-now-grid article>span{color:#167486;font-size:11px;font-weight:900;letter-spacing:.12em}.wy-now-grid .wy-now-feature>span{color:#69e3e3}.wy-now-grid h3{margin:35px 0 12px;font-size:28px}.wy-now-grid p{color:#597084;line-height:1.65}.wy-now-grid .wy-now-feature p{max-width:680px;color:#c9dfe7;font-size:18px}.wy-now-grid a{margin-top:auto;color:#08788c;font-size:14px;font-weight:900;text-decoration:none}.wy-now-feature a{margin-right:20px;color:#fff}.wy-now-grid a:hover{text-decoration:underline}
.wy-model{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;padding:112px max(24px,calc((100% - 1180px)/2));color:#fff;background:linear-gradient(135deg,#07365f,#061b37)}.wy-model>div>p:last-child{color:#bdd0dc;font-size:18px;line-height:1.75}.wy-model ol{margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.15)}.wy-model li{display:grid;grid-template-columns:48px 1fr;column-gap:18px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.15)}.wy-model li span{grid-row:span 2;color:var(--wy-cyan);font-size:12px;font-weight:900}.wy-model li strong{font-size:21px}.wy-model li p{margin:6px 0 0;color:#b8cbd8;line-height:1.55}
.wy-future{background:#eaf2f6}.wy-future-intro{max-width:900px}.wy-future-intro>p:last-child{max-width:760px;color:var(--wy-muted);font-size:18px;line-height:1.75}.wy-roadmap{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:55px;border-top:2px solid #0ca4b4}.wy-roadmap article{position:relative;padding:38px 28px 28px;border-right:1px solid #c9d9e1}.wy-roadmap article:before{content:"";position:absolute;top:-7px;left:28px;width:12px;height:12px;border:3px solid #eaf2f6;border-radius:50%;background:#0ca4b4}.wy-roadmap span{color:#087889;font-size:11px;font-weight:900;letter-spacing:.12em}.wy-roadmap h3{margin:30px 0 10px;font-size:27px}.wy-roadmap p{color:var(--wy-muted);line-height:1.65}
.wy-invite{color:#fff;background:radial-gradient(circle at 15% 20%,rgba(50,210,220,.2),transparent 30%),#03162f}.wy-invite>div:last-child>p{color:#c0d2df}.wy-invite .button-ghost{color:#fff;border-color:rgba(255,255,255,.35)}.wy-investment-note{margin-top:25px!important;padding-top:18px;border-top:1px solid rgba(255,255,255,.15);font-size:13px!important}.wy-personal-final{min-height:700px}.wy-personal-final>p{font-family:Georgia,serif;font-size:25px}.wy-final-author{display:flex;gap:14px;align-items:center;margin-top:20px;text-align:left}.wy-final-author img{width:58px;height:58px;border:2px solid rgba(255,255,255,.4);border-radius:50%;object-fit:cover}.wy-final-author span{display:flex;flex-direction:column}.wy-final-author small{margin-top:3px;color:#a9bfce}
@media(max-width:980px){.wy-personal-hero{grid-template-columns:1fr .65fr;gap:35px}.wy-founder-portrait img{height:520px}.wy-letter,.wy-conviction,.wy-invite,.wy-model{grid-template-columns:1fr;gap:45px}.wy-tension-grid,.wy-roadmap{grid-template-columns:1fr 1fr}.wy-now-grid{grid-template-columns:1fr 1fr}.wy-roadmap article{border-bottom:1px solid #c9d9e1}}
@media(max-width:720px){.wy-personal-hero{display:flex;min-height:auto;flex-direction:column;padding-top:115px;padding-bottom:95px}.wy-personal-copy h1{font-size:46px}.wy-founder-portrait{width:100%}.wy-founder-portrait img{height:520px;border-radius:130px 130px 24px 24px}.wy-founder-portrait figcaption{right:10px}.wy-hero-statement{bottom:25px;gap:6px;font-size:9px}.wy-letter,.wy-conviction,.wy-invite,.wy-model,.wy-tension,.wy-now,.wy-future{padding-top:76px;padding-bottom:76px}.wy-now-head{grid-template-columns:1fr;gap:15px}.wy-tension-grid,.wy-now-grid,.wy-roadmap{grid-template-columns:1fr}.wy-now-grid .wy-now-feature{grid-column:span 1}.wy-tension-grid article{min-height:245px}.wy-tension-grid h3{margin-top:48px}.wy-roadmap article{padding-left:20px}.wy-roadmap article:before{left:20px}.wy-personal-final{min-height:600px}.wy-personal-final h2{font-size:42px}}

/* NEXS Gov — desenvolvimento humano no serviço público */
.anx-nexsgov{background:linear-gradient(145deg,#122f59,#246c79)!important}.gov-page{background:#f3f7fa;color:#071a33}.gov-hero{display:grid;grid-template-columns:minmax(0,1fr) 350px;align-items:center;gap:70px;min-height:730px;padding:130px max(24px,calc((100% - 1180px)/2)) 85px;color:#fff;background:radial-gradient(circle at 80% 18%,rgba(84,217,211,.18),transparent 27%),linear-gradient(145deg,#03142d,#123f70 66%,#176d73)}.gov-hero h1{margin:12px 0;font-size:clamp(62px,8vw,108px);line-height:.86;letter-spacing:-.065em}.gov-hero h1 span{color:#67e5dd}.gov-lead{max-width:760px;margin:28px 0 12px!important;color:#fff!important;font-size:clamp(24px,3vw,38px)!important;font-weight:800;line-height:1.12!important}.gov-hero>div>p:not(.eyebrow):not(.gov-lead){max-width:760px;color:#c8dbe6;font-size:18px;line-height:1.65}.gov-hero>div>div{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.gov-hero aside{display:grid;gap:4px;padding:28px;border:1px solid rgba(255,255,255,.17);border-radius:22px;background:rgba(2,18,39,.55)}.gov-hero aside span{margin-bottom:8px;color:#65dfd8;font-size:11px;font-weight:900;letter-spacing:.14em}.gov-hero aside strong{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:17px}.gov-position,.gov-procurement,.gov-references{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;padding:95px max(24px,calc((100% - 1180px)/2));background:#fff}.gov-position h2,.gov-procurement h2,.gov-references h2,.gov-scope h2,.gov-implementation h2,.gov-serious h2{margin:10px 0;font-size:clamp(39px,5vw,64px);line-height:1;letter-spacing:-.05em}.gov-position>p,.gov-procurement>div:first-child>p{align-self:end;color:#607187;font-size:18px;line-height:1.72}.gov-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 max(24px,calc((100% - 1180px)/2)) 105px;background:#fff}.gov-pillars article{padding:30px;border-radius:22px;background:#eaf3f6}.gov-pillars article:nth-child(2){background:#e7f4f0}.gov-pillars article:nth-child(3){background:#e9eff8}.gov-pillars span,.gov-scope span{color:#087c83;font-size:11px;font-weight:900;letter-spacing:.12em}.gov-pillars h2{margin:50px 0 12px;font-size:28px}.gov-pillars p,.gov-pillars li{color:#53697b;line-height:1.55}.gov-pillars ul{padding-left:20px}.gov-serious{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;padding:95px max(24px,calc((100% - 1180px)/2));color:#fff;background:#061a34}.gov-serious-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gov-serious-grid article{padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.05)}.gov-serious-grid strong{font-size:21px}.gov-serious-grid p{color:#b9cbd8;line-height:1.55}.gov-procurement{background:#eef4f8}.gov-procurement-list{display:grid;gap:10px}.gov-procurement-list article{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:20px;border-radius:16px;background:#fff}.gov-procurement-list span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:#fff;background:#0a7580;font-weight:900}.gov-procurement-list strong{font-size:19px}.gov-procurement-list p{margin:6px 0 0;color:#607187;line-height:1.55}.gov-scope{padding:95px max(24px,calc((100% - 1180px)/2));background:#fff}.gov-scope>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:40px}.gov-scope article{min-height:260px;padding:24px;border:1px solid #d8e4ec;border-radius:19px}.gov-scope strong{display:block;margin:55px 0 10px;font-size:21px}.gov-scope p{color:#607187;line-height:1.55}.gov-implementation{padding:95px max(24px,calc((100% - 1180px)/2));color:#fff;background:linear-gradient(145deg,#0c315a,#0e626a)}.gov-implementation>div{display:grid;grid-template-columns:.65fr 1.35fr;gap:40px}.gov-implementation ol{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:45px 0 0;padding:0;list-style:none}.gov-implementation li{padding:23px;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:rgba(255,255,255,.06)}.gov-implementation li span{color:#75ede4;font-weight:900}.gov-implementation li strong{display:block;margin:38px 0 8px;font-size:20px}.gov-implementation li p{color:#c1d7dd;line-height:1.55}.gov-references{background:#f2f6f8}.gov-references>div:nth-child(2){display:grid;gap:10px}.gov-references a{display:flex;flex-direction:column;padding:21px;border:1px solid #d6e2e8;border-radius:15px;color:#071a33;background:#fff;text-decoration:none}.gov-references a:hover{border-color:#13868d}.gov-references a span{margin-top:6px;color:#547084}.gov-note{grid-column:1/-1;margin:0;padding:18px;border-left:4px solid #11828a;color:#53697b;background:#fff;line-height:1.6}.gov-interest{background:#fff}
@media(max-width:900px){.anx-business-solution-grid{grid-template-columns:1fr}.gov-hero,.gov-position,.gov-serious,.gov-procurement,.gov-references{grid-template-columns:1fr}.gov-pillars{grid-template-columns:1fr}.gov-scope>div{grid-template-columns:1fr 1fr}.gov-implementation ol{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.gov-hero{min-height:auto;padding-top:110px}.gov-position,.gov-serious,.gov-procurement,.gov-scope,.gov-implementation,.gov-references{padding-top:68px;padding-bottom:68px}.gov-serious-grid,.gov-scope>div,.gov-implementation ol{grid-template-columns:1fr}.gov-implementation>div{grid-template-columns:1fr}.gov-hero .button{width:100%;text-align:center}}
.gov-grc{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;padding:95px max(24px,calc((100% - 1180px)/2));background:#fff}.gov-grc h2{margin:10px 0;font-size:clamp(39px,5vw,64px);line-height:1;letter-spacing:-.05em}.gov-grc>div:first-child>p:last-child{color:#607187;font-size:18px;line-height:1.7}.gov-grc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gov-grc-grid article{padding:22px;border:1px solid #d7e3e9;border-radius:17px;background:#f4f8fa}.gov-grc-grid span{color:#0d8187;font-weight:900}.gov-grc-grid strong{display:block;margin:28px 0 8px;font-size:19px}.gov-grc-grid p{margin:0;color:#5e7181;line-height:1.55}
@media(max-width:900px){.gov-grc{grid-template-columns:1fr}.gov-pillars{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.gov-grc{padding-top:68px;padding-bottom:68px}.gov-pillars,.gov-grc-grid{grid-template-columns:1fr}}

/* ALLNEXS OSC — gestão para organizações da sociedade civil */
.anx-business-solution-grid .anx-osc-card{background:linear-gradient(145deg,#3d285f,#a14c68)}.osc-page{background:#f7f5f8;color:#171229}.osc-hero{display:grid;grid-template-columns:minmax(0,1fr) 350px;align-items:center;gap:70px;min-height:730px;padding:130px max(24px,calc((100% - 1180px)/2)) 85px;color:#fff;background:radial-gradient(circle at 84% 17%,rgba(245,174,105,.2),transparent 27%),linear-gradient(145deg,#1c173b,#57306c 64%,#a24d68)}.osc-hero h1{margin:12px 0;font-size:clamp(58px,8vw,105px);line-height:.88;letter-spacing:-.065em}.osc-hero h1 span{color:#ffbd75}.osc-lead{max-width:760px;margin:28px 0 12px!important;color:#fff!important;font-size:clamp(24px,3vw,38px)!important;font-weight:800;line-height:1.12!important}.osc-hero>div>p:not(.eyebrow):not(.osc-lead){max-width:760px;color:#ded5e5;font-size:18px;line-height:1.65}.osc-hero>div>div{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.osc-hero aside{display:grid;gap:4px;padding:28px;border:1px solid rgba(255,255,255,.17);border-radius:22px;background:rgba(25,15,48,.58)}.osc-hero aside span{margin-bottom:8px;color:#ffc47f;font-size:11px;font-weight:900;letter-spacing:.14em}.osc-hero aside strong{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:17px}.osc-position,.osc-references{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;padding:95px max(24px,calc((100% - 1180px)/2));background:#fff}.osc-position h2,.osc-partnerships h2,.osc-finance h2,.osc-modules h2,.osc-implementation h2,.osc-references h2{margin:10px 0;font-size:clamp(39px,5vw,64px);line-height:1;letter-spacing:-.05em}.osc-position>p{align-self:end;color:#685f76;font-size:18px;line-height:1.72}.osc-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:0 max(24px,calc((100% - 1180px)/2)) 105px;background:#fff}.osc-pillars article{padding:30px;border-radius:22px;background:#f1edf5}.osc-pillars article:nth-child(2){background:#fff0e4}.osc-pillars article:nth-child(3){background:#edf5f2}.osc-pillars article:nth-child(4){background:#f6edf0}.osc-pillars span,.osc-modules span{color:#8a3f66;font-size:11px;font-weight:900;letter-spacing:.12em}.osc-pillars h2{margin:48px 0 12px;font-size:28px}.osc-pillars p,.osc-pillars li{color:#665f72;line-height:1.55}.osc-pillars ul{padding-left:20px}.osc-partnerships{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;padding:95px max(24px,calc((100% - 1180px)/2));color:#fff;background:#21173d}.osc-partnerships>div>p:last-child{color:#cfc4d8;font-size:18px;line-height:1.7}.osc-partnerships ol{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:0;list-style:none}.osc-partnerships li{padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.055)}.osc-partnerships li span{color:#ffc078;font-weight:900}.osc-partnerships li strong{display:block;margin:28px 0 8px;font-size:19px}.osc-partnerships li p{margin:0;color:#cfc4d8;line-height:1.55}.osc-finance{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;padding:95px max(24px,calc((100% - 1180px)/2));background:#fff}.osc-finance-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.osc-finance-grid article{padding:24px;border-radius:18px;background:#f5f0f5}.osc-finance-grid strong{font-size:21px}.osc-finance-grid p{color:#675f73;line-height:1.55}.osc-modules{padding:95px max(24px,calc((100% - 1180px)/2));background:#f1edf4}.osc-modules>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:40px}.osc-modules article{min-height:260px;padding:24px;border:1px solid #ded3e2;border-radius:19px;background:#fff}.osc-modules strong{display:block;margin:55px 0 10px;font-size:21px}.osc-modules p{color:#685f74;line-height:1.55}.osc-implementation{padding:95px max(24px,calc((100% - 1180px)/2));color:#fff;background:linear-gradient(145deg,#542c68,#9b4a65)}.osc-implementation>div{display:grid;grid-template-columns:.65fr 1.35fr;gap:40px}.osc-implementation ol{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:45px 0 0;padding:0;list-style:none}.osc-implementation li{padding:23px;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:rgba(255,255,255,.06)}.osc-implementation li span{color:#ffd091;font-weight:900}.osc-implementation li strong{display:block;margin:38px 0 8px;font-size:20px}.osc-implementation li p{color:#eadde8;line-height:1.55}.osc-references{background:#f7f4f7}.osc-references>div:nth-child(2){display:grid;gap:10px}.osc-references a{display:flex;flex-direction:column;padding:21px;border:1px solid #e0d6e2;border-radius:15px;color:#21172f;background:#fff;text-decoration:none}.osc-references a:hover{border-color:#96506c}.osc-references a span{margin-top:6px;color:#6c6176}.osc-note{grid-column:1/-1;margin:0;padding:18px;border-left:4px solid #9c4b68;color:#665d70;background:#fff;line-height:1.6}.osc-interest{background:#fff}
@media(max-width:900px){.osc-hero,.osc-position,.osc-partnerships,.osc-finance,.osc-references{grid-template-columns:1fr}.osc-modules>div{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.osc-hero{min-height:auto;padding-top:110px}.osc-position,.osc-partnerships,.osc-finance,.osc-modules,.osc-implementation,.osc-references{padding-top:68px;padding-bottom:68px}.osc-pillars,.osc-partnerships ol,.osc-finance-grid,.osc-modules>div,.osc-implementation ol{grid-template-columns:1fr}.osc-implementation>div{grid-template-columns:1fr}.osc-hero .button{width:100%;text-align:center}}

/* Kellita Gontijo — perfil NEXpert */
.kellita-mini-brand{display:block!important;width:min(280px,100%)!important;height:auto!important;margin:0 0 14px;border-radius:0!important;object-fit:contain!important}.kellita-site{background:#f5f6fa;color:#0b2144}.kellita-hero{display:grid;grid-template-columns:1fr 390px;align-items:center;gap:75px;min-height:790px;padding:130px max(24px,calc((100% - 1180px)/2)) 90px;background:radial-gradient(circle at 78% 18%,rgba(202,78,139,.16),transparent 28%),linear-gradient(145deg,#f8f9fc,#e8eef8)}.kellita-wordmark{width:min(700px,100%)}.kellita-lead{max-width:720px;margin:28px 0;color:#4f6078;font-size:clamp(22px,3vw,34px);font-weight:700;line-height:1.25}.kellita-hero>div>div{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.kellita-hero figure{margin:0}.kellita-hero figure img{display:block;width:100%;height:570px;object-fit:cover;object-position:center top;border-radius:190px 190px 28px 28px;box-shadow:0 30px 65px rgba(30,33,67,.2)}.kellita-hero figcaption{margin:14px 0 0;color:#704391;text-align:center;font-size:13px;font-weight:850;letter-spacing:.08em}.kellita-story,.kellita-values{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding:100px max(24px,calc((100% - 1180px)/2));background:#fff}.kellita-story h1,.kellita-areas h2,.kellita-values h2{margin:10px 0;font-size:clamp(39px,5vw,64px);line-height:1;letter-spacing:-.05em}.kellita-story>div:last-child p,.kellita-values>p{color:#586a81;font-size:18px;line-height:1.78}.kellita-areas{padding:100px max(24px,calc((100% - 1180px)/2));background:#eef1f8}.kellita-areas>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:45px}.kellita-areas a{display:flex;min-height:260px;flex-direction:column;padding:25px;color:#fff;border-radius:22px;background:linear-gradient(145deg,#132d59,#72429b);text-decoration:none}.kellita-areas a:nth-child(even){background:linear-gradient(145deg,#3d285f,#bd4f83)}.kellita-areas a span{font-size:28px}.kellita-areas a strong{margin-top:45px;font-size:24px}.kellita-areas a p{color:rgba(255,255,255,.76);line-height:1.6}.kellita-values{align-items:center;color:#fff;background:linear-gradient(145deg,#132d59,#492b67)}.kellita-values>p{color:#d8d8e8}.kellita-site .area-interest{background:#fff}

/* NEXS Tech Agro — interseção NEXTech + NEXAgro */
.techagro-bridge{display:flex;min-height:220px;flex-direction:column;margin-bottom:20px;padding:28px;color:#fff;border-radius:24px;background:radial-gradient(circle at 88% 12%,rgba(124,236,188,.2),transparent 30%),linear-gradient(145deg,#08294c,#126f59);text-decoration:none}.techagro-bridge span,.techagro-links span{color:#86ecc0;font-size:11px;font-weight:900;letter-spacing:.13em}.techagro-bridge strong{margin:22px 0 8px;font-size:32px}.techagro-bridge p{max-width:700px;color:rgba(255,255,255,.76);line-height:1.6}.techagro-bridge b{margin-top:auto}.techagro-page{background:#f3f7f4;color:#092237}.techagro-hero{display:grid;grid-template-columns:1fr 360px;align-items:center;gap:70px;min-height:740px;padding:130px max(24px,calc((100% - 1180px)/2)) 90px;color:#fff;background:radial-gradient(circle at 82% 15%,rgba(79,231,176,.22),transparent 28%),linear-gradient(145deg,#04182d,#075063 62%,#198651)}.techagro-hero h1{margin:12px 0 22px;font-size:clamp(55px,8vw,104px);line-height:.88;letter-spacing:-.065em}.techagro-hero h1 span{color:#78ebba}.techagro-hero>div>p:not(.eyebrow){max-width:760px;color:#d1e3df;font-size:clamp(22px,3vw,34px);font-weight:700;line-height:1.28}.techagro-hero>div>div{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.techagro-hero aside{display:flex;flex-direction:column;padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(1,24,38,.55)}.techagro-hero aside strong{font-size:28px}.techagro-hero aside span{margin:7px 0;color:#bad5d0;line-height:1.6}.techagro-hero aside i{margin:20px 0;color:#71e7b5;font-size:34px;font-style:normal}.techagro-position{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;padding:95px max(24px,calc((100% - 1180px)/2));background:#fff}.techagro-position h2,.techagro-flow h2{margin:10px 0;font-size:clamp(39px,5vw,64px);line-height:1;letter-spacing:-.05em}.techagro-position>p{align-self:end;color:#597267;font-size:18px;line-height:1.75}.techagro-fronts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 max(24px,calc((100% - 1180px)/2)) 100px;background:#fff}.techagro-fronts article{min-height:280px;padding:28px;border-radius:22px;background:#eaf4ef}.techagro-fronts article:nth-child(even){background:#e8f1f5}.techagro-fronts span{color:#16815d;font-weight:900}.techagro-fronts h2{margin:58px 0 10px;font-size:25px}.techagro-fronts p{color:#587066;line-height:1.6}.techagro-flow{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;padding:95px max(24px,calc((100% - 1180px)/2));color:#fff;background:#061d33}.techagro-flow ol{margin:0;padding:0;list-style:none}.techagro-flow li{display:grid;grid-template-columns:45px 1fr;column-gap:14px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.14)}.techagro-flow li span{grid-row:span 2;color:#73e9b7;font-weight:900}.techagro-flow li strong{font-size:20px}.techagro-flow li p{margin:5px 0 0;color:#bcd1cf}.techagro-links{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:90px max(24px,calc((100% - 1180px)/2));background:#eaf3ef}.techagro-links a{display:flex;min-height:240px;flex-direction:column;padding:28px;color:#fff;border-radius:24px;background:linear-gradient(145deg,#0c355c,#158365);text-decoration:none}.techagro-links strong{margin-top:40px;font-size:34px}.techagro-links b{margin-top:auto}.techagro-page .area-interest{background:#fff}
@media(max-width:900px){.kellita-hero,.kellita-story,.kellita-values,.techagro-hero,.techagro-position,.techagro-flow{grid-template-columns:1fr}.kellita-areas>div,.techagro-fronts{grid-template-columns:1fr 1fr}.kellita-hero figure{max-width:480px}}
@media(max-width:600px){.kellita-hero,.techagro-hero{min-height:auto;padding-top:110px}.kellita-hero figure img{height:480px}.kellita-story,.kellita-areas,.kellita-values,.techagro-position,.techagro-fronts,.techagro-flow,.techagro-links{padding-top:68px;padding-bottom:68px}.kellita-areas>div,.techagro-fronts,.techagro-links{grid-template-columns:1fr}.kellita-hero .button,.techagro-hero .button{width:100%;text-align:center}}
