/* =========================================================
   BLOG
   AURORA WISATA
========================================================= */

.blog-page {
    background: #ffffff;
    color: #17352f;
}

/* =========================================================
   BLOG CONTAINER
========================================================= */

.blog-page .container {
    width: min(calc(100% - 64px), 1110px);
    margin-left: auto;
    margin-right: auto;
}

/* =========================================================
   HERO
========================================================= */

.blog-hero {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    color: #ffffff;
}

.blog-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.blog-hero-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.blog-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(8, 24, 14, 0.88) 0%,
            rgba(8, 24, 14, 0.72) 28%,
            rgba(8, 24, 14, 0.38) 55%,
            rgba(8, 24, 14, 0.08) 100%
        );
}


/* =========================================================
   HERO CONTENT
========================================================= */

.blog-hero-content {
    position: relative;
    z-index: 2;

    width: min(calc(100% - 64px), 1110px);
    height: 500px;

    margin-left: auto;
    margin-right: auto;

    padding: 90px 0 55px;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.blog-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 28px;

    font-size: 13px;
    line-height: 1.5;
}

.blog-breadcrumb a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;

    transition: color .25s ease;
}

.blog-breadcrumb a:hover {
    color: #01ff00;
}

.blog-breadcrumb-separator {
    color: rgba(255, 255, 255, 0.42);
}

.blog-breadcrumb-current {
    color: #ffffff;
    font-weight: 600;
}


/* =========================================================
   HERO TEXT
========================================================= */

.blog-hero-text {
    max-width: 800px;
}

.blog-eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    margin: 0 0 14px;

    color: #ff6500;

    font-size: 11px;
    font-weight: 800;

    line-height: 1.4;

    letter-spacing: .16em;
    text-transform: uppercase;
}

.blog-eyebrow::before {
    content: "";

    width: 28px;
    height: 2px;

    flex: 0 0 28px;

    border-radius: 999px;

    background: #01ff00;
}

.blog-eyebrow::after {
    content: "";

    width: 22px;
    height: 2px;

    flex: 0 0 22px;

    border-radius: 999px;

    background: rgba(255, 101, 0, .65);
}


/* =========================================================
   HERO TITLE
========================================================= */

.blog-hero h1 {
    max-width: 780px;

    margin: 0 0 17px;

    color: #ffffff;

    font-size: clamp(40px, 4.3vw, 60px);

    font-weight: 800;

    line-height: 1.05;

    letter-spacing: -.045em;
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.blog-hero-text > p {
    max-width: 650px;

    margin: 0;

    color: rgba(255, 255, 255, .82);

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================================
   INTRO
========================================================= */

.blog-intro-section {
    padding: 85px 0 75px;

    background: #ffffff;
}

.blog-intro {
    max-width: 1000px;
}

.blog-intro-heading {
    margin-bottom: 25px;
}

.blog-section-eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 14px;

    color: #ff6500;

    font-size: 11px;
    font-weight: 800;

    line-height: 1.4;

    letter-spacing: .16em;
    text-transform: uppercase;
}

.blog-section-eyebrow::before {
    content: "";

    width: 30px;
    height: 2px;

    flex: 0 0 30px;

    border-radius: 999px;

    background: #ff6500;
}

.blog-intro-heading h2 {
    max-width: 900px;

    margin: 0;

    color: #17352f;

    font-size: clamp(32px, 3.4vw, 44px);

    font-weight: 800;

    line-height: 1.12;

    letter-spacing: -.035em;
}


/* =========================================================
   INTRO CONTENT
========================================================= */

.blog-intro-content {
    max-width: 900px;

    color: #687570;

    font-size: 15px;

    line-height: 1.85;
}

.blog-intro-content p {
    margin: 0 0 18px;
    max-width: 900px;
}

.blog-intro-content p:last-child {
    margin-bottom: 0;
}

.blog-intro-content h2,
.blog-intro-content h3,
.blog-intro-content h4 {
    margin: 30px 0 12px;

    color: #17352f;

    font-weight: 800;

    line-height: 1.3;
}

.blog-intro-content h2 {
    font-size: 28px;
}

.blog-intro-content h3 {
    font-size: 23px;
}

.blog-intro-content h4 {
    font-size: 19px;
}

.blog-intro-content ul,
.blog-intro-content ol {
    margin: 15px 0 20px;

    padding-left: 23px;
}

.blog-intro-content li {
    margin-bottom: 7px;
}


/* =========================================================
   CATEGORY
========================================================= */

.blog-category-section {
    padding: 0 0 55px;

    background: #ffffff;
}

.blog-category-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 9px;
}

.blog-category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;

    padding: 8px 17px;

    border: 1px solid #dfe7e3;
    border-radius: 999px;

    background: #ffffff;

    color: #53635d;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition:
        color .25s ease,
        border-color .25s ease,
        background .25s ease,
        transform .25s ease;
}

.blog-category-link:hover {
    border-color: #ff6500;

    color: #ff6500;

    transform: translateY(-2px);
}

