/* ==========================================================
   TrueVitaHub
   Latest AI Launches
========================================================== */

.tvh-latest-launches{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
        radial-gradient(circle at top left,#fff7ed 0%,transparent 35%),
        radial-gradient(circle at bottom right,#ffedd5 0%,transparent 30%),
        #ffffff;

}

/* ==========================================================
   Section Heading
========================================================== */

.tvh-latest-launches .tvh-section-heading{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.tvh-latest-launches .tvh-section-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 18px;

    border-radius:999px;

    background:#fff3e6;

    color:#ea580c;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.tvh-latest-launches h2{

    font-size:48px;

    color:#0f172a;

    margin-bottom:18px;

}

.tvh-latest-launches p{

    color:#64748b;

    line-height:1.8;

    font-size:18px;

}

/* ==========================================================
   Launch Grid
========================================================== */

.tvh-launch-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

/* ==========================================================
   Launch Card
========================================================== */

.tvh-launch-card{

    position:relative;

    display:flex;

    flex-direction:column;

    padding:30px;

    border-radius:24px;

    background:rgba(255,255,255,.82);

    backdrop-filter:blur(16px);

    -webkit-backdrop-filter:blur(16px);

    border:1px solid rgba(251,146,60,.15);

    overflow:hidden;

    transition:.35s ease;

    box-shadow:

        0 18px 45px rgba(15,23,42,.06);

}

/* Orange Ribbon */

.tvh-launch-card::before{

    content:"NEW";

    position:absolute;

    top:18px;

    right:-38px;

    width:140px;

    text-align:center;

    padding:6px 0;

    background:#f97316;

    color:#ffffff;

    font-size:11px;

    font-weight:700;

    letter-spacing:1px;

    transform:rotate(45deg);

}

.tvh-launch-card:hover{

    transform:translateY(-10px);

    border-color:#fb923c;

    box-shadow:

        0 35px 70px rgba(249,115,22,.18);

}

/* ==========================================================
   Header
========================================================== */

.tvh-launch-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:24px;

}

.tvh-launch-logo{

    width:64px;

    height:64px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    background:#fff7ed;

}

.tvh-launch-badge{

    padding:8px 14px;

    border-radius:999px;

    background:#fff3e6;

    color:#ea580c;

    font-size:13px;

    font-weight:700;

}

/* ==========================================================
   Content
========================================================== */

.tvh-launch-card h3{

    margin:0 0 10px;

    color:#0f172a;

    font-size:24px;

}

.tvh-launch-category{

    display:inline-block;

    color:#ea580c;

    font-size:14px;

    font-weight:700;

    margin-bottom:18px;

}

.tvh-launch-card p{

    color:#64748b;

    line-height:1.8;

    margin-bottom:26px;

}

/* ==========================================================
   Meta
========================================================== */

.tvh-launch-meta{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:auto;

    padding-top:18px;

    border-top:1px solid #f1f5f9;

    margin-bottom:24px;

    color:#475569;

    font-size:14px;

}

/* ==========================================================
   Button
========================================================== */

.tvh-launch-footer .tvh-btn-primary{

    width:100%;

}

/* ==========================================================
   Bottom Button
========================================================== */

.tvh-latest-launches .tvh-section-footer{

    margin-top:70px;

    text-align:center;

}

/* ==========================================================
   Decorative Glow
========================================================== */

.tvh-latest-launches::before{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    left:-220px;

    top:-180px;

    border-radius:50%;

    background:#fb923c;

    opacity:.08;

    filter:blur(130px);

}

.tvh-latest-launches::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    right:-180px;

    bottom:-180px;

    border-radius:50%;

    background:#fdba74;

    opacity:.08;

    filter:blur(120px);

}

/* ==========================================================
   Latest AI Launches Responsive
========================================================== */

/* ---------- Large Laptop ---------- */

@media (max-width:1400px){

    .tvh-launch-grid{

        grid-template-columns:repeat(4,1fr);

        gap:24px;

    }

}

/* ---------- Laptop ---------- */

@media (max-width:1200px){

    .tvh-latest-launches{

        padding:90px 0;

    }

    .tvh-launch-grid{

        grid-template-columns:repeat(3,1fr);

        gap:24px;

    }

}

/* ---------- Tablet ---------- */

@media (max-width:992px){

    .tvh-latest-launches{

        padding:80px 0;

    }

    .tvh-latest-launches h2{

        font-size:40px;

    }

    .tvh-launch-grid{

        grid-template-columns:repeat(2,1fr);

        gap:22px;

    }

    .tvh-launch-card{

        padding:24px;

    }

}

/* ---------- Mobile ---------- */

@media (max-width:768px){

    .tvh-latest-launches{

        padding:70px 0;

    }

    .tvh-latest-launches .tvh-section-heading{

        margin-bottom:50px;

    }

    .tvh-latest-launches h2{

        font-size:34px;

        line-height:1.25;

    }

    .tvh-latest-launches p{

        font-size:16px;

    }

    .tvh-launch-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

    .tvh-launch-card{

        border-radius:20px;

        padding:22px;

    }

    .tvh-launch-header{

        margin-bottom:18px;

    }

    .tvh-launch-logo{

        width:56px;

        height:56px;

        font-size:28px;

    }

    .tvh-launch-card h3{

        font-size:22px;

    }

    .tvh-launch-meta{

        flex-wrap:wrap;

        gap:10px;

    }

}

/* ---------- Small Mobile ---------- */

@media (max-width:480px){

    .tvh-latest-launches{

        padding:60px 0;

    }

    .tvh-latest-launches h2{

        font-size:28px;

    }

    .tvh-latest-launches .tvh-section-badge{

        font-size:12px;

        padding:8px 14px;

    }

    .tvh-launch-card{

        padding:20px;

    }

    .tvh-launch-card h3{

        font-size:20px;

    }

    .tvh-launch-category{

        font-size:13px;

    }

    .tvh-launch-card p{

        font-size:15px;

        line-height:1.7;

    }

    .tvh-launch-footer .tvh-btn-primary{

        width:100%;

        justify-content:center;

    }

}