/* Botão CTA final (classe específica para remover dependência de inline) */
.cta-matricula-btn {
    background-color: #ffb612;
    color: #000 !important;
    padding: 10px 22px;
    border-radius: 999px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
    transition: background-color 0.2s, transform 0.15s;
    margin-top: 8px;
    width: auto;
    max-width: 100%;
    box-shadow: none;
    border: none;
    display: inline-block;
}

.cta-matricula-btn:hover {
    background-color: #e5a210;
    color: #000 !important;
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .cta-matricula-btn {
        padding: 8px 16px;
        font-size: 11px !important;
    }
}

@media (max-width: 750px) {
    .cta-matricula-btn {
        padding: 7px 20px;
        font-size: 11px !important;
        white-space: normal;
    }
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Futura PT Bold';
    src: url('futura/futura-pt-bold.woff2') format('woff2'),
        url('futura/futura-pt-bold.woff') format('woff'),
        url('futura/futura-pt-bold.ttf') format('truetype'),
        url('futura/futura-pt-bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.body-lp h1,
.body-lp h2,
.body-lp h3,
.body-lp h4,
.section-title {
    font-family: 'Futura PT Bold', sans-serif !important;
    color: #000;
    font-weight: 900;
}


body {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: "DM Sans", sans-serif !important;
    overflow-x: hidden;
}

::selection {
    background-color: #ffb612;
    color: #000;
}

::-moz-selection {
    background-color: #ffb612;
    color: #000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


#header-lp {
    font-family: "DM Sans", sans-serif;
    padding: 0;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
}

.header-logo-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}

.logo {
    width: 128px;
    height: auto;
    transition: opacity 0.2s;
}

.logo:hover {
    opacity: 0.85;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

#header-lp .header-nav a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    transition: color 0.2s;
    white-space: nowrap;
}

#header-lp .header-nav a:hover {
    color: #ffb612;
}

.header-cta {
    background-color: #ffb612;
    color: #000 !important;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
    transition: background-color 0.2s, transform 0.15s;
}

.header-cta:hover {
    background-color: #e5a210;
    color: #000 !important;
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .header-nav {
        gap: 16px;
    }

    #header-lp .header-nav a {
        font-size: 12px;
    }

    .header-cta {
        padding: 8px 16px;
        font-size: 11px !important;
    }
}

@media (max-width: 750px) {
    .header-container {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .logo {
        width: 64px;
    }

    .header-nav {
        gap: 10px;
    }

    #header-lp .header-nav a {
        font-size: 10px;
        letter-spacing: 0;
    }

    .header-cta {
        padding: 7px 12px;
        font-size: 9px !important;
    }
}

.banner {
    background-color: #000;
}

.section-banner {
    background-color: #000;
}

#heroCarousel {
    position: relative;
    background-color: #000;
}

#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
    background-color: #000;
}

/* Controles: setas + dots (padrão produtos-e-servicos) */
.hero-carousel-controls {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 224px;
    max-width: calc(100% - 32px);
}

.hero-carousel-arrow {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease;
}

.hero-carousel-arrow:hover {
    background: rgba(255, 255, 255, 0.35);
}

.hero-carousel-arrow:focus-visible {
    outline: 2px solid #ffb612;
    outline-offset: 2px;
}

.hero-carousel-indicators {
    position: static;
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    flex: 0 0 auto;
    text-indent: 0;
    transition: background-color 0.25s ease, flex 0.25s ease, width 0.25s ease, border-radius 0.25s ease;
}

.hero-carousel-indicators .active {
    background-color: #ffb612;
    border-radius: 999px;
    flex: 1 1 auto;
    width: auto;
}

@media (max-width: 767px) {
    .hero-carousel-controls {
        bottom: 20px;
        width: 200px;
        gap: 12px;
    }

    .hero-carousel-arrow {
        width: 40px;
        height: 40px;
    }

    .hero-carousel-arrow svg {
        width: 20px;
        height: 20px;
    }
}

/* ── Banner CTA – base compartilhada ── */
.banner-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 50;
    background-color: #ffb612;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    border-radius: 999px;
    font-family: "DM Sans", sans-serif;
    transition: background 0.2s, color 0.2s;
}

.banner-cta:hover {
    background-color: #e6a310;
    color: #000;
}

/* ── 1º banner: posição original ── */
.banner-cta-desktop {
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    padding: 12px 60px;
    font-size: 20px;
}

.banner-cta-mobile {
    left: 50%;
    transform: translateX(-50%);
    bottom: 17%;
    padding: 9px 20px;
    font-size: 15px;
    min-width: 140px;
}

