:root{
  --navy:#071e33;
  --navy-2:#0b2946;
  --navy-3:#041726;
  --gold:#c89a4a;
  --gold-light:#e1bb72;
  --gold-deep:#9f6c20;
  --cream:#f4eddf;
  --paper:#fbf7ef;
  --white:#fff;
  --ink:#162333;
  --muted:#5f6670;
  --line:#d9cdb8;
  --line-soft:#e9dfcf;
  --shadow:0 12px 30px rgba(7,30,51,.10);
  --radius:12px;
  --max:1180px;
  --read:700px;
  --contemplate:620px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:118px}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;line-height:1.62;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
p{margin:0 0 1rem}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.15;margin:0 0 1rem}
h2{font-size:clamp(1.95rem,3vw,2.7rem);color:var(--navy)}
h3{font-size:1rem}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),92%);margin-inline:auto}
.skip-link{position:fixed;left:12px;top:12px;z-index:9999;background:var(--white);color:var(--navy);padding:10px 14px;border-radius:6px;transform:translateY(-180%);box-shadow:var(--shadow)}
.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid var(--gold-light);outline-offset:4px}

/* Cabeçalho institucional homologado */
.site-header{position:sticky;top:0;z-index:100;background:var(--navy);border-bottom:2px solid var(--gold);box-shadow:0 4px 16px rgba(0,0,0,.14)}
.header-inner{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:16px;min-width:0}
.brand-crest{width:82px;height:82px;object-fit:contain;flex:0 0 82px}
.brand-name{font-family:Georgia,'Times New Roman',serif;font-weight:700;color:var(--white);font-size:clamp(1.15rem,2vw,1.85rem);letter-spacing:.01em;white-space:nowrap}
.main-nav{display:flex;align-items:center;gap:22px;color:#f5f1e9;text-transform:uppercase;font-weight:700;font-size:.78rem}
.main-nav a{padding:12px 0;position:relative;opacity:.94}
.main-nav a:hover{color:var(--gold-light)}
.main-nav a[aria-current="page"]{color:var(--gold-light)}
.main-nav a[aria-current="page"]::after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--gold)}
.nav-cta{border:1px solid var(--gold);border-radius:6px;padding:9px 12px!important}
.menu-toggle{display:none;width:46px;height:42px;border:0;background:transparent;cursor:pointer;padding:7px}
.menu-toggle span{display:block;height:3px;background:var(--white);border-radius:2px;margin:5px 0;transition:.2s}

/* Sistema visual */
.section{padding:88px 0;border-bottom:1px solid rgba(217,205,184,.7)}
.section-base{background:var(--paper)}
.section-structure{background:linear-gradient(180deg,#f6efe4 0%,#f8f3ea 100%)}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800;color:#8a672e;margin-bottom:10px}
.eyebrow-gold{color:var(--gold-light)}
.gold-rule{display:block;width:74px;height:4px;border-radius:4px;background:var(--gold);margin:18px 0 24px}
.section-head{max-width:var(--read);margin-bottom:52px}
.section-head>p:last-child{color:var(--muted);font-size:1.02rem}
.centered-head{text-align:center;margin-left:auto;margin-right:auto}
.centered-head>p:last-child{margin-left:auto;margin-right:auto}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;padding:12px 18px;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.035em;transition:transform .18s,box-shadow .18s,background .18s}
.btn:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(7,30,51,.14)}
.btn-gold{background:linear-gradient(180deg,var(--gold-light),var(--gold));color:var(--navy);border:1px solid var(--gold)}
.btn-large{padding:14px 22px}

