.sec-initial{
    margin-bottom: 0!important;
}

.sec-initial .slide,
.sec-initial .banner {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 1080px;
}

.sec-initial .banner::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-color: var(--black);
}

.sec-initial .content {
    padding-top: 290px;
    padding-bottom: 240px;
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.sec-initial .txt {
    color: var(--black);
}

.sec-initial .txt h1 {
    font-family: 'Rich Versatile', sans-serif;
    font-size: 2.9rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}

.sec-initial .txt p:first-of-type {
    margin-top: 15px;
}

.sec-initial .txt p {
    font-family: 'NeulisSalt', sans-serif;
    line-height: 1.2;
    font-size: 1.2rem;
    margin-bottom: 0px;
}

.sec-initial .btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.sec-initial .slick-arrow {
    color: var(--primary);
}

.sec-initial .slick-arrow.slick-next{
    right: 200px;
}

.sec-initial .slick-arrow.slick-prev{
    left: 200px;
}

.sec-initial .slick-arrow:hover {
    color: var(--tertiary);
}

.sec-initial .slick-dots{
    bottom: 50px;
    padding: 0 200px 0;
    text-align: right;
}

.sec-initial .slick-dots li {
    width: 15px;
    height: 5px;
    margin: 0;
}

.sec-initial .slick-dots li button {
    width: 15px;
    height: 5px;
    padding: 0;
    border-radius: 0;
    background: var(--white);
    transition: background 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}

.sec-initial .slick-dots li button::before {
    display: none;
}

.sec-initial .slick-dots li.slick-active button {
    background: var(--secondary);
    opacity: 1;
}

@media (max-width: 1200px) {

    .sec-initial .slide,
    .sec-initial .banner {
        aspect-ratio: unset;
        min-height: 100svh;
    }

    .sec-initial .content {
        padding: 350px 60px 80px;
        gap: 20px;
    }

    .sec-initial .txt {
        width: 100%;
        color: var(--white);
    }

    .sec-initial .txt h1 {
        font-size: 2.4rem;
    }

    .sec-initial .txt h1 *{
        color: var(--white)!important;
    }

    .sec-initial .btns{
        flex-direction: column;
        align-items: flex-start;
    }

    .sec-initial .slick-arrow{
        color: var(--white);
    }

    .sec-initial .slick-arrow.slick-prev {
        left: 8px;
    }

    .sec-initial .slick-arrow.slick-next {
        right: 20px;
    }

    .sec-initial .slick-dots {
        padding: 0;
        text-align: center;
    }
}

/* ── Modo Vídeo YouTube ─────────────────────────────── */
.sec-initial.sec-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.sec-video .video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 */
}

.sec-video .video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
}

/* ── sec-experiences ─────────────────────────────── */
.sec-experiences {
    position: relative;
    padding: 10px 0 60px;
    background-color: var(--white);
}

.sec-experiences::after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
    height: 50px;
    background-color: var(--white);
}

.sec-experiences::before{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: 25px;
    background-color: var(--white);
}

.sec-experiences .container {
    max-width: var(--container-narrow);
}

.sec-experiences .experiences-header {
    text-align: center;
}

.sec-experiences .btn-video {
    position: relative;
    top: -40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 109px;
    border-radius: 0;
    color: var(--primary);
    background-color: var(--white);
    box-shadow: 9px 9px 20px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.sec-experiences .btn-video:hover {
    background-color: var(--primary);
    color: var(--white);
}

.sec-experiences .btn-video.youtube-video-link::after{
    font-family: "bootstrap-icons";
    content: "\F4F4";
    font-size: 25px;
    color: currentColor;
}

.sec-experiences .experiences-title {
    font-family: 'NeulisSalt', sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1;
    color: var(--primary);
    margin: 0 auto 30px;
}

.sec-experiences hr{
    width: 70px;
    height: 4px;
    background-color: var(--quarternary);
    border: none;
    margin: 0 auto;
    opacity: 1;
}

.sec-experiences .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 50px 0 70px;
}