/* ── 2º banner: posição própria ── */
.banner-segundo-cta-desktop {
    left: 20%;
    transform: translateX(-50%);
    bottom: 8%;
    padding: 12px 60px;
    font-size: 20px;
}

.banner-segundo-cta-mobile {
    left: 50%;
    transform: translateX(-50%);
    bottom: 25%;
    padding: 9px 20px;
    font-size: 15px;
    min-width: 140px;
}

/* ── Show/hide por breakpoint ── */
.banner-cta-desktop,
.banner-segundo-cta-desktop {
    display: none;
}

.banner-cta-mobile,
.banner-segundo-cta-mobile {
    display: none;
}

@media (min-width: 768px) {
    .banner-cta-desktop,
    .banner-segundo-cta-desktop {
        display: inline-flex;
    }

    .banner-cta-mobile,
    .banner-segundo-cta-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner-cta-desktop,
    .banner-segundo-cta-desktop {
        display: none;
    }

    .banner-cta-mobile,
    .banner-segundo-cta-mobile {
        display: inline-flex;
    }
}

/* ── Banner desktop ── */
@media (min-width: 768px) {
    .banner {
        position: relative;
        overflow: hidden;
        max-width: 1500px;
        margin: 0 auto;
        aspect-ratio: 2857 / 1181;
        /* proporção real da bannerSalvador.png (2857x1181) — evita recorte lateral */
    }


    .banner picture,
    .banner img {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .banner img {
        object-fit: cover;
        object-position: center;
    }

    .banner:not(.banner--offer)::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 30;
        pointer-events: none;
        background: linear-gradient(to right,
                rgba(0, 0, 0, 0.98) 2%,
                rgba(0, 0, 0, 0.86) 6%,
                rgba(0, 0, 0, 0.45) 13%,
                rgba(0, 0, 0, 0) 17%),
            linear-gradient(to left,
                rgba(0, 0, 0, 0.98) 7%,
                rgba(0, 0, 0, 0.86) 9%,
                rgba(0, 0, 0, 0.45) 14%,
                rgba(0, 0, 0, 0) 17%),
            linear-gradient(to bottom,
                rgba(0, 0, 0, 0.78) 0%,
                rgba(0, 0, 0, 0.45) 0%,
                rgba(0, 0, 0, 0) 2%);
    }

    /* 2º slide: sombreamento próprio (mais curto nas laterais) */
    .banner--offer::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 30;
        pointer-events: none;
        background:
            linear-gradient(to right,
                rgba(0, 0, 0, 0.98) 1%,
                rgba(0, 0, 0, 0.86) 2%,
                rgba(0, 0, 0, 0.45) 4.9%,
                rgba(0, 0, 0, 0) 8%),
            linear-gradient(to left,
                rgba(0, 0, 0, 0.98) 0.5%,
                rgba(0, 0, 0, 0.86) 3%,
                rgba(0, 0, 0, 0.45) 8%,
                rgba(0, 0, 0, 0) 15%),
            linear-gradient(to bottom,
                rgba(0, 0, 0, 0.78) 0%,
                rgba(0, 0, 0, 0.45) 0%,
                rgba(0, 0, 0, 0) 2%);
    }
}

.banner::after {
    content: none;
}

/* ── Banner mobile ── */
@media (max-width: 767px) {
    .banner {
        position: relative;
        aspect-ratio: 828 / 1197;
        /* proporção real da bannerMobileSalvador.png */
        overflow: hidden;
    }

    .banner picture,
    .banner img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .banner img {
        object-fit: cover;
        object-position: center;
    }

    .banner:not(.banner--offer)::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 30;
        pointer-events: none;
    }

    /* 2º slide: sem overlay no mobile */
    .banner--offer::before {
        content: none;
        background: none;
    }
}

.faixa-amarela {
    background-color: #ffb612;
    padding: 0 !important;
}

.faixa-amarela .container,
.faixa-amarela .row {
    height: 148px;
}

.faixa-amarela .row {
    row-gap: 0;
}

.faixa-amarela .info-item {
    padding: 0;
    gap: 9px;
}


.faixa-amarela small {
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 0 !important;
    display: block;
}

.faixa-amarela .font-43 {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 43px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.3px;
}

