/* ==========================================================
   TRUEVITAHUB
   AI RESOURCES
========================================================== */

.tvh-resources{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
        radial-gradient(circle at top left,#f3f8ff 0%,transparent 35%),
        radial-gradient(circle at bottom right,#eef7ff 0%,transparent 35%),
        #ffffff;

}

/* ==========================================================
   Section Heading
========================================================== */

.tvh-resources .tvh-section-heading{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.tvh-resources .tvh-section-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 18px;

    border-radius:999px;

    background:#eef4ff;

    color:#2563eb;

    font-size:14px;

    font-weight:700;

    margin-bottom:22px;

}

.tvh-resources h2{

    font-size:48px;

    color:#0f172a;

    margin-bottom:20px;

}

.tvh-resources p{

    color:#64748b;

    font-size:18px;

    line-height:1.8;

}

/* ==========================================================
   Resources Grid
========================================================== */

.tvh-resources-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/* ==========================================================
   Resource Card
========================================================== */

.tvh-resource-card{

    position:relative;

    display:flex;

    flex-direction:column;

    padding:34px;

    border-radius:26px;

    background:rgba(255,255,255,.88);

    backdrop-filter:blur(16px);

    -webkit-backdrop-filter:blur(16px);

    border:1px solid rgba(37,99,235,.10);

    transition:.35s;

    box-shadow:
        0 18px 45px rgba(15,23,42,.06);

}

.tvh-resource-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:
        0 35px 70px rgba(37,99,235,.16);

}

/* ==========================================================
   Icon
========================================================== */

.tvh-resource-icon{

    width:72px;

    height:72px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#eef4ff;

    font-size:34px;

    margin-bottom:22px;

}

/* ==========================================================
   Category
========================================================== */

.tvh-resource-category{

    display:inline-flex;

    width:max-content;

    padding:8px 14px;

    border-radius:999px;

    background:#f5f9ff;

    color:#2563eb;

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}

/* ==========================================================
   Content
========================================================== */

.tvh-resource-card h3{

    margin:0 0 16px;

    font-size:28px;

    color:#0f172a;

}

.tvh-resource-card p{

    color:#64748b;

    line-height:1.8;

    margin-bottom:26px;

}

/* ==========================================================
   Counter
========================================================== */

.tvh-resource-count{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:max-content;

    padding:8px 16px;

    border-radius:999px;

    background:#eff6ff;

    color:#1d4ed8;

    font-size:13px;

    font-weight:700;

    margin-bottom:28px;

}

/* ==========================================================
   Button
========================================================== */

.tvh-resource-card .tvh-btn-primary{

    width:100%;

    margin-top:auto;

}

/* ==========================================================
   Footer
========================================================== */

.tvh-resources .tvh-section-footer{

    margin-top:70px;

    text-align:center;

}

/* ==========================================================
   Decorative Glow
========================================================== */

.tvh-resources::before{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    top:-180px;

    left:-180px;

    background:#3b82f6;

    opacity:.07;

    border-radius:50%;

    filter:blur(120px);

}

.tvh-resources::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    bottom:-160px;

    right:-160px;

    background:#60a5fa;

    opacity:.07;

    border-radius:50%;

    filter:blur(120px);

}

/* ==========================================================
   Resource Animation
========================================================== */

.tvh-resource-visible{

    opacity:1 !important;

    transform:translateY(0) !important;

}

/* ==========================================================
   AI Resources Responsive
========================================================== */

/* ---------- Large Laptop ---------- */

@media (max-width:1400px){

    .tvh-resources-grid{

        grid-template-columns:repeat(3,1fr);

        gap:26px;

    }

}

/* ---------- Laptop ---------- */

@media (max-width:1200px){

    .tvh-resources{

        padding:90px 0;

    }

    .tvh-resources-grid{

        grid-template-columns:repeat(2,1fr);

        gap:24px;

    }

}

/* ---------- Tablet ---------- */

@media (max-width:992px){

    .tvh-resources{

        padding:80px 0;

    }

    .tvh-resources h2{

        font-size:40px;

    }

    .tvh-resource-card{

        padding:28px;

    }

    .tvh-resource-card h3{

        font-size:24px;

    }

}

/* ---------- Mobile ---------- */

@media (max-width:768px){

    .tvh-resources{

        padding:70px 0;

    }

    .tvh-resources .tvh-section-heading{

        margin-bottom:50px;

    }

    .tvh-resources h2{

        font-size:34px;

        line-height:1.25;

    }

    .tvh-resources p{

        font-size:16px;

    }

    .tvh-resources-grid{

        grid-template-columns:1fr;

        gap:22px;

    }

    .tvh-resource-card{

        padding:24px;

        border-radius:22px;

    }

    .tvh-resource-icon{

        width:60px;

        height:60px;

        font-size:28px;

        border-radius:18px;

    }

    .tvh-resource-card h3{

        font-size:22px;

    }

    .tvh-resource-count{

        font-size:12px;

        padding:8px 14px;

    }

}

/* ---------- Small Mobile ---------- */

@media (max-width:480px){

    .tvh-resources{

        padding:60px 0;

    }

    .tvh-resources h2{

        font-size:28px;

    }

    .tvh-resources .tvh-section-badge{

        font-size:12px;

        padding:8px 14px;

    }

    .tvh-resource-card{

        padding:20px;

    }

    .tvh-resource-icon{

        width:54px;

        height:54px;

        font-size:24px;

    }

    .tvh-resource-card h3{

        font-size:20px;

    }

    .tvh-resource-card p{

        font-size:14px;

        line-height:1.7;

    }

    .tvh-resource-count{

        font-size:11px;

    }

    .tvh-resource-card .tvh-btn-primary{

        width:100%;

        justify-content:center;

    }

}