.hero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hero {
    position: relative;
    width: 100%;
}

.hero .intro-titles {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    aspect-ratio: 16/9;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    color: #fff;
    padding-bottom: 250px;
    background-color: #000;
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 80px;
    text-align: left;
    padding-right: 120px;
}

.hero-title {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-top: 15px;
}

.hero-title-logo {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0px 0 30px 0px;
}

/* === ABOUT SECTION === */

.about-ahi {
    background-size: contain;
    background-position: top;
    padding: 80px 0;
    background-color: #fff;
    background-repeat: no-repeat;
}

.about-header {
    margin-bottom: 50px;
}

.about-title {
    color: #BA1D2B;
    font-size: 2.5rem;
    font-weight: 500;
}

.about-subtitle {
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-left {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.about-text-left {
    flex-grow: 1;
}

.about-red-line {
    margin-top: auto;
}

.about-red-line img {
    width: 100%;
    margin-top: 30px;
}

.about-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.about-text-right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.about-text-left,
.about-text-right {
    font-size: 1rem;
    line-height: 1.8;
    color: #000;
    text-align: justify;
}

.about-text-right .about-last-text {
    display: inline-block;
    margin-top: auto;
    color: #283583;
    margin-top: 30px;
}

.about-text-right p:last-child {
    margin-bottom: 0px !important;
}

/* === STORY SECTION === */

.story-section {
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    position: relative;
    color: #fff;
}

.story-first {
    min-height: 65vh;
}

.story-split-layout {
    min-height: 65vh;
    display: flex;
    align-items: center;
}

.story-section .container {
    position: relative;
    z-index: 1;
}

.story-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.story-text {
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: justify;
}

.story-dark-text,
.story-dark-text .story-title,
.story-dark-text .story-text {
    color: #000;
}

/* ================= BULLETS ================= */

.story-bullets-box {
    background: rgba(39, 33, 84, 0.85);
    padding: 40px;
    border-radius: 16px;
    height: 100%;
}

.story-bullets-wysiwyg {
    color: #fff;
}

.story-bullets-wysiwyg ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.story-bullets-wysiwyg li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 14px;
}

.story-bullets-wysiwyg li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background-image: var(--list-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ================= STORY IMAGES ================= */

.story-three-images-row {
    margin-top: 30px;
}

.story-three-image-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
}

.story-three-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 240px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 12px;
}

.story-three-images-row .col-12>.story-three-image-item .story-three-image,
.story-three-images-row .col-12.story-single-image-col .story-three-image {
    max-height: 420px;
}

/* ================= ECO SECTION ================= */

.eco-section {
    padding: 50px 0;
    background: #fff;
}

.eco-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.eco-description {
    max-width: 950px;
    margin: 0 auto 50px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
}

.eco-description p:last-child {
    margin-bottom: 0;
}

.eco-items-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 320px));
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
}

.eco-items-grid>.eco-item-box:last-child:nth-child(3n + 1) {
    grid-column: 2;
}

.eco-items-grid>.eco-item-box:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 1;
}

.eco-items-grid>.eco-item-box:last-child:nth-child(3n + 2) {
    grid-column: 3;
}

/* ================= BOX ================= */

.eco-item-box {
    background: #f5f7fb;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eco-item-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(39, 33, 84, 0.08);
}

/* ================= ICON ================= */

.eco-item-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.eco-item-icon img {
    max-height: 70px;
    max-width: 80px;
    object-fit: contain;
}

/* ================= TITLE ================= */

.eco-item-title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin: 0;
    text-align: center;
}

/* ================= BUTTON ================= */

.eco-button-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.eco-button-wrap {
    display: flex;
    justify-content: center;
}

.eco-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 14px 32px;
    border: 2px solid #ED291E;
    border-radius: 999px;
    text-decoration: none;
    color: #ED291E;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: transparent;
}

.eco-btn:hover {
    background: #ED291E;
    color: #fff;
    text-decoration: none;
}

/* === BUTTON === */

.company-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border: 3px solid #ED291E;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    background: transparent;
}

.company-btn img {
    width: 35px;
    height: auto;
    transition: filter 0.3s ease;
}

.company-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ED291E;
    z-index: 0;
    transition: width 0.4s ease;
}

.company-btn span,
.company-btn img {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    font-weight: 400;
}

.company-btn:hover::before {
    width: 100%;
}

.company-btn {
    color: #ED291E;
    border: 3px solid #ED291E;
}

.company-btn:hover {
    color: #fff;
}

/* ========================= RESPONSIVE ========================= */

@media (max-width: 992px) {
    .hero .intro-titles {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 0;
        min-height: 500px;
        aspect-ratio: 16 / 9;
    }

    .hero-container {
        padding: 0 20px;
        text-align: center;
    }

    .hero-title {
        font-size: 2.1rem;
    }

    .hero-title-logo {
        max-width: 250px;
        margin-top: 15px;
    }

    .hero h2 {
        font-size: 3rem;
        text-align: center;
    }

    .hero h3 {
        font-size: 2.1rem;
        text-align: center;
    }

    .story-section {
        padding: 35px 0;
    }

    .story-split-layout {
        min-height: auto;
        align-items: flex-start;
    }

    .story-bullets-box {
        margin-top: 20px;
        padding: 30px;
    }

    .story-three-image-item {
        min-height: 220px;
    }

    .story-three-image {
        max-height: 210px;
    }

    .story-three-images-row .col-12>.story-three-image-item .story-three-image,
    .story-three-images-row .col-12.story-single-image-col .story-three-image {
        max-height: 320px;
    }

    .eco-section {
        padding: 40px 0;
    }

    .eco-title {
        font-size: 2rem;
    }

    .eco-items-grid {
        grid-template-columns: repeat(2, minmax(220px, 320px));
    }

    .eco-items-grid>.eco-item-box:last-child:nth-child(3n + 1),
    .eco-items-grid>.eco-item-box:nth-last-child(2):nth-child(3n + 1),
    .eco-items-grid>.eco-item-box:last-child:nth-child(3n + 2) {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    .hero .intro-titles {
        height: auto;
    }

    .about-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .about-subtitle {
        font-size: 1.2rem;
        text-align: center;
    }

    .about-content {
        flex-direction: column;
        text-align: center;
        padding: 0px 10px;
    }

    .about-red-line img {
        margin-left: auto;
        margin-right: auto;
    }

    .story-title {
        font-size: 1.6rem;
    }

    .story-text {
        font-size: 1rem;
    }

    .story-three-images-row {
        margin-top: 30px;
    }

    .story-three-image-item {
        min-height: auto;
    }

    .story-three-image {
        max-height: 260px;
    }

    .eco-section {
        padding: 30px 0;
    }

    .eco-title {
        font-size: 1.7rem;
    }

    .eco-description {
        font-size: 1rem;
        margin-bottom: 35px;
    }

    .eco-items-grid {
        grid-template-columns: minmax(220px, 320px);
        gap: 20px;
        margin-bottom: 40px;
    }

    .eco-item-box {
        min-height: 190px;
        padding: 28px 20px;
    }

    .eco-item-icon img {
        width: 60px;
        height: 60px;
    }

    .eco-item-title {
        font-size: 1.1rem;
    }

    .eco-button-title {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 1.8rem;
    }

    .story-section,
    .story-first {
        padding: 30px 0;
    }

    .story-three-images {
        margin-top: 20px;
    }

    .story-three-image {
        max-height: 220px;
    }

    .story-bullets-wysiwyg li {
        padding-left: 34px;
    }
}