.faixa-amarela .font-26 {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.faixa-amarela p {
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.05;
}

.faixa-amarela .largadas-value {
    color: #000;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 26.172px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media (max-width: 800px) {
    .faixa-amarela {
        padding-top: 20px !important;
        padding-bottom: 16px !important;
    }

    .faixa-amarela .container,
    .faixa-amarela .row {
        height: auto;
    }

    /* Remove separador lateral no mobile */
    .faixa-amarela .col-md-3+.col-md-3 {
        border-left: none;
    }

    .faixa-amarela .info-item {
        gap: 10px;
        padding: 10px 0;
    }

    .faixa-amarela .font-43 {
        font-size: 30px;
        line-height: 0.98;
        margin-bottom: 0;
    }

    .faixa-amarela .font-26 {
        font-size: 20px;
        line-height: 1.05;
    }

    .faixa-amarela .largadas-value {
        font-size: 20px;
        line-height: 1.05;
    }

    .faixa-amarela small {
        font-size: 13px;
        margin-bottom: 8px !important;
    }

    .faixa-preta-mobile {
        background-color: rgba(0, 0, 0, 0.15);
        width: 90%;
        height: 1px;
        margin: 12px auto;
    }
}

/* Seção Chamada Principal */
.body-lp {
    background-image: url('img/arte.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center -80px;
}

@media (max-width: 750px) {
    .body-lp {
        background-image: url('img/arte-mobile.png');
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
}

.hero-smartfit,
.vem-correr,
#kit-atleta,
.percursos {
    background-color: transparent;
}

.hero-smartfit h1 {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: 'Futura PT Bold', 'Futura', sans-serif;
    font-size: 56.783px;
    font-style: normal;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0px;
    text-transform: uppercase;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.body-lp h5,
.body-lp h6 {
    font-family: 'Futura PT Bold', sans-serif !important;
    color: #000;
    font-weight: 900;
}

.hero-smartfit p {
    color: #000;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.hero-smartfit a:not(.offer-cta):not(.offer-fine a) {
    font-size: 22px;
    padding: 12px 50px;
}

.hero-smartfit .btn-sou-aluno {
    padding: 12px 90px;
}

.hero-smartfit .offer-card p,
.hero-smartfit .offer-label,
.hero-smartfit .offer-sub,
.hero-smartfit .offer-body,
.hero-smartfit .offer-fine,
.hero-smartfit .offer-tag {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: inherit;
    line-height: inherit;
}

.hero-smartfit .offer-tag {
    font-size: 11px;
    text-align: center;
}

.hero-smartfit .offer-cta {
    font-size: 16px !important;
    padding: 14px 24px !important;
}

.hero-smartfit small {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.hero-smartfit small a {
    font-size: 14px;
    padding: 0;
    color: #000;
    text-decoration: underline;
}

.texto-justificado {
    text-align: center;
    text-align-last: auto;
}

@media (max-width: 750px) {
    .hero-smartfit h1 {
        font-size: 28px;
        line-height: 1.1;
    }

    .hero-smartfit p {
        font-size: 17px;
        line-height: 1.45;
        margin-top: 5px !important;
    }

    .texto-justificado {
        text-align: center;
        text-align-last: unset;
        /* remove centralização forçada da última linha */
    }

    .hero-smartfit a:not(.offer-cta):not(.offer-fine a) {
        font-size: 15px;
        padding: 10px 30px;
    }

    .hero-smartfit .btn-sou-aluno {
        padding: 10px 47px;
    }

    .hero-smartfit .offer-cta {
        font-size: 15px !important;
        padding: 14px 20px !important;
    }

    .hero-smartfit .botao-kit {
        flex-direction: column;
        align-items: center;
        gap: 12px !important;
    }

    .hero-smartfit .botao-kit a {
        width: 80%;
        text-align: center;
        white-space: nowrap;
    }
}


.linha-central {
    height: 2px;
    width: 100%;
    max-width: 938px;
    margin: 0 auto;
    background-color: #ffb612;
}

@media (max-width: 750px) {
    .linha-central {
        margin-left: 35px;
        margin-right: 35px;
        width: auto;
    }
}

/* Seção: VEM CORRER COM A GENTE */
.vem-correr {
    position: relative;
}

.vem-correr h2 {
    text-transform: uppercase;
    font-family: 'Futura PT Bold', 'Futura', sans-serif;
    font-size: 56.783px;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.vem-correr-linha {
    height: 3px;
    background-color: #ffb612;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.vem-correr-linha-top {
    margin-bottom: 50px;
}

.vem-correr-linha-bottom {
    margin-top: 50px;
}

.vem-correr-subtitle {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 1.4;
}

.vem-correr-card {
    background-color: #F2F2F2;
    border-radius: 16px;
    padding: 22px;
}

.vem-correr-card-title {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #111;
}

.vem-correr-card-text {
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a1a;
}

@media (max-width: 750px) {
    .vem-correr-linha-top {
        margin-bottom: 30px;
    }

    .vem-correr-linha-bottom {
        margin-top: 30px;
    }

    .vem-correr-card {
        padding: 18px;
        text-align: center;
    }

    .vem-correr-card-title {
        text-align: center;
    }

    .vem-correr-card-text {
        text-align: center;
    }
}

/* 
.hero-container {
    width: 60%;
} */

.titulo-img {
    width: 85%;
}

@media (max-width: 867px) {
    .hero-container {
        width: 95%;
        /* aumenta largura no mobile */
    }

    .titulo-img {
        width: 90%;
        /* aumenta largura do título no mobile */
    }
}

/*Seção Kit do Atleta*/

.body-lp h1,
.body-lp h2 {
    font-size: 54px;
}

@media screen and (max-width: 750px) {

    .body-lp h1,
    .body-lp h2 {
        font-size: 19px;
    }

    .vem-correr h2,
    .titulo-kit-atleta h2 {
        font-size: 28px !important;
        line-height: 1.1;
    }

    .body-lp #kit-atleta p {
        font-size: 11px;
    }

    .body-lp p {
        font-size: 14px;
    }

}

/* Faixa Desktop */
.faixa-cinza-desktop {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 900px;
    max-width: 100%;
    z-index: 1;
    background-color: #F2F2F2;
}

/* Faixa Mobile */
.faixa-cinza-mobile {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 75%;
    border-radius: 20px;
    z-index: 1;
    background-color: #F2F2F2;
}

.rodape-kit-desktop {
    font-size: 12px;
    display: flex;
    justify-content: center;
}

@media (min-width: 892px) {
    .rodape-kit-desktop {
        margin-top: -50px!important;
        margin-left: 20px;
        justify-content: start;
    }
}


.faixa-cinza-texto h3 {
    font-size: 30px;
    text-transform: uppercase;
}

.faixa-cinza-texto p {
    font-size: 17px;
}

.faixa-cinza-texto a {
    font-size: 13px;
    border-radius: 20px;
    background-color: #FFB612;
    color: #000;
    padding: 5px 40px;
}

.faixa-cinza-texto a:hover {
    background-color: #000;
    color: #fff;
}

/* Mobile styles */
@media (max-width: 992px) {

    .faixa-cinza-desktop {
        display: none;
    }

    .faixa-cinza-mobile {
        display: block;
    }

    /* .faixa-cinza-texto {
        padding: 20px 50px;
    } */

    .faixa-cinza-texto h3 {
        font-size: 17px;
    }

    .faixa-cinza-texto p {
        font-size: 13px;
        padding: 0 45px;
    }
}

/*--------------------------------*/
/*  RESGATE SECTION               */
/*--------------------------------*/
.resgate-section {
    background-color: #111;
    padding: 72px 20px 80px;
}

.resgate-wrapper {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.resgate-title {
    font-family: 'Futura PT Bold', sans-serif !important;
    font-size: 36px;
    font-weight: 900;
    color: #fff !important;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.resgate-subtitle {
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
}

.resgate-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.resgate-input-group {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #000;
    border-radius: 8px;
    overflow: hidden;
}

.resgate-input-icon {
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #fff;
    border-right: 1.5px solid #e0e0e0;
    height: 46px;
    flex-shrink: 0;
}

.resgate-input-icon img {
    width: 18px;
    height: 18px;
    opacity: 0.6;
}

.resgate-input-group input {
    border: none;
    outline: none;
    background: transparent;
    padding: 0 14px;
    height: 46px;
    width: 100%;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    color: #111;
}

.resgate-input-group input::placeholder {
    color: #999;
}

.resgate-check-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.resgate-check {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    margin-top: 3px;
    accent-color: #ffb612;
    cursor: pointer;
}

.resgate-check-group label {
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    cursor: pointer;
}

.resgate-microcopy {
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 8px;
    text-align: center;
}

.resgate-microcopy a {
    color: #ffb612;
    text-decoration: underline;
    font-weight: 600;
}

.resgate-microcopy a:hover {
    color: #fff;
}

.resgate-sucesso {
    color: #fff;
    padding-top: 8px;
}

@media (max-width: 600px) {
    .resgate-title {
        font-size: 26px;
    }

    .resgate-subtitle {
        font-size: 15px;
    }
}

/*--------------------------------*/
/*  FAQ SECTION                    */
/*--------------------------------*/
.faq-section {
    padding: 80px 20px;
    background: #fff;
}

.faq-section .section-title {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.faq-item {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    transition: background 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.faq-header:hover {
    background: transparent;
}

.faq-header:active {
    background: transparent;
}

.faq-header h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    padding-right: 20px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.faq-icon svg {
    width: 16px;
    height: 16px;
    color: #666;
    transition: color 0.3s ease;
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
}

/* Ícone do FAQ em amarelo no hover/aberto */
.faq-header:hover .faq-icon svg,
.faq-header:focus-visible .faq-icon svg,
.faq-item.open .faq-icon svg {
    color: #FFB800;
}

/* Foco amarelo no FAQ */
.faq-header:focus-visible {
    outline: 2px solid #FFB800;
    outline-offset: 2px;
}

/* Título da pergunta em amarelo no hover/aberto */
.faq-header:hover h4,
.faq-header:focus-visible h4,
.faq-item.open .faq-header h4 {
    color: #FFB800;
}

.faq-content {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 12px 20px 20px;
    border-top: none;
}

.faq-item.open .faq-content {
    display: block;
    max-height: 800px;
}

.faq-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    padding-bottom: 20px;
}

.faq-content p:last-child {
    padding-bottom: 0;
}

/* Blocos distintos no mesmo FAQ (ex.: Retirada do kit) */
.faq-block + .faq-block {
    margin-top: 20px;
    padding-top: 4px;
}

.faq-block p {
    padding-bottom: 6px;
}

.faq-block .faq-block-title {
    padding-bottom: 2px;
    color: #333;
}

.faq-block p:last-child {
    padding-bottom: 0;
}

.faq-content a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

/* ── Patrocinadores (padrão Run RJ: 2 fileiras, logos proporcionais) ── */
.patrocinadores {
    background-color: #000;
    padding: 64px 0;
}

.patrocinadores-card {
    background-color: #000;
    padding: 56px 40px;
}

.patrocinadores .patrocinadores-titulo,
.body-lp .patrocinadores-titulo {
    text-align: center;
    color: #fff !important;
    font-family: "DM Sans", "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 40px;
}

.patrocinadores-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    max-width: 1100px;
    margin: 0 auto;
}

.patrocinadores-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    column-gap: 48px;
    width: 100%;
}

.patrocinador-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    height: auto;
}

.patrocinador-item img {
    display: block;
    max-height: 48px;
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Logos circulados: um pouco maiores (width acompanha a imagem) */
.patrocinador-item--lg img {
    max-height: 58px;
    max-width: 170px;
}

/* Santa Clara (redondinho): destaque de escala */
.patrocinador-item--round img {
    max-height: 68px;
    max-width: 68px;
}

/* Clube Espanhol: traço fino — precisa de escala maior para legibilidade */
.patrocinador-item--clube img {
    max-height: 56px;
    max-width: 190px;
}

@media (max-width: 991px) {
    .patrocinadores-row {
        column-gap: 28px;
    }

    .patrocinador-item img {
        max-height: 40px;
        max-width: 120px;
    }

    .patrocinador-item--lg img {
        max-height: 48px;
        max-width: 140px;
    }

    .patrocinador-item--round img {
        max-height: 56px;
        max-width: 56px;
    }

    .patrocinador-item--clube img {
        max-height: 46px;
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .patrocinadores {
        padding: 40px 0;
    }

    .patrocinadores-card {
        padding: 32px 16px;
    }

    .patrocinadores-titulo {
        font-size: 18px;
        margin-bottom: 28px;
    }

    .patrocinadores-grid {
        gap: 24px;
    }

    .patrocinadores-row {
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 20px;
    }

    .patrocinador-item img {
        max-height: 34px;
        max-width: 100px;
    }

    .patrocinador-item--lg img {
        max-height: 42px;
        max-width: 110px;
    }

    .patrocinador-item--round img {
        max-height: 48px;
        max-width: 48px;
    }

    .patrocinador-item--clube img {
        max-height: 40px;
        max-width: 130px;
    }
}

/*Section Percursos*/
.percursos {
    background-color: transparent;
}

.percursos h2 {
    text-transform: uppercase;
    font-family: 'Futura PT Bold', 'Futura', sans-serif;
    font-size: 56.783px !important;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px !important;
}

.percursos>.container>p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px !important;
    color: #333;
}

/* Botão percurso base */
.btn-percurso {
    background: #000;
    color: #fff;
    border: none;
    min-width: 180px;
    height: 46px;
    padding: 0 30px;
    margin: 0 6px 0 6px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.25s, color 0.25s, opacity 0.25s;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}

/* Empilhar botões percurso no mobile */
@media (max-width: 767.98px) {
    .percursos .d-flex.flex-wrap {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .btn-percurso {
        display: block;
        width: 90%;
        margin: 0 auto 12px auto;
        min-width: 0;
        max-width: 350px;
    }
}

.btn-percurso:hover {
    background: #222;
}

.btn-percurso.active {
    background: #000;
    opacity: 1;
}

.btn-percurso:not(.active) {
    background: #00000053;
    color: #fff;
}

.mapa-container {
    background: #ffb612;
    /* margin: 28px calc(50% - 50vw) 0; */
    padding: 44px 44px 44px;
    height: auto;
}

.percursos {
    overflow-x: hidden;
}

.mapa-frame-wrap {
    max-width: 1155px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.indice-mapa {
    font-size: 20px;
    background-color: #000;
    color: #fff;
    margin-top: -6px;
    padding: 10px 0;
}

.indice-mapa p {
    display: flex;
    align-items: center;
    margin: 0;
}

@media (max-width:750px) {
    .percursos {
        padding-top: 0 !important;
        padding-bottom: 36px !important;
    }

    .percursos h2 {
        font-size: 19px !important;
        line-height: 1.1;
    }

    .percursos>.container>p {
        font-size: 16px;
        line-height: 1.4;
    }

    .btn-percurso {
        min-width: 140px;
        height: 40px;
        font-size: 14px;
        margin: 0 4px;
    }

    /* Ajuste do botão da seção CTA final para tamanho padrão e responsivo */
    /* Botão CTA final igual ao da hero */
    /* Botão CTA final reduzido em 40% */
    /* Botão CTA final usa padrão header-cta */
    .cta-matricula-final .btn-warning {
        background-color: #ffb612;
        color: #000 !important;
        padding: 10px 22px;
        border-radius: 999px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700 !important;
        font-size: 13px !important;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        transition: background-color 0.2s, transform 0.15s;
        margin-top: 8px;
        width: auto;
        max-width: 100%;
        box-shadow: none;
    }

    .cta-matricula-final .btn-warning:hover {
        background-color: #e5a210;
        color: #000 !important;
        transform: scale(1.03);
    }

    @media (max-width: 991px) {
        .cta-matricula-final .btn-warning {
            padding: 8px 16px;
            font-size: 11px !important;
        }
    }

    @media (max-width: 750px) {
        .cta-matricula-final .btn-warning {
            padding: 7px 12px;
            font-size: 9px !important;
        }
    }

    .mapa-container {
        padding: 20px 16px 24px;
        margin-top: 0;
        height: auto;
    }

    .mapa-container iframe {
        height: 200px;
    }

    .faq-item-static h4 {
        font-size: 20px;
    }

    .faq-item-static p {
        font-size: 15px;
        line-height: 1.5;
    }

    .indice-mapa p {
        font-size: 12px;
    }
}

.titulo-kit-atleta h2 {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-family: 'Futura PT Bold', 'Futura', sans-serif;
    font-size: 56.783px;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 130% */
}

@media (max-width: 750px) {
    #footer-lp .h4 {
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.2px;
        margin: 0;
    }

    @media (max-width: 750px) {
        #footer-lp .h4 {
            font-size: 11px;
        }
    }
}

/*--------------------------------*/
/*  INLINE STYLES → CSS           */
/*--------------------------------*/

/* Kit do Atleta – wrapper */
.kit-atleta-content {
    max-width: 900px;
    position: relative;
    z-index: 2;
}

/* Kit do Atleta – imagem */
.kit-atleta-img {
    max-width: 585px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Kit do Atleta – texto */
.faixa-cinza-texto {
    max-width: 320px;
}

/* Mapa iframe */
#mapaPercurso {
    width: 100%;
    height: calc(100dvh - 60px);
    min-height: 500px;
    max-height: 790px;
    overflow: hidden;
    position: relative;
    border: 0;
}

@media (min-width: 768px) and (max-width: 1050px) {
    #mapaPercurso {
        max-height: 770px;
    }

    #mapaPercurso>iframe {
        position: absolute;
        top: -10px;
        left: 0;
        width: 100% !important;
        height: calc(100% + 190px) !important;
        margin-top: 0 !important;
        border: 0;
        display: block;
    }
}

@media (max-width: 767px) {
    #mapaPercurso {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    #mapaPercurso>iframe {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        min-height: 0 !important;
        margin-top: 0 !important;
        display: block !important;
        /* sem height forçado: respeita a altura que o embed.js do Strava define inline */
    }

    #mapaPercurso .strava-embed-placeholder {
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    #mapaPercurso>iframe {
        position: absolute;
        top: -10px;
        left: 0;
        width: 100% !important;
        height: calc(100% + 140px) !important;
        margin-top: 0 !important;
        border: 0;
        display: block;
    }
}

/* Quando for o mapa do Google (10km) — sem corte */
#mapaPercurso.is-google {
    height: 500px;
}

