/* ==========================================================
   TRUEVITAHUB
   COMPARE AI TOOLS
========================================================== */

.tvh-compare-tools{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
        radial-gradient(circle at top right,#eef4ff 0%,transparent 35%),
        radial-gradient(circle at bottom left,#eff6ff 0%,transparent 30%),
        #ffffff;

}

/* ==========================================================
   Section Heading
========================================================== */

.tvh-compare-tools .tvh-section-heading{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.tvh-compare-tools .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-compare-tools h2{

    font-size:48px;

    color:#0f172a;

    margin-bottom:20px;

}

.tvh-compare-tools p{

    color:#64748b;

    font-size:18px;

    line-height:1.8;

}

/* ==========================================================
   Grid
========================================================== */

.tvh-compare-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/* ==========================================================
   Card
========================================================== */

.tvh-compare-card{

    position:relative;

    display:flex;

    flex-direction:column;

    padding:34px;

    border-radius:26px;

    background:rgba(255,255,255,.82);

    backdrop-filter:blur(16px);

    -webkit-backdrop-filter:blur(16px);

    border:1px solid rgba(37,99,235,.12);

    transition:.35s;

    box-shadow:
        0 18px 45px rgba(15,23,42,.06);

}

.tvh-compare-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:
        0 35px 70px rgba(37,99,235,.16);

}

/* ==========================================================
   Logo
========================================================== */

.tvh-compare-logo{

    width:72px;

    height:72px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#eef4ff;

    font-size:34px;

    margin-bottom:22px;

}

/* ==========================================================
   Content
========================================================== */

.tvh-compare-card h3{

    margin:0 0 14px;

    font-size:28px;

    color:#0f172a;

}

.tvh-compare-rating{

    display:inline-flex;

    align-items:center;

    gap:6px;

    margin-bottom:24px;

    color:#f59e0b;

    font-weight:700;

}

.tvh-compare-list{

    list-style:none;

    padding:0;

    margin:0 0 30px;

}

.tvh-compare-list li{

    padding:14px 0;

    border-bottom:1px solid #edf2f7;

    color:#475569;

    line-height:1.7;

}

.tvh-compare-list li:last-child{

    border-bottom:none;

}

/* ==========================================================
   Button
========================================================== */

.tvh-compare-card .tvh-btn-primary{

    width:100%;

    margin-top:auto;

}

/* ==========================================================
   Footer
========================================================== */

.tvh-compare-tools .tvh-section-footer{

    margin-top:70px;

    text-align:center;

}

/* ==========================================================
   Decorative Glow
========================================================== */

.tvh-compare-tools::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    top:-180px;

    right:-180px;

    background:#2563eb;

    opacity:.06;

    border-radius:50%;

    filter:blur(120px);

}

.tvh-compare-tools::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    bottom:-160px;

    left:-160px;

    background:#38bdf8;

    opacity:.06;

    border-radius:50%;

    filter:blur(120px);

}

/* ==========================================================
   Compare Animation
========================================================== */

.tvh-compare-visible{

    opacity:1 !important;

    transform:translateY(0) !important;

}

/* ==========================================================
   Compare AI Tools Responsive
========================================================== */

/* ---------- Large Laptop ---------- */

@media (max-width:1400px){

    .tvh-compare-grid{

        grid-template-columns:repeat(3,1fr);

        gap:26px;

    }

}

/* ---------- Laptop ---------- */

@media (max-width:1200px){

    .tvh-compare-tools{

        padding:90px 0;

    }

    .tvh-compare-grid{

        grid-template-columns:repeat(2,1fr);

        gap:24px;

    }

}

/* ---------- Tablet ---------- */

@media (max-width:992px){

    .tvh-compare-tools{

        padding:80px 0;

    }

    .tvh-compare-tools h2{

        font-size:40px;

    }

    .tvh-compare-card{

        padding:28px;

    }

    .tvh-compare-card h3{

        font-size:24px;

    }

}

/* ---------- Mobile ---------- */

@media (max-width:768px){

    .tvh-compare-tools{

        padding:70px 0;

    }

    .tvh-compare-tools .tvh-section-heading{

        margin-bottom:50px;

    }

    .tvh-compare-tools h2{

        font-size:34px;

        line-height:1.25;

    }

    .tvh-compare-tools p{

        font-size:16px;

    }

    .tvh-compare-grid{

        grid-template-columns:1fr;

        gap:22px;

    }

    .tvh-compare-card{

        padding:24px;

        border-radius:22px;

    }

    .tvh-compare-logo{

        width:60px;

        height:60px;

        font-size:28px;

        border-radius:18px;

    }

    .tvh-compare-card h3{

        font-size:22px;

    }

    .tvh-compare-list li{

        font-size:15px;

        padding:12px 0;

    }

}

/* ---------- Small Mobile ---------- */

@media (max-width:480px){

    .tvh-compare-tools{

        padding:60px 0;

    }

    .tvh-compare-tools h2{

        font-size:28px;

    }

    .tvh-compare-tools .tvh-section-badge{

        font-size:12px;

        padding:8px 14px;

    }

    .tvh-compare-card{

        padding:20px;

    }

    .tvh-compare-logo{

        width:54px;

        height:54px;

        font-size:24px;

    }

    .tvh-compare-card h3{

        font-size:20px;

    }

    .tvh-compare-rating{

        font-size:14px;

    }

    .tvh-compare-list li{

        font-size:14px;

        line-height:1.6;

    }

    .tvh-compare-card .tvh-btn-primary{

        width:100%;

        justify-content:center;

    }

}