/* =========================================================
   GOKART BLOG PAGE
========================================================= */
.gk-blog-page{
    width:100%;
    background:#fff;
    color:#321017;
}
/* =========================================================
   BLOG BANNER
========================================================= */
.gk-blog-banner{
    position:relative;
    width:100%;
    height:360px;
    overflow:hidden;
    background:#3a0a14;
}
.gk-blog-banner-image{
    position:absolute;
    inset:0;
    background:
        url("assets/blog/blog-banner.jpg")
        center / cover no-repeat;
    transform:scale(1.02);
}
.gk-blog-banner-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(48,7,15,.70) 0%,
            rgba(76,10,24,.42) 48%,
            rgba(47,6,14,.10) 100%
        );
}
.gk-blog-banner-content{
    position:relative;
    z-index:2;
    width:min(1180px,calc(100% - 40px));
    height:100%;
    margin:auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.gk-blog-banner-label{
    display:flex;
    align-items:center;
    gap:8px;
    color:#ffdbe0;
    font-size:10px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}
.gk-blog-banner-label::before{
    content:"";
    width:24px;
    height:2px;
    border-radius:50px;
    background:#e8475e;
}
.gk-blog-banner-content h1{
    max-width:650px;
    margin-top:13px;
    font-family:"Montserrat",sans-serif;
    font-size:clamp(39px,5vw,62px);
    line-height:1.06;
    letter-spacing:-2px;
    color:#fff;
}
.gk-blog-banner-content h1 span{
    display:block;
    color:#f07181;
}
.gk-blog-banner-content p{
    max-width:530px;
    margin-top:12px;
    color:rgba(255,255,255,.79);
    font-size:13px;
    line-height:1.65;
}
.gk-blog-breadcrumb{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:19px;
    font-size:10px;
}
.gk-blog-breadcrumb a{
    color:#fff;
}
.gk-blog-breadcrumb i{
    color:#e34a61;
    font-size:8px;
}
.gk-blog-breadcrumb span{
    color:rgba(255,255,255,.60);
}
/* =========================================================
   MAIN
========================================================= */
.gk-blog-main{
    width:min(1180px,calc(100% - 40px));
    margin:auto;
    padding:65px 0;
}
/* =========================================================
   INTRO
========================================================= */
.gk-blog-intro{
    max-width:650px;
    margin:0 auto 32px;
    text-align:center;
}
.gk-blog-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#c91f35;
    font-size:9px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}
