/* Sprint 4.0 RC2 — refinamento compacto do depoimento da Naira */
.home-category-card-rcf44[href="formacao-profissional.html"] .home-category-media-rcf44 img{
  width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center bottom;
}

.depo-story-home40{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 250px;
  gap:22px;
  align-items:start;
  padding:22px 24px;
  border:1px solid rgba(109,60,255,.13);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(249,247,255,.96));
  box-shadow:0 16px 42px rgba(72,45,140,.09);
  overflow:hidden;
}
.depo-story-copy-home40{display:flex;flex-direction:column;min-width:0}
.depo-story-home40 .depo-profile-rcf48{margin-bottom:0}
.depo-story-home40 blockquote{
  margin:14px 0 0;
  color:#241b47;
  font-size:1rem;
  line-height:1.58;
  font-weight:600;
}
.depo-story-home40 details{
  margin-top:12px;
  background:#fff;
  border:1px solid rgba(109,60,255,.12);
  border-radius:13px;
  padding:9px 12px;
  color:#554b74;
}
.depo-story-home40 summary{cursor:pointer;color:#6d3cff;font-weight:800}
.depo-story-home40 details p{margin:10px 0 2px;line-height:1.58}
.depo-photo-naira-home40{background:linear-gradient(135deg,#7c3aed,#ec4899)!important}
.depo-story-narrative-home40{
  margin-top:12px;
  padding:10px 0 0;
  border-top:1px solid rgba(109,60,255,.13);
}
.depo-story-label-home40{
  display:block;margin-bottom:4px;color:#6d3cff;font-size:.76rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;
}
.depo-story-narrative-home40 p{margin:0;color:#51476b;line-height:1.48;font-size:.93rem}
.depo-story-media-home40{
  margin:0;
  width:250px;
  display:flex;
  flex-direction:column;
  min-width:0;
  border-radius:18px;
  overflow:hidden;
  background:#f4f1f8;
  border:1px solid rgba(109,60,255,.12);
  box-shadow:0 10px 24px rgba(45,29,95,.11);
}
.depo-story-media-home40 img{
  width:100%;height:285px;display:block;object-fit:contain;object-position:center;background:#ded9df;
}
.depo-story-media-home40 figcaption{
  display:flex;flex-direction:column;gap:2px;padding:10px 12px;color:#625877;font-size:.75rem;line-height:1.35;
}
.depo-story-media-home40 figcaption strong{color:#261b4a;font-size:.8rem}

@media(max-width:900px){
  .depo-story-home40{grid-template-columns:minmax(0,1fr) 220px;gap:18px;padding:20px}
  .depo-story-media-home40{width:220px}
  .depo-story-media-home40 img{height:260px}
}
@media(max-width:680px){
  .depo-story-home40{grid-template-columns:1fr;gap:15px;padding:18px;border-radius:21px}
  .depo-story-home40 blockquote{font-size:.97rem;line-height:1.55}
  .depo-story-media-home40{width:100%;max-width:320px;justify-self:center;border-radius:16px}
  .depo-story-media-home40 img{height:300px;object-fit:contain}
  .depo-story-media-home40 figcaption{padding:9px 11px}
}
@media(max-width:420px){
  .depo-story-home40{padding:16px;gap:13px}
  .depo-story-home40 blockquote{margin-top:12px;font-size:.94rem}
  .depo-story-home40 details{margin-top:10px;padding:8px 10px}
  .depo-story-narrative-home40{margin-top:10px}
  .depo-story-media-home40{max-width:280px}
  .depo-story-media-home40 img{height:270px}
}

/* Sprint 4.0 RC3 — seção de depoimentos redesenhada e compacta */
@media (min-width: 901px){
  .depoimentos-rc478c .depo-grid-rc478c{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
    align-items:stretch!important;
  }
  .depoimentos-rc478c .depo-main-rc478c,
  .depoimentos-rc478c .depo-side-rc478c,
  .depoimentos-rc478c .depo-story-home40{
    min-height:0!important;
    height:auto!important;
    padding:22px!important;
    border-radius:22px!important;
    box-shadow:0 14px 34px rgba(72,45,140,.09)!important;
  }
  .depoimentos-rc478c .depo-main-rc478c,
  .depoimentos-rc478c .depo-side-rc478c{
    display:flex!important;
    flex-direction:column!important;
  }
  .depoimentos-rc478c .depo-main-rc478c blockquote,
  .depoimentos-rc478c .depo-side-rc478c blockquote,
  .depoimentos-rc478c .depo-story-home40 blockquote{
    font-size:.96rem!important;
    line-height:1.58!important;
  }
  .depoimentos-rc478c .depo-profile-rcf48{
    margin-bottom:14px!important;
    gap:12px!important;
  }
  .depoimentos-rc478c .depo-photo-rcf48{
    width:58px!important;height:58px!important;flex-basis:58px!important;border-radius:18px!important;
  }
  .depoimentos-rc478c .depo-main-rc478c h3,
  .depoimentos-rc478c .depo-side-rc478c h3,
  .depoimentos-rc478c .depo-story-home40 h3{font-size:1.02rem!important}
  .depoimentos-rc478c .depo-role{font-size:.82rem!important}
  .depoimentos-rc478c .depo-main-rc478c details,
  .depoimentos-rc478c .depo-story-home40 details{
    margin-top:auto!important;
    padding:9px 11px!important;
    border-radius:13px!important;
  }
  .depo-story-home40{
    grid-column:auto!important;
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    overflow:visible!important;
  }
  .depo-story-copy-home40{display:contents!important}
  .depo-story-home40 blockquote{margin:0!important}
  .depo-story-narrative-home40{
    order:3!important;
    display:grid!important;
    grid-template-columns:78px minmax(0,1fr)!important;
    gap:11px!important;
    align-items:center!important;
    margin-top:14px!important;
    padding:12px 0 0!important;
  }
  .depo-story-media-home40{
    order:2!important;
    grid-column:1!important;
    grid-row:1!important;
    width:78px!important;
    border-radius:12px!important;
    box-shadow:none!important;
  }
  .depo-story-media-home40 img{height:98px!important;object-fit:cover!important}
  .depo-story-media-home40 figcaption{display:none!important}
  .depo-story-narrative-home40 .depo-story-label-home40,
  .depo-story-narrative-home40 p{grid-column:2!important}
  .depo-story-narrative-home40 .depo-story-label-home40{grid-row:1!important;margin:0 0 2px!important;font-size:.68rem!important}
  .depo-story-narrative-home40 p{grid-row:1!important;align-self:end!important;padding-top:20px!important;font-size:.82rem!important;line-height:1.42!important}
  .depo-story-home40 details{order:4!important;margin-top:12px!important}
}

@media (max-width:900px){
  .depoimentos-rc478c .depo-grid-rc478c{gap:14px!important}
  .depoimentos-rc478c .depo-main-rc478c,
  .depoimentos-rc478c .depo-side-rc478c,
  .depoimentos-rc478c .depo-story-home40{padding:18px!important;border-radius:20px!important}
  .depo-story-home40{display:block!important}
  .depo-story-home40 blockquote{margin:0!important}
  .depo-story-narrative-home40{
    display:grid!important;
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:11px!important;
    align-items:center!important;
    margin-top:13px!important;
    padding-top:12px!important;
  }
  .depo-story-media-home40{
    width:72px!important;
    max-width:none!important;
    grid-column:1!important;
    grid-row:1 / span 2!important;
    border-radius:11px!important;
    box-shadow:none!important;
  }
  .depo-story-media-home40 img{height:92px!important;object-fit:cover!important}
  .depo-story-media-home40 figcaption{display:none!important}
  .depo-story-narrative-home40 .depo-story-label-home40,
  .depo-story-narrative-home40 p{grid-column:2!important}
  .depo-story-narrative-home40 p{font-size:.84rem!important;line-height:1.42!important}
}

/* Sprint 4.0 RC4 — carrossel editorial de depoimentos */
.depo-carousel-section-home40{padding-block:64px!important;overflow:hidden}
.depo-carousel-head-home40{margin-bottom:24px!important}
.depo-carousel-home40{position:relative;max-width:1080px;margin:0 auto;padding:0 54px 34px}
.depo-carousel-viewport-home40{overflow:hidden;border-radius:26px}
.depo-carousel-track-home40{display:flex;transition:transform .48s cubic-bezier(.22,.61,.36,1);will-change:transform}
.depo-slide-home40{flex:0 0 100%;min-width:0;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(250px,.65fr);align-items:stretch;min-height:330px;background:linear-gradient(135deg,#fff 0%,#fbf9ff 100%);border:1px solid rgba(109,60,255,.14);border-radius:26px;box-shadow:0 18px 48px rgba(54,36,114,.10);overflow:hidden}
.depo-slide-copy-home40{padding:34px 38px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.depo-slide-home40 .depo-profile-rcf48{margin:0 0 22px!important}
.depo-slide-home40 .depo-photo-rcf48{width:62px!important;height:62px!important;flex:0 0 62px!important;border-radius:19px!important}
.depo-slide-home40 h3{font-size:1.08rem!important;margin:0 0 3px!important}
.depo-slide-home40 .depo-role{font-size:.84rem!important}
.depo-slide-home40 blockquote{margin:0;color:#20183f;font-size:1.12rem!important;line-height:1.62!important;font-weight:650;font-style:italic;max-width:720px}
.depo-slide-home40 details{margin-top:20px;max-width:720px;background:#fff;border:1px solid rgba(109,60,255,.13);border-radius:14px;padding:10px 14px;color:#554b74}
.depo-slide-home40 summary{cursor:pointer;color:#6d3cff;font-weight:800;font-size:.9rem}
.depo-slide-home40 details p{margin:12px 0 3px;line-height:1.58;font-size:.9rem}
.depo-slide-accent-home40{position:relative;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#f2edff,#fff5fb);border-left:1px solid rgba(109,60,255,.09);color:#2a1c52}
.depo-big-quote-home40{position:absolute;top:13px;right:24px;color:rgba(109,60,255,.15);font-size:7rem;line-height:1;font-family:Georgia,serif}
.depo-slide-accent-home40 strong{position:relative;font-size:1.32rem;line-height:1.3;max-width:240px}
.depo-slide-accent-home40>span:last-child{margin-top:10px;color:#70668a;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.depo-slide-story-home40{grid-template-columns:minmax(0,1fr) 270px}
.depo-story-note-home40{margin:14px 0 0;padding-top:13px;border-top:1px solid rgba(109,60,255,.12);color:#665d7b;font-size:.84rem;line-height:1.45;max-width:720px}
.depo-story-note-home40 strong{color:#6d3cff}
.depo-carousel-story-home40{margin:0;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(160deg,#f1ecff,#fff6fb);border-left:1px solid rgba(109,60,255,.10)}
.depo-carousel-story-home40 img{display:block;width:165px;height:244px;object-fit:cover;object-position:center;border-radius:16px;border:1px solid rgba(40,25,75,.10);box-shadow:0 12px 28px rgba(45,29,95,.16)}
.depo-carousel-story-home40 figcaption{margin-top:10px;color:#544a70;font-size:.73rem;font-weight:800;text-align:center}
.depo-carousel-arrow-home40{position:absolute;top:calc(50% - 22px);z-index:4;width:44px;height:44px;border:1px solid rgba(109,60,255,.16);border-radius:50%;display:grid;place-items:center;background:#fff;color:#6d3cff;font-size:2rem;line-height:1;cursor:pointer;box-shadow:0 10px 24px rgba(57,39,116,.12);transition:transform .2s ease,box-shadow .2s ease}
.depo-carousel-arrow-home40:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(57,39,116,.16)}
.depo-carousel-arrow-home40:focus-visible,.depo-carousel-dots-home40 button:focus-visible{outline:3px solid rgba(109,60,255,.25);outline-offset:3px}
.depo-carousel-prev-home40{left:0}.depo-carousel-next-home40{right:0}
.depo-carousel-dots-home40{position:absolute;left:50%;bottom:2px;transform:translateX(-50%);display:flex;gap:8px;align-items:center}
.depo-carousel-dots-home40 button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#d7cfee;cursor:pointer;transition:width .25s ease,background .25s ease}
.depo-carousel-dots-home40 button.is-active{width:28px;background:#6d3cff}
@media(max-width:900px){
 .depo-carousel-section-home40{padding-block:52px!important}
 .depo-carousel-home40{padding:0 44px 34px}
 .depo-slide-home40,.depo-slide-story-home40{grid-template-columns:minmax(0,1fr) 220px;min-height:320px}
 .depo-slide-copy-home40{padding:28px 30px}
 .depo-slide-accent-home40{padding:28px}
 .depo-slide-home40 blockquote{font-size:1.02rem!important}
 .depo-carousel-story-home40 img{width:145px;height:215px}
 .depo-carousel-arrow-home40{width:38px;height:38px;font-size:1.7rem}
}
@media(max-width:680px){
 .depo-carousel-section-home40{padding-block:44px!important}
 .depo-carousel-head-home40{margin-bottom:18px!important}
 .depo-carousel-home40{padding:0 0 36px}
 .depo-carousel-viewport-home40{border-radius:22px}
 .depo-slide-home40,.depo-slide-story-home40{display:flex;flex-direction:column;min-height:0;border-radius:22px}
 .depo-slide-copy-home40{padding:22px 20px 20px;justify-content:flex-start}
 .depo-slide-home40 .depo-profile-rcf48{margin-bottom:16px!important}
 .depo-slide-home40 .depo-photo-rcf48{width:54px!important;height:54px!important;flex-basis:54px!important;border-radius:16px!important}
 .depo-slide-home40 blockquote{font-size:.96rem!important;line-height:1.55!important}
 .depo-slide-home40 details{margin-top:15px;padding:9px 11px}
 .depo-slide-accent-home40{min-height:112px;padding:18px 20px;border-left:0;border-top:1px solid rgba(109,60,255,.09)}
 .depo-big-quote-home40{top:0;right:16px;font-size:5rem}
 .depo-slide-accent-home40 strong{font-size:1.05rem;max-width:78%}
 .depo-carousel-story-home40{padding:16px 20px 19px;border-left:0;border-top:1px solid rgba(109,60,255,.09)}
 .depo-carousel-story-home40 img{width:130px;height:194px;border-radius:14px}
 .depo-story-note-home40{font-size:.79rem}
 .depo-carousel-arrow-home40{top:auto;bottom:0;width:34px;height:34px;font-size:1.5rem}
 .depo-carousel-prev-home40{left:calc(50% - 88px)}.depo-carousel-next-home40{right:calc(50% - 88px)}
 .depo-carousel-dots-home40{bottom:12px}
}
@media(prefers-reduced-motion:reduce){.depo-carousel-track-home40{transition:none}.depo-carousel-arrow-home40,.depo-carousel-dots-home40 button{transition:none}}

/* Sprint 4.1 — evolução da seção Revista na Home */
.home-revista-evoluida{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(113,70,255,.09), transparent 29%),
    linear-gradient(180deg,#fff 0%,#fbfaff 100%);
}
.home-revista-evoluida .container{position:relative;z-index:1}
.home-revista-head{
  display:flex!important;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:30px!important;
}
.home-revista-head>div{max-width:720px}
.home-revista-head h2{margin:4px 0 10px!important}
.home-revista-head p{max-width:680px;margin:0!important}
.home-revista-eyebrow,
.home-revista-kicker{
  display:inline-block;
  color:#6c42f5;
  font-size:.76rem;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.home-revista-main-cta{flex:0 0 auto}
.home-revista-grid{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(0,.91fr) minmax(0,.91fr);
  gap:20px;
  align-items:stretch;
}
.home-revista-card{
  min-width:0;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(108,66,245,.18);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(44,30,94,.09);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.home-revista-card:hover{
  transform:translateY(-4px);
  border-color:rgba(108,66,245,.34);
  box-shadow:0 24px 52px rgba(44,30,94,.14);
}
.home-revista-media{
  display:block;
  position:relative;
  height:210px;
  overflow:hidden;
  background:#f1edff;
}
.home-revista-card-featured .home-revista-media{height:250px}
.home-revista-media img{
  width:100%;height:100%;display:block;object-fit:cover;
  transition:transform .45s ease;
}
.home-revista-card-featured .home-revista-media img{object-fit:contain;padding:10px;background:linear-gradient(145deg,#f3efff,#fff)}
.home-revista-card:hover .home-revista-media img{transform:scale(1.035)}
.home-revista-badge{
  position:absolute;top:14px;left:14px;
  padding:7px 11px;border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#5630da;font-size:.7rem;font-weight:800;
  box-shadow:0 6px 18px rgba(42,25,98,.12);
}
.home-revista-copy{padding:22px 22px 24px}
.home-revista-card-featured .home-revista-copy{padding:25px 26px 27px}
.home-revista-copy h3{
  color:#121329;
  font-size:1.25rem;
  line-height:1.18;
  margin:8px 0 10px;
}
.home-revista-card-featured .home-revista-copy h3{font-size:1.48rem}
.home-revista-copy p{
  color:#626982;
  font-size:.94rem;
  line-height:1.58;
  margin:0 0 18px;
}
.home-revista-link{
  display:inline-flex;align-items:center;gap:6px;
  color:#6738ef;font-weight:800;font-size:.88rem;
  text-decoration:none;
}
.home-revista-link span{transition:transform .2s ease}
.home-revista-link:hover span{transform:translateX(4px)}
.home-revista-mobile-cta{display:none;text-align:center;margin-top:22px}
@media (max-width:980px){
  .home-revista-grid{grid-template-columns:1fr 1fr}
  .home-revista-card-featured{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.15fr}
  .home-revista-card-featured .home-revista-media{height:100%;min-height:290px}
}
@media (max-width:700px){
  .home-revista-evoluida{padding-top:54px!important;padding-bottom:54px!important}
  .home-revista-head{display:block!important;margin-bottom:22px!important}
  .home-revista-main-cta{display:none!important}
  .home-revista-head h2{font-size:2rem!important;line-height:1.08!important}
  .home-revista-head p{font-size:.97rem!important;line-height:1.55!important}
  .home-revista-grid{
    display:flex;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding:2px 4px 16px;
    margin:0 -4px;
    scrollbar-width:none;
  }
  .home-revista-grid::-webkit-scrollbar{display:none}
  .home-revista-card,
  .home-revista-card-featured{
    display:block;
    flex:0 0 min(84vw,340px);
    grid-column:auto;
    scroll-snap-align:center;
    border-radius:20px;
  }
  .home-revista-media,
  .home-revista-card-featured .home-revista-media{height:190px;min-height:0}
  .home-revista-card-featured .home-revista-media img{padding:8px}
  .home-revista-copy,
  .home-revista-card-featured .home-revista-copy{padding:19px 18px 21px}
  .home-revista-copy h3,
  .home-revista-card-featured .home-revista-copy h3{font-size:1.16rem;line-height:1.2}
  .home-revista-copy p{font-size:.9rem;line-height:1.5;margin-bottom:15px}
  .home-revista-mobile-cta{display:block}
  .home-revista-mobile-cta .btn{width:100%;justify-content:center}
}
