@font-face {
    font-family: 'Agharti Bold Semi Condensed';
    src: url('assets/fonts/Agharti-BoldSemiCondensed.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Franie';
    src: url('assets/fonts/Franie-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Franie Bold';
    src: url('assets/fonts/Franie-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Franie ExtraBold';
    src: url('assets/fonts/Franie-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

:root {
    --primary-yellow: #FFC800;
    --text-white: #FFFFFF;
    --text-black: #1B1A1A;
    --primary-bg: #000000;
    --surface-dark: #1e1e1e;
    --surface-card: #242424;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    font-family: 'Franie', sans-serif;
    color: var(--text-white);
    background-color: #000;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
}

.elementor-location-header {
    position: relative;
    z-index: 1000;
}

.elementor-84 .elementor-element.elementor-element-2dc86a7 {
    padding: 0 28px;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--main .elementor-item {
    line-height: 1;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle {
    color: #fff;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle svg {
    fill: currentColor;
}

/* Fallback menu styles: keeps Elementor header working even if plugin CSS fails to load */
.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu,
.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu ul,
.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu a {
    text-decoration: none;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--main .elementor-nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle {
    --nav-menu-icon-size: 28px;
    display: none;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0.2em;
    cursor: pointer;
    line-height: 1;
    font-size: var(--nav-menu-icon-size);
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle svg,
.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle .e-font-icon-svg {
    width: 1em;
    height: 1em;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle .elementor-menu-toggle__icon--close {
    display: none;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open {
    display: none;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close {
    display: inline-block;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--dropdown {
    display: none;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.96);
    overflow: hidden;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--dropdown .elementor-nav-menu,
.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--dropdown .menu-item,
.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--dropdown .elementor-item {
    width: 100%;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown {
    display: block;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--dropdown .elementor-item {
    display: block;
    color: #fff;
    padding: 12px 20px;
}

.elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--dropdown .menu-item + .menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 1025px) {
    .elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--main {
        display: block;
    }

    .elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle,
    .elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--dropdown {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .elementor-84 .elementor-element.elementor-element-76d06811 .elementor-nav-menu--main {
        display: none;
    }

    .elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle {
        display: inline-flex;
    }

    .elementor-84 .elementor-element.elementor-element-76d06811 .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown {
        position: fixed;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        margin-top: 0;
        z-index: 1002;
    }
}

.elementor-shortcode,
.gtranslate_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.gtranslate_wrapper img,
.gtranslate_wrapper svg,
.gtranslate_wrapper .gt_switcher-popup span img {
    width: 21px;
    height: 15px;
    display: block;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('assets/BG-MAIN1.png'); /* Fallback / Primary */
    background-size: cover;
    background-position: top center;
    padding: 2rem 1rem;
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    pointer-events: none;
    z-index: -1;
}

.content-wrapper {
    max-width: 1600px;
    padding: 0 4rem;
    text-align: center;
    margin-top: 20rem;
}

.title {
    font-family: 'Agharti Bold Semi Condensed', sans-serif;
    font-size: 110pt;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 4rem;
    letter-spacing: -1px;
}

.title .highlight {
    color: var(--primary-yellow);
}

.paragraphs {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 11pt;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.btn-cta {
    display: inline-block;
    background-color: var(--primary-yellow);
    color: var(--text-black);
    font-family: 'Franie', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 1rem 5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s, background-color 0.2s;
    margin-bottom: 1.5rem;
    border: none;
    cursor: pointer;
}

.btn-cta:hover {
    transform: scale(1.05);
    background-color: #e6b400;
}

.link-secondary {
    display: block;
    color: var(--text-white);
    text-decoration: underline;
    font-size: 1rem;
    transition: color 0.3s;
}

.link-secondary:hover {
    color: var(--primary-yellow);
}

/* --- SECTION: METHOD PACE --- */
.pace-section {
    padding: 6rem 2rem;
    background-color: var(--primary-bg);
}

.pace-container {
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid transparent;
    background: linear-gradient(#0b0b0b, #0b0b0b) padding-box,
                linear-gradient(to right, rgba(255, 200, 0, 0.6) 0%, rgba(255, 200, 0, 0) 50%, #000 100%) border-box;
    border-radius: 20px;
    padding: 4rem 3rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.pace-title {
    font-family: 'Agharti Bold Semi Condensed', sans-serif;
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}

.pace-title .highlight {
    color: var(--primary-yellow);
    font-size: 3.5rem;
}

.pace-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #e0e0e0;
    max-width: 700px;
    margin: 0 auto 4rem auto;
}

.pace-grid {
    display: grid;
    grid-template-columns: repeat(2, 400px);
    justify-content: center;
    gap: 3rem;
    text-align: center;
}

.pace-card {
    background-color: #1a1a1a;
    border-radius: 16px;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transition: transform 0.3s ease;
}

.pace-card:hover {
    transform: translateY(-5px);
}

.pace-card img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.pace-card h3 {
    font-family: 'Franie', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.pace-card-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #e0e0e0;
    margin-bottom: 1rem;
}

.pace-card-benefit {
    font-size: 0.95rem;
    color: #e0e0e0;
    margin-top: auto;
}

.pace-card-benefit strong {
    color: var(--primary-yellow);
}

.programs-section {
    padding: 2rem 2rem 7rem;
    background-color: var(--primary-bg);
}

.programs-container {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.programs-title {
    max-width: 980px;
    margin: 0 auto 1.5rem;
    font-family: 'Agharti Bold Semi Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 0.95;
    letter-spacing: -0.02em;
}

.programs-title-top,
.programs-title-bottom {
    display: block;
}

.programs-title-top {
    color: var(--text-white);
    font-size: clamp(3rem, 5vw, 5.4rem);
}

.programs-title-bottom {
    color: var(--primary-yellow);
    font-size: clamp(3.2rem, 5.8vw, 6.1rem);
}

.programs-title-line {
    display: block;
}

.programs-title-bottom .programs-title-line:last-child {
    white-space: nowrap;
}

.programs-description {
    max-width: 1080px;
    margin: 0 auto 4rem;
    font-family: 'Franie', sans-serif;
    font-size: 11pt;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
}

.programs-slider {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 1rem;
    align-items: center;
}

.programs-grid-viewport {
    overflow: hidden;
    padding-bottom: 24px;
}

.programs-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (2 * 1.2rem)) / 3);
    gap: 1.2rem;
    align-items: stretch;
    will-change: transform;
}

.program-card {
    min-height: 188px;
    padding: 2rem 1.2rem 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #262626 0%, #1f1f1f 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.program-card h3 {
    font-family: 'Agharti Bold Semi Condensed', sans-serif;
    font-size: 44pt;
    line-height: 0.95;
    text-transform: uppercase;
    color: var(--primary-yellow);
    letter-spacing: 0.015em;
    max-width: 200px;
    text-align: center;
}

.program-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 196px;
    padding: 0.82rem 1.8rem 0.72rem;
    border-radius: 999px;
    background-color: var(--primary-yellow);
    color: var(--text-black);
    text-decoration: none;
    font-family: 'Franie ExtraBold', 'Franie', sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    margin-top: auto;
    transform: translateY(16px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
}

.program-card-cta:hover {
    transform: translateY(14px);
    background-color: #e6b400;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.3);
}

.programs-arrow {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: linear-gradient(180deg, #ffd648 0%, #ffc800 100%);
    color: #0d0d0d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(255, 200, 0, 0.25);
    padding: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.programs-arrow:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 20px rgba(255, 200, 0, 0.34);
    filter: brightness(1.03);
}

.programs-arrow span {
    transform: translateY(-1px);
}

.program-detail {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 4rem 2rem 5rem;
    background-color: #000;
    background-image: url('assets/BG-PROGRAMA1.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.program-detail-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.24) 34%, rgba(0, 0, 0, 0.58) 58%, rgba(0, 0, 0, 0.92) 82%, rgba(0, 0, 0, 0.97) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.18) 100%);
}

.program-detail-content {
    position: relative;
    z-index: 1;
    width: min(1100px, 100%);
    text-align: center;
}

.program-detail-label {
    display: inline-block;
    padding: 0;
    margin-bottom: 1.7rem;
    color: #fff;
    font-family: 'Franie Bold', 'Franie', sans-serif;
    font-size: 22pt;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.program-detail-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.28em;
    text-transform: uppercase;
    line-height: 0.9;
}

.program-detail-title-top,
.program-detail-title-bottom {
    display: block;
    font-family: 'Agharti Bold Semi Condensed', sans-serif;
    letter-spacing: 0.01em;
}

.program-detail-title-top {
    color: var(--text-white);
    font-size: clamp(4rem, 6vw, 6.3rem);
}

.program-detail-title-bottom {
    color: var(--primary-yellow);
    font-size: clamp(4.4rem, 6.6vw, 6.9rem);
}

.program-detail-projetos {
    background-image: url('assets/IMG_4494-Editar.png');
    background-position: center -400px;
}

.program-detail-pace {
    background-image: url('assets/IMG_4725-Editar.png');
    background-position: center center;
}

.program-detail-lideranca {
    background-image: url('assets/IMG_4580-Editar.png');
    background-position: center 20px;
}

.program-detail-projetos .program-detail-overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.22) 26%, rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.94) 84%, rgba(0, 0, 0, 0.98) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.08) 100%);
}

.program-detail-pace .program-detail-overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.22) 26%, rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.94) 84%, rgba(0, 0, 0, 0.98) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.08) 100%);
}

.program-detail-lideranca .program-detail-overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.24) 28%, rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.93) 84%, rgba(0, 0, 0, 0.98) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0.14) 100%);
}

#projetos .program-detail-overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 30%, rgba(0, 0, 0, 0.42) 54%, rgba(0, 0, 0, 0.76) 72%, rgba(0, 0, 0, 0.95) 86%, rgba(0, 0, 0, 1) 100%),
        radial-gradient(120% 90% at 50% 100%, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 62%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.12) 100%);
}

.program-detail-projetos .program-detail-content {
    width: min(1180px, 100%);
    padding-top: 10rem;
}

.program-detail-pace .program-detail-content {
    width: min(1180px, 100%);
    padding-top: 1.75rem;
    transform: translateY(-180px);
}

.program-detail-lideranca .program-detail-content {
    width: min(1180px, 100%);
    padding-top: 5.5rem;
    transform: translateY(-50px);
}

.program-detail-projetos .program-detail-title-top {
    max-width: 980px;
    margin-inline: auto;
    font-size: clamp(3.8rem, 5.6vw, 6rem);
}

.program-detail-pace .program-detail-title-top {
    max-width: 980px;
    margin-inline: auto;
    font-size: clamp(3.8rem, 5.6vw, 6rem);
}

.program-detail-lideranca .program-detail-title-top {
    max-width: 980px;
    margin-inline: auto;
    font-size: clamp(3.8rem, 5.6vw, 6rem);
}

.program-detail-projetos .program-detail-title-bottom {
    font-size: clamp(4.2rem, 6.2vw, 6.6rem);
}

.program-detail-pace .program-detail-title-bottom {
    font-size: clamp(4.2rem, 6.2vw, 6.6rem);
}

.program-detail-lideranca .program-detail-title-bottom {
    font-size: clamp(4.2rem, 6.2vw, 6.6rem);
}

.program-detail-lideranca-badge {
    position: absolute;
    top: -6.2rem;
    right: 24%;
    width: clamp(116px, 10vw, 158px);
    height: auto;
    z-index: 2;
}

.program-audience {
    padding: 1rem 2rem 4rem;
    background-color: #000;
    overflow: hidden;
}

.program-audience-container {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 390px) minmax(520px, 1fr);
    align-items: end;
    justify-content: space-between;
    gap: 0;
}

