:root {
    --azul: #002dff;
    --roxo: #6a1b9a;
    --rosa: #e91e63;
    --amarelo: #ffeb3b;
    --verde: #00c853;
    --azul-claro: #4d6fff;
    --roxo-claro: #9c4dcc;
}

.home-page {
    background: #f8fbff;
}

#carouselProjovem {
    margin-top: var(--header-height, 78px);
    position: relative;
    background: #dfe8ff;
    overflow: hidden;
}

.hero-carousel .carousel-item {
    display: none;
    position: relative;
    min-height: clamp(620px, 84vh, 780px);
}

.hero-carousel .carousel-item.active,
.hero-carousel .carousel-item.carousel-item-next,
.hero-carousel .carousel-item.carousel-item-prev {
    display: block;
}

.hero-carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-carousel::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0) 0%, rgba(248, 251, 255, 0.84) 74%, #f8fbff 100%);
    z-index: 2;
    pointer-events: none;
}

.hero-carousel-shell {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(110deg, rgba(248, 251, 255, 0.12) 0%, rgba(241, 246, 255, 0.06) 48%, rgba(242, 247, 255, 0.22) 100%);
    z-index: 1;
}

.hero-scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.65), transparent 18%),
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.42), transparent 16%),
        linear-gradient(135deg, #eef4ff 0%, #c9d9ff 44%, #95b3ff 100%);
}

.hero-theme-quem-somos .hero-scene {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.72), transparent 15%),
        radial-gradient(circle at 85% 22%, rgba(255, 214, 103, 0.34), transparent 18%),
        linear-gradient(135deg, #eff5ff 0%, #cedeff 46%, #8ca7ff 100%);
}

.hero-theme-projetos .hero-scene {
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 214, 103, 0.36), transparent 18%),
        radial-gradient(circle at 82% 22%, rgba(0, 212, 255, 0.24), transparent 16%),
        linear-gradient(135deg, #f7f0ff 0%, #e3e0ff 36%, #ffd3d9 100%);
}

.hero-theme-aprova .hero-scene {
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.6), transparent 16%),
        radial-gradient(circle at 82% 18%, rgba(0, 212, 255, 0.28), transparent 16%),
        linear-gradient(135deg, #edf6ff 0%, #d8edff 42%, #9fd3ff 100%);
}

.hero-scene-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    opacity: 0.72;
}

.hero-scene-shape-one {
    width: 360px;
    height: 360px;
    left: -120px;
    top: 18%;
    background: radial-gradient(circle, rgba(255, 214, 103, 0.34) 0%, rgba(255, 214, 103, 0) 72%);
}

.hero-scene-shape-two {
    width: 420px;
    height: 420px;
    right: -120px;
    top: -40px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 72%);
}

.hero-scene-shape-three {
    width: 520px;
    height: 520px;
    right: 14%;
    bottom: -220px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.22) 0%, rgba(0, 212, 255, 0) 72%);
}

.hero-scene-poster {
    position: absolute;
    right: 5%;
    top: 9%;
    width: min(28vw, 380px);
    opacity: 0.14;
    transform: rotate(-4deg);
    filter: saturate(1.05);
}

.hero-scene-poster img {
    width: 100%;
    display: block;
}

.hero-slide-glow {
    position: absolute;
    top: 14%;
    right: 8%;
    width: min(36vw, 440px);
    height: min(36vw, 440px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77, 111, 255, 0.16) 0%, rgba(77, 111, 255, 0) 72%);
    z-index: 1;
    pointer-events: none;
}

.hero-theme-casa .hero-slide-glow {
    background: radial-gradient(circle, rgba(0, 200, 83, 0.2) 0%, rgba(0, 200, 83, 0) 72%);
}

.hero-theme-quem-somos .hero-slide-glow {
    background: radial-gradient(circle, rgba(255, 214, 103, 0.18) 0%, rgba(255, 214, 103, 0) 72%);
}

.hero-theme-projetos .hero-slide-glow {
    background: radial-gradient(circle, rgba(255, 74, 74, 0.16) 0%, rgba(255, 74, 74, 0) 72%);
}

.hero-carousel-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.52fr);
    gap: 28px;
    align-items: end;
    padding: clamp(42px, 9vh, 86px) 0 132px;
}