.sec-experiences .social-links a {
    color: var(--secondary);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.sec-experiences .social-links a svg {
    transition: all 0.3s ease;
}

.sec-experiences .social-links a:hover{
    color: var(--primary);
}

.sec-experiences .experiences-slider {
    position: relative;
    padding: 0;
}

.sec-experiences .experiences-slider .slide {
    padding: 0 20px;
}

.sec-experiences .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.sec-experiences .icon {
    width: 100%;
    height: 110px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    padding: 30px;
    flex-shrink: 0;
}

.sec-experiences .icon .img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sec-experiences .item-title {
    font-size: 0.85rem;
    line-height: 1.4;
    color: var(--black);
    font-weight: 400;
}

.sec-experiences .experiences-slider .slick-arrow i{
    font-size: 20px;
    color: var(--primary);
}

.sec-experiences .experiences-slider .slick-arrow:hover i{
    color: var(--tertiary);
}

.sec-experiences .experiences-slider .slick-arrow{
    top: 55px;
}

.sec-experiences .experiences-slider .slick-prev {
    left: -30px;
}

.sec-experiences .experiences-slider .slick-next {
    right: -30px;
}

.sec-experiences .slick-dots{
    bottom: -60px;
}

.sec-experiences .slick-dots li {
    width: 15px;
    height: 5px;
    margin: 0;
}

.sec-experiences .slick-dots li button {
    width: 15px;
    height: 5px;
    padding: 0;
    border-radius: 0;
    background: var(--primary);
    transition: background 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}

.sec-experiences .slick-dots li button::before {
    display: none;
}

.sec-experiences .slick-dots li.slick-active button {
    background: var(--tertiary);
    opacity: 1;
}

@media (max-width: 1200px) {
    .sec-experiences {
        padding: 10px 0 60px;
    }

    .sec-experiences .container{
        padding: 0 3rem;
    }

    .sec-experiences .experiences-title {
        font-size: 1.4rem;
        line-height: 1.3;
        padding: 0 20px;
    }
    .sec-experiences .experiences-slider .slick-next{
        right: 0px;
    }

    .sec-experiences .experiences-slider .slick-prev{
        left: 0;
    }
}

@media (max-width: 768px) {

    .sec-experiences::after{
        bottom: -30px;
        width: 120px;
        height: 30px;
    }

    .sec-experiences::before{
        display: none;
    }

    .sec-experiences .experiences-slider {
        padding: 0 36px;
    }

    .sec-experiences .slick-dots{
        bottom: -40px;
        left: 0;
    }

}

/* ── sec-about ──────────────────────────────────────────── */
.sec-about {
    background-color: var(--secondary);
    padding: 160px 0 150px;
}

.sec-about .container{
    position: relative;
}

.sec-about .container::before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    width: 100%;
    height: 60%;
    background-image: repeating-linear-gradient(
        to bottom,
        rgba(229, 84, 12, 0.5) 0px,
        rgba(229, 84, 12, 0.5) 38px,
        transparent 38px,
        transparent calc(38px + 15px)
    );
}

.sec-about .row{
    position: relative;
    z-index: 2;
}

.sec-about .about-content{
    position: relative;
    padding: 0 40px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.sec-about .about-logo {
    height: 50px;
    width: auto;
    margin-bottom: 25px;
}

.sec-about .about-text {
    color: var(--white);
    font-size: 0.95rem;
    line-height: 1.3;
    margin-bottom: 28px;
    font-family: 'NeulisSalt', sans-serif;
}

.sec-about .about-text p {
    margin-bottom: 0;
}

.sec-about .about-btns {
    display: flex;
    align-items: center;
    gap: 30px;
}

.sec-about .btn-secondary{
    color: var(--white);
    background-color: var(--primary);
}

.sec-about .btn-secondary:hover{
    color: var(--primary);
    background-color: var(--white);
}

.sec-about .about-signature {
    display: block;
    height: 40px;
    width: auto;
}

.sec-about .about-img {
    position: absolute;
    top: -40px;
    right: 15px;
    width: 420px;
    height: 450px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .sec-about {
        padding: 100px 0 20px;
    }

    .sec-about .about-content{
        padding: 0;
    }

    .sec-about .about-img {
        top: auto;
        bottom: 0;
        height: 290px;
        width: 100%;
        position: relative;
        object-fit: contain;
    }
}

/* ── sec-cta ────────────────────────────────────────────── */
.sec-cta {
    position: relative;
    overflow: hidden;
    height: 900px;
}

.sec-cta .cta-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    text-align: left;
    height: 100%;
}

.sec-cta .cta-text {
    color: var(--white);
    max-width: 500px;
}

.sec-cta .cta-text h1{
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.1;
}

.sec-cta .cta-text p {
    margin: 0;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .sec-cta{
        height: calc(100vw * 2.2);
        max-height: 930px;
        padding: 80px 0 260px;
    }

    .sec-cta .cta-text {
        font-size: 0.95rem;
    }

    .sec-cta .cta-text h1{
        font-size: 1.8rem;
    }
}