.program-audience-copy {
    position: relative;
    z-index: 2;
    padding: 0 0 3rem 0.75rem;
}

.program-audience-heading {
    margin: 0 0 0.8rem;
    font-family: 'Franie Bold', 'Franie', sans-serif;
    font-size: clamp(1.9rem, 2.2vw, 2.5rem);
    line-height: 1;
    color: var(--primary-yellow);
}

.program-audience-text {
    margin: 0;
    font-family: 'Franie', sans-serif;
    font-size: 18pt;
    font-weight: 400;
    line-height: 1.08;
    color: var(--text-white);
    max-width: 370px;
}

.program-audience-text strong {
    font-family: 'Franie Bold', 'Franie', sans-serif;
}

.program-audience-copy-body {
    font-family: 'Franie', sans-serif;
    font-weight: 400;
}

.program-audience-line {
    width: 640px;
    max-width: none;
    height: 4px;
    margin-top: 2.4rem;
    background: linear-gradient(90deg, #ffc800 0%, #f4c300 58%, rgba(244, 195, 0, 0.28) 84%, rgba(244, 195, 0, 0) 100%);
}

.program-audience-media {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    min-height: 560px;
    overflow: hidden;
    margin-right: -150px;
}

.program-audience-image {
    display: block;
    width: 1300px;
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
}

.program-audience-projetos .program-audience-media {
    position: relative;
    z-index: 4;
    margin-right: 10px;
}

.program-audience-projetos .program-audience-image {
    width: 620px;
}

.program-audience-projetos .program-audience-copy {
    z-index: 3;
}

.program-audience-projetos .program-audience-text {
    max-width: 470px;
}

.program-audience-projetos .program-audience-line {
    position: relative;
    z-index: 0;
}

.program-audience-media-pace {
    min-height: 620px;
    align-items: end;
    justify-content: flex-end;
    margin-right: 0;
}

.program-audience-image-pace {
    width: 620px;
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
}

.program-learnings {
    position: relative;
    padding: 2rem 2rem 6rem;
    background:
        linear-gradient(180deg, #000000 0%, #000000 44%, rgba(35, 29, 5, 0.92) 62%, rgba(141, 109, 12, 0.95) 82%, #f1bf23 100%);
    overflow: hidden;
}

.program-learnings-container {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(430px, 620px) minmax(500px, 1fr);
    gap: 0;
    align-items: start;
}

.program-learnings-media {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    position: relative;
    z-index: 1;
    margin-left: -340px;
    margin-right: -300px;
    margin-top: -10rem;
}

.program-learnings-image {
    display: block;
    width: 1500px;
    max-width: none;
    height: auto;
    object-fit: contain;
}

.program-learnings-content {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    position: relative;
    z-index: 2;
    padding-top: 3rem;
}

.program-learnings-title {
    margin: 0 0 0.8rem;
    font-family: 'Franie Bold', 'Franie', sans-serif;
    font-size: clamp(2.1rem, 2.8vw, 3rem);
    line-height: 1;
    color: var(--primary-yellow);
}

.learning-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 96px;
    padding: 1.2rem 2rem 1.08rem 4.3rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 200, 0, 0.2);
    background: linear-gradient(135deg, #0a0d12 0%, #080b10 100%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.learning-item:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 200, 0, 0.34);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.36);
}

.learning-item-icon {
    position: absolute;
    left: -22px;
    top: 50%;
    width: 54px;
    height: 54px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 0;
    background: url('assets/SETABOLA.png') center/contain no-repeat;
    color: #101010;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 0;
    font-weight: 900;
    line-height: 0;
    box-shadow: none;
}

.learning-item-icon::before {
    content: none;
}

.learning-item-text {
    margin: 0;
    font-family: 'Franie', sans-serif;
    font-size: 12pt;
    line-height: 1.04;
    color: var(--text-white);
    text-align: left;
    max-width: 100%;
    text-wrap: balance;
}

.learning-item-text strong {
    font-family: 'Franie Bold', 'Franie', sans-serif;
}

.program-summary {
    position: relative;
    padding: 2rem 2rem 5rem;
    background-color: #000;
    background-image: url('assets/BG-PROG1.png');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
}

.program-summary::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(13, 18, 58, 0.28) 0%, rgba(13, 18, 58, 0.16) 24%, rgba(0, 0, 0, 0) 54%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.58) 100%);
    pointer-events: none;
}