.hero-copy-card {
    max-width: 668px;
    padding: 26px 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74));
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 20px 48px rgba(42, 73, 148, 0.12);
    backdrop-filter: blur(12px);
    color: #24304b;
    animation: hero-rise 0.82s ease-out;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(0, 45, 255, 0.08);
    color: #21428a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-title {
    margin: 18px 0 18px;
    color: #112659;
    font-size: clamp(2.6rem, 5.4vw, 4.8rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
    font-weight: 800;
    text-wrap: balance;
}

.hero-description {
    margin: 0;
    max-width: 540px;
    color: #4f5e79;
    font-size: clamp(0.98rem, 1.22vw, 1.08rem);
    line-height: 1.64;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-primary-btn {
    margin-top: 0;
    min-width: 210px;
    min-height: 54px;
    border-radius: 16px;
}

.hero-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 16px;
    background: rgba(0, 45, 255, 0.06);
    color: #17327a;
    border: 1px solid rgba(23, 50, 122, 0.12);
    text-decoration: none;
    font-weight: 700;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.hero-secondary-btn:hover {
    transform: translateY(-2px);
    color: #17327a;
    background: rgba(0, 45, 255, 0.1);
}

.hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.hero-fact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(0, 45, 255, 0.08);
    color: #24304b;
    font-size: 13px;
    font-weight: 700;
}

.hero-fact i {
    color: #3058ff;
}

.hero-support-card {
    justify-self: end;
    width: min(320px, 100%);
    padding: 16px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 40px rgba(42, 73, 148, 0.1);
    backdrop-filter: blur(12px);
    color: #24304b;
    animation: hero-rise 0.95s ease-out;
}

.hero-support-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef3ff;
    color: #21428a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-support-media {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 10px;
}

.hero-support-media img {
    width: 100%;
    display: block;
    border-radius: 14px;
}

.hero-support-content {
    padding: 16px 4px 4px;
}

.hero-support-content h3 {
    margin: 0 0 8px;
    color: #24304b;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.16;
}

.hero-support-content p {
    margin: 0;
    color: #5d6982;
    line-height: 1.6;
    font-size: 0.94rem;
}

.hero-carousel-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 3;
}

.hero-carousel-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hero-indicators {
    position: static;
    margin: 0;
    display: flex;
    gap: 12px;
}

.hero-indicators [data-bs-target] {
    width: auto;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    text-indent: 0;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 18px;
    min-width: 166px;
    color: #24304b;
    opacity: 1;
    text-align: left;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.hero-indicators [data-bs-target].active {
    background: linear-gradient(135deg, #ffffff, #eef3ff) !important;
    color: #17327a;
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(42, 73, 148, 0.12);
}

.hero-indicator-index,
.hero-indicator-label {
    display: block;
}

.hero-indicator-index {
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #6f7b94;
    opacity: 1;
}

.hero-indicator-label {
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.08;
}

.hero-scroll-cue {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #4d5c78;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-scroll-cue span {
    width: 42px;
    height: 1px;
    background: rgba(77, 92, 120, 0.34);
}

.hero-control {
    z-index: 4;
    width: 64px;
    opacity: 1;
}

.hero-control-prev {
    justify-content: flex-start;
    padding-left: 26px;
}

.hero-control-next {
    justify-content: flex-end;
    padding-right: 26px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(23, 50, 122, 0.1);
    border-radius: 50%;
    background-size: 18px 18px;
}

@keyframes hero-rise {
    0% {
        transform: translateY(18px);
        opacity: 0.55;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--azul), var(--roxo), var(--rosa));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

.course-btn {
    margin-top: auto;
    background: linear-gradient(135deg, var(--azul), var(--roxo));
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px 18px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 45, 255, 0.4);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.course-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.course-btn:hover::before {
    left: 100%;
}

.course-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 45, 255, 0.6);
    color: white;
}

.home-about {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 28px 0 18px;
}

.home-about-hero {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 40px;
    background: linear-gradient(135deg, #ffffff 0%, #eef4ff 56%, #f7faff 100%);
    box-shadow: 0 14px 40px rgba(0, 31, 118, 0.08);
    border: 1px solid rgba(0, 45, 255, 0.08);
}

.home-about-hero::after {
    content: '';
    position: absolute;
    right: -120px;
    top: -100px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77, 111, 255, 0.14) 0%, rgba(77, 111, 255, 0) 72%);
    pointer-events: none;
}

.home-about-copy h1,
.home-about-copy h2,
.home-about-copy p,
.home-about-side,
.home-about-side h2 {
    color: #24304b;
}

.home-about-copy h1,
.home-about-copy h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    font-weight: 800;
    margin: 16px 0 20px;
}