#mapaPercurso.is-google>iframe {
    height: 100% !important;
    margin-top: 0;
}

#mapaPercurso .strava-embed-placeholder {
    width: 100%;
    display: block;
}

/* Ícones do índice do mapa */
.indice-mapa i {
    margin-right: 8px;
    color: #fff;
    font-size: 24px;
}

/* Footer – ícones de redes sociais */
#footer-lp .social-icon {
    width: 32px;
    height: 32px;
}

/* Override final: padrao unico para titulos principais das secoes */
.hero-smartfit h1,
.vem-correr h2,
.titulo-kit-atleta h2,
.percursos h2,
.faq-section .section-title,
.cta-matricula-final h2,
.resgate-title {
    font-size: 56.783px !important;
    font-weight: 900 !important;
    line-height: 1.05;
}

@media (max-width: 768px) {

    .hero-smartfit h1,
    .vem-correr h2,
    .titulo-kit-atleta h2,
    .percursos h2,
    .faq-section .section-title,
    .cta-matricula-final h2,
    .resgate-title {
        font-size: 28px !important;
        font-weight: 900 !important;
    }
}

/* Iguala o tamanho do CTA final ao botao Sou aluno */
.cta-matricula-final .cta-matricula-btn {
    font-size: 20px !important;
    padding: 12px 90px !important;
}