.program-summary-container {
    position: relative;
    z-index: 1;
    width: min(860px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4.5rem;
    align-items: start;
    justify-content: center;
}

.summary-card {
    position: relative;
    min-height: 452px;
    max-width: 396px;
    margin: 0 auto;
    padding: 2.85rem 2.35rem 2.2rem;
    border: none;
    border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.98);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
    text-align: center;
    overflow: hidden;
}

.program-summary:not(.program-summary-lideranca) .summary-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.program-summary:not(.program-summary-lideranca) .program-summary-container {
    align-items: stretch;
    grid-auto-rows: 1fr;
}

.program-summary:not(.program-summary-projetos) .program-summary-container {
    align-items: stretch;
}

.program-summary:not(.program-summary-projetos) .summary-card {
    align-self: stretch;
}

.summary-card-format {
    background-image: none;
}

.summary-card-ideal {
    background-image: none;
}

.summary-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 200, 0, 0.9);
    border-radius: 22px;
    pointer-events: none;
}

.summary-card-format::before {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.45) 34%, rgba(0, 0, 0, 0.78) 46%, #000 56%, #000 100%);
    mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.45) 34%, rgba(0, 0, 0, 0.78) 46%, #000 56%, #000 100%);
}

.summary-card-ideal::before {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.45) 34%, rgba(0, 0, 0, 0.78) 46%, #000 56%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.45) 34%, rgba(0, 0, 0, 0.78) 46%, #000 56%, #000 100%);
}

.summary-card-title {
    margin: 0 0 1.6rem;
    font-family: 'Franie Bold', 'Franie', sans-serif;
    font-size: clamp(2.35rem, 2.8vw, 3rem);
    line-height: 1;
    color: var(--primary-yellow);
}

.summary-format-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 1.55rem;
}

.summary-format-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex: 0 0 auto;
}

.summary-format-text {
    margin: 0;
    font-family: 'Franie', sans-serif;
    font-size: 14pt;
    line-height: 0.98;
    color: var(--text-white);
    text-align: left;
}

.summary-format-text strong,
.summary-card-body strong {
    font-family: 'Franie Bold', 'Franie', sans-serif;
}

.summary-card-body {
    margin: 0;
    font-family: 'Franie', sans-serif;
    font-size: 14.5pt;
    line-height: 0.98;
    color: var(--text-white);
    text-align: center;
    max-width: 280px;
    margin-inline: auto;
}