.home-about-copy p {
    font-size: 1rem;
    line-height: 1.72;
    margin-bottom: 14px;
    max-width: 600px;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef3ff;
    color: #21428a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-kicker-light {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.home-kicker-dark {
    background: #eef3ff;
    color: #21428a;
}

.home-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.btn-home-outline {
    padding: 14px 18px;
    border-radius: 12px;
    font-weight: 600;
    border-color: rgba(0, 45, 255, 0.18);
    color: #21428a;
}

.btn-home-secondary {
    padding: 14px 18px;
    border-radius: 12px;
    font-weight: 600;
}

.home-about-side {
    height: 100%;
    border-radius: 24px;
    padding: 28px;
    background: linear-gradient(135deg, #f3f7ff 0%, #e9f0ff 100%);
    border: 1px solid rgba(0, 45, 255, 0.08);
}

.home-about-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.home-side-lead {
    margin: 18px 0 0;
    line-height: 1.8;
    color: #5d6982;
}

.home-about-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    line-height: 1.7;
}

.home-about-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--azul-claro);
}

.home-logo-strip {
    margin-top: 26px;
    border-radius: 18px;
    background: #ffffff;
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 45, 255, 0.08);
}

.home-logo-strip img {
    max-height: 54px;
    max-width: 180px;
    width: auto;
    object-fit: contain;
}

.home-cards-row {
    padding-top: 28px;
}

.home-gallery-section {
    padding: 8px 0 40px;
}

.home-poster-card {
    display: block;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 45, 255, 0.12);
    box-shadow: 0 8px 28px rgba(0, 31, 118, 0.08);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-poster-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 31, 118, 0.14);
    border-color: rgba(0, 45, 255, 0.22);
}

.home-poster-media {
    background: #eef3ff;
    padding: 14px;
}

.home-poster-media img {
    width: 100%;
    border-radius: 18px;
    display: block;
}

.home-poster-body {
    padding: 20px 22px 22px;
}

.home-poster-body h3 {
    margin: 0 0 8px;
    color: #24304b;
    font-size: 1.18rem;
    font-weight: 800;
}

.home-poster-body p {
    margin: 0;
    color: #5d6982;
    line-height: 1.7;
}

.home-info-card,
.home-front-card,
.home-faq-card,
.home-contact-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 45, 255, 0.12);
    box-shadow: 0 8px 28px rgba(0, 31, 118, 0.08);
}

.home-info-card {
    padding: 28px;
}

.home-info-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: var(--azul);
    background: rgba(0, 45, 255, 0.1);
    font-size: 22px;
}

.home-info-card h3,
.home-front-card h3,
.home-faq-card h2,
.home-contact-card h2 {
    color: #24304b;
    font-weight: 800;
}

.home-info-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.home-info-card p,
.home-front-card p,
.home-contact-card p,
.home-section-text,
.accordion-body {
    color: #5d6982;
    line-height: 1.75;
}

.home-fronts,
.home-faq-section {
    padding: 38px 0 72px;
}

.home-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
}

.home-section-text {
    margin: 0;
    font-size: 1rem;
}

.home-front-card,
.home-faq-card,
.home-contact-card {
    padding: 32px;
}

.home-front-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.home-front-flag {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef3ff;
    color: #21428a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
}

.home-front-brand {
    min-height: 64px;
    margin-bottom: 18px;
}

.home-front-brand img {
    max-height: 58px;
    max-width: 200px;
    width: auto;
    object-fit: contain;
}

.home-front-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.home-front-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    color: #495468;
    line-height: 1.7;
}

.home-front-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--azul), var(--roxo));
}

.home-front-btn {
    width: 100%;
}

.home-impact-section {
    padding: 6px 0 56px;
}

.home-impact-copy,
.home-impact-poster,
.home-documents-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 45, 255, 0.12);
    box-shadow: 0 8px 28px rgba(0, 31, 118, 0.08);
}

.home-impact-copy {
    padding: 28px;
}

.home-impact-copy h2 {
    margin: 14px 0 10px;
    color: #24304b;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.08;
    font-weight: 800;
}

.home-impact-copy p,
.home-documents-copy p {
    margin: 0;
    color: #5d6982;
    line-height: 1.75;
}

.home-impact-stats {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.home-impact-stat {
    padding: 18px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(0, 45, 255, 0.08), rgba(233, 30, 99, 0.08));
    border: 1px solid rgba(0, 45, 255, 0.1);
}