/* 01 Hero — aberto */
.students-hero{padding:50px 0 54px;background:linear-gradient(120deg,#fbf7ef 0%,#f7f1e7 58%,#f2e7d6 100%);border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.88fr);gap:58px;align-items:center}
.hero-copy h1{font-size:clamp(3rem,5.4vw,4.75rem);color:var(--navy);margin:0;max-width:800px}
.hero-text{max-width:700px;font-size:1rem;color:#343f4a}
.hero-text-secondary{color:var(--muted)}
.internal-link{display:inline-flex;gap:9px;align-items:center;margin-top:6px;color:#8f641f;text-transform:uppercase;font-size:.74rem;font-weight:800;letter-spacing:.055em}
.internal-link:hover{color:var(--navy)}
.hero-visual{margin:0;border-radius:10px;overflow:hidden;box-shadow:0 10px 28px rgba(7,30,51,.08);background:#efe6d7}
.hero-visual img{width:100%;height:300px;object-fit:cover;object-position:center}

/* 02 Perfis — centro emocional */
.profiles-section{padding-top:82px;padding-bottom:96px}
.profiles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:8px;align-items:start}
.profile-card{display:grid;grid-template-columns:62px 1fr;gap:18px;align-items:start;background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:10px;padding:28px 26px;min-height:268px;box-shadow:0 5px 18px rgba(7,30,51,.035)}
.icon-circle{width:54px;height:54px;border:1.5px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold-deep);background:rgba(255,255,255,.86)}
.icon-circle svg{width:31px;height:31px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.profile-content{min-width:0}
.profile-name{margin:0 0 6px;color:var(--gold-deep);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
.profile-card h3{font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:.025em;font-size:.88rem;line-height:1.32;color:var(--navy);margin-bottom:12px}
.profile-tension{font-size:.84rem;font-weight:700;color:#4d5660;margin-bottom:10px}
.profile-kind{margin:0;color:#7c7469;font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.profile-details{margin-top:19px;padding-top:15px;border-top:1px solid var(--line-soft)}
.profile-details summary{display:inline-flex;align-items:center;color:#8f641f;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.045em;cursor:pointer;list-style:none;user-select:none}
.profile-details summary::-webkit-details-marker{display:none}
.profile-details summary:hover{color:var(--navy)}
.profile-details summary:focus-visible{outline:2px solid var(--gold);outline-offset:4px;border-radius:2px}
.summary-open{display:none}
.profile-details[open] .summary-closed{display:none}
.profile-details[open] .summary-open{display:inline}
.profile-situation{padding-top:18px;color:#3f4852;font-size:.9rem;line-height:1.58}
.profile-situation>p{margin:0 0 14px}
.profile-situation-label{color:var(--navy);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.profile-identification{margin-bottom:0!important;padding-top:3px;color:var(--navy);font-family:Georgia,'Times New Roman',serif}
.profile-identification strong{display:block;margin-bottom:4px;font-family:Arial,Helvetica,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;color:#8f641f}
.profile-identification span{display:block}
.profiles-close{max-width:780px;text-align:center;margin-top:52px;margin-bottom:0;font-family:Georgia,'Times New Roman',serif;font-weight:700;color:var(--navy);font-size:1.05rem}

/* 03 Caminhada — centro experiencial */
.journey-section{padding-top:98px;padding-bottom:104px}
.journey-head{text-align:center;margin-left:auto;margin-right:auto;margin-bottom:66px}
.journey-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;gap:18px;align-items:center;margin-bottom:36px}
.journey-step{text-align:center;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 10px}
.step-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:var(--gold-light);font-size:1.5rem;box-shadow:0 8px 20px rgba(7,30,51,.12);margin-bottom:14px}
.journey-step strong{font-size:.85rem;text-transform:uppercase;letter-spacing:.045em;color:var(--navy)}
.journey-step small{font-size:.78rem;color:var(--muted);margin-top:4px}
.journey-arrow{color:var(--gold);font-size:2rem;font-family:Georgia,'Times New Roman',serif;transform:translateY(-8px)}
.learner-posture{display:flex;justify-content:center;align-items:center;gap:10px 14px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:26px;color:var(--muted);font-size:.83rem}
.learner-posture span{text-transform:uppercase;font-weight:800;letter-spacing:.055em;color:#7e632f}
.learner-posture strong{color:var(--navy);font-size:.82rem;text-transform:lowercase}
.learner-posture i{font-style:normal;color:var(--gold)}
.formation-happening{max-width:930px;margin-top:72px;border:1px solid var(--line);border-radius:10px;background:#faf5ed;padding:24px 28px;display:flex;gap:22px;align-items:center}
.formation-happening .eyebrow{margin:0 0 4px}
.formation-happening p:last-child{margin:0;color:var(--muted);font-size:.9rem}
.construction-icon{width:52px;height:52px;border:1px solid var(--gold);border-radius:9px;display:grid;place-items:center;color:var(--gold-deep);font-size:1.6rem;flex:0 0 52px}

/* 04 Desenvolvimento — integração */
.development-section{padding-top:110px;padding-bottom:112px}
.development-head{margin-bottom:62px}
.development-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.development-grid article{padding:34px 30px 38px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);min-height:190px}
.development-grid article:nth-child(3n){border-right:0}
.development-grid article:nth-last-child(-n+3){border-bottom:0}
.dev-mark{display:inline-block;color:var(--gold-deep);font-family:Georgia,'Times New Roman',serif;font-size:1.9rem;line-height:1;margin-bottom:16px}
.development-grid h3{font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:.045em;color:var(--navy);font-size:.82rem;margin-bottom:10px}
.development-grid p{font-family:Georgia,'Times New Roman',serif;color:#3b4652;font-size:.97rem;line-height:1.42;margin:0}
.development-close{max-width:840px;text-align:center;margin-top:54px;margin-bottom:0;font-family:Georgia,'Times New Roman',serif;font-weight:700;color:var(--navy);font-size:1.08rem}

/* 05 Pertencimento — atmosfera */
.belonging-section{background:linear-gradient(180deg,#092640 0%,#061d32 100%);color:var(--white);border-block:2px solid var(--gold);padding:124px 0 132px}
.belonging-inner{text-align:center}
.belonging-inner h2{color:var(--white);font-size:clamp(2.15rem,3.5vw,3.2rem);max-width:820px;margin:0 auto 32px}
.belonging-text{max-width:var(--contemplate);margin:0 auto;color:#dbe4ea;font-size:.99rem}
.belonging-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:64px;border-top:1px solid rgba(225,187,114,.35);border-bottom:1px solid rgba(225,187,114,.35)}
.belonging-pillars article{padding:32px 24px;border-right:1px solid rgba(225,187,114,.28)}
.belonging-pillars article:last-child{border-right:0}
.belonging-pillars span{display:block;color:var(--gold-light);font-size:2rem;line-height:1;margin-bottom:16px}
.belonging-pillars strong{display:block;color:var(--gold-light);font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;font-size:.78rem;letter-spacing:.04em;margin-bottom:10px}
.belonging-pillars p{color:#d6e0e6;font-size:.82rem;line-height:1.45;margin:0}
.belonging-close{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.75rem,2.7vw,2.35rem);font-weight:700;color:var(--white);margin:72px 0 0}

/* 06 Continuidade — possibilidades, não etapas */
.continuity-section{padding-top:96px;padding-bottom:100px}
.continuity-head{margin-bottom:54px}
.continuity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-block:1px solid var(--line)}
.continuity-grid article{padding:30px 28px 34px;border-right:1px solid var(--line-soft);min-height:168px}
.continuity-grid article:last-child{border-right:0}
.continuity-grid span{display:block;color:var(--gold-deep);font-size:1.7rem;margin-bottom:14px}
.continuity-grid h3{font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:.045em;color:var(--navy);font-size:.82rem;margin-bottom:9px}
.continuity-grid p{color:var(--muted);font-size:.9rem;margin:0}
.continuity-return{max-width:760px;text-align:center;margin-top:54px}
.continuity-return strong{display:block;font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:1.15rem;margin-bottom:12px}
.continuity-return p{color:var(--muted);font-size:.92rem;margin:0}

/* 07 Encerramento — conclusão, silêncio, ação */
.closing-section{background:var(--paper);padding:118px 0 112px;border-bottom:1px solid var(--line)}
.closing-inner{text-align:center}
.closing-inner h2{font-size:clamp(2.1rem,3.8vw,3.35rem);max-width:860px;margin:0 auto;color:var(--navy)}
.closing-space{height:86px}

/* Rodapé institucional homologado */
.footer{background:var(--navy-3);color:#e7edf1;border-top:2px solid var(--gold)}
.footer-grid{padding:46px 0 34px;display:grid;grid-template-columns:1.45fr .7fr .55fr;gap:54px;align-items:start}
.footer-brand{display:flex;align-items:flex-start;gap:22px}
.footer-brand img{width:96px;height:96px;object-fit:contain;flex:0 0 96px}
.footer-brand div{display:grid;gap:7px}
.footer-brand strong{font-family:Georgia,'Times New Roman',serif;font-size:1.18rem;color:var(--white)}
.footer-signature{font-size:.78rem;color:var(--gold-light);font-weight:700;max-width:470px}
.footer-brand p{font-size:.78rem;color:#c2ced6;max-width:520px;margin:2px 0 0}
.footer-column{border-left:1px solid rgba(225,187,114,.35);padding-left:34px;min-height:120px}
.footer-column h2{font-family:Arial,Helvetica,sans-serif;color:var(--gold-light);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}
.footer-column a,.footer-column p{font-size:.86rem;color:#d4dee5;margin:7px 0}
.footer-column a:hover{color:var(--gold-light)}
.btn-outline-footer{border:1px solid var(--gold);color:var(--gold-light);padding:9px 13px;margin-top:12px;width:max-content}
.site-link{font-family:Georgia,'Times New Roman',serif;font-size:1rem!important}
.copyright{border-top:1px solid rgba(225,187,114,.3);padding:15px 4%;text-align:center;font-size:.72rem;color:#afbdc7}

@media (max-width:1100px){
  .header-inner{flex-wrap:wrap}
  .js .menu-toggle{display:block}
  .main-nav{position:static;display:flex;flex-direction:column;align-items:stretch;width:100%;padding:10px 0 16px;gap:0}
  .js .main-nav{position:absolute;left:0;right:0;top:108px;background:var(--navy);display:none;flex-direction:column;align-items:stretch;padding:18px 4%;gap:0;border-bottom:1px solid var(--gold);box-shadow:0 12px 20px rgba(0,0,0,.14)}
  .main-nav.open{display:flex}
  .main-nav a{padding:11px 0}
  .main-nav a[aria-current="page"]::after{display:none}
  .hero-grid{grid-template-columns:1fr 1fr;gap:42px}
  .profiles-grid{grid-template-columns:repeat(2,1fr)}
  .development-grid{grid-template-columns:repeat(2,1fr)}
  .development-grid article:nth-child(3n){border-right:1px solid var(--line-soft)}
  .development-grid article:nth-child(2n){border-right:0}
  .development-grid article:nth-last-child(-n+3){border-bottom:1px solid var(--line-soft)}
  .development-grid article:nth-last-child(-n+2){border-bottom:0}
  .journey-flow{grid-template-columns:1fr;gap:0;max-width:520px}
  .journey-step{min-height:116px}
  .journey-arrow{transform:rotate(90deg);text-align:center;margin:-8px 0}
  .belonging-pillars{grid-template-columns:repeat(2,1fr)}
  .belonging-pillars article:nth-child(2){border-right:0}
  .belonging-pillars article:nth-child(-n+2){border-bottom:1px solid rgba(225,187,114,.28)}
  .continuity-grid{grid-template-columns:repeat(2,1fr)}
  .continuity-grid article:nth-child(2){border-right:0}
  .continuity-grid article:nth-child(-n+2){border-bottom:1px solid var(--line-soft)}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-column:last-child{border-left:0;padding-left:0}
}

@media (max-width:820px){
  html{scroll-padding-top:82px}
  .header-inner{min-height:82px}
  .brand{gap:10px;max-width:calc(100% - 58px)}
  .brand-crest{width:58px;height:58px;flex-basis:58px}
  .brand-name{font-size:clamp(.95rem,4.2vw,1.2rem);white-space:normal;line-height:1.08}
  .js .main-nav{top:82px}
  .students-hero{padding:34px 0 44px}
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .hero-copy h1{font-size:2.85rem}
  .hero-visual{order:2}
  .hero-visual img{height:230px}
  .section{padding:68px 0}
  .profiles-section{padding:68px 0 78px}
  .journey-section{padding:78px 0 82px}
  .development-section{padding:82px 0 84px}
  .profile-card{min-height:0}
  .belonging-section{padding:90px 0 96px}
  .belonging-pillars{grid-template-columns:1fr}
  .belonging-pillars article,.belonging-pillars article:nth-child(2){border-right:0;border-bottom:1px solid rgba(225,187,114,.28)}
  .belonging-pillars article:last-child{border-bottom:0}
  .continuity-section{padding:78px 0 82px}
  .closing-section{padding:88px 0 92px}
  .closing-space{height:72px}
  .footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.footer-column,.footer-column:last-child{border-left:0;border-top:1px solid rgba(225,187,114,.3);padding:24px 0 0;min-height:0}
}

@media (max-width:560px){
  .container{width:min(92%,680px)}
  .header-inner{min-height:76px}
  .brand-crest{width:54px;height:54px;flex-basis:54px}
  .brand-name{font-size:.9rem}
  .menu-toggle{width:42px;height:40px;padding:6px;flex:0 0 auto}
  .js .main-nav{top:76px}
  .students-hero{padding:30px 0 40px}
  .hero-copy h1{font-size:2.35rem}
  .hero-text{font-size:.94rem}
  .hero-visual img{height:185px}
  .profiles-grid,.development-grid,.continuity-grid{grid-template-columns:1fr}
  .profile-card{grid-template-columns:54px 1fr;padding:24px 20px;gap:15px}
  .icon-circle{width:48px;height:48px}.icon-circle svg{width:27px;height:27px}
  .development-grid article,.development-grid article:nth-child(2n),.development-grid article:nth-child(3n),.development-grid article:nth-last-child(-n+2),.development-grid article:nth-last-child(-n+3){border-right:0;border-bottom:1px solid var(--line-soft)}
  .development-grid article:last-child{border-bottom:0}
  .journey-flow{width:min(86%,420px)}
  .step-icon{width:64px;height:64px}
  .learner-posture{display:block;text-align:center}
  .learner-posture span{display:block;margin-bottom:12px}
  .learner-posture strong,.learner-posture i{display:inline-block;margin:3px 4px}
  .formation-happening{flex-direction:column;align-items:flex-start;padding:22px}
  .continuity-grid article,.continuity-grid article:nth-child(2){border-right:0;border-bottom:1px solid var(--line-soft);min-height:0}
  .continuity-grid article:last-child{border-bottom:0}
  .belonging-inner h2{font-size:2rem}
  .belonging-close{font-size:1.75rem}
  .closing-inner h2{font-size:2rem}
  .closing-space{height:64px}
  .btn{width:100%;text-align:center}
  .footer-brand{flex-direction:column;align-items:center;text-align:center}
  .footer-brand img{width:88px;height:88px;flex-basis:auto}
  .footer-signature,.footer-brand p{max-width:340px}
  .footer-column{text-align:left}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .btn,.menu-toggle span{transition:none}
}