.summary-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.55rem;
    margin-top: 1.7rem;
}

.summary-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.program-summary-lideranca .program-summary-container {
    width: min(1080px, 100%);
    grid-template-columns: 1fr;
    gap: 0;
}

.program-summary-lideranca .summary-card-lideranca-format {
    width: min(900px, 100%);
    max-width: 900px;
    min-height: 350px;
    margin: 0 auto;
    padding: 2.3rem 2.05rem 2.15rem;
    border-radius: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.program-summary-lideranca .summary-card-lideranca-format::before {
    border: 1px solid rgba(255, 200, 0, 0.84);
    border-radius: inherit;
    -webkit-mask-image: none;
    mask-image: none;
}

.program-summary-lideranca .summary-card-lideranca-format::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 185px;
    height: 108px;
    border-top-right-radius: inherit;
    pointer-events: none;
    background: radial-gradient(125% 125% at 100% 0%, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.74) 34%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0) 100%);
}

.program-summary-lideranca .summary-card-lideranca-format .summary-card-title {
    margin-bottom: 1.2rem;
    font-size: clamp(2.24rem, 2.72vw, 2.95rem);
}

.program-summary-lideranca .summary-card-lideranca-format .summary-format-meta {
    max-width: 760px;
    margin: 0 auto 1.25rem;
    justify-content: center;
    gap: 0.52rem;
}

.program-summary-lideranca .summary-card-lideranca-format .summary-format-icon {
    width: 34px;
    height: 34px;
}

.program-summary-lideranca .summary-card-lideranca-format .summary-format-text {
    text-align: center;
    font-size: clamp(0.98rem, 1.18vw, 1.08rem);
    line-height: 1.02;
}

.program-summary-lideranca .summary-card-lideranca-format .summary-card-body {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
    font-size: clamp(0.88rem, 1.02vw, 0.98rem);
    line-height: 1.06;
}

.program-summary-lideranca .summary-card-lideranca-ideal {
    margin-top: 5.2rem;
    min-height: 310px;
    padding: 2.1rem 2.05rem 1.95rem;
}

.program-summary-lideranca .summary-card-lideranca-ideal .summary-card-title {
    margin-bottom: 1rem;
}

.program-summary-lideranca .summary-card-lideranca-ideal .summary-card-body {
    max-width: 820px;
    font-size: clamp(0.95rem, 1.12vw, 1.08rem);
    line-height: 1.04;
}

.program-summary-lideranca .summary-card-lideranca-ideal .summary-icons {
    margin-top: 1.35rem;
    gap: 1.35rem;
}

.program-summary-lideranca .summary-card-lideranca-ideal .summary-icon {
    width: 44px;
    height: 44px;
}

.program-summary-lideranca .investment-models {
    width: min(980px, 100%);
    margin: 7.4rem auto 0;
    text-align: center;
}

.program-summary-lideranca .investment-models-title {
    margin: 0;
    font-family: 'Franie Bold', 'Franie', sans-serif;
    font-size: clamp(2.35rem, 3.1vw, 3.25rem);
    line-height: 1;
    color: var(--primary-yellow);
}

.program-summary-lideranca .investment-models-subtitle {
    margin: 0.18rem 0 0;
    font-family: 'Franie Bold', 'Franie', sans-serif;
    font-size: clamp(1.45rem, 1.95vw, 2rem);
    line-height: 1;
    color: var(--text-white);
}

.program-summary-lideranca .investment-cards {
    margin-top: 5.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.7rem;
    align-items: start;
}

.program-summary-lideranca .investment-card {
    position: relative;
    min-height: 260px;
    padding: 5rem 1.35rem 1.6rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(29, 32, 38, 0.96) 0%, rgba(20, 23, 28, 0.97) 100%);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.program-summary-lideranca .investment-card-ouro {
    border-color: rgba(255, 200, 0, 0.3);
}

.program-summary-lideranca .investment-card-prata {
    border-color: rgba(230, 233, 237, 0.25);
}

.program-summary-lideranca .investment-card-bronze {
    border-color: rgba(176, 124, 62, 0.35);
}

.program-summary-lideranca .investment-card-image {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 108px;
    height: 108px;
    transform: translateX(-50%);
    object-fit: contain;
    filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.38));
}

.program-summary-lideranca .investment-card-name {
    margin: 0 0 0.7rem;
    line-height: 1;
}

.program-summary-lideranca .investment-card-name strong {
    font-family: 'Franie Bold', 'Franie', sans-serif;
    font-size: clamp(1.78rem, 2.1vw, 2.3rem);
    color: var(--text-white);
}

.program-summary-lideranca .investment-card-text {
    margin: 0;
    font-family: 'Franie', sans-serif;
    font-size: clamp(0.98rem, 1.12vw, 1.16rem);
    line-height: 1.08;
    color: var(--text-white);
    text-wrap: balance;
}

.program-summary-lideranca .program-summary-cta {
    margin-top: 4.1rem;
}

.program-summary-cta {
    position: relative;
    z-index: 1;
    width: fit-content;
    margin: 2.5rem auto 0;
    text-align: center;
}

.program-summary-cta-text {
    margin: 0 0 0.45rem;
    font-family: 'Franie', sans-serif;
    font-size: 17pt;
    line-height: 1;
    color: var(--text-white);
}