.home-impact-stat strong,
.home-impact-stat span {
    display: block;
}

.home-impact-stat strong {
    color: #17327a;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.home-impact-stat span {
    margin-top: 4px;
    color: #5d6982;
}

.home-impact-poster,
.home-documents-poster {
    padding: 16px;
}

.home-impact-poster img,
.home-documents-poster img {
    width: 100%;
    display: block;
    border-radius: 18px;
}

.home-journey-section {
    padding: 8px 0 72px;
}

.home-journey-card {
    display: block;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 45, 255, 0.12);
    box-shadow: 0 8px 28px rgba(0, 31, 118, 0.08);
    padding: 28px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-journey-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 31, 118, 0.14);
    border-color: rgba(0, 45, 255, 0.22);
}

.home-journey-step {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, var(--azul), var(--roxo));
    color: #ffffff;
    font-weight: 800;
}

.home-journey-card h3 {
    margin: 0 0 10px;
    color: #24304b;
    font-size: 1.25rem;
    font-weight: 800;
}

.home-journey-card p {
    margin: 0;
    color: #5d6982;
    line-height: 1.75;
}

.home-documents-card {
    margin-top: 30px;
    padding: 26px;
}

.home-documents-copy h3 {
    margin: 14px 0 10px;
    color: #24304b;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.15;
}

.home-footer-bridge {
    position: relative;
    padding: 10px 0 28px;
}

.home-footer-bridge-card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 22px;
    align-items: center;
    padding: 28px 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
    border: 1px solid rgba(0, 45, 255, 0.08);
    box-shadow: 0 14px 36px rgba(0, 31, 118, 0.08);
}

.home-footer-bridge-card h2,
.home-footer-bridge-card p {
    color: #24304b;
}

.home-footer-bridge-card h2 {
    margin: 14px 0 10px;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.06;
    font-weight: 800;
}

.home-footer-bridge-card p {
    margin: 0;
    max-width: 620px;
    color: #5d6982;
    line-height: 1.75;
}

.home-footer-bridge-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.home-bridge-secondary {
    justify-content: center;
    background: #ffffff;
    color: #21428a;
    border-color: rgba(0, 45, 255, 0.14);
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.65s ease,
        transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-contact-meta {
    display: grid;
    gap: 16px;
    margin: 26px 0;
}

.home-contact-meta div {
    padding: 16px 18px;
    border-radius: 16px;
    background: #f7f9ff;
    border: 1px solid rgba(0, 45, 255, 0.08);
}

.home-contact-meta strong,
.home-contact-meta span {
    display: block;
}

.home-contact-meta strong {
    color: #24304b;
    margin-bottom: 4px;
}

.home-contact-meta span {
    color: #5d6982;
}

.accordion-item {
    border: 1px solid rgba(0, 45, 255, 0.12);
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 12px;
}

.accordion-button {
    font-weight: 700;
    color: #24304b;
}

.accordion-button:not(.collapsed) {
    background: rgba(0, 45, 255, 0.06);
    color: #24304b;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#modalInscricao.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    pointer-events: auto;
}

#modalInscricao.modal-overlay.active {
    display: flex;
}

#modalInscricao .modal-content {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    border: 1px solid rgba(0, 45, 255, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: modalSlideIn 0.3s ease;
}

#modalInscricao .modal-header h2 {
    font-size: 28px;
    background: linear-gradient(135deg, var(--azul), var(--roxo));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    font-weight: 800;
}

#modalInscricao .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(233, 30, 99, 0.2);
    border: 1px solid var(--rosa);
    color: var(--rosa);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

#modalInscricao .modal-form .form-group {
    margin-bottom: 20px;
}

#modalInscricao .modal-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

#modalInscricao .modal-form input,
#modalInscricao .modal-form select,
#modalInscricao .modal-form textarea {
    width: 100%;
    padding: 12px;
    background: #f9f9f9;
    border: 1px solid rgba(0, 45, 255, 0.3);
    border-radius: 12px;
}

#modalInscricao .progress-bar-container {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin: 20px 0;
}

#modalInscricao .progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--azul), var(--roxo));
    transition: width 0.3s ease;
}

#modalInscricao .documentos-upload-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

#modalInscricao .documento-upload-item {
    border: 1px solid rgba(0, 45, 255, 0.16);
    border-radius: 16px;
    padding: 16px;
    background: #f7faff;
}

#modalInscricao .documento-upload-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