.blog-category-link.active {
    border-color: #17352f;

    background: #17352f;

    color: #ffffff;
}


/* =========================================================
   ARTICLE LIST
========================================================= */

.blog-list-section {
    padding: 10px 0 90px;

    background: #ffffff;
}

.blog-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 28px;
}


/* =========================================================
   BLOG CARD
========================================================= */

.blog-card {
    display: flex;
    flex-direction: column;

    overflow: hidden;

    min-width: 0;

    border: 1px solid #e6ece9;
    border-radius: 12px;

    background: #ffffff;

    box-shadow:
        0 8px 28px rgba(23, 53, 47, .055);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);

    border-color: rgba(255, 101, 0, .25);

    box-shadow:
        0 18px 40px rgba(23, 53, 47, .11);
}


/* =========================================================
   CARD IMAGE
========================================================= */

.blog-card-image {
    position: relative;

    display: block;

    width: 100%;
    aspect-ratio: 1200 / 800;

    overflow: hidden;

    background: #edf2ef;

    text-decoration: none;
}

.blog-card-image picture {
    display: block;

    width: 100%;
    height: 100%;
}

.blog-card-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .6s cubic-bezier(.2,.7,.2,1);
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}


/* =========================================================
   IMAGE PLACEHOLDER
========================================================= */

.blog-card-image-placeholder {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: #78857f;

    background: #edf2ef;

    font-size: 13px;
}


/* =========================================================
   READ LABEL
========================================================= */

.blog-card-read {
    position: absolute;

    right: 15px;
    bottom: 15px;

    padding: 7px 12px;

    border-radius: 999px;

    background: rgba(23, 53, 47, .92);

    color: #ffffff;

    font-size: 10px;
    font-weight: 700;

    opacity: 0;

    transform: translateY(5px);

    transition:
        opacity .25s ease,
        transform .25s ease;
}

.blog-card:hover .blog-card-read {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.blog-card-content {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 23px 25px 26px;
}

.blog-card-date {
    display: block;

    margin-bottom: 10px;

    color: #ff6500;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .08em;

    text-transform: uppercase;
}

.blog-card-title {
    margin: 0;

    color: #17352f;

    font-size: 20px;
    font-weight: 800;

    line-height: 1.35;

    letter-spacing: -.02em;
}

.blog-card-title a {
    color: inherit;

    text-decoration: none;

    transition: color .25s ease;
}

.blog-card-title a:hover {
    color: #ff6500;
}

.blog-card-excerpt {
    display: -webkit-box;

    overflow: hidden;

    margin: 12px 0 0;

    color: #6b7873;

    font-size: 14px;

    line-height: 1.75;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-card-link {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    align-self: flex-start;

    margin-top: auto;
    padding-top: 18px;

    color: #17352f;

    font-size: 13px;
    font-weight: 800;

    text-decoration: none;

    transition:
        color .25s ease,
        gap .25s ease;
}

.blog-card-link:hover {
    gap: 11px;

    color: #ff6500;
}


/* =========================================================
   EMPTY
========================================================= */

.blog-empty {
    padding: 60px 25px;

    border: 1px dashed #d7e0dc;
    border-radius: 12px;

    background: #fafcfb;

    text-align: center;
}

.blog-empty-eyebrow {
    display: inline-block;

    margin-bottom: 10px;

    color: #ff6500;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-empty h2 {
    margin: 0;

    color: #17352f;

    font-size: 27px;
    font-weight: 800;
}

.blog-empty p {
    max-width: 560px;

    margin: 12px auto 0;

    color: #6d7a75;

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   PAGINATION
========================================================= */

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 45px;
}

.blog-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(23, 53, 47, .10);
    border-radius: 10px;

    background: #ffffff;

    color: #17352f;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.blog-pagination a:hover {
    border-color: #ff6500;

    color: #ff6500;

    transform: translateY(-2px);
}

.blog-pagination a.active {
    border-color: #17352f;

    background: #17352f;

    color: #ffffff;
}

.blog-pagination-arrow {
    font-size: 17px !important;
}


/* =========================================================
   CTA
========================================================= */

.blog-cta-section {
    padding: 10px 0 90px;

    background: #ffffff;
}

.blog-cta {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;

    overflow: hidden;

    padding: 48px 50px;

    border: 1px solid #e5ece8;
    border-radius: 14px;

    background: #f7faf8;

    box-shadow:
        0 12px 35px rgba(23, 53, 47, .055);
}

.blog-cta::after {
    content: "";

    position: absolute;

    top: -150px;
    right: -80px;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background: rgba(255, 101, 0, .07);

    pointer-events: none;
}

.blog-cta-content {
    position: relative;
    z-index: 1;

    max-width: 760px;
}

.blog-cta-eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    margin-bottom: 12px;

    color: #ff6500;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-cta-eyebrow::before {
    content: "";

    width: 27px;
    height: 2px;

    background: #ff6500;
}