.program-summary-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 380px;
    padding: 1rem 2.2rem 0.9rem;
    border-radius: 14px;
    background-color: var(--primary-yellow);
    color: #000;
    text-decoration: none;
    font-family: 'Franie ExtraBold', 'Franie', sans-serif;
    font-size: 17pt;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    body {
        padding-top: 78px;
    }

    .elementor-84 .elementor-element.elementor-element-2dc86a7 {
        padding: 0 16px;
    }

    .elementor-84 .elementor-element.elementor-element-38b8c0d {
        display: none;
    }
    
    .content-wrapper {
        margin-top: 8rem;
    }

    .title {
        font-size: 3rem;
    }
    
    .paragraphs {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .pace-grid {
        grid-template-columns: 1fr;
    }
    
    .pace-container {
        padding: 3rem 1.5rem;
    }
    
    .pace-title {
        font-size: 2.2rem;
    }
    
    .pace-title .highlight {
        font-size: 2.6rem;
    }

    .programs-section {
        padding: 1rem 1rem 5rem;
    }

    .programs-title {
        max-width: 560px;
        margin-bottom: 1.25rem;
    }

    .programs-title-bottom {
        font-size: clamp(2.2rem, 12vw, 3.4rem);
    }

    .programs-description {
        max-width: 92vw;
        margin-bottom: 2rem;
        font-size: clamp(1rem, 4.1vw, 1.2rem);
        line-height: 1.45;
    }

    .programs-slider {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .programs-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(250px, 80vw);
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 1.5rem;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .programs-grid-viewport {
        overflow: visible;
        padding-bottom: 0;
    }

    .programs-grid::-webkit-scrollbar {
        display: none;
    }

    .program-card {
        min-height: 220px;
        scroll-snap-align: center;
    }

    .program-card h3 {
        font-size: clamp(2.2rem, 9vw, 3rem);
    }

    .programs-arrow {
        display: none;
    }

    .program-detail {
        min-height: 78vh;
        padding: 3rem 1rem 3rem;
        background-position: center top;
    }

    .program-detail-label {
        font-size: clamp(1rem, 4.5vw, 1.2rem);
        letter-spacing: 0.16em;
        margin-bottom: 1.1rem;
    }

    .program-detail-title-top {
        font-size: clamp(2.3rem, 9vw, 3.6rem);
    }

    .program-detail-title-bottom {
        font-size: clamp(2.7rem, 10vw, 4.2rem);
    }

    .program-detail-projetos .program-detail-title-top {
        font-size: clamp(2.1rem, 8.4vw, 3.3rem);
        max-width: 100%;
    }

    .program-detail-pace .program-detail-title-top {
        font-size: clamp(2.1rem, 8.4vw, 3.3rem);
        max-width: 100%;
    }

    .program-detail-lideranca .program-detail-title-top {
        font-size: clamp(2.1rem, 8.4vw, 3.3rem);
        max-width: 100%;
    }

    .program-detail-projetos .program-detail-title-bottom {
        font-size: clamp(2.5rem, 9.8vw, 4rem);
    }

    .program-detail-pace .program-detail-title-bottom {
        font-size: clamp(2.5rem, 9.8vw, 4rem);
    }

    .program-detail-lideranca .program-detail-title-bottom {
        font-size: clamp(2.5rem, 9.8vw, 4rem);
    }

    .program-detail-projetos .program-detail-content {
        padding-top: 3.5rem;
    }

    .program-detail-pace .program-detail-content {
        padding-top: 1.5rem;
        transform: translateY(-100px);
    }

    .program-detail-lideranca .program-detail-content {
        padding-top: 2rem;
        transform: translateY(-52px);
    }

    .program-detail-projetos {
        background-position: center top;
    }

    .program-detail-pace {
        background-position: center top;
    }

    .program-detail-lideranca {
        background-position: center 8px;
    }

    .program-detail-lideranca-badge {
        top: -1.8rem;
        right: 5rem;
        width: clamp(98px, 24vw, 128px);
    }

    .program-audience {
        padding: 2rem 1rem 3rem;
    }

    .program-audience-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .program-audience-copy {
        padding: 0;
    }

    .program-audience-heading {
        font-size: clamp(1.8rem, 8vw, 2.6rem);
    }

    .program-audience-text {
        font-size: clamp(1rem, 4.6vw, 1.3rem);
        line-height: 1.03;
        max-width: none;
    }

    .program-audience-line {
        width: 100%;
        margin-top: 1.6rem;
    }

    .program-audience-media {
        min-height: auto;
        justify-content: center;
        margin-right: 0;
    }

    .program-audience-image {
        width: min(620px, 124%);
    }

    .program-audience-projetos .program-audience-media {
        margin-right: 0;
    }

    .program-audience-projetos .program-audience-image {
        width: min(420px, 92%);
    }

    .program-audience-media-pace {
        min-height: auto;
        margin-right: 0;
    }

    .program-audience-image-pace {
        width: min(420px, 92%);
        height: auto;
        object-position: center bottom;
    }

    .program-audience-projetos .program-audience-text {
        max-width: none;
    }

    .program-learnings {
        padding: 2rem 1rem 4rem;
    }

    .program-learnings-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .program-learnings-image {
        width: min(560px, 118%);
        max-width: none;
    }

    .program-learnings-title {
        text-align: center;
        font-size: clamp(1.9rem, 8vw, 2.5rem);
    }

    .learning-item {
        min-height: 72px;
        padding: 0.95rem 1rem 0.95rem 3rem;
    }

    .learning-item-icon {
        left: -8px;
        width: 40px;
        height: 40px;
        border: 0;
        font-size: 0;
    }

    .learning-item-icon::before {
        content: none;
    }

    .learning-item-text {
        font-size: clamp(0.95rem, 4vw, 1.08rem);
        line-height: 1.04;
        text-align: left;
    }

    .program-summary {
        padding: 2rem 1rem 3.5rem;
    }

    .program-summary-container {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .summary-card {
        min-height: auto;
        max-width: none;
        padding: 1.8rem 1.4rem 1.6rem;
    }

    .program-summary-lideranca .program-summary-container {
        gap: 0;
    }

    .program-summary-lideranca .summary-card-lideranca-format {
        width: min(620px, 100%);
        max-width: 620px;
        padding: 1.02rem 0.78rem 0.9rem;
        border-radius: 20px;
    }

    .program-summary-lideranca .summary-card-lideranca-format::after {
        width: 126px;
        height: 76px;
    }

    .program-summary-lideranca .summary-card-lideranca-format .summary-card-title {
        margin-bottom: 0.56rem;
        font-size: clamp(1.7rem, 6.95vw, 2.15rem);
        line-height: 0.96;
    }

    .program-summary-lideranca .summary-card-lideranca-format .summary-format-meta {
        max-width: 100%;
        gap: 0.4rem;
        margin-bottom: 0.54rem;
    }

    .program-summary-lideranca .summary-card-lideranca-format .summary-format-icon {
        width: 20px;
        height: 20px;
    }

    .program-summary-lideranca .summary-card-lideranca-format .summary-format-text {
        font-size: clamp(0.82rem, 3.2vw, 0.94rem);
        line-height: 1.02;
    }

    .program-summary-lideranca .summary-card-lideranca-format .summary-card-body {
        max-width: 100%;
        font-size: clamp(0.76rem, 2.95vw, 0.9rem);
        line-height: 1.02;
    }

    .program-summary-lideranca .summary-card-lideranca-ideal {
        margin-top: 3.7rem;
        min-height: auto;
        padding: 1.2rem 0.86rem 1rem;
    }

    .program-summary-lideranca .summary-card-lideranca-ideal .summary-card-title {
        margin-bottom: 0.68rem;
        font-size: clamp(1.82rem, 7.3vw, 2.22rem);
    }

    .program-summary-lideranca .summary-card-lideranca-ideal .summary-card-body {
        font-size: clamp(0.82rem, 3.35vw, 0.96rem);
        line-height: 1.04;
    }

    .program-summary-lideranca .summary-card-lideranca-ideal .summary-icons {
        margin-top: 1rem;
        gap: 1rem;
    }

    .program-summary-lideranca .summary-card-lideranca-ideal .summary-icon {
        width: 36px;
        height: 36px;
    }

    .program-summary-lideranca .investment-models {
        margin-top: 5.6rem;
    }

    .program-summary-lideranca .investment-models-title {
        font-size: clamp(2rem, 8vw, 2.6rem);
    }

    .program-summary-lideranca .investment-models-subtitle {
        font-size: clamp(1.15rem, 5vw, 1.45rem);
        line-height: 1.04;
    }

    .program-summary-lideranca .investment-cards {
        margin-top: 4.2rem;
        grid-template-columns: 1fr;
        gap: 2.9rem;
    }

    .program-summary-lideranca .investment-card {
        min-height: auto;
        max-width: 340px;
        margin: 0 auto;
        padding: 4.35rem 1rem 1.3rem;
        border-radius: 22px;
    }

    .program-summary-lideranca .investment-card-image {
        width: 96px;
        height: 96px;
        top: -44px;
    }

    .program-summary-lideranca .investment-card-name strong {
        font-size: clamp(1.7rem, 7.4vw, 2.05rem);
    }

    .program-summary-lideranca .investment-card-text {
        font-size: clamp(0.92rem, 3.95vw, 1.04rem);
        line-height: 1.08;
    }

    .program-summary-lideranca .program-summary-cta {
        margin-top: 3.2rem;
    }

    .summary-card-title {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .summary-format-text,
    .summary-card-body,
    .program-summary-cta-text {
        font-size: clamp(1rem, 4.4vw, 1.15rem);
    }

    .program-summary-cta-button {
        min-width: 100%;
        width: 100%;
        font-size: clamp(1rem, 4.4vw, 1.2rem);
    }

    .program-testimonial {
        padding: 2rem 1rem 3.5rem;
    }

    .program-testimonial-wrap {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .program-testimonial-card {
        min-height: auto;
        padding: 1.8rem 1.4rem 1.6rem;
        border-radius: 22px;
    }

    .program-testimonial-text {
        font-size: clamp(1.05rem, 4.5vw, 1.25rem);
        line-height: 1.08;
    }

    .program-testimonial-author {
        font-size: clamp(1rem, 4.4vw, 1.15rem);
    }

    .program-testimonial-arrow {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .programs-slider {
        grid-template-columns: 28px minmax(0, 1fr) 28px;
    }

    .programs-grid {
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - (2 * 0.9rem)) / 3);
        gap: 0.9rem;
    }

    .program-card h3 {
        font-size: clamp(2.2rem, 3.6vw, 3rem);
    }

    .program-card-cta {
        min-width: 164px;
        font-size: 0.9rem;
    }

    .programs-title-line {
        white-space: nowrap;
    }

    .program-detail-title-top {
        font-size: clamp(3.4rem, 6vw, 4.8rem);
    }

    .program-detail-title-bottom {
        font-size: clamp(3.8rem, 6.4vw, 5.4rem);
    }

    .program-detail-projetos .program-detail-title-top {
        font-size: clamp(3rem, 4.9vw, 4.5rem);
    }

    .program-detail-pace .program-detail-title-top {
        font-size: clamp(3rem, 4.9vw, 4.5rem);
    }

    .program-detail-lideranca .program-detail-title-top {
        font-size: clamp(3rem, 4.9vw, 4.5rem);
    }

    .program-detail-projetos .program-detail-title-bottom {
        font-size: clamp(3.5rem, 5.6vw, 5rem);
    }

    .program-detail-pace .program-detail-title-bottom {
        font-size: clamp(3.5rem, 5.6vw, 5rem);
    }

    .program-detail-lideranca .program-detail-title-bottom {
        font-size: clamp(3.5rem, 5.6vw, 5rem);
    }

    .program-detail-projetos .program-detail-content {
        padding-top: 6rem;
    }

    .program-detail-pace .program-detail-content {
        padding-top: 2.25rem;
        transform: translateY(-140px);
    }

    .program-detail-lideranca .program-detail-content {
        padding-top: 4.4rem;
        transform: translateY(-70px);
    }

    .program-detail-projetos {
        background-position: center -200px;
    }

    .program-detail-pace {
        background-position: center center;
    }

    .program-detail-lideranca {
        background-position: center -120px;
    }

    .program-detail-lideranca-badge {
        top: -2.9rem;
        right: 22%;
        width: clamp(108px, 10vw, 146px);
    }

    .program-audience-container {
        grid-template-columns: minmax(250px, 330px) minmax(420px, 1fr);
        gap: 0;
    }

    .program-audience-text {
        font-size: clamp(1rem, 1.6vw, 1.25rem);
    }

    .program-audience-media {
        margin-right: -80px;
    }

    .program-audience-image {
        width: 720px;
    }

    .program-audience-projetos .program-audience-media {
        margin-right: 0;
    }

    .program-audience-projetos .program-audience-image {
        width: 500px;
    }

    .program-audience-image-pace {
        width: 500px;
        height: auto;
        object-position: right bottom;
    }

    .program-audience-projetos .program-audience-text {
        max-width: 420px;
    }

    .program-learnings-container {
        grid-template-columns: minmax(340px, 500px) minmax(420px, 1fr);
        gap: 0;
    }

    .program-learnings-image {
        width: 980px;
    }

    .learning-item-text {
        font-size: clamp(0.74rem, 0.94vw, 0.86rem);
    }

    .program-summary-container {
        width: min(760px, 100%);
        gap: 2rem;
    }

    .program-summary-lideranca .program-summary-container {
        width: min(980px, 100%);
        gap: 0;
    }

    .program-summary-lideranca .summary-card-lideranca-format {
        width: min(860px, 100%);
        max-width: 860px;
        min-height: 320px;
        padding: 2.05rem 1.68rem 1.85rem;
    }

    .program-summary-lideranca .summary-card-lideranca-format::after {
        width: 150px;
        height: 92px;
    }

    .program-summary-lideranca .summary-card-lideranca-format .summary-card-title {
        font-size: clamp(1.95rem, 2.45vw, 2.35rem);
    }

    .program-summary-lideranca .summary-card-lideranca-format .summary-format-text {
        font-size: clamp(0.86rem, 0.96vw, 0.94rem);
    }

    .program-summary-lideranca .summary-card-lideranca-format .summary-card-body {
        font-size: clamp(0.8rem, 0.88vw, 0.88rem);
    }

    .program-summary-lideranca .summary-card-lideranca-ideal {
        margin-top: 4.4rem;
        min-height: 280px;
        padding: 1.85rem 1.65rem 1.6rem;
    }

    .program-summary-lideranca .summary-card-lideranca-ideal .summary-card-body {
        font-size: clamp(0.86rem, 0.97vw, 0.95rem);
    }

    .program-summary-lideranca .summary-card-lideranca-ideal .summary-icons {
        margin-top: 1.15rem;
        gap: 1.1rem;
    }

    .program-summary-lideranca .summary-card-lideranca-ideal .summary-icon {
        width: 38px;
        height: 38px;
    }

    .program-summary-lideranca .investment-models {
        margin-top: 6.1rem;
    }

    .summary-card {
        min-height: 392px;
        max-width: 360px;
        padding: 2.2rem 1.65rem 1.85rem;
    }

    .program-summary-lideranca .investment-cards {
        margin-top: 4.2rem;
        gap: 1.1rem;
    }

    .summary-card-body {
        font-size: clamp(0.95rem, 1.12vw, 1.02rem);
    }

    .summary-format-text {
        font-size: clamp(0.9rem, 1.05vw, 0.98rem);
    }

    .program-summary-lideranca .investment-card {
        min-height: 228px;
        border-radius: 20px;
        padding: 4.35rem 1rem 1.25rem;
    }

    .program-summary-lideranca .investment-card-image {
        width: 94px;
        height: 94px;
        top: -42px;
    }

    .program-summary-lideranca .investment-card-name strong {
        font-size: clamp(1.48rem, 1.8vw, 1.88rem);
    }

    .program-summary-lideranca .investment-card-text {
        font-size: clamp(0.84rem, 0.95vw, 0.92rem);
        line-height: 1.07;
    }

    .program-summary-lideranca .program-summary-cta {
        margin-top: 3.4rem;
    }

    .program-summary-cta-button {
        min-width: 330px;
        font-size: clamp(1rem, 1.35vw, 1.1rem);
    }

    .program-testimonial-wrap {
        width: min(920px, 100%);
        grid-template-columns: 44px minmax(0, 1fr) 44px;
    }

    .program-testimonial-card {
        min-height: 300px;
        padding: 2.4rem 2.4rem 2rem;
    }

    .program-testimonial-text {
        font-size: clamp(1rem, 1.55vw, 1.2rem);
    }

    .program-testimonial-author {
        font-size: clamp(0.98rem, 1.4vw, 1.1rem);
    }
}

@media (min-width: 769px) {
    .program-summary:not(.program-summary-projetos) .summary-card {
        min-height: 452px;
        height: 452px;
    }

    .program-summary:not(.program-summary-projetos) .summary-card-format {
        padding-top: 2.35rem;
        padding-bottom: 2.55rem;
    }
}

.program-testimonial {
    position: relative;
    padding: 2rem 2rem 5rem;
    background-color: #000;
    background-image: url('assets/BG-PROG1.png');
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
}

.program-testimonial::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(12, 18, 58, 0.24) 0%, rgba(12, 18, 58, 0.08) 26%, rgba(0, 0, 0, 0) 58%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.58) 100%);
    pointer-events: none;
}