@media (max-width: 750px) {
    .cta-matricula-final .cta-matricula-btn {
        font-size: 15px !important;
        padding: 10px 30px !important;
        width: auto;
        max-width: 90%;
        text-align: center;
        white-space: normal;
    }
}

/* ── Offer cards + modals (design shell + docx copy) ── */
:root {
    --offer-bg: #ffffff;
    --offer-border: #e0e0e0;
    --offer-radius: 24px;
    --offer-pad: 32px;
    --offer-label: 14px;
    --offer-value: 32px;
    --offer-body: 14px;
    --offer-gap-tight: 8px;
    --offer-gap-cta: 28px;
    --offer-gap-body: 24px;
    --offer-cta-bg: #ffb612;
    --offer-cta-radius: 999px;
    --offer-cta-min-h: 52px;
}

.offer-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
}

.offer-card {
    background: var(--offer-bg);
    border: 1px solid var(--offer-border);
    border-radius: var(--offer-radius);
    padding: var(--offer-pad);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: none;
}

.offer-card:hover,
.offer-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.offer-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 var(--offer-gap-tight);
}

.offer-label {
    font-family: "DM Sans", sans-serif !important;
    font-size: var(--offer-label);
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    background: none;
    padding: 0;
}

.offer-tag {
    flex-shrink: 0;
    font-family: "DM Sans", sans-serif !important;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 2px 8px;
    line-height: 1.2;
    text-transform: lowercase;
}