.blog-cta h2 {
    margin: 0;

    color: #17352f;

    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;

    line-height: 1.18;

    letter-spacing: -.025em;
}

.blog-cta p {
    margin: 14px 0 0;

    color: #687570;

    font-size: 15px;
    line-height: 1.75;
}

.blog-cta-action {
    position: relative;
    z-index: 1;

    flex-shrink: 0;
}

.blog-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    min-height: 48px;

    padding: 12px 23px;

    border-radius: 8px;

    background: #ff6500;

    color: #ffffff;

    font-size: 13px;
    font-weight: 800;

    text-decoration: none;

    box-shadow:
        0 8px 20px rgba(255, 101, 0, .20);

    transition:
        background .25s ease,
        transform .25s ease;
}

.blog-cta-button:hover {
    background: #e95d00;

    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .blog-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .blog-cta {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .blog-hero {
        height: 540px;
    }

    .blog-page .container {
        width: calc(100% - 30px);
    }

    .blog-hero-content {
        width: calc(100% - 30px);
    }


    .blog-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(8, 24, 14, .28) 0%,
                rgba(8, 24, 14, .65) 55%,
                rgba(8, 24, 14, .90) 100%
            );
    }

    .blog-breadcrumb {
        margin-bottom: 20px;

        font-size: 12px;
    }

    .blog-eyebrow {
        font-size: 10px;
    }

    .blog-hero h1 {
        font-size: 40px;
        line-height: 1.05;
    }

    .blog-hero-text > p {
        margin-top: 0;

        font-size: 14px;
        line-height: 1.7;
    }


    /* INTRO */

    .blog-intro-section {
        padding: 72px 0 65px;
        background: #ffffff;
    }

    .blog-intro-heading h2 {
        font-size: 32px;
    }

    .blog-intro-content {
        font-size: 14px;
        line-height: 1.8;
    }


    /* CATEGORY */

    .blog-category-section {
        padding-bottom: 40px;
    }

    .blog-category-list {
        gap: 7px;
    }

    .blog-category-link {
        min-height: 38px;

        padding: 7px 14px;

        font-size: 12px;
    }


    /* ARTICLES */

    .blog-list-section {
        padding-bottom: 65px;
    }

    .blog-grid {
        grid-template-columns: 1fr;

        gap: 22px;
    }

    .blog-card-content {
        padding: 21px 22px 24px;
    }


    /* CTA */

    .blog-cta-section {
        padding-bottom: 65px;
    }

    .blog-cta {
        padding: 32px 25px;

        border-radius: 10px;
    }

    .blog-cta h2 {
        font-size: 29px;
    }

    .blog-cta-button {
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .blog-hero {
        height: 520px;
    }

    .blog-hero-content {
        height: 520px;
    }

    .blog-hero h1 {
        font-size: 34px;
    }

    .blog-intro-section {
        padding-top: 55px;
    }

    .blog-intro-heading h2 {
        font-size: 28px;
    }

    .blog-card-content {
        padding: 20px;
    }

    .blog-card-title {
        font-size: 19px;
    }

    .blog-cta {
        padding: 28px 20px;
    }

}

/* =========================================================
   BLOG INTRO - FINAL ADJUSTMENT
   Hanya untuk bagian intro, jangan ubah section lainnya
========================================================= */

.blog-intro-section {
    padding: 72px 0 32px;
    background: #ffffff;
}

.blog-section-heading {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* Eyebrow */
.blog-section-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-bottom: 16px;

    color: #ff6500;

    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.blog-section-eyebrow::before {
    content: "";

    width: 30px;
    height: 2px;

    flex: 0 0 30px;

    border-radius: 999px;

    background: #ff6500;
}

/* H2 */
.blog-section-heading h2 {
    margin: 0 0 16px;

    color: #17352f;

    font-size: clamp(38px, 4vw, 48px);
    font-weight: 800;

    line-height: 1.12;
    letter-spacing: -0.04em;
}

/* Description */
.blog-section-heading p {
    max-width: 760px;

    margin: 0 auto;

    color: #64736f;

    font-size: 16px;
    font-weight: 400;

    line-height: 1.7;
}


/* =========================================================
   CATEGORY - JARAK DENGAN INTRO
========================================================= */

.blog-category-section {
    padding: 22px 0 20px;
}

.blog-category-list {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 9px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .blog-intro-section {
        padding: 58px 0 28px;
    }

    .blog-section-heading {
        max-width: 100%;
    }

    .blog-section-heading h2 {
        font-size: 34px;
        line-height: 1.15;
    }

    .blog-section-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .blog-category-section {
        padding: 18px 0 15px;
    }

    .blog-category-list {
        justify-content: flex-start;
    }
}


@media (max-width: 480px) {

    .blog-intro-section {
        padding: 50px 0 25px;
    }

    .blog-section-heading h2 {
        font-size: 30px;
    }

    .blog-section-heading p {
        font-size: 14px;
    }
}