.program-testimonial-wrap {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    gap: 1rem;
    align-items: center;
}

.program-testimonial-card {
    position: relative;
    min-height: 346px;
    padding: 3rem 4.2rem 2.6rem;
    border-radius: 28px;
    background: #14191f;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.program-testimonial-card.is-switching-out {
    opacity: 0;
    transform: translateY(14px);
}

.program-testimonial-card.is-switching-in {
    animation: programTestimonialFadeIn 0.36s ease;
}

.program-testimonial-item[hidden] {
    display: none !important;
}

.program-testimonial-text {
    margin: 0 0 2rem;
    font-family: 'Franie', sans-serif;
    font-size: 19pt;
    line-height: 1.18;
    color: var(--text-white);
}

.program-testimonial-author {
    margin: 0;
    font-family: 'Franie Bold', 'Franie', sans-serif;
    font-size: 18pt;
    line-height: 1;
    color: var(--text-white);
}

.program-testimonial-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: linear-gradient(180deg, #ffd648 0%, #ffc800 100%);
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(255, 200, 0, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
}

.program-testimonial-arrow:hover {
    transform: scale(1.06);
    box-shadow: 0 10px 22px rgba(255, 200, 0, 0.32);
}

.program-testimonial-arrow svg {
    width: 18px;
    height: 18px;
    display: block;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    pointer-events: none;
}

.program-testimonial-arrow:disabled {
    cursor: default;
    opacity: 0.6;
    box-shadow: 0 6px 14px rgba(255, 200, 0, 0.16);
    transform: none;
}

@keyframes programTestimonialFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program-divider {
    height: 6px;
    background:
        linear-gradient(90deg, rgba(255, 200, 0, 0.98) 0%, rgba(255, 200, 0, 0.98) 56%, rgba(255, 200, 0, 0.42) 78%, rgba(255, 200, 0, 0) 100%);
}

.program-comparison {
    position: relative;
    overflow: hidden;
    padding: clamp(0.8rem, 2vw, 1.6rem) 1rem clamp(3.2rem, 5.4vw, 4.5rem);
    background: #000;
}

.program-comparison::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -230px;
    width: min(960px, 82vw);
    aspect-ratio: 1 / 1;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(68, 72, 80, 0.26) 0%, rgba(52, 56, 64, 0.2) 56%, rgba(0, 0, 0, 0) 78%);
    pointer-events: none;
}

