/* General Styles */
body {
    background-color: #000;
    color: #fff;
    font-family: sans-serif;
    margin: 0;
}

.no-wrap {
    white-space: nowrap;
}

.container {
    padding-left: 7.43vw; /* 107px / 14.4 */
    padding-right: 7.43vw; /* 107px / 14.4 */
}

/* Banner */
.banner {
    background-image: url(banner.png);
    background-size: cover;
    background-position: center;
}

.banner .container {
    padding-top: 1.67vw; /* 24px / 14.4 */
    padding-bottom: 5.56vw; /* 80px / 14.4 */
}

.banner-content {
    max-width: 50%;
}

.banner .logo {
    width: 11.875vw; /* 171px / 14.4 */
    margin-top: 1.67vw; /* 24px / 14.4 */
    margin-bottom: 2.08vw; /* 30px / 14.4 */
}

.banner h1 {
    font-size: 4.03vw; /* 58px / 14.4 */
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 1.67vw; /* 24px / 14.4 */
    text-transform: capitalize;
}

.banner p {
    font-size: 1.25vw; /* 18px / 14.4 */
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0 0 2.78vw; /* 40px / 14.4 */
}

.banner-btns {
    display: flex;
    gap: 1vw;
    flex-wrap: wrap;
}

.banner button {
    padding: 0 2vw;
    height: 4.17vw; /* 60px / 14.4 */
    border-radius: 2.85vw; /* 41px / 14.4 */
    background: linear-gradient(270deg, #FFD700 0%, #FFA500 100%);
    font-size: 1.4vw;
    font-weight: 500;
    color: #ffffff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

/* Section 1 */
.section1 {
    background: linear-gradient(-45deg, #ff9300 0%, #ff3333 100%);
    height: 12.5vw; /* 180px / 14.4 */
    position: relative;
}

.section1-female {
    position: absolute;
    right: 100px;
    bottom: 0;
    height: 300%;
    z-index: 10;
    pointer-events: none;
}

.section1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.section1-left {
    display: flex;
    gap: 5.56vw; /* 80px / 14.4 */
}

.stat h4 {
    font-size: 3.06vw; /* 44px / 14.4 */
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 0.56vw; /* 8px / 14.4 */
}

.stat p {
    font-size: 1.11vw; /* 16px / 14.4 */
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-transform: capitalize;
}

.section1-right p {
    font-size: 1.11vw; /* 16px / 14.4 */
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    max-width: 27.78vw; /* 400px / 14.4 */
    line-height: 1.5;
}

/* Section 2 */
.section2 {
    margin-top: 9.375vw; /* 135px / 14.4 */
    text-align: center;
}

.section2 h2 {
    font-size: 3.61vw; /* 52px / 14.4 */
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 1.67vw; /* 24px / 14.4 */
    text-transform: capitalize;
}

.section2 .desc {
    font-size: 1.25vw; /* 18px / 14.4 */
    font-weight: 400;
    color: #999999;
    margin: 0 auto 3.47vw; /* 50px / 14.4 */
    max-width: 50%;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.67vw; /* 24px / 14.4 */
}

.gallery img {
    width: 100%;
    display: block;
}

.gallery .wide {
    grid-column: span 2;
}

/* Section 3 */
.section3 {
    margin-top: 9.375vw; /* 135px / 14.4 */
}

.section3 .container {
    display: flex;
    align-items: center;
    gap: 1.67vw; /* 24px / 14.4 */
}

.section3 .container > img {
    width: 50%;
    height: 36.04vw; /* 519px / 14.4 */
    border-radius: 2.78vw; /* 40px / 14.4 */
    object-fit: cover;
}

.section3 .content {
    background: #242424;
    border-radius: 2.78vw; /* 40px / 14.4 */
    padding: 4.17vw; /* 60px / 14.4 */
    width: 50%;
    height: 36.04vw; /* 519px / 14.4 */
    box-sizing: border-box;
}

.section3 .content > img {
    width: 6.25vw; /* 90px / 14.4 */
}

.section3 h2 {
    font-size: 3.61vw; /* 52px / 14.4 */
    font-weight: 700;
    color: #FFFFFF;
    margin: 1.39vw 0; /* 20px / 14.4 */
    text-transform: capitalize;
}

.section3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section3 li {
    display: flex;
    align-items: center;
    margin-bottom: 1.67vw; /* 24px / 14.4 */
}

.section3 li img {
    width: 1.67vw; /* 24px / 14.4 */
    height: 1.67vw; /* 24px / 14.4 */
    margin-right: 1.11vw; /* 16px / 14.4 */
}

.section3 li span {
    font-size: 1.25vw; /* 18px / 14.4 */
    font-weight: 400;
    color: #CCCCCC;
}

/* Section 4 */
.section4 {
    margin-top: 9.375vw; /* 135px / 14.4 */
    text-align: center;
}

.section4 h2 {
    font-size: 3.61vw; /* 52px / 14.4 */
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 3.47vw; /* 50px / 14.4 */
    text-transform: capitalize;
}

.features {
    display: flex;
    justify-content: space-around;
    gap: 2.78vw; /* 40px / 14.4 */
}

.feature {
    flex: 1;
}

.feature img {
    width: 6.25vw; /* 90px / 14.4 */
    margin-bottom: 1.67vw; /* 24px / 14.4 */
}

.feature h3 {
    font-size: 1.67vw; /* 24px / 14.4 */
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 1.11vw; /* 16px / 14.4 */
    text-transform: capitalize;
}

.feature p {
    font-size: 1.11vw; /* 16px / 14.4 */
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
}

/* Section 5 */
.section5 {
    margin-top: 9.375vw; /* 135px / 14.4 */
}

.section5 .container {
    display: flex;
    align-items: center;
    gap: 1.67vw; /* 24px / 14.4 */
}

.section5 .content {
    background: #242424;
    border-radius: 2.78vw; /* 40px / 14.4 */
    padding: 4.17vw; /* 60px / 14.4 */
    width: 50%;
    height: 36.04vw; /* 519px / 14.4 */
    box-sizing: border-box;
}

.section5 h2 {
    font-size: 3.61vw; /* 52px / 14.4 */
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 1.67vw; /* 24px / 14.4 */
    text-transform: capitalize;
}

.section5 p {
    font-size: 1.11vw; /* 16px / 14.4 */
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
}

.section5 .container > img {
    width: 50%;
    height: 36.04vw; /* 519px / 14.4 */
    border-radius: 2.78vw; /* 40px / 14.4 */
    object-fit: cover;
}

/* Footer */
footer {
    background: #242424;
    padding: 0; /* 40px / 14.4 */
    height: 6.94vw; /* 100px / 14.4 */
    margin-top: 9.375vw; /* 135px / 14.4 */
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

footer img {
    width: 11.875vw; /* 171px / 14.4 */
}

footer p {
    font-size: 0.97vw; /* 14px / 14.4 */
    font-weight: 400;
    color: #B2B2B2;
    margin: 0;
}

/* Mobile Adaptation */
@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner .container {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .banner-content {
        max-width: 100%;
        text-align: center;
    }
    .banner .logo {
        width: 120px;
        margin: 0 auto 20px;
        display: block;
    }
    .banner h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .banner p {
        font-size: 16px;
        margin-bottom: 25px;
        color: rgba(255, 255, 255, 0.9);
    }
    .banner-btns {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .banner button {
        width: 80%;
        height: 48px;
        font-size: 18px;
        border-radius: 24px;
        padding: 0;
    }
    
    .section1 { height: auto; padding: 20px 0; overflow: hidden; }
    .section1-female {
        position: static;
        height: 300px;
        display: block;
        margin: 0 auto;
        transform: none;
    }
    .section1 .container { flex-direction: column; gap: 20px; }
    .section1-left { gap: 20px; justify-content: center; }
    .stat h4 { font-size: 24px; }
    .stat p { font-size: 14px; }
    .section1-right p { font-size: 14px; max-width: 100%; text-align: center; }
    
    .section2 { margin-top: 60px; }
    .section2 h2 { font-size: 28px; }
    .section2 .desc { font-size: 14px; max-width: 90%; }
    .gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .gallery .wide { grid-column: span 2; }
    
    .section3 { margin-top: 60px; }
    .section3 .container { flex-direction: column; }
    .section3 .container > img, .section3 .content { width: 100%; height: auto; }
    .section3 .content { padding: 30px; }
    .section3 h2 { font-size: 24px; }
    .section3 li span { font-size: 14px; }
    .section3 li img { width: 20px; height: 20px; }
    
    .section4 { margin-top: 60px; }
    .section4 h2 { font-size: 28px; }
    .features { flex-direction: column; gap: 30px; }
    .feature h3 { font-size: 20px; }
    .feature p { font-size: 14px; }
    
    .section5 { margin-top: 60px; }
    .section5 .container { flex-direction: column-reverse; }
    .section5 .container > img, .section5 .content { width: 100%; height: auto; }
    .section5 .content { padding: 30px; }
    .section5 h2 { font-size: 24px; }
    .section5 p { font-size: 14px; }
    
    footer { height: auto; padding: 20px 0; margin-top: 60px; }
    footer .container { flex-direction: column; gap: 15px; }
    footer img { width: 100px; }
    footer p { font-size: 12px; }
}
