@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800;900&display=swap');

:root{
  --blue:#173a8a;--blue-dark:#102765;--orange:#f47b20;--orange-dark:#df6812;
  --text:#17223b;--muted:#5f6c7b;--soft:#f3f7fb;--white:#fff;
  --shadow:0 18px 45px rgba(16,39,101,.13);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Nunito',Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:0 auto}

.topbar{background:var(--orange);color:#fff;font-size:14px;font-weight:900}.topbar__inner{min-height:48px;display:flex;gap:22px;align-items:center;justify-content:center;flex-wrap:wrap}.topbar__insta{display:inline-flex;align-items:center;gap:7px}.topbar__insta img{width:18px;height:18px;filter:invert(1)}
.masthead{background:linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.88)),url('../../home/masterhead-background.webp') center/cover;min-height:160px;display:grid;place-items:center}.site-logo{width:min(430px,74vw);max-height:140px;object-fit:contain}
.nav-toggle{display:none;width:100%;border:0;background:var(--orange);color:white;font:inherit;font-weight:1000;min-height:54px;align-items:center;justify-content:center;gap:12px;cursor:pointer}.nav-toggle__icon{display:inline-grid;gap:4px}.nav-toggle__icon span{display:block;width:22px;height:2px;background:white;border-radius:999px}.nav-toggle__label{line-height:1}
.main-nav{background:var(--orange);min-height:58px;display:flex;justify-content:center;align-items:center;gap:36px;flex-wrap:wrap;font-weight:900;color:white;box-shadow:0 8px 20px rgba(244,123,32,.25);position:relative;z-index:5}.main-nav a{padding:18px 2px;transition:.2s}.main-nav a:hover{color:#1b1b1b;transform:translateY(-1px)}

.hero-pro{position:relative;min-height:610px;background:var(--blue);overflow:hidden}.hero-pro__bg,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity .65s ease}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-pro__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,39,101,.92),rgba(23,58,138,.65),rgba(244,123,32,.18))}.hero-pro__content{position:relative;z-index:2;min-height:610px;display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:center;color:white}.hero-copy h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:16px 0 18px;font-weight:1000;max-width:850px}.hero-copy p{font-size:clamp(18px,2vw,25px);line-height:1.4;max-width:680px;margin:0 0 28px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-card{background:rgba(255,255,255,.13);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:26px;padding:26px;box-shadow:0 22px 60px rgba(0,0,0,.18)}.hero-card strong{display:block;font-size:24px;margin-bottom:16px}.hero-card a{display:block;background:rgba(255,255,255,.14);padding:14px 16px;border-radius:16px;margin-top:10px;font-weight:900}.hero-card a:hover{background:white;color:var(--blue-dark)}
.eyebrow{color:var(--orange);font-weight:1000;text-transform:uppercase;letter-spacing:.1em;font-size:14px}.hero-copy .eyebrow,.courses-hero .eyebrow,.page-hero .eyebrow{color:#ffd1ad;background:rgba(255,255,255,.12);padding:7px 12px;border-radius:999px}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--orange);color:white;font-weight:1000;padding:14px 26px;box-shadow:0 12px 22px rgba(244,123,32,.25);transition:.2s;border:0}.button:hover{background:var(--orange-dark);transform:translateY(-2px)}.button--ghost{background:#fff;color:var(--blue-dark)}.button--ghost:hover{background:var(--orange);color:white}.slider-dots{position:absolute;left:0;right:0;bottom:20px;display:flex;gap:10px;justify-content:center;z-index:3}.slider-dot{width:11px;height:11px;border-radius:50%;border:0;background:white;opacity:.48;cursor:pointer}.slider-dot.active{opacity:1;background:var(--orange)}

.section{padding:76px 0}.section--soft{background:var(--soft)}.section--gray{background:#eeeeef}.section-title{text-align:center;margin-bottom:38px}.section-title span{color:var(--orange);font-weight:1000;text-transform:uppercase;letter-spacing:.1em}.section-title h2{color:var(--blue-dark);font-size:clamp(32px,4vw,48px);line-height:1.05;margin:10px 0 0;font-weight:1000}.section-title p{color:var(--muted);font-size:18px;max-width:720px;margin:12px auto 0}

.courses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.course-card{border-radius:22px;padding:28px 22px 26px;color:white;text-align:center;min-height:250px;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.2s}.course-card:hover{transform:translateY(-5px)}.course-card img{width:84px;height:84px;object-fit:contain;margin-bottom:18px}.course-card h3{font-size:24px;line-height:1.15;margin:0 0 26px}.course-card a{border:3px solid #fff;border-radius:999px;padding:10px 20px;font-weight:1000}.course-card--blue{background:#3aa6d4}.course-card--pink{background:#d82057}.course-card--teal{background:#31b7b1}.course-card--green{background:#28b946}

.split{display:grid;grid-template-columns:1fr 1.1fr;gap:72px;align-items:center}.split--reverse{grid-template-columns:1.1fr 1fr}.split--reverse .split__image{order:2}.split--history{grid-template-columns:1.15fr .85fr}.split__image img{border-radius:24px;box-shadow:var(--shadow);width:100%;max-height:430px;object-fit:cover}.split--history .split__image img{max-height:390px;object-fit:contain;background:#fff}.split__text h2{color:var(--blue-dark);font-size:clamp(30px,4vw,44px);line-height:1.08;margin:8px 0 20px;font-weight:1000}.split__text p{font-size:18px;line-height:1.65;color:#26364f;margin:0 0 16px}.quote{font-weight:1000;color:var(--blue-dark);font-size:20px;border-left:5px solid var(--orange);padding-left:18px}

.why-section{background:#f7fafc}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.why-item{background:#fff;border-radius:18px;padding:28px 22px;display:flex;align-items:center;gap:18px;box-shadow:var(--shadow);min-height:125px}.why-item img{width:74px;height:74px;object-fit:contain}.why-item strong{font-size:20px;color:#101828}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.news-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);transition:.2s}.news-card:hover{transform:translateY(-5px)}.news-card__image{aspect-ratio:3/3;background:var(--blue);overflow:hidden}.news-card__image img{width:100%;height:100%;object-fit:cover;transition:.3s}.news-card:hover .news-card__image img{transform:scale(1.04)}.news-card__body{padding:22px}.news-card time,.article time{display:block;color:var(--orange);font-weight:1000;font-size:14px;margin-bottom:8px}.news-card h3{font-size:22px;color:var(--blue-dark);line-height:1.18;margin:0 0 10px;font-weight:1000}.news-card p{color:var(--muted);line-height:1.5;margin:0}.center{text-align:center;margin-top:34px}

.page-hero,.courses-hero{padding:76px 0;background:linear-gradient(135deg,rgba(16,39,101,.94),rgba(23,58,138,.88)),url('../../home/masterhead-background.webp') center/cover;color:white}.page-hero h1,.courses-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:14px 0 12px;font-weight:1000}.page-hero p,.courses-hero p{color:#eef4ff;font-size:21px;max-width:760px;line-height:1.45}
.article{max-width:900px;padding:58px 0 78px}.back-link{display:inline-block;color:var(--blue);font-weight:1000;margin-bottom:24px}.article h1{font-size:clamp(38px,5vw,62px);line-height:1.04;color:var(--blue-dark);margin:10px 0 14px;font-weight:1000}.article__summary{font-size:22px;line-height:1.45;color:var(--muted)}.article__banner{width:100%;border-radius:24px;box-shadow:var(--shadow);margin:28px 0;max-height:560px;object-fit:cover}.article__extra-image{width:100%;border-radius:24px;box-shadow:var(--shadow);margin:30px 0 0;max-height:620px;object-fit:cover}.article__content{font-size:19px;line-height:1.75;color:#26364f}

.courses-nav{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.courses-nav a{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);color:white;border-radius:999px;padding:12px 16px;font-weight:1000;transition:.2s}.courses-nav a:hover{background:var(--orange);transform:translateY(-2px)}.course-section{padding:76px 0;scroll-margin-top:90px}.course-section--soft{background:#f5f8fc}.course-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:58px;align-items:center}.course-layout--wide{grid-template-columns:.75fr 1.25fr}.course-media img{width:100%;border-radius:24px;box-shadow:var(--shadow);object-fit:cover;max-height:450px}.course-media--stack{display:grid;gap:18px}.course-content h2{color:var(--blue-dark);font-size:clamp(34px,4.6vw,54px);line-height:1.06;margin:8px 0 22px;font-weight:1000}.course-content h2 small{display:block;font-size:.62em}.course-content p{color:#1d2b45;font-size:18px;line-height:1.72;margin:0 0 18px}.check-list{list-style:none;padding:0;margin:26px 0;display:grid;gap:14px}.check-list li{position:relative;padding-left:42px;color:#1d2b45;line-height:1.6;font-size:17px}.check-list li::before{content:"✓";position:absolute;left:0;top:2px;width:26px;height:26px;border-radius:50%;background:#38a9d6;color:#fff;display:grid;place-items:center;font-weight:1000}

.footer{background:linear-gradient(rgba(16,39,101,.94),rgba(16,39,101,.96)),url('../../home/masterhead-background.webp') center/cover;color:white;padding:58px 0 0}.footer__grid{display:grid;grid-template-columns:1.1fr 1.3fr 1fr;gap:36px}.footer__logo{width:230px;
  margin-bottom:12px;}.footer p{line-height:1.55;color:#edf2ff}.footer__social a{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.1);padding:12px 15px;border-radius:14px;font-weight:1000}.footer__social img{width:28px;height:28px;filter:invert(1)}.footer__bottom{text-align:center;margin-top:38px;padding:18px;background:rgba(0,0,0,.16);font-weight:800}.floating-instagram{position:fixed;right:22px;bottom:22px;z-index:50;width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4);display:grid;place-items:center;box-shadow:0 18px 35px rgba(0,0,0,.24);transition:.2s}.floating-instagram:hover{transform:translateY(-3px) scale(1.03)}.floating-instagram img{width:32px;height:32px;filter:invert(1)}

/* Animações suaves de entrada ("elevação") */
.reveal-item{
  opacity:0;
  transform:translate3d(0,32px,0) scale(.985);
  transition:
    opacity .82s ease,
    transform .82s cubic-bezier(.22,1,.36,1);
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform;
}
.reveal-item.reveal-left{transform:translate3d(-28px,0,0) scale(.985)}
.reveal-item.reveal-right{transform:translate3d(28px,0,0) scale(.985)}
.reveal-item.reveal-zoom{transform:translate3d(0,18px,0) scale(.965)}
.reveal-item.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
}
.why-item.pulse-in{animation:whyPulse .82s cubic-bezier(.22,1,.36,1) both}
.why-item:nth-child(2).pulse-in{animation-delay:.08s}
.why-item:nth-child(3).pulse-in{animation-delay:.16s}
.why-item:nth-child(4).pulse-in{animation-delay:.24s}
@keyframes whyPulse{
  0%{opacity:.25;transform:translate3d(0,18px,0) scale(.96)}
  55%{opacity:1;transform:translate3d(0,0,0) scale(1.035)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1)}
}

@media(max-width:1050px){.hero-pro__content,.courses-grid,.why-grid,.split,.split--reverse,.split--history,.course-layout,.course-layout--wide{grid-template-columns:1fr}.split--reverse .split__image{order:0}.news-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr}.hero-card{max-width:560px}.courses-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){body{overflow-x:hidden}.container{width:min(100% - 28px,1180px)}.topbar__inner{justify-content:flex-start;padding:9px 0;font-size:12px;line-height:1.25}.topbar__inner span{width:100%;display:block}.topbar__inner span:nth-child(3){display:none}.masthead{min-height:112px}.site-logo{width:min(300px,82vw);max-height:96px}.nav-toggle{display:flex}.main-nav{display:none;min-height:0;padding:10px 14px 16px;gap:8px}.main-nav.open{display:grid;grid-template-columns:1fr}.main-nav a{width:100%;text-align:center;padding:13px 12px;border-radius:14px;background:rgba(255,255,255,.14)}.main-nav a:hover{background:white;color:var(--blue-dark);transform:none}.hero-pro,.hero-pro__content{min-height:calc(100svh - 190px)}.hero-pro__content{display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;padding-top:64px;padding-bottom:70px}.hero-pro__overlay{background:linear-gradient(180deg,rgba(16,39,101,.78),rgba(16,39,101,.92))}.hero-copy{text-align:center}.hero-copy h1{font-size:clamp(34px,11vw,48px)}.hero-copy p{font-size:17px}.hero-actions{justify-content:center}.button{width:100%;max-width:290px}.hero-card{display:none}.section{padding:54px 0}.section-title h2{font-size:clamp(30px,9vw,40px)}.courses-grid,.why-grid,.news-grid{grid-template-columns:1fr}.course-card{min-height:210px}.news-card__image{aspect-ratio:16/10}.split__text p,.course-content p,.check-list li{font-size:16px}.footer{padding-top:42px}.footer__bottom{padding:16px 72px 16px 16px;text-align:left}.floating-instagram{width:54px;height:54px;right:14px;bottom:14px}.courses-nav a{width:100%;text-align:center}}
@media(max-width:420px){.hero-pro,.hero-pro__content{min-height:calc(100svh - 176px)}.hero-copy h1{font-size:34px}.main-nav a{font-size:14px}.topbar__inner{font-size:11.5px}}
@media (prefers-reduced-motion: reduce){.reveal-item,.why-item.pulse-in{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}}


/* Correção do slider limpo da home */
.masthead__inner{display:flex;align-items:center;justify-content:center;width:100%}
.logo-link{display:flex;align-items:center;justify-content:center;width:100%}
.site-logo{margin:0 auto}

.home-slider{
  position:relative;
  background:var(--blue);
  overflow:hidden;
  height:min(590px,52vw);
  min-height:420px;
  user-select:none;
  touch-action:pan-y;
}
.home-slides{position:absolute;inset:0}
.home-slide{
  position:absolute;
  inset:0;
  display:block;
  opacity:0;
  transition:opacity .55s ease;
}
.home-slide.active{opacity:1;z-index:1}
.home-slide picture{
  display:block;
  width:100%;
  height:100%;
}
.home-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.slide-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.84);
  box-shadow:0 12px 26px rgba(0,0,0,.18);
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:.2s;
}
.slide-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}
.slide-arrow--prev{left:22px}
.slide-arrow--next{right:22px}
.slide-arrow span{display:block;width:0;height:0}
.slide-arrow--prev span{border-top:9px solid transparent;border-bottom:9px solid transparent;border-right:14px solid var(--blue-dark);margin-left:-3px}
.slide-arrow--next span{border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:14px solid var(--blue-dark);margin-right:-3px}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.feature-card{
  background:white;
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:26px;
}
.feature-card strong{
  display:block;
  color:var(--blue-dark);
  font-size:21px;
  margin-bottom:10px;
}
.feature-card p{margin:0;color:var(--muted);line-height:1.55}
.cta-box{
  text-align:center;
  background:white;
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:46px;
}
.cta-box h2{
  color:var(--blue-dark);
  font-size:clamp(32px,4vw,50px);
  line-height:1.05;
  margin:10px 0 12px;
}
.cta-box p{color:var(--muted);font-size:19px}
.cta-box .hero-actions{justify-content:center}

@media(max-width:920px){
  .feature-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .home-slider{height:62svh;min-height:360px;max-height:480px}
  .home-slide img{object-position:center center}
  .slide-arrow{width:40px;height:40px}
  .slide-arrow--prev{left:12px}
  .slide-arrow--next{right:12px}
  .home-slider .slider-dots{bottom:16px}
  .feature-grid{grid-template-columns:1fr}
  .cta-box{padding:34px 22px}
}

.article__gallery{margin-top:38px}
.article__gallery h2{color:var(--blue-dark);font-size:32px;margin:0 0 18px;font-weight:1000}
.article__gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.article__gallery-grid a{display:block;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);background:var(--soft)}
.article__gallery-grid img{width:100%;aspect-ratio:16/11;object-fit:cover;transition:.25s}
.article__gallery-grid a:hover img{transform:scale(1.035)}
@media(max-width:720px){.article__gallery-grid{grid-template-columns:1fr}}


.article__gallery-link{position:relative;cursor:zoom-in}
.article__gallery-link::after{
  content:'Ampliar';
  position:absolute;
  right:12px;
  bottom:12px;
  background:rgba(16,39,101,.88);
  color:#fff;
  border-radius:999px;
  padding:7px 12px;
  font-size:13px;
  font-weight:1000;
  opacity:0;
  transform:translateY(6px);
  transition:.2s;
}
.article__gallery-link:hover::after{opacity:1;transform:translateY(0)}
.lightbox-open{overflow:hidden}
.gallery-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(5,12,32,.88);
  backdrop-filter:blur(8px);
}
.gallery-lightbox.is-open{display:flex}
.gallery-lightbox__figure{
  margin:0;
  width:min(1180px,92vw);
  max-height:88vh;
  display:grid;
  gap:12px;
  place-items:center;
}
.gallery-lightbox__image{
  max-width:100%;
  max-height:78vh;
  object-fit:contain;
  border-radius:18px;
  box-shadow:0 25px 70px rgba(0,0,0,.35);
  background:#fff;
}
.gallery-lightbox__caption{
  color:#fff;
  font-weight:1000;
  text-align:center;
}
.gallery-lightbox__close,
.gallery-lightbox__arrow{
  position:absolute;
  border:0;
  background:rgba(255,255,255,.95);
  color:var(--blue-dark);
  cursor:pointer;
  font-family:inherit;
  font-weight:1000;
  box-shadow:0 14px 34px rgba(0,0,0,.25);
}
.gallery-lightbox__close{
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border-radius:50%;
  font-size:34px;
  line-height:1;
}
.gallery-lightbox__arrow{
  top:50%;
  transform:translateY(-50%);
  width:54px;
  height:70px;
  border-radius:18px;
  font-size:48px;
  line-height:.8;
}
.gallery-lightbox__arrow--prev{left:18px}
.gallery-lightbox__arrow--next{right:18px}
.gallery-lightbox__close:hover,
.gallery-lightbox__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.04)}
.gallery-lightbox__close:hover{transform:scale(1.04)}
.gallery-lightbox__arrow[hidden]{display:none}
@media(max-width:720px){
  .gallery-lightbox{padding:18px}
  .gallery-lightbox__image{max-height:72vh;border-radius:14px}
  .gallery-lightbox__arrow{
    top:auto;
    bottom:18px;
    transform:none;
    width:48px;
    height:48px;
    border-radius:50%;
    font-size:38px;
  }
  .gallery-lightbox__arrow:hover{transform:scale(1.04)}
  .gallery-lightbox__arrow--prev{left:18px}
  .gallery-lightbox__arrow--next{right:18px}
  .gallery-lightbox__close{top:12px;right:12px}
  .article__gallery-link::after{opacity:1;transform:none;font-size:12px;padding:6px 10px}
}


.article__content a{
  color:var(--blue);
  font-weight:1000;
  text-decoration:underline;
  text-underline-offset:3px;
}
.article__content a:hover{color:var(--orange)}
.article__content span[style*="color"]{font-weight:inherit}


.article__content [style*="text-align:center"]{text-align:center}
.article__content [style*="text-align:right"]{text-align:right}
.article__content [style*="text-align:justify"]{text-align:justify}
.article__content [style*="text-align:left"]{text-align:left}