.gk-blog-label::before,
.gk-blog-label::after{
    content:"";
    width:20px;
    height:2px;
    border-radius:50px;
    background:#c91f35;
}
.gk-blog-intro h2{
    margin-top:10px;
    font-family:"Montserrat",sans-serif;
    font-size:clamp(31px,3.8vw,47px);
    line-height:1.1;
    letter-spacing:-1.4px;
}
.gk-blog-intro h2 span{
    color:#c91f35;
}
.gk-blog-intro p{
    margin-top:11px;
    color:#766b6d;
    font-size:13px;
    line-height:1.7;
}
/* =========================================================
   FEATURED POST
========================================================= */
.gk-featured-post{
    display:grid;
    grid-template-columns:
        1.12fr
        .88fr;
    min-height:350px;
    overflow:hidden;
    border-radius:19px;
    background:#fffafa;
    border:1px solid rgba(100,16,29,.09);
    box-shadow:
        0 12px 35px rgba(64,9,20,.07);
    margin-bottom:28px;
}
.gk-featured-image{
    position:relative;
    min-height:350px;
    overflow:hidden;
}
.gk-featured-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:
        transform .65s ease;
}
.gk-featured-post:hover .gk-featured-image img{
    transform:scale(1.05);
}
.gk-featured-category{
    position:absolute;
    left:20px;
    top:20px;
    padding:7px 10px;
    border-radius:5px;
    color:#fff;
    background:#c91f35;
    font-size:8px;
    font-weight:700;
    letter-spacing:1px;
}
/* Featured content */
.gk-featured-content{
    padding:34px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.gk-post-meta{
    display:flex;
    align-items:center;
    gap:14px;
    color:#8a7b7f;
    font-size:9px;
}
.gk-post-meta span{
    display:flex;
    align-items:center;
    gap:5px;
}
.gk-post-meta i{
    color:#c91f35;
}
.gk-featured-content h2{
    margin-top:13px;
    font-family:"Montserrat",sans-serif;
    font-size:29px;
    line-height:1.17;
    letter-spacing:-.7px;
    color:#42111b;
}
.gk-featured-content p{
    max-width:440px;
    margin-top:11px;
    color:#756a6d;
    font-size:11px;
    line-height:1.7;
}
/* =========================================================
   READ BUTTON
========================================================= */
.gk-blog-read-btn{
    width:max-content;
    margin-top:18px;
    display:inline-flex;
    align-items:center;
    gap:9px;
    min-height:40px;
    padding:0 16px;
    border-radius:7px;
    color:#fff;
    background:
        linear-gradient(
            135deg,
            #d42a42,
            #8f172b
        );
    font-size:10px;
    font-weight:700;
    box-shadow:
        0 7px 19px rgba(100,10,25,.14);
    transition:
        transform .25s ease;
}
.gk-blog-read-btn:hover{
    color:#fff;
    transform:translateY(-2px);
}
.gk-blog-read-btn i{
    font-size:9px;
}
/* =========================================================
   FILTERS
========================================================= */
.gk-blog-filters{
    display:flex;
    align-items:center;
    gap:8px;
    overflow-x:auto;
    scrollbar-width:none;
    padding-bottom:2px;
    margin-bottom:20px;
}
.gk-blog-filters::-webkit-scrollbar{
    display:none;
}
.gk-blog-filter{
    flex-shrink:0;
    min-height:32px;
    padding:0 13px;
    border:1px solid #e0dadd;
    border-radius:17px;
    background:#fff;
    color:#756a6d;
    cursor:pointer;
    font-size:9px;
    font-weight:600;
    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}
.gk-blog-filter:hover{
    border-color:#c91f35;
    color:#c91f35;
}
.gk-blog-filter.active{
    color:#fff;
    border-color:#c91f35;
    background:#c91f35;
}
/* =========================================================
   BLOG GRID
========================================================= */
.gk-blog-grid{
    display:grid;
    grid-template-columns:
        repeat(3,minmax(0,1fr));
    gap:18px;
}
/* =========================================================
   BLOG CARD
========================================================= */
.gk-blog-card{
    overflow:hidden;
    border-radius:16px;
    border:1px solid rgba(100,16,29,.08);
    background:#fff;
    box-shadow:
        0 8px 25px rgba(64,9,20,.06);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}
.gk-blog-card:hover{
    transform:translateY(-5px);
    box-shadow:
        0 16px 36px rgba(64,9,20,.11);
}
/* Card image */
.gk-blog-card-image{
    position:relative;
    height:205px;
    overflow:hidden;
}
.gk-blog-card-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:
        transform .6s ease;
}
.gk-blog-card:hover
.gk-blog-card-image img{
    transform:scale(1.06);
}
.gk-blog-card-image span{
    position:absolute;
    top:13px;
    left:13px;
    padding:6px 8px;
    border-radius:4px;
    color:#fff;
    background:rgba(100,16,29,.88);
    font-size:7px;
    font-weight:700;
    letter-spacing:1px;
}
/* Card content */
.gk-blog-card-body{
    padding:18px;
}
.gk-blog-card-meta{
    color:#96878b;
    font-size:8px;
}
.gk-blog-card-body h3{
    margin-top:7px;
    font-family:"Montserrat",sans-serif;
    font-size:17px;
    line-height:1.25;
    letter-spacing:-.3px;
    color:#43111b;
}
.gk-blog-card-body p{
    margin-top:7px;
    color:#796f71;
    font-size:10px;
    line-height:1.6;
}
.gk-blog-card-body a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-top:13px;
    color:#c91f35;
    font-size:9px;
    font-weight:700;
    transition:
        gap .25s ease;
}
.gk-blog-card-body a:hover{
    color:#8f172b;
    gap:10px;
}
.gk-blog-card-body a i{
    font-size:8px;
}
/* =========================================================
   CTA
========================================================= */
.gk-blog-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    margin-top:28px;
    padding:25px 28px;
    border-radius:17px;
    background:
        linear-gradient(
            135deg,
            #fff3f5,
            #fdf8f8
        );
    border:1px solid rgba(201,31,53,.09);
}
.gk-blog-cta-content > span{
    color:#c91f35;
    font-size:8px;
    font-weight:700;
    letter-spacing:1.6px;
}
.gk-blog-cta h2{
    margin-top:5px;
    color:#42111b;
    font-family:"Montserrat",sans-serif;
    font-size:23px;
    line-height:1.2;
}
.gk-blog-cta h2 em{
    color:#c91f35;
    font-style:normal;
}
.gk-blog-cta p{
    margin-top:5px;
    color:#7b7072;
    font-size:10px;
}
.gk-blog-cta > a{
    flex-shrink:0;
    min-height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 17px;
    border-radius:7px;
    color:#fff;
    background:
        linear-gradient(
            135deg,
            #d52b43,
            #8e172a
        );
    font-size:10px;
    font-weight:700;
    box-shadow:
        0 8px 22px rgba(100,10,25,.14);
    transition:
        transform .25s ease;
}
.gk-blog-cta > a:hover{
    color:#fff;
    transform:translateY(-2px);
}
/* =========================================================
   TABLET
========================================================= */
@media(max-width:900px){
    .gk-blog-banner{
        height:330px;
    }
    .gk-blog-grid{
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }
    .gk-featured-post{
        grid-template-columns:1fr;
    }
    .gk-featured-image{
        height:300px;
        min-height:300px;
    }
    .gk-featured-content{
        padding:27px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media(max-width:600px){
    .gk-blog-banner{
        height:300px;
    }
    .gk-blog-banner-content{
        width:calc(100% - 30px);
    }
    .gk-blog-banner-content h1{
        font-size:35px;
        letter-spacing:-1px;
    }
    .gk-blog-banner-content p{
        font-size:11px;
    }
    .gk-blog-main{
        width:calc(100% - 28px);
        padding:50px 0;
    }
    .gk-blog-intro{
        margin-bottom:25px;
    }
    .gk-blog-intro h2{
        font-size:29px;
        letter-spacing:-.8px;
    }
    .gk-blog-intro p{
        font-size:11px;
    }
    /* Featured */
    .gk-featured-image{
        height:230px;
        min-height:230px;
    }
    .gk-featured-content{
        padding:21px;
    }
    .gk-featured-content h2{
        font-size:24px;
    }
    .gk-featured-content p{
        font-size:10px;
    }
    /* One card per row */
    .gk-blog-grid{
        grid-template-columns:1fr;
        gap:12px;
    }
    .gk-blog-card-image{
        height:210px;
    }
    /* CTA */
    .gk-blog-cta{
        flex-direction:column;
        align-items:flex-start;
        gap:14px;
        margin-top:20px;
        padding:21px;
    }
    .gk-blog-cta h2{
        font-size:20px;
    }
    .gk-blog-cta > a{
        width:100%;
    }
}
/* =========================================================
   SMALL PHONES
========================================================= */
@media(max-width:390px){
    .gk-blog-banner{
        height:285px;
    }
    .gk-blog-banner-content h1{
        font-size:32px;
    }
    .gk-blog-intro h2{
        font-size:27px;
    }
}