.offer-value,
.offer-main-text {
    font-family: "Futura PT Bold", "DM Sans", sans-serif !important;
    font-size: var(--offer-value);
    font-weight: 900;
    color: #000;
    margin: 0 0 var(--offer-gap-cta);
    line-height: 1.15;
    letter-spacing: -0.4px;
    text-align: left;
}

.offer-value--title {
    font-size: 28px;
    line-height: 1.2;
}

.offer-body {
    font-family: "DM Sans", sans-serif !important;
    font-size: var(--offer-body);
    font-weight: 400;
    color: #000;
    margin: var(--offer-gap-body) 0 0;
    line-height: 1.45;
}

.offer-body--hero,
.offer-body--before-cta {
    margin: 0 0 20px;
}

.offer-value + .offer-body--before-cta {
    margin-top: -12px;
}

.offer-inline-form {
    margin-top: 4px;
}

.offer-inline-form .form-label {
    font-family: "DM Sans", sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    text-transform: none;
    letter-spacing: 0;
}

.offer-inline-form .form-control,
.offer-inline-form .form-select {
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    font-size: 15px;
    font-family: "DM Sans", sans-serif !important;
    background: #fff;
}

.offer-inline-form .form-control:focus,
.offer-inline-form .form-select:focus {
    border-color: #ffb612;
    box-shadow: 0 0 0 3px rgba(255, 182, 18, 0.15);
}