.program-comparison-container {
    position: relative;
    z-index: 1;
    width: min(1060px, 100%);
    margin: 0 auto;
}

.program-comparison-intro {
    margin: 0;
    text-align: center;
    font-family: 'Franie', sans-serif;
    font-size: clamp(1rem, 1.6vw, 1.45rem);
    line-height: 1.04;
    color: var(--text-white);
    text-wrap: balance;
}

.program-comparison-table-wrap {
    margin-top: clamp(1.2rem, 2vw, 1.8rem);
    overflow-x: auto;
    padding-bottom: 0.3rem;
}

.program-comparison-table {
    width: min(980px, 100%);
    min-width: 840px;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
    background: rgba(0, 0, 0, 0.72);
}

.program-comparison-table th,
.program-comparison-table td {
    border: 1px solid rgba(255, 255, 255, 0.78);
    width: 25%;
    padding: 0.54rem 0.48rem;
    color: var(--text-white);
    vertical-align: middle;
    text-align: center;
}

.program-comparison-table th {
    background: rgba(41, 41, 41, 0.94);
    text-transform: uppercase;
    font-family: 'Franie ExtraBold', 'Franie', sans-serif;
    font-size: 0.64rem;
    line-height: 1.12;
    letter-spacing: 0.01em;
}

.program-comparison-table td {
    font-family: 'Franie', sans-serif;
    font-size: clamp(0.76rem, 0.86vw, 0.9rem);
    line-height: 1.18;
    overflow-wrap: anywhere;
}

