#section-hero {
    padding-top: 40px;
    padding-bottom: 100px; /* Space for stats overlap */
}

.title-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
    padding: 0 40px;
}

.title-strip h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.title-strip .line {
    flex-grow: 1;
    height: 2px;
    background-color: rgba(41, 35, 31, 0.12);
}

.hero-content-wrapper {
    position: relative;
    padding: 0 40px;
}

.hero-bg {
    background-color: #fa6e28;
    padding: 50px 60px;
    min-height: 506px;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    z-index: 1;
    /* Background images overlay */
    background-image: url('../../images/0c6f79752656580d6e7cc2b12d5ee875f5b706ea.png');
    background-size: cover;
    background-blend-mode: lighten;
}

.hero-text {
    max-width: 100%;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.hero-text h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 32px;
}

.hero-text p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
}

.hero-image {
    position: absolute;
    right: 40px;
    top: 155px; /* Adjusted based on visual alignment */
    z-index: 3;
    width: 607px;
    height: 351px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w2e3r4 {
    position: absolute;
    transform: translate(0, -50%);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .w2e3r4 {
        position: absolute;
        transform: translate(0, -130%);
        width: 100%;
    }

    .hero-text {
        max-width: 100%;

    }

    .hero-image {
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .hero-bg {
        min-height: 1000px;
        padding: 27px 27px;
    }
}

#section-stats {
    margin-top: -100px; /* Pull up to overlap hero */
    position: relative;
    z-index: 10;
    padding: 0 40px;
    margin-bottom: 80px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stat-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0px 4px 60px rgba(12, 7, 36, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.stat-icon {
    width: 60px;
    height: 60px;
}

.stat-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #29231f;
}

.stat-content p {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(41, 35, 31, 0.6);
}

@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    #section-stats {
        margin: 20px;
    }
}

#section-history {
    padding: 60px 40px;
}

.history-header {
    margin-bottom: 40px;
}

.history-header h2, .advantages-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}

.history-timeline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.history-item {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #f0f0f0; /* Adding subtle border for visibility if needed */
}

.history-item .point {
    width: 20px;
    height: 20px;
}

.history-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #29231f;
}

.history-content p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(41, 35, 31, 0.6);
}

@media (max-width: 1024px) {
    .history-timeline {
        flex-direction: column;
    }
}

#section-video {
    background-image: url("/static/images/Frame2087329145.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 80px 0;
}

.video-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.video-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.video-text h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.video-text p {
    font-size: 20px;
    opacity: 0.8;
}

.play-button-wrapper {
    position: relative;
}

.play-button {
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.video-bg-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.bg-img-1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    opacity: 0.4;
    mix-blend-mode: lighten;
}

.bg-img-2 {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 80%;
    width: auto;
    opacity: 0.4;
    mix-blend-mode: lighten;
}

@media (max-width: 1024px) {
    .video-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    #section-advantages {
        padding-bottom: 60px !important;
    }

    #section-history {
        padding: 60px 25px !important;
    }

    #section-hero {
        padding-top: 40px !important;
        padding-bottom: 0 !important;
    }

    #section-philosophy {
        padding: 0 0px 80px 0px !important;
    }

    .hero-text h1 {
        font-size: 27px !important;
    }
}

#section-advantages {
    /*padding: 60px 40px;*/
}

.advantages-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.advantages-header h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.advantages-header .line {
    flex-grow: 1;
    height: 2px;
    background-color: rgba(41, 35, 31, 0.12);
}

.advantages-content {
    display: flex;
    position: relative;
    min-height: 680px;
    margin: 60px 0px;
}

.advantages-visuals {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blue-bg {
    background-image: url("/static/images/Group1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
}

.adv-img {
    position: absolute;
    opacity: 0.4;
    mix-blend-mode: lighten;
}

.adv-img.bag {
    left: 0;
    bottom: 0;
    width: 323px;
}

.adv-img.mug {
    left: 40%;
    bottom: 0;
    width: 277px;
}

.adv-img.cap {
    right: 20%;
    top: 50px;
    width: 303px;
    opacity: 1; /* Based on JSON opacity */
    mix-blend-mode: normal;
}

.advantages-cards {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 24px;
    width: 100%;
    justify-content: flex-end;
    align-items: self-end;
    /* padding-top: 40px; */
    bottom: -20px;
    right: -20px;
}

.adv-card {
    background-color: #ffffff;
    padding: 40px;
    width: 30%;
    box-shadow: 0px 2px 60px rgba(12, 7, 36, 0.08);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.adv-card h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.adv-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #29231f;
}

.advantages-description {
    color: white;
    max-width: 500px;
    font-size: 21px;
    line-height: 1.6;
    margin-top: 100px;
    padding: 22px;
    position: absolute;
    z-index: 1;
}

.q1w2e3 {
    max-width: 40%;
}

@media (max-width: 1024px) {
    .title-strip h2 {
        font-size: 30px;
    }

    .advantages-header h2 {
        font-size: 26px;
    }

    .q1w2e3 {
        max-width: 100%;
    }

    .advantages-description {
        color: white;
        font-size: 24px;
        max-width: 100%;
        line-height: 1.6;
        margin-top: 150px;
        padding: 22px;
        position: absolute;
        z-index: 1;
    }

    .advantages-content {
        min-height: 1200px;
    }

    .advantages-cards {
        bottom: 0;
        right: 0px;
        margin-top: 600px;
        flex-direction: column;
        align-items: center;
    }

    .adv-card {
        width: 90%;
    }

    .hero-content-wrapper {
        padding: 0;
    }
}

#section-philosophy {
    padding: 0 40px 80px 40px;
}

.philosophy-wrapper {
    position: relative;
    min-height: 596px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.philosophy-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%; /* Approximate based on layout */
    height: 100%;
    overflow: hidden;
}

.philosophy-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.philosophy-card {
    background-color: #ffffff;
    padding: 40px;
    width: 50%; /* Overlap */
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 60px rgba(12, 7, 36, 0.08);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.philosophy-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.philosophy-text p {
    font-size: 16px;
    line-height: 1.5;
}

.cta-button {
    background-color: #e51f2c;
    color: #ffffff !important;
    padding: 20px 32px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.cta-button img {
    filter: brightness(0) invert(1); /* Make icon white */
}

@media (max-width: 1024px) {
    .philosophy-wrapper {
        flex-direction: column;
    }

    .philosophy-bg {
        width: 100%;
        height: 300px;
        position: relative;
    }

    .philosophy-card {
        width: 100%;
        margin-top: -40px;
    }
}