.offer-alert {
    text-align: left;
}

.offer-cta-secondary {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 10px 16px;
    border: 0;
    background: transparent;
    color: #555;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.offer-cta-secondary:hover {
    color: #000;
}

.offer-cta,
#cupom-modal .offer-cta,
#btn-copiar-ir {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: var(--offer-cta-min-h);
    border-radius: var(--offer-cta-radius) !important;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    padding: 14px 24px !important;
    border: none !important;
    background-color: var(--offer-cta-bg) !important;
    color: #000 !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: none !important;
}

.offer-card .offer-cta {
    margin-top: 0;
    margin-bottom: 0;
}

.offer-cta:hover,
#btn-copiar-ir:hover {
    background-color: #e5a210 !important;
    color: #000 !important;
    transform: translateY(-1px);
}

.chamada-intro {
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px;
    color: #222;
    max-width: 720px;
    margin: 0 auto 24px;
    line-height: 1.5;
}

.chamada-profile-hint {
    font-family: "DM Sans", sans-serif !important;
    font-size: 15px;
    color: #333;
    margin: 0 auto 28px;
    max-width: 720px;
}

/* Modal = mesma casca do card */
#cupom-modal .modal-dialog {
    max-width: 420px;
    margin: 1.25rem auto;
}

#cupom-modal .offer-modal-content {
    position: relative;
    border-radius: var(--offer-radius);
    border: 1px solid var(--offer-border);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
    font-family: "DM Sans", sans-serif !important;
    overflow: hidden;
    padding: 0;
    background: var(--offer-bg);
}