.program-comparison-table thead tr {
    height: 1.95rem;
}

.program-comparison-table tbody tr {
    height: clamp(8rem, 14.8vw, 10.6rem);
}

@media (max-width: 768px) {
    .program-comparison {
        padding: 0.5rem 1rem 3.2rem;
    }

    .program-comparison::before {
        bottom: -150px;
        width: 760px;
    }

    .program-comparison-intro {
        font-size: clamp(0.92rem, 4.4vw, 1.12rem);
    }

    .program-comparison-table {
        width: 100%;
        min-width: 620px;
    }

    .program-comparison-table th {
        font-size: 0.64rem;
    }

    .program-comparison-table td {
        font-size: 0.74rem;
        line-height: 1.14;
    }

    .program-comparison-table tbody tr {
        height: 7.8rem;
    }
}

.journey-closing {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 7.2vw, 7rem) 0 clamp(0.5rem, 1.2vw, 1rem);
    background: #000;
}

.journey-closing::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.44) 50%, rgba(0, 0, 0, 0.92) 100%);
    pointer-events: none;
}

.journey-closing-glow {
    position: relative;
    z-index: 1;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    height: clamp(210px, 26vw, 320px);
    margin: 0 0 clamp(4.1rem, 6.5vw, 5.8rem);
    transform: translateX(-50%);
}

.journey-closing-glow::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 200, 0, 0) 0%,
        rgba(255, 200, 0, 0.07) 22%,
        rgba(255, 200, 0, 0.34) 38%,
        rgba(255, 200, 0, 0.98) 50%,
        rgba(255, 200, 0, 0.34) 62%,
        rgba(255, 200, 0, 0.07) 78%,
        rgba(255, 200, 0, 0) 100%
    );
}

.journey-closing-glow::after {
    content: '';
    position: absolute;
    inset: -8% 0;
    background: linear-gradient(
        180deg,
        rgba(255, 200, 0, 0) 0%,
        rgba(255, 200, 0, 0.12) 24%,
        rgba(255, 200, 0, 0.4) 40%,
        rgba(255, 200, 0, 0.72) 50%,
        rgba(255, 200, 0, 0.4) 60%,
        rgba(255, 200, 0, 0.12) 76%,
        rgba(255, 200, 0, 0) 100%
    );
    filter: blur(20px);
    opacity: 1;
}

.journey-closing-title {
    position: relative;
    z-index: 1;
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 0.92;
}

.journey-closing-title-top,
.journey-closing-title-bottom {
    display: block;
    font-family: 'Agharti Bold Semi Condensed', sans-serif;
}

.journey-closing-title-top {
    color: #f5f5f5;
    font-size: clamp(3rem, 6vw, 5.6rem);
}

.journey-closing-title-bottom {
    color: var(--primary-yellow);
    font-size: clamp(3.5rem, 7vw, 6.7rem);
}

@media (max-width: 768px) {
    .journey-closing {
        padding: 3.2rem 0 0.5rem;
    }

    .journey-closing-glow {
        height: 170px;
        margin-bottom: 2.6rem;
    }

    .journey-closing-title {
        line-height: 0.94;
    }

    .journey-closing-title-top {
        font-size: clamp(2.3rem, 11vw, 3.2rem);
    }

    .journey-closing-title-bottom {
        font-size: clamp(2.6rem, 12vw, 3.7rem);
    }
}

.mentoria-footer {
    position: relative;
    background: #000;
    padding: 1.2rem 1rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mentoria-footer-container {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mentoria-footer-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.mentoria-footer-logo {
    width: clamp(154px, 14.5vw, 198px);
    height: auto;
    display: block;
}

.mentoria-footer-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mentoria-footer-social-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    font-size: 0.95rem;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.mentoria-footer-social-link:hover {
    transform: translateY(-1px);
    background: var(--primary-yellow);
}

@media (max-width: 768px) {
    .mentoria-footer {
        padding: 1.2rem 1rem 1.7rem;
    }

    .mentoria-footer-container {
        justify-content: center;
        flex-direction: column;
        gap: 0.95rem;
    }

    .mentoria-footer-logo {
        width: 150px;
    }

    .mentoria-footer-social {
        gap: 0.62rem;
    }
}
