


.home-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    color: white;
    text-align: center;
    border-radius: 20px;
    margin: 4rem auto;
    max-width: 90%;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.cta-btn {
    background: linear-gradient(45deg, var(--accent-color), var(--accent-purple));
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    border-radius: 30px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 242, 254, 0.4);
    color: white;
}


.benefit-modal-content {
    border-radius: 20px;
    border: none;
    background: #ffffff;
    overflow: hidden;
}

.benefit-modal-header {
    background: linear-gradient(135deg, var(--dark-bg), #1a1a2e);
    color: white;
    border-bottom: none;
    padding: 2rem;
}

.benefit-modal-title {
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 15px;
}

.benefit-modal-title i {
    color: var(--accent-color);
    font-size: 2rem;
}

.benefit-modal-body {
    padding: 2rem;
    color: #4a4a4a;
    font-size: 1.1rem;
    line-height: 1.6;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

@media (max-width: 768px) {
    .home-cta-section {
        padding: 2.5rem 1.25rem;
    }
    .cta-btn {
        width: 100%;
        padding: 1rem 1.25rem;
        font-size: 1rem;
    }
    .benefit-modal-body,
    .benefit-modal-header {
        padding: 1.5rem;
    }
}


body > .navbar.fixed-top + #mainBanner {
    padding-top: 0 !important;
}

#mainBanner {
    position: relative;
    min-height: calc(100vh - 72px);
    max-height: calc(100vh - 72px);
    overflow: hidden;
}

.banner-container {
    height: calc(100vh - 72px);
}

.banner-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.74));
    z-index: 12;
    pointer-events: none;
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1000px;
    padding: 0 20px;
    text-align: center;
    color: white;
}

.caption h1 {
    letter-spacing: -0.03em;
    line-height: 1.05;
    max-width: 900px;
}

.caption p {
    font-size: 1.05rem;
    color: #e7e7e7;
    max-width: 680px;
    margin: 1.5rem auto 2rem;
}

.carousel-item .image-layer {
    transform: scale(1.08);
    filter: saturate(1.05) brightness(0.72);
}

.carousel-indicators.custom-indicators {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    z-index: 30;
    transform: none;
}

.custom-indicators button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    mix-blend-mode: difference;
}

.custom-control {
    width: 60px;
    height: 60px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.about-section,
.benefits-section {
    padding: 80px 0;
}


@media (max-width: 768px) {
    
    #mainBanner {
        min-height: auto;
        max-height: none;
    }

    .banner-container {
        height: 70vh;
        min-height: 360px;
    }

    .caption {
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -48%);
        max-width: 92%;
        padding: 0 16px;
    }

    .caption h1 {
        font-size: 1.9rem;
        line-height: 1.08;
        margin-bottom: 0.6rem;
        word-break: break-word;
    }

    .caption p {
        font-size: 0.95rem;
        margin: 0.8rem auto 1.2rem;
        max-width: 100%;
    }

    .caption .btn {
        padding: 0.6rem 1.25rem;
        font-size: 1rem;
        border-radius: 10px;
    }

    .carousel-indicators.custom-indicators {
        bottom: 12px;
        gap: 0.5rem;
    }

    .custom-control {
        width: 48px;
        height: 48px;
    }

    
    .carousel-control-prev.custom-control,
    .carousel-control-next.custom-control {
        width: 44px;
        height: 44px;
    }

    
    .carousel-item .image-layer {
        object-fit: cover;
        transform: scale(1.02);
    }

    
    .about-section,
    .benefits-section {
        padding: 40px 0;
    }
    .about-section .content {
        padding-left: 0;
        padding-right: 0;
        width: min(100%, 640px);
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .about-section .content .accent,
    .about-section .content .title,
    .about-section .content p {
        text-align: center;
    }
    .about-section .content .title {
        margin-left: auto;
        margin-right: auto;
    }
    .about-section .content p {
        max-width: 32rem;
        margin-left: auto;
        margin-right: auto;
    }
    .about-section .content .btn {
        display: inline-flex;
        justify-content: center;
        margin: 1.5rem auto 0;
    }
}

@media (max-width: 480px) {
    .banner-container {
        height: 60vh;
        min-height: 300px;
    }
    .caption h1 {
        font-size: 1.4rem;
        letter-spacing: -0.01em;
    }
    .caption p {
        font-size: 0.9rem;
    }
    .caption .btn {
        display: block;
        width: 90%;
        margin: 0.4rem auto 0;
    }
    .about-section {
        padding: 28px 0;
    }
    .about-section .content {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .about-section .content .title {
        font-size: 1.9rem;
        line-height: 1.15;
    }
    .about-section .content p {
        max-width: 100%;
        font-size: 0.98rem;
    }
    .about-section .content .btn {
        width: auto;
        min-width: 205px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .text-block-section .accent,
    .text-block-section h2,
    .text-block-section p {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .text-block-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .text-block-section .row {
        flex-direction: column-reverse;
    }
    .text-block-section .col-lg-6 {
        width: 100%;
        max-width: 100%;
    }
    .text-block-section img {
        display: block;
        margin: 0 auto 1.5rem;
        width: min(100%, 520px);
        max-width: 100%;
    }
    .text-block-section .accent,
    .text-block-section h2,
    .text-block-section p {
        text-align: center;
    }
    .text-block-section h2 {
        font-size: clamp(1.65rem, 5vw, 2.4rem);
    }
    .text-block-section p {
        max-width: 37rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .text-block-section .accent {
        font-size: 0.95rem;
    }
    .text-block-section h2 {
        font-size: 1.7rem;
    }
    .text-block-section p {
        font-size: 0.97rem;
    }
}