#cupom-modal .offer-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    opacity: 0.45;
    padding: 8px;
    background-size: 12px;
}

#cupom-modal .offer-modal-close:hover {
    opacity: 1;
}

#cupom-modal .modal-body {
    padding: var(--offer-pad);
    padding-top: 40px;
    text-align: left;
}

.offer-hero {
    text-align: left;
    margin-bottom: 8px;
}

.offer-hero .offer-value {
    margin-bottom: 12px;
}

#cupom-modal .form-control,
#cupom-modal .form-select,
.offer-inline-form .form-control,
.offer-inline-form .form-select {
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 14px 18px;
    font-size: 15px;
    font-family: "DM Sans", sans-serif !important;
    background-color: #fff;
    color: #000;
}

#cupom-modal .form-control:focus,
#cupom-modal .form-select:focus {
    border-color: #ffb612;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 182, 18, 0.15);
    outline: none;
}

#cupom-modal .form-label {
    font-family: "DM Sans", sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
    text-transform: none;
}

#cupom-modal .form-check {
    padding-left: 2.2em;
    margin-bottom: 14px;
}

#cupom-modal .form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-left: -2.2em;
    border: 2px solid #ddd;
    border-radius: 4px;
}

#cupom-modal .form-check-input:checked {
    background-color: #ffb612;
    border-color: #ffb612;
}

#cupom-modal .form-check-label {
    font-family: "DM Sans", sans-serif !important;
    font-size: 13px;
    color: #555;
    line-height: 1.45;
}

#cupom-modal .form-check-label a {
    color: #000;
    text-decoration: underline;
}

#cupom-sucesso .cupom-codigo,
#cupom-sucesso p.h4 {
    font-family: "Futura PT Bold", sans-serif !important;
    background-color: #f5f5f5;
    padding: 14px;
    border-radius: 12px;
    letter-spacing: 2px;
    margin: 8px 0 24px;
    font-size: 24px;
    color: #000;
    border: 1px dashed #ccc;
    text-align: center;
}

#cupom-ja-resgatado {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cupom-ja-resgatado.d-none {
    display: none !important;
}

.already-redeemed-msg {
    font-family: "DM Sans", sans-serif !important;
    color: #000;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 768px) {
    .offer-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 12px;
    }

    .offer-value--title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    :root {
        --offer-pad: 24px;
        --offer-value: 26px;
    }

    #cupom-modal .modal-dialog {
        max-width: 92%;
        margin: 0.75rem auto;
    }

    .offer-card:hover,
    .offer-card:focus-within {
        transform: none;
    }
}

.section-show-jammil {
    background-color: #F2F2F2;
    padding: 40px 0 0;
}

.show-jammil-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.show-jammil-artist {
    flex: 0 1 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
}

.show-jammil-image {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
    display: block;
}

.show-jammil-content {
    flex: 1 1 52%;
    min-width: 0;
    color: #000;
}

.section-show-jammil .show-jammil-title {
    font-family: 'Futura PT Bold', sans-serif !important;
    font-size: clamp(22px, 2.4vw, 38px);
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 20px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}

.section-show-jammil .show-jammil-title .highlight {
    color: #ffb612;
}

.show-jammil-subtitle {
    font-family: "DM Sans", sans-serif;
    font-size: clamp(14px, 18px, 20px);
    font-weight: 550;
    line-height: 1.45;
    margin: 0;
    color: #000;
    text-align: left;
}

@media (max-width: 991px) {
    .section-show-jammil {
        padding: 32px 0 0;
    }

    .show-jammil-wrapper {
        flex-direction: column;
        gap: 28px;
        padding: 0 16px;
    }

    .show-jammil-artist {
        flex: none;
        width: 100%;
        order: 1;
    }

    .show-jammil-image {
        max-width: 320px;
        margin: 0 auto;
    }

    .show-jammil-content {
        text-align: center;
    }

    .section-show-jammil .show-jammil-title,
    .show-jammil-subtitle {
        text-align: center;
    }
}