#modalInscricao .wizard-upload-help {
    margin: 0;
    font-size: 13px;
    color: #61708a;
    line-height: 1.5;
}

#modalInscricao .btn-upload-add,
#modalInscricao .btn-upload-remove {
    border: none;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 600;
    cursor: pointer;
}

#modalInscricao .btn-upload-add {
    margin-top: 12px;
    background: rgba(0, 45, 255, 0.12);
    color: #002dff;
}

#modalInscricao .btn-upload-remove {
    margin-top: 8px;
    background: rgba(233, 30, 99, 0.12);
    color: #b61156;
}

@media (max-width: 1100px) {
    .hero-carousel-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hero-support-card {
        display: none;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) saturate(100%) opacity(0.7);
}

@media (max-width: 768px) {
    .hero-carousel .carousel-item {
        min-height: 650px;
    }

    .hero-carousel-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 62px 0 112px;
    }

    .hero-title {
        font-size: clamp(2.2rem, 9vw, 3.8rem);
    }

    .hero-description {
        font-size: 0.94rem;
    }

    .hero-support-card {
        display: none;
    }

    .hero-scene-poster {
        width: min(48vw, 220px);
        right: -8%;
        top: 12%;
        opacity: 0.12;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-primary-btn,
    .hero-secondary-btn {
        width: 100%;
    }

    .hero-facts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .hero-fact {
        width: auto;
        border-radius: 16px;
    }

    .hero-carousel-footer {
        bottom: 20px;
    }

    .hero-carousel-footer-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-indicators {
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .hero-indicators::-webkit-scrollbar {
        display: none;
    }

    .hero-indicators [data-bs-target] {
        min-width: 118px;
        padding: 10px 12px;
    }

    .hero-indicator-index,
    .hero-scroll-cue,
    .hero-control {
        display: none;
    }

    .home-about {
        margin-top: 0;
        padding: 22px 0 8px;
    }

    .home-about-hero,
    .home-front-card,
    .home-faq-card,
    .home-contact-card,
    .home-info-card,
    .home-journey-card,
    .home-impact-copy,
    .home-documents-card {
        padding: 24px;
    }

    .home-about-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-about-actions .course-btn,
    .home-about-actions .btn,
    .home-front-btn {
        width: 100%;
    }

    .home-about-copy p,
    .home-section-text {
        font-size: 0.96rem;
    }

    .home-footer-bridge-card {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .home-footer-bridge-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .home-footer-bridge-actions .course-btn,
    .home-footer-bridge-actions .hero-secondary-btn {
        width: 100%;
    }

    .home-impact-poster,
    .home-documents-poster {
        padding: 12px;
    }

    .home-logo-strip {
        gap: 12px;
        padding: 14px;
    }

    .home-logo-strip img {
        max-height: 42px;
    }

    .home-contact-meta div {
        padding: 14px 16px;
    }

    .accordion-button {
        padding: 1rem 1.1rem;
        font-size: 0.96rem;
    }

    #modalInscricao .modal-content {
        padding: 24px;
    }

    #modalInscricao .documento-upload-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-carousel .carousel-item {
        min-height: 580px;
    }

    .hero-carousel-grid {
        padding: 56px 0 94px;
    }

    .hero-title {
        font-size: 1.9rem;
    }

    .hero-description {
        font-size: 0.88rem;
    }

    .hero-kicker,
    .hero-support-kicker {
        font-size: 10px;
    }

    .hero-indicators [data-bs-target] {
        min-width: 102px;
        padding: 9px 10px;
        border-radius: 14px;
    }

    .hero-indicator-label {
        font-size: 0.78rem;
    }

    .hero-copy-card {
        padding: 20px 18px;
        border-radius: 22px;
    }

    .hero-scene-poster {
        width: 156px;
        right: -16%;
        top: 14%;
    }

    .hero-facts {
        grid-template-columns: 1fr;
    }

    .hero-fact {
        font-size: 12px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 44px;
        height: 44px;
        background-size: 14px 14px;
    }

    .home-about-hero,
    .home-front-card,
    .home-faq-card,
    .home-contact-card,
    .home-info-card,
    .home-journey-card,
    .home-impact-copy,
    .home-documents-card,
    .home-footer-bridge-card {
        padding: 20px;
        border-radius: 20px;
    }

    .home-kicker {
        font-size: 11px;
        padding: 7px 12px;
    }

    .section-title {
        font-size: 1.8rem;
    }
}
