:root {
  --teal: #007f9f;
  --teal-dark: #005b73;
  --navy: #082f3c;
  --navy-deep: #05232d;
  --cream: #f8f5ee;
  --soft: #eef7f7;
  --white: #ffffff;
  --ink: #12343f;
  --muted: #58717a;
  --line: #d8e5e7;
  --success: #18643a;
  --error: #a12c2c;
  --shadow: 0 24px 70px rgba(5, 47, 60, .12);
  --radius: 24px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1.0625rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0 0 .55em; color: var(--navy); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 6vw, 5.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.2em; }
ul { padding-left: 1.2rem; }
::selection { color: var(--white); background: var(--teal-dark); }
:focus-visible { outline: 4px solid var(--teal); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { width: min(calc(100% - 40px), 820px); }
.section { padding: clamp(76px, 9vw, 128px) 0; }
.section--soft { background: var(--soft); }
.section--dark { color: rgba(255,255,255,.84); background: var(--navy-deep); }
.section--dark h2, .section--dark h3 { color: var(--white); }
.section--cta { padding-top: 0; }
.screen-reader-text { 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; z-index: 9999; top: 10px; left: 10px; padding: 12px 18px; color: var(--white); background: var(--navy); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,47,60,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; text-decoration: none; }
.brand img { width: 236px; max-height: 58px; object-fit: contain; object-position: left center; }
.custom-logo-link { display: block; flex: 0 0 auto; }
.custom-logo-link img { width: 236px; max-height: 58px; object-fit: contain; object-position: left center; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: block; padding: 11px 10px; color: var(--ink); font-size: .91rem; font-weight: 700; text-decoration: none; border-radius: 10px; }
.site-nav a:hover { color: var(--teal-dark); background: var(--soft); }
.current-menu-item > a, .current_page_item > a { color: var(--teal-dark) !important; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; background: transparent; border: 0; border-radius: 10px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--navy); transition: .2s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; color: var(--white); background: var(--teal); border: 2px solid var(--teal); border-radius: 999px; font-size: .95rem; font-weight: 800; line-height: 1.15; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { color: var(--white); background: var(--navy); border-color: var(--navy); box-shadow: 0 12px 30px rgba(8,47,60,.2); transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: .86rem; }
.button--dark { background: var(--navy); border-color: var(--navy); }
.button--dark:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.button--light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: var(--teal); border-color: var(--teal); }
.button--outline { color: var(--navy); background: transparent; border-color: var(--navy); }
.button--outline-light { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.62); }
.button--outline-light:hover { color: var(--navy); background: var(--white); border-color: var(--white); }
.button--wide { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.text-link { color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.eyebrow { margin: 0 0 18px; color: var(--teal-dark); font-size: .78rem; font-weight: 900; letter-spacing: .15em; line-height: 1.35; text-transform: uppercase; }
.eyebrow--light { color: #9ddde9; }

.hero { position: relative; min-height: min(820px, calc(100vh - 82px)); display: grid; align-items: stretch; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.hero::before, .hero::after, .page-hero::before { position: absolute; z-index: 1; content: ''; pointer-events: none; background-position: center; background-repeat: no-repeat; background-size: contain; will-change: transform; }
.hero::before { top: 4%; right: -3%; width: clamp(230px, 31vw, 470px); height: clamp(300px, 46vw, 620px); background-image: url('../images/decor-loop.svg'); opacity: .42; animation: decorFloatLoop 11s ease-in-out infinite alternate; }
.hero::after { bottom: -24%; left: 42%; width: clamp(180px, 25vw, 360px); height: clamp(260px, 39vw, 520px); background-image: url('../images/decor-wave.svg'); opacity: .28; animation: decorFloatWave 14s ease-in-out infinite alternate; }
.hero-media { position: absolute; inset: 0; background: url('../images/hero.jpg') center / cover no-repeat; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,30,39,.96) 0%, rgba(3,30,39,.8) 47%, rgba(3,30,39,.15) 82%), linear-gradient(0deg, rgba(3,30,39,.72), transparent 55%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 760px) minmax(230px, 1fr); align-items: end; gap: 50px; padding-top: clamp(100px, 13vw, 170px); padding-bottom: clamp(70px, 9vw, 110px); }
.hero h1 { max-width: 900px; color: var(--white); font-size: clamp(3.2rem, 6.6vw, 6.65rem); }
.hero h1 span { color: #8bd8e5; }
.hero-lead { max-width: 690px; color: rgba(255,255,255,.86); font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.hero-lead strong, .hero-lead span { display: block; }
.hero-lead strong { margin-bottom: .35em; color: var(--white); font-size: clamp(1.2rem, 2vw, 1.55rem); }
.hero-lead span { font-size: clamp(1rem, 1.55vw, 1.18rem); }
.hero-note { align-self: end; padding: 25px 26px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.22); border-radius: 20px; backdrop-filter: blur(16px); }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { margin-bottom: 8px; color: var(--white); font-size: 1.1rem; }
.hero-note span { color: rgba(255,255,255,.74); font-size: .92rem; }

.split-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(40px, 8vw, 110px); }
.split-grid--center { align-items: center; }
.lead-copy { color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.32rem); }
.section--dark .lead-copy { color: rgba(255,255,255,.78); }
.about-foundation__block { margin-top: clamp(65px, 9vw, 120px); padding-top: clamp(55px, 8vw, 95px); border-top: 1px solid var(--line); }
.about-conviction { margin-top: 1.5em; padding: 20px 24px; color: var(--navy); background: var(--soft); border-left: 4px solid var(--teal); border-radius: 0 12px 12px 0; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.5; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); align-items: end; gap: 60px; margin-bottom: 48px; }
.section-heading > p { color: var(--muted); }
.card-grid { display: grid; gap: 20px; }
.card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.service-card, .detail-card { min-height: 300px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.service-card { display: flex; flex-direction: column; box-shadow: 0 12px 35px rgba(8,47,60,.05); }
.service-card h3 { margin-top: auto; }
.service-card p, .detail-card p { margin-bottom: 0; color: var(--muted); }
.service-card .text-link { margin-top: 24px; }
.service-card--accent { color: rgba(255,255,255,.86); background: var(--teal-dark); border-color: var(--teal-dark); }
.service-card--accent h3 { color: var(--white); }
.service-card--accent p { color: rgba(255,255,255,.78); }
.service-card--accent .text-link { color: var(--white); }
.card-number, .detail-card > span { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 50px; color: var(--teal-dark); background: var(--soft); border-radius: 50%; font-size: .78rem; font-weight: 900; }
.service-card--accent .card-number { color: var(--navy); background: #a8e5eb; }
.detail-card { min-height: 330px; }
.detail-card h3 { font-size: 1.55rem; }

.pathways .container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.pathway-card { min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(34px, 3.5vw, 48px); border-radius: 30px; overflow: hidden; }
.pathway-card h2 { font-size: clamp(2rem, 3vw, 2.75rem); }
.pathway-card p { max-width: 530px; }
.pathway-card--business { color: rgba(255,255,255,.83); background: var(--teal-dark); }
.pathway-card--business h2 { color: var(--white); }
.pathway-card--education { color: rgba(255,255,255,.83); background: var(--teal-dark); }
.pathway-card--education h2, .pathway-card--education .eyebrow { color: var(--white); }
.pathway-card--condominium { color: rgba(255,255,255,.83); background: var(--teal-dark); }
.pathway-card--condominium h2 { color: var(--white); }
.condominium-visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.condominium-visual span { position: relative; z-index: 2; color: var(--white); font-size: clamp(2.2rem, 5vw, 4.5rem); font-weight: 900; line-height: .95; text-align: center; text-transform: uppercase; transform: rotate(-6deg); }
.orbit { position: absolute; border: 2px solid rgba(139,216,229,.55); border-radius: 50%; }
.orbit--one { width: 390px; height: 390px; }
.orbit--two { width: 270px; height: 430px; transform: rotate(55deg); }
.values-list { border-top: 1px solid var(--line); }
.value-row { display: grid; grid-template-columns: 70px minmax(220px, .85fr) minmax(0, 1.15fr); gap: 30px; align-items: start; padding: 35px 0; border-bottom: 1px solid var(--line); }
.value-row strong { color: var(--teal-dark); font-size: .82rem; }
.value-row h3, .value-row p { margin: 0; }
.value-row p { color: var(--muted); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(38px, 6vw, 70px); background: #bde9e9; border-radius: 30px; }
.cta-panel h2 { max-width: 800px; margin-bottom: 0; }

.page-hero { position: relative; padding: clamp(90px, 12vw, 160px) 0; overflow: hidden; color: rgba(255,255,255,.83); background: var(--navy-deep); }
.page-hero::before { top: -18%; right: 3%; width: clamp(210px, 28vw, 420px); height: clamp(280px, 40vw, 560px); background-image: url('../images/decor-wave.svg'); opacity: .2; animation: decorFloatWave 13s ease-in-out infinite alternate; }
.page-hero::after { position: absolute; right: -12vw; bottom: -28vw; width: 62vw; height: 62vw; content: ''; border: 2px solid rgba(255,255,255,.11); border-radius: 50%; }
.page-hero h1 { max-width: 980px; color: var(--white); }
.page-hero p:not(.eyebrow) { max-width: 720px; font-size: 1.2rem; }
.page-hero--compact { padding: clamp(75px, 10vw, 125px) 0; }
.page-hero--compact h1 { font-size: clamp(2.8rem, 6vw, 5.3rem); }
.page-hero--business { background: linear-gradient(125deg, var(--navy-deep), var(--teal-dark)); }
.page-hero--education { background: linear-gradient(125deg, var(--navy-deep), var(--teal-dark)); }
.page-hero--condominium { background: linear-gradient(125deg, var(--navy-deep), #174f65); }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr); align-items: center; gap: 80px; }
.page-hero-mark { color: rgba(255,255,255,.12); font-size: clamp(5rem, 13vw, 11rem); font-weight: 900; letter-spacing: -.09em; line-height: .8; text-align: center; }
.profile-feature { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(40px, 7vw, 90px); align-items: center; }
.profile-feature img { width: 100%; max-height: 650px; object-fit: cover; object-position: center 18%; border-radius: 28px; box-shadow: var(--shadow); }
.profile-feature blockquote { margin: 30px 0 0; padding: 25px 0 0; color: var(--teal-dark); border-top: 1px solid var(--line); font-size: 1.15rem; font-weight: 700; }
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.team-card { padding: 24px; background: var(--soft); border-radius: 20px; }
.team-card h3 { margin-top: 25px; font-size: 1.15rem; }
.team-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.avatar { display: grid; width: 64px; height: 64px; place-items: center; color: var(--white); background: var(--teal-dark); border-radius: 50%; font-weight: 900; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.tag-cloud span { padding: 12px 18px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-weight: 800; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--teal-dark); border-radius: 50%; font-size: .8rem; font-weight: 900; }
.process-list h3, .process-list p { margin: 0; }
.process-list p { color: var(--muted); }
.check-list { margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 13px 0; padding-left: 34px; }
.check-list li::before { position: absolute; left: 0; content: '✓'; color: #8bd8e5; font-weight: 900; }
.check-list--dark li::before { color: var(--teal-dark); }

/* Página Educação */
.education-tabs { position: sticky; z-index: 60; top: 82px; padding: 14px 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.education-tabs__inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.education-tabs a { display: grid; min-height: 48px; place-items: center; padding: 10px 16px; color: var(--navy); background: #20bdd2; border-radius: 10px; font-size: .9rem; font-weight: 900; text-align: center; text-decoration: none; }
.education-tabs a:hover, .education-tabs a:focus-visible { color: var(--white); background: var(--teal-dark); }
.education-showcase { padding: clamp(85px, 10vw, 140px) 0; scroll-margin-top: 165px; }
.education-showcase--soft { position: relative; overflow: hidden; background: var(--soft); }
.education-showcase--soft::before, .corporate-solution--soft::before { position: absolute; top: -90px; right: -100px; width: 360px; height: 460px; content: ''; pointer-events: none; background: url('../images/decor-loop.svg') center / contain no-repeat; opacity: .1; animation: decorSectionDrift 16s ease-in-out infinite alternate; }
.education-showcase--soft .education-row, .corporate-solution--soft .corporate-row { position: relative; z-index: 1; }
.education-row { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(55px, 9vw, 125px); align-items: center; }
.education-gallery { position: relative; width: min(100%, 470px); padding: 0 28px 34px 0; }
.education-gallery__main { aspect-ratio: 4 / 5; overflow: hidden; background: #dceff1; border-radius: 20px; box-shadow: 0 18px 45px rgba(5,47,60,.12); }
.education-gallery__main > img { width: 100%; height: 100%; object-fit: cover; }
.education-gallery__detail { position: absolute; right: 0; bottom: 0; width: 42%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--white); border: 7px solid var(--white); border-radius: 16px; box-shadow: 0 15px 35px rgba(5,47,60,.2); }
.education-gallery__detail--left { right: auto; left: -18px; }
.education-gallery__detail > img { width: 100%; height: 100%; object-fit: cover; }
.education-image-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 22px; color: var(--teal-dark); background: linear-gradient(145deg, #dff3f5, #f8ffff); text-align: center; }
.education-image-placeholder svg { width: 56px; height: 56px; opacity: .7; }
.education-image-placeholder strong { color: var(--navy); font-size: .95rem; }
.education-image-placeholder small { max-width: 260px; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.education-image-placeholder--detail { padding: 9px; }
.education-image-placeholder--detail svg { width: 34px; height: 34px; }
.education-image-placeholder--detail strong { font-size: .7rem; }
.education-image-placeholder--detail small { font-size: .58rem; }
.education-copy { max-width: 680px; }
.education-copy h2 { font-size: clamp(2.15rem, 4.3vw, 4.15rem); }
.education-copy h3 { margin-top: 32px; font-size: 1.05rem; letter-spacing: .02em; }
.education-lead { color: var(--muted); font-size: 1.1rem; }
.education-benefits { margin: 20px 0 30px; padding: 0; list-style: none; }
.education-benefits li { position: relative; margin: 12px 0; padding-left: 30px; color: var(--muted); }
.education-benefits li::before { position: absolute; top: .05em; left: 0; content: '✓'; color: #10a6ba; font-weight: 900; }
.education-note { margin: -8px 0 28px; padding: 14px 16px; color: var(--navy); background: #dff3f5; border-left: 4px solid var(--teal); border-radius: 0 8px 8px 0; font-size: .9rem; }

/* Página Para empresas */
.corporate-intro { padding: clamp(75px, 9vw, 115px) 0 35px; text-align: center; }
.corporate-intro h2 { margin-bottom: 14px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.corporate-intro > .container > p:last-child { max-width: 720px; margin-inline: auto; color: var(--muted); font-size: 1.08rem; }
.corporate-solution { padding: clamp(65px, 8vw, 110px) 0; scroll-margin-top: 120px; }
.corporate-solution--soft { position: relative; overflow: hidden; background: var(--soft); }
.corporate-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(55px, 9vw, 120px); align-items: center; }
.corporate-copy h2 { margin: 0; font-size: clamp(2rem, 3.8vw, 3.35rem); }
.corporate-copy > p { color: var(--muted); }
.corporate-title { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; margin-bottom: 25px; }
.corporate-icon { display: grid; width: 46px; height: 46px; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-size: .77rem; font-weight: 900; }
.corporate-image { aspect-ratio: 14 / 10; overflow: hidden; background: #dceff1; border-radius: 24px; box-shadow: 0 20px 50px rgba(5,47,60,.13); }
.corporate-image > img { width: 100%; height: 100%; object-fit: cover; }
.corporate-image-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 30px; color: var(--teal-dark); background: linear-gradient(145deg, #dff3f5, #f8ffff); text-align: center; }
.corporate-image-placeholder svg { width: 62px; height: 62px; opacity: .7; }
.corporate-image-placeholder strong { color: var(--navy); font-size: 1rem; }
.corporate-image-placeholder small { max-width: 320px; color: var(--muted); font-size: .75rem; }
.corporate-points { margin: 25px 0 28px; padding: 0; list-style: none; }
.corporate-points li { position: relative; margin: 10px 0; padding-left: 28px; color: var(--muted); }
.corporate-points li::before { position: absolute; left: 0; content: '✓'; color: var(--teal); font-weight: 900; }
.corporate-points--two { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 22px; }
.section--dark .process-list p { color: rgba(255,255,255,.72); }
.section--dark .process-list { border-color: rgba(255,255,255,.2); }
.section--dark .process-list li { border-color: rgba(255,255,255,.2); }

.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.portfolio-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.portfolio-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.portfolio-card > a { display: block; text-decoration: none; }
.portfolio-image { aspect-ratio: 16 / 10; display: grid; place-items: center; overflow: hidden; color: rgba(255,255,255,.3); background: var(--teal-dark); font-size: 6rem; font-weight: 900; }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-gallery-trigger { position: relative; width: 100%; padding: 0; border: 0; cursor: zoom-in; }
.portfolio-image__overlay { position: absolute; right: 16px; bottom: 16px; padding: 8px 13px; color: var(--white); background: rgba(5,35,45,.82); border-radius: 999px; font-size: .76rem; font-weight: 800; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.portfolio-gallery-trigger:hover .portfolio-image__overlay, .portfolio-gallery-trigger:focus-visible .portfolio-image__overlay { opacity: 1; transform: translateY(0); }
.portfolio-body { padding: 26px; }
.portfolio-body h2 { font-size: 1.45rem; }
.portfolio-body p:not(.eyebrow) { color: var(--muted); }
.portfolio-body .text-link { display: inline-flex; margin-top: 8px; }
.portfolio-gallery-data { display: none; }
body.portfolio-lightbox-open { overflow: hidden; }
.portfolio-lightbox[hidden] { display: none; }
.portfolio-lightbox { position: fixed; z-index: 10000; inset: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr) 72px; align-items: center; padding: 72px 24px 28px; color: var(--white); background: rgba(2,20,26,.96); }
.portfolio-lightbox__figure { width: min(100%, 1180px); margin: auto; }
.portfolio-lightbox__image { width: 100%; max-height: calc(100vh - 150px); object-fit: contain; border-radius: 14px; box-shadow: 0 25px 80px rgba(0,0,0,.45); }
.portfolio-lightbox__caption { display: flex; justify-content: space-between; gap: 25px; margin-top: 14px; color: rgba(255,255,255,.82); font-size: .9rem; }
.portfolio-lightbox__counter { flex: 0 0 auto; font-weight: 800; }
.portfolio-lightbox__close, .portfolio-lightbox__nav { display: grid; place-items: center; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.portfolio-lightbox__close:hover, .portfolio-lightbox__nav:hover { background: var(--teal); transform: scale(1.05); }
.portfolio-lightbox__close { position: absolute; top: 20px; right: 22px; width: 48px; height: 48px; font-size: 2rem; line-height: 1; }
.portfolio-lightbox__nav { width: 56px; height: 56px; font-size: 2.4rem; line-height: 1; }
.portfolio-lightbox__nav--prev { justify-self: start; }
.portfolio-lightbox__nav--next { justify-self: end; }
.portfolio-lightbox__nav:disabled { opacity: .35; pointer-events: none; }

.form-layout { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: clamp(45px, 8vw, 100px); align-items: start; }
.form-intro, .contact-panel { position: sticky; top: 120px; }
.form-card { padding: clamp(28px, 5vw, 50px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #fbfdfd; border: 1px solid #b9cccf; border-radius: 10px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-dark); outline: 3px solid rgba(0,127,159,.18); }
.field input[type=file] { padding: 12px; background: var(--soft); }
.checkbox { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; margin: 8px 0 25px; color: var(--muted); font-size: .88rem; }
.checkbox input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--teal-dark); }
.honeypot { position: absolute !important; left: -99999px !important; }
.form-notice { margin-bottom: 22px; padding: 14px 16px; border-radius: 10px; font-weight: 700; }
.form-notice--success { color: var(--success); background: #e6f6ec; border: 1px solid #a4d5b4; }
.form-notice--error { color: var(--error); background: #fff0f0; border: 1px solid #efb6b6; }
.contact-method { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-method span, .contact-method a { display: block; }
.contact-method span { color: var(--muted); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.contact-method a { color: var(--teal-dark); font-size: 1.2rem; font-weight: 900; }
.small-copy { margin-top: 40px; color: var(--muted); font-size: .9rem; }
.prose { font-size: 1.08rem; }
.prose > * + * { margin-top: 1.3em; }
.prose a { color: var(--teal-dark); }
.featured-image { margin-bottom: 40px; }
.featured-image img { border-radius: var(--radius); }
.article-card { margin-bottom: 24px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.article-card h2 { font-size: 1.7rem; }
.article-card a { text-decoration: none; }
.error-page { min-height: 65vh; display: grid; align-items: center; text-align: center; }
.error-page .button-row { justify-content: center; }

.site-footer { padding: 75px 0 25px; color: rgba(255,255,255,.7); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr 1.2fr; gap: 55px; }
.footer-brand, .site-footer .custom-logo-link { display: block; width: max-content; margin-bottom: 22px; }
.footer-logo, .site-footer .custom-logo-link img { width: 240px; }
.site-footer h2 { color: var(--white); font-size: 1rem; letter-spacing: .02em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer nav li { margin: 7px 0; }
.site-footer a { color: rgba(255,255,255,.84); text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.site-footer .button--light { color: var(--navy); }
.site-footer .button--light:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }
.footer-bottom p { margin: 0; }
.footer-creator { display: flex; align-items: center; justify-content: center; gap: 10px; color: rgba(255,255,255,.72); white-space: nowrap; }
.footer-heart { color: #ef233c; font-size: 1.15em; line-height: 1; }
.footer-creator img { width: 88px; height: auto; transition: transform .2s ease; }
.footer-creator:hover img, .footer-creator:focus-visible img { transform: scale(1.05); }

/* Ferramentas flutuantes */
.whatsapp-float, .accessibility-toggle { position: fixed; z-index: 800; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; color: #fff; border: 0; border-radius: 50%; box-shadow: 0 12px 32px rgba(5,35,45,.28); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float { right: 22px; background: #128c4a; text-decoration: none; }
.whatsapp-float svg, .accessibility-toggle svg { width: 31px; height: 31px; }
.whatsapp-float > span { position: absolute; right: 70px; width: max-content; padding: 8px 12px; color: #fff; background: var(--navy-deep); border-radius: 8px; font-size: .78rem; font-weight: 800; opacity: 0; pointer-events: none; transform: translateX(8px); transition: opacity .2s ease, transform .2s ease; }
.whatsapp-float:hover, .accessibility-toggle:hover { color: #fff; box-shadow: 0 16px 38px rgba(5,35,45,.38); transform: translateY(-3px); }
.whatsapp-float:hover > span, .whatsapp-float:focus-visible > span { opacity: 1; transform: none; }
.accessibility-widget { position: fixed; z-index: 810; bottom: 22px; left: 22px; }
.accessibility-toggle { position: static; color: #fff; background: #145dbf; }
.accessibility-panel { position: absolute; bottom: 72px; left: 0; width: min(355px, calc(100vw - 28px)); padding: 22px; color: var(--ink); background: var(--white); border: 2px solid var(--navy); border-radius: 18px; box-shadow: 0 24px 70px rgba(5,35,45,.3); }
.accessibility-panel[hidden] { display: none !important; }
.accessibility-panel__header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.accessibility-panel__header h2 { margin: 0; font-size: 1.3rem; }
.accessibility-close { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; color: var(--navy); background: var(--soft); border: 0; border-radius: 50%; font-size: 1.65rem; line-height: 1; }
.accessibility-help { margin: 14px 0; color: var(--muted); font-size: .86rem; }
.accessibility-font-controls { display: grid; grid-template-columns: 48px 1fr 48px; gap: 8px; align-items: center; margin-bottom: 10px; }
.accessibility-font-controls span { font-size: .83rem; font-weight: 800; text-align: center; }
.accessibility-font-controls button, .accessibility-options button, .accessibility-reset { min-height: 44px; padding: 9px 11px; color: var(--navy); background: var(--soft); border: 1px solid var(--line); border-radius: 9px; font-size: .82rem; font-weight: 800; }
.accessibility-font-controls button:hover, .accessibility-options button:hover, .accessibility-reset:hover { color: #fff; background: var(--teal-dark); border-color: var(--teal-dark); }
.accessibility-font-controls button:disabled { cursor: not-allowed; opacity: .45; }
.accessibility-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.accessibility-options button[aria-pressed="true"] { color: #fff; background: var(--navy); border-color: var(--navy); }
.accessibility-reset { width: 100%; margin-top: 10px; color: var(--error); background: transparent; border-color: currentColor; }

/* Preferências aplicadas pelo widget */
html.a11y-font-1 { font-size: 112.5%; }
html.a11y-font-2 { font-size: 125%; }
html.a11y-high-contrast { --teal: #00566c; --teal-dark: #003e4e; --navy: #000; --navy-deep: #000; --cream: #fff; --soft: #fff; --white: #fff; --ink: #000; --muted: #111; --line: #000; }
html.a11y-high-contrast body { background: #fff; }
html.a11y-high-contrast :focus-visible { outline: 5px solid #ffdc00; outline-offset: 4px; }
html.a11y-high-contrast .section--dark, html.a11y-high-contrast .site-footer, html.a11y-high-contrast .page-hero { color: #fff; background: #000; }
html.a11y-grayscale body { filter: grayscale(1); }
html.a11y-highlight-links a:not(.button):not(.whatsapp-float) { text-decoration: underline !important; text-decoration-thickness: 3px !important; text-underline-offset: 4px !important; }
html.a11y-readable body, html.a11y-readable button, html.a11y-readable input, html.a11y-readable select, html.a11y-readable textarea { font-family: Arial, Helvetica, sans-serif !important; letter-spacing: .015em; }
html.a11y-reduce-motion { scroll-behavior: auto; }
html.a11y-reduce-motion *, html.a11y-reduce-motion *::before, html.a11y-reduce-motion *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
html.a11y-reduce-motion .reveal { opacity: 1; transform: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .14s; }
@keyframes decorFloatLoop {
  0% { transform: translate3d(0, -8px, 0) rotate(-7deg) scale(.96); }
  50% { transform: translate3d(-22px, 18px, 0) rotate(3deg) scale(1.04); }
  100% { transform: translate3d(13px, 34px, 0) rotate(10deg) scale(.98); }
}
@keyframes decorFloatWave {
  0% { transform: translate3d(0, 0, 0) rotate(7deg); }
  50% { transform: translate3d(18px, -25px, 0) rotate(-5deg); }
  100% { transform: translate3d(-12px, 15px, 0) rotate(4deg); }
}
@keyframes decorSectionDrift {
  0% { transform: translate3d(0, 0, 0) rotate(-13deg); }
  100% { transform: translate3d(-45px, 55px, 0) rotate(10deg); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .header-cta { display: none; }
  .site-nav a { padding-inline: 8px; font-size: .84rem; }
  .card-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .pathways .container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1000px) {
  .header-inner { min-height: 74px; }
  .brand img, .custom-logo-link img { width: 205px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; top: 100%; right: 20px; left: 20px; display: none; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav a { padding: 12px 14px; font-size: .95rem; }
  .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); }
  .education-tabs { top: 74px; }
}
@media (max-width: 860px) {
  body { font-size: 16px; }
  .header-inner { min-height: 74px; }
  .brand img, .custom-logo-link img { width: 205px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; top: 100%; right: 20px; left: 20px; display: none; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav a { padding: 12px 14px; font-size: .95rem; }
  .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); }
  .hero { min-height: 760px; }
  .hero-content { grid-template-columns: 1fr; align-content: end; }
  .hero-note { max-width: 500px; }
  .split-grid, .section-heading, .page-hero-grid, .process-grid, .profile-feature, .form-layout { grid-template-columns: 1fr; gap: 40px; }
  .section-heading { align-items: start; }
  .pathways .container { grid-template-columns: 1fr; }
  .pathway-card { min-height: 430px; }
  .page-hero-mark { display: none; }
  .card-grid--3, .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .form-intro, .contact-panel { position: static; }
  .education-row { grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 45px; }
  .education-gallery { padding-right: 18px; }
  .corporate-row { gap: 45px; }
  .cta-panel { display: grid; }
  .value-row { grid-template-columns: 55px 1fr; }
  .value-row p { grid-column: 2; }
}
@media (max-width: 600px) {
  .container, .content-narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .section--cta { padding-top: 0; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 88px; padding-bottom: 55px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  .hero::before { top: 21%; right: -32%; width: 300px; height: 390px; opacity: .26; }
  .hero::after { bottom: -18%; left: -20%; width: 210px; height: 320px; opacity: .2; }
  .page-hero::before { right: -28%; opacity: .14; }
  .hero-note { display: none; }
  .button-row, .button-row .button { width: 100%; }
  .card-grid--4, .card-grid--3, .portfolio-grid, .team-grid, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card, .detail-card { min-height: 270px; }
  .pathway-card { min-height: 390px; padding: 30px; }
  .condominium-visual { min-height: 320px; }
  .orbit--one { width: 290px; height: 290px; }
  .orbit--two { width: 200px; height: 315px; }
  .value-row { grid-template-columns: 42px 1fr; gap: 16px; }
  .cta-panel { padding: 30px 24px; border-radius: 22px; }
  .page-hero { padding: 80px 0; }
  .form-card { padding: 24px 18px; }
  .footer-grid { gap: 35px; }
  .footer-bottom { display: grid; justify-items: start; }
  .footer-creator { justify-content: flex-start; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .whatsapp-float > span { display: none; }
  .accessibility-widget { bottom: 14px; left: 14px; }
  .accessibility-toggle { width: 54px; height: 54px; }
  .accessibility-panel { bottom: 66px; width: calc(100vw - 28px); max-height: calc(100vh - 105px); overflow-y: auto; }
  .education-tabs { position: static; padding: 10px 0; }
  .education-tabs__inner { gap: 6px; }
  .education-tabs a { min-height: 44px; padding: 8px 5px; font-size: .76rem; }
  .education-showcase { padding: 75px 0; scroll-margin-top: 20px; }
  .education-row { grid-template-columns: 1fr; gap: 48px; }
  .education-gallery { width: min(92%, 430px); margin-inline: auto; padding-right: 18px; }
  .education-gallery__detail { width: 39%; border-width: 5px; }
  .education-copy h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .corporate-intro { padding-bottom: 20px; }
  .corporate-solution { padding: 65px 0; }
  .corporate-row { grid-template-columns: 1fr; gap: 35px; }
  .corporate-solution--soft .corporate-image { order: 2; }
  .corporate-solution--soft .corporate-copy { order: 1; }
  .corporate-title { grid-template-columns: 42px 1fr; gap: 12px; }
  .corporate-icon { width: 40px; height: 40px; }
  .corporate-points--two { grid-template-columns: 1fr; }
  .education-showcase--soft::before, .corporate-solution--soft::before { right: -180px; width: 300px; opacity: .07; }
	.portfolio-image__overlay { opacity: 1; transform: none; }
	.portfolio-lightbox { grid-template-columns: 48px minmax(0, 1fr) 48px; padding: 70px 10px 20px; }
	.portfolio-lightbox__nav { width: 42px; height: 42px; font-size: 2rem; }
	.portfolio-lightbox__close { top: 14px; right: 14px; width: 44px; height: 44px; }
	.portfolio-lightbox__caption { font-size: .78rem; }
}
