:root{--blue:#005380;--cyan:#05b4c9;--coral:#f28568;--pink:#cb65a7;--lime:#bdce31;--ink:#153044;--paper:#f6f7f3;--white:#fff;--muted:#657580;--line:#d9e0e2;--shadow:0 18px 50px rgba(0,52,79,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Poppins",sans-serif;font-size:16px;line-height:1.5}button,input{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}
.site-header{height:88px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;gap:34px;background:#fff;border-bottom:1px solid #e5ebed;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:13px;min-width:272px}.brand>span:last-child{display:flex;flex-direction:column;line-height:1.12}.brand strong{font-family:Poppins,sans-serif;font-size:15px}.brand small{font-size:12px;color:var(--blue);text-transform:uppercase;letter-spacing:.1em;margin-top:4px}.brand-mark{display:grid;grid-template-columns:repeat(2,10px);gap:3px;transform:rotate(45deg);width:28px;height:28px}.brand-mark i{border-radius:2px;background:var(--blue)}.brand-mark i:nth-child(2){background:var(--cyan)}.brand-mark i:nth-child(3){background:var(--coral)}.brand-mark i:nth-child(4){background:var(--lime)}
.main-nav{display:flex;align-self:stretch;margin-left:auto;gap:8px;align-items:center}.nav-item{position:relative;border:0;background:transparent;padding:11px 17px;cursor:pointer;font-weight:600;font-size:14px;color:#637783;border-radius:999px;transition:.2s}.nav-item:after{display:none}.nav-item:hover{color:var(--blue);background:#f2f8f9}.nav-item[data-tab="jornada"].active{color:var(--blue);background:#e8f8fa;box-shadow:inset 0 0 0 1.5px var(--cyan)}.nav-item[data-tab="unidades"].active{color:#8c3b70;background:#f8e9f3;box-shadow:inset 0 0 0 1.5px var(--pink)}.nav-item[data-tab="ferramentas"].active{color:#576500;background:#f3f7d7;box-shadow:inset 0 0 0 1.5px var(--lime)}.menu-toggle{display:none}
main{min-height:calc(100vh - 150px)}.view{display:none;animation:fade .3s ease}.view.active{display:block}@keyframes fade{from{opacity:0;transform:translateY(7px)}}
#jornada,#unidades{padding:clamp(48px,7vw,92px) clamp(24px,6.8vw,104px) 80px}#jornada{background:#e6f8fa}#unidades{background:#faeef6}.intro-grid,.section-heading{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:8vw;align-items:end;max-width:1400px;margin:0 auto 60px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--blue);font-size:12px;font-weight:700;margin:0 0 20px}.eyebrow.light{color:rgba(255,255,255,.72)}h1{font-family:Poppins,sans-serif;font-size:clamp(44px,6.4vw,92px);line-height:.92;letter-spacing:-.055em;margin:0;color:var(--blue)}h1 em{font-style:normal;color:var(--coral)}.journey-intro h1 em{color:var(--cyan)}#unidades-title em{color:var(--pink)}.intro-copy>p,.section-heading>p{font-size:clamp(17px,1.4vw,21px);max-width:590px;margin:0 0 30px;color:#4d626e}.progress-meta{display:flex;justify-content:space-between;font-size:13px;margin-bottom:9px}.progress-meta strong{color:var(--blue)}.progress-track{height:7px;background:#c9e4e8;border-radius:10px;overflow:hidden}.progress-track span{display:block;height:100%;width:20%;background:linear-gradient(90deg,var(--cyan),var(--blue));border-radius:10px;transition:width .5s}
.journey-layout{max-width:1400px;margin:auto;display:grid;grid-template-columns:minmax(330px,.82fr) minmax(520px,1.45fr);gap:24px;align-items:start}.stage-card{--accent:var(--coral)}.stage-card.coral{--accent:var(--coral)}.stage-card.cyan{--accent:var(--cyan)}.stage-card.pink{--accent:var(--pink)}.stage-card.lime{--accent:var(--lime)}.stage-card.blue{--accent:var(--blue)}.current-stage{position:sticky;top:112px;min-width:0;min-height:488px;padding:32px;border-radius:28px;background:var(--blue);color:#fff;box-shadow:0 24px 60px rgba(0,65,100,.2);display:flex;flex-direction:column;overflow:hidden}.current-label{display:flex;align-items:center;gap:9px;font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:700;color:#d9eef3;position:relative;z-index:1}.pulse{width:10px;height:10px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px rgba(189,206,49,.18)}.current-content{display:grid;grid-template-columns:78px minmax(0,1fr);gap:20px;margin:54px 0 28px;position:relative;z-index:1}.current-number{font:800 52px/1 Poppins;color:var(--coral)}.date{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin:0 0 10px}.current-copy{min-width:0}.current-copy h2{font:800 clamp(29px,3vw,44px)/1.08 Poppins;margin:0 0 16px;letter-spacing:-.035em;overflow-wrap:anywhere}.current-copy>p:not(.date){color:#d4e4ea;margin:0 0 22px}.tags{display:flex;gap:7px;flex-wrap:wrap}.tags span{font-size:12px;padding:7px 10px;background:#f1f4f4;border-radius:20px}.current-stage .tags span{background:rgba(255,255,255,.12);color:#fff}.card-action{border:0;background:transparent;font-weight:700;cursor:pointer}.primary-action{position:relative;z-index:1;margin-top:auto;width:100%;min-height:52px;padding:14px 17px;border-radius:14px;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:space-between;text-align:left}.primary-action span{font-size:19px;color:var(--coral)}.primary-action:hover{background:var(--lime)}.next-stages{min-width:0;background:#fff;border:1px solid #d6e8eb;border-radius:28px;padding:12px 24px 6px}.next-heading{display:flex;align-items:center;justify-content:space-between;padding:17px 4px 22px;border-bottom:1px solid #e8edef}.next-heading p{font:800 18px/1 Poppins;margin:0}.next-heading>span{font-size:12px;color:var(--muted)}.stage-row{display:grid;grid-template-columns:42px 64px minmax(0,1fr) 48px;align-items:center;gap:18px;position:relative;padding:24px 4px;border-bottom:1px solid #e8edef}.stage-row:last-child{border-bottom:0}.stage-row:not(:last-child):before{content:"";position:absolute;width:2px;height:calc(100% - 54px);background:#d7e0e2;left:24px;top:51px}.stage-marker{align-self:stretch;display:flex;justify-content:center;position:relative;z-index:1}.stage-marker span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font:800 13px/1 Poppins;border:5px solid #fff;box-shadow:0 0 0 1px var(--accent)}.stage-date{display:flex;flex-direction:column;align-items:center;padding:9px 4px;border-radius:12px;background:color-mix(in srgb,var(--accent) 13%,white);color:var(--accent)}.stage-date strong{font:800 16px/1 Poppins;text-transform:uppercase}.stage-date span{font-size:11px;margin-top:5px}.stage-copy{min-width:0}.stage-copy h2{font:800 22px/1.05 Poppins;margin:0}.stage-copy>p{font-size:14px;color:#647580;margin:8px 0 11px}.stage-row .tags{flex-wrap:nowrap;align-items:center}.stage-row .tags span{white-space:nowrap}.row-title{display:flex;align-items:center;justify-content:space-between;gap:15px}.status{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.stage-card:not(.locked) .status:after{content:"Disponível";color:var(--blue)}.stage-card.locked .status:after{content:"Bloqueado";color:#7a898f}.row-action{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#eff5f6;color:var(--blue);font-size:20px}.stage-row:not(.locked) .row-action:hover{background:var(--blue);color:#fff}.locked{filter:saturate(.2);color:#718087}.locked .stage-marker span{background:#c9d0d2;box-shadow:0 0 0 1px #c9d0d2}.locked .row-action{cursor:not-allowed;color:#94a0a4}.locked .row-action span{font-size:0}.locked .row-action span:after{content:"·";font-size:22px}.journey-note{max-width:1400px;margin:18px auto 0;display:flex;align-items:center;gap:12px;color:#60727b;font-size:13px}.journey-note>span{width:25px;height:25px;flex:none;display:grid;place-items:center;border:1px solid #aebcc1;border-radius:50%;font-weight:700}.journey-note p{margin:0}
.section-heading{align-items:end}.section-heading>p{margin:0}.unit-toolbar{max-width:1400px;margin:0 auto 25px;display:flex;align-items:center;justify-content:space-between}.search{display:flex;align-items:center;gap:9px;border:1px solid #d9e1e3;background:#fff;padding:0 16px;height:48px;border-radius:14px;min-width:min(430px,100%)}.search span{font-size:23px;color:var(--blue)}.search input{border:0;outline:0;width:100%;background:transparent;color:var(--ink)}.unit-toolbar>span{font-size:13px;color:var(--muted)}.unit-grid{max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.unit-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid #e0e7e9;transition:.25s}.unit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.school-photo{height:180px;background:linear-gradient(135deg,var(--card-color),#e8f1f3);position:relative;display:grid;place-items:center;overflow:hidden;color:rgba(0,83,128,.58);font-family:Poppins;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase;font-size:12px}.school-photo img{width:100%;height:100%;object-fit:cover;display:block}.school-photo.has-photo:before,.school-photo.has-photo:after{display:none}.school-photo:before,.school-photo:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.55);border-radius:50%}.school-photo:before{width:120px;height:120px;right:-25px;top:-30px}.school-photo:after{width:75px;height:75px;left:-18px;bottom:-20px}.unit-body{padding:0 22px 22px}.director-avatar{width:68px;height:68px;margin-top:-34px;position:relative;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:var(--blue);border:4px solid #fff;color:#fff;font-weight:800}.director-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.director-avatar span{position:relative;z-index:0}.unit-body h2{font-family:Poppins;font-size:20px;line-height:1.15;margin:13px 0 4px}.director-name{margin:0;color:#536975;font-size:14px;min-height:42px}.address{display:flex;gap:7px;align-items:flex-start;margin:17px 0;color:#647580;font-size:12px;line-height:1.45;min-height:52px}.address span{color:var(--coral);flex:none}.unit-link{width:100%;border:0;border-radius:12px;background:#edf5f7;color:var(--blue);padding:12px 14px;font-weight:700;text-align:left;display:flex;justify-content:space-between;cursor:pointer}.unit-link:hover{background:var(--blue);color:#fff}.empty-state{grid-column:1/-1;text-align:center;padding:60px;color:var(--muted)}
.unit-card{display:flex;flex-direction:column}.school-photo.has-photo:after{display:block;content:"";position:absolute;inset:0;width:auto;height:auto;border:0;border-radius:0;background:linear-gradient(180deg,rgba(0,83,128,.03) 22%,rgba(0,45,70,.78) 100%);pointer-events:none}.unit-body{display:flex;flex:1;flex-direction:column}.unit-body h2{min-height:46px}.director-name{min-height:42px}.address{min-height:72px;margin:16px 0 20px}.unit-link{margin-top:auto}
.tools-view{background:var(--blue);min-height:calc(100vh - 88px);padding-bottom:70px}.tools-hero{padding:clamp(52px,7vw,94px) clamp(24px,6.8vw,104px) 130px;display:grid;grid-template-columns:1.1fr .9fr;gap:9vw;align-items:end;max-width:1600px;margin:auto;color:#fff}.tools-hero h1{color:#fff}.tools-hero h1 em{color:var(--lime)}.tools-hero>p{font-size:clamp(18px,1.6vw,23px);max-width:580px;margin:0;color:#d9e7ec}.toolbox-preview{max-width:1400px;margin:-70px auto 0;background:#fff;border-radius:30px;padding:clamp(25px,4vw,58px);box-shadow:0 30px 80px rgba(0,27,42,.25)}.toolbox-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:40px}.kicker{display:inline-block;background:#eef5c7;color:#596800;border-radius:20px;padding:7px 11px;text-transform:uppercase;font-size:10px;letter-spacing:.12em;font-weight:800}.toolbox-head h2{font-family:Poppins;font-size:clamp(26px,3vw,42px);line-height:1.05;letter-spacing:-.035em;margin:15px 0 0;max-width:680px}.search.disabled{opacity:.55}.category-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category{--accent:var(--coral);min-height:220px;padding:24px;border-radius:20px;background:color-mix(in srgb,var(--accent) 13%,white);border-top:5px solid var(--accent)}.category.coral{--accent:var(--coral)}.category.cyan{--accent:var(--cyan)}.category.pink{--accent:var(--pink)}.category.lime{--accent:var(--lime)}.category>span{font-size:12px;color:var(--accent);font-weight:800}.category h3{font-family:Poppins;font-size:24px;margin:38px 0 8px}.category p{font-size:14px;color:#62747e;margin:0}.coming-soon{display:flex;align-items:center;gap:18px;margin-top:22px;padding:21px;border:1px dashed #bbc8cc;border-radius:18px}.coming-soon p,.coming-soon small{margin:0}.coming-soon p{font-weight:700}.coming-soon small{color:var(--muted)}.orbit{width:36px;height:36px;border:2px solid var(--cyan);border-radius:50%;position:relative;flex:none}.orbit:after{content:"";width:9px;height:9px;background:var(--coral);border-radius:50%;position:absolute;right:-4px;top:3px}
footer{height:62px;padding:0 clamp(24px,6.8vw,104px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-top:1px solid #e1e7e9;font-size:12px;color:#6c7c84}footer p{font-weight:700;color:var(--blue)}
@media(max-width:1160px){.site-header{gap:18px}.brand{min-width:auto}.unit-grid{grid-template-columns:repeat(2,1fr)}.journey-layout{grid-template-columns:1fr}.current-stage{position:relative;top:auto;min-height:390px}.current-content{grid-template-columns:78px minmax(0,1fr);margin-top:38px}.current-number{font-size:42px}.category-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){body{padding-bottom:78px}.site-header{height:68px;padding-left:18px;padding-right:18px}.menu-toggle{display:none}.profile{display:none}.main-nav{position:fixed;z-index:30;left:10px;right:10px;bottom:10px;height:64px;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin:0;padding:5px;background:rgba(255,255,255,.96);border:1px solid #dce5e8;border-radius:18px;box-shadow:0 10px 35px rgba(0,45,68,.2);backdrop-filter:blur(12px)}.nav-item{padding:7px 5px;border-radius:13px;text-align:center;font-size:11px;line-height:1.18}.nav-item:after{display:none}.nav-item.active{background:#eaf4f6;color:var(--blue)}.intro-grid,.section-heading,.tools-hero{grid-template-columns:1fr;gap:28px}.intro-grid,.section-heading{margin-bottom:40px}.journey-layout{grid-template-columns:1fr}.current-stage{position:relative;top:auto;min-height:390px}.current-content{grid-template-columns:66px 1fr}.next-stages{padding-left:17px;padding-right:17px}.tools-hero{padding-bottom:105px}.unit-grid{grid-template-columns:1fr}.toolbox-head{align-items:stretch;flex-direction:column}.category-row{grid-template-columns:1fr 1fr}.toolbox-preview{margin-left:18px;margin-right:18px}.unit-toolbar{align-items:stretch;flex-direction:column;gap:12px}.search{min-width:100%}footer{display:none}}
@media(max-width:520px){.brand strong{font-size:13px}.brand small{font-size:10px}#jornada,#unidades{padding:32px 16px 54px}.journey-intro h1{font-size:46px}.intro-copy>p,.section-heading>p{font-size:16px}.progress-meta{align-items:flex-start;gap:15px}.current-stage{padding:24px;border-radius:22px;min-height:410px}.current-content{grid-template-columns:1fr;gap:10px;margin:34px 0 26px}.current-number{font-size:38px}.current-copy h2{font-size:31px}.next-stages{border-radius:22px;padding:8px 15px 2px}.next-heading{align-items:flex-start;flex-direction:column;gap:6px;padding:15px 2px 18px}.stage-row{grid-template-columns:38px 52px 1fr;gap:11px;padding:20px 0}.stage-row:not(:last-child):before{left:19px}.stage-marker span{width:36px;height:36px}.stage-date{padding:8px 2px}.stage-copy h2{font-size:19px}.stage-copy>p{font-size:13px;line-height:1.4;margin-bottom:0}.stage-copy .tags{display:none}.row-title .status{display:none}.row-action{display:none}.journey-note{align-items:flex-start}.category-row{grid-template-columns:1fr}.category{min-height:175px}.category h3{margin-top:24px}.coming-soon{align-items:flex-start}.tools-hero{padding:46px 18px 102px}.toolbox-preview{border-radius:22px;padding:24px 18px}.tools-hero h1{font-size:48px}.section-heading h1{font-size:46px}.school-photo{height:130px}.unit-body{padding-left:18px;padding-right:18px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
