/* -------------------------------------------------------------------------
   CarHub premium information pages
   ------------------------------------------------------------------------- */

.carhub-info-page{
    min-height:40vh;
    background:#f4f8fd;
    color:#172033;
    padding:26px 18px 54px;
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.carhub-info-page__shell{
    width:min(100%,1040px);
    margin:0 auto;
}

.carhub-info-page__hero{
    position:relative;
    overflow:hidden;
    padding:38px 34px 34px;
    border:1px solid #d8e5f5;
    border-radius:28px;
    background:linear-gradient(135deg,#f9fcff 0%,#edf5ff 58%,#dceaff 100%);
    box-shadow:0 18px 45px rgba(38,76,120,.08);
}

.carhub-info-page__hero::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    right:-110px;
    top:-125px;
    border-radius:50%;
    border:1px solid rgba(37,99,235,.10);
    box-shadow:0 0 0 55px rgba(37,99,235,.025),0 0 0 110px rgba(37,99,235,.018);
    pointer-events:none;
}

.carhub-info-page__eyebrow{
    position:relative;
    z-index:1;
    display:block;
    margin:0 0 13px;
    color:#1769ff;
    font-size:11px;
    line-height:1.4;
    font-weight:850;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.carhub-info-page__hero h1{
    position:relative;
    z-index:1;
    max-width:780px;
    margin:0;
    color:#101a2c;
    font-size:clamp(34px,5vw,58px);
    line-height:1.02;
    letter-spacing:-.045em;
    font-weight:780;
}

.carhub-info-page__hero p{
    position:relative;
    z-index:1;
    max-width:760px;
    margin:18px 0 0;
    color:#667895;
    font-size:17px;
    line-height:1.75;
}

.carhub-info-page__meta{
    position:relative;
    z-index:1;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
}

.carhub-info-page__meta span{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:7px 13px;
    border:1px solid #d4e2f3;
    border-radius:999px;
    background:rgba(255,255,255,.72);
    color:#52647e;
    font-size:12px;
    font-weight:700;
}

.carhub-info-page__stats{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin-top:18px;
}

.carhub-info-page__stat{
    padding:24px;
    border:1px solid #dce7f5;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 28px rgba(38,76,120,.05);
}

.carhub-info-page__stat strong{
    display:block;
    color:#1769ff;
    font-size:30px;
    line-height:1;
    letter-spacing:-.04em;
}

.carhub-info-page__stat span{
    display:block;
    margin-top:8px;
    color:#72819a;
    font-size:13px;
    line-height:1.45;
}

.carhub-info-page__section{
    margin-top:18px;
    padding:30px;
    border:1px solid #dce7f5;
    border-radius:24px;
    background:#fff;
    box-shadow:0 10px 28px rgba(38,76,120,.045);
}

.carhub-info-page__section-heading{
    margin:0 0 16px;
    color:#172033;
    font-size:24px;
    line-height:1.2;
    letter-spacing:-.025em;
    font-weight:760;
}

.carhub-info-page__section-copy{
    margin:0;
    color:#667895;
    font-size:15px;
    line-height:1.85;
}

.carhub-info-page__section-copy + .carhub-info-page__section-copy{
    margin-top:13px;
}

.carhub-info-page__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.carhub-info-page__feature{
    padding:22px;
    border:1px solid #e0e9f5;
    border-radius:18px;
    background:#f8fbff;
}

.carhub-info-page__feature-kicker{
    display:block;
    margin-bottom:8px;
    color:#1769ff;
    font-size:10px;
    line-height:1.4;
    font-weight:850;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.carhub-info-page__feature h3{
    margin:0 0 8px;
    color:#1a2538;
    font-size:17px;
    line-height:1.35;
    font-weight:750;
}

.carhub-info-page__feature p{
    margin:0;
    color:#71809a;
    font-size:13px;
    line-height:1.7;
}

.carhub-info-page__category-list{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:18px;
}

.carhub-info-page__category{
    display:inline-flex;
    align-items:center;
    min-height:36px;
    padding:8px 13px;
    border:1px solid #d9e6f5;
    border-radius:999px;
    background:#f7faff;
    color:#30415a;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
}

.carhub-info-page__category:hover{
    border-color:#8eb7ff;
    color:#1769ff;
}

.carhub-info-page__toc{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}

.carhub-info-page__toc a{
    display:block;
    padding:13px 15px;
    border:1px solid #dce7f5;
    border-radius:14px;
    background:#f8fbff;
    color:#30415a;
    text-decoration:none;
    font-size:13px;
    font-weight:650;
}

.carhub-info-page__toc a:hover{
    border-color:#8eb7ff;
    color:#1769ff;
}

.carhub-info-page__legal-section{
    scroll-margin-top:24px;
}

.carhub-info-page__legal-section h2{
    margin:0 0 10px;
    color:#172033;
    font-size:21px;
    line-height:1.35;
    font-weight:760;
}

.carhub-info-page__legal-section p{
    margin:0;
    color:#667895;
    font-size:14px;
    line-height:1.85;
}

.carhub-info-page__legal-section p + p{
    margin-top:12px;
}

.carhub-info-page__legal-section ul{
    margin:12px 0 0;
    padding-left:20px;
    color:#667895;
    font-size:14px;
    line-height:1.85;
}

.carhub-info-page__notice{
    padding:17px 18px;
    border-left:3px solid #1769ff;
    border-radius:12px;
    background:#eef5ff;
    color:#536985;
    font-size:13px;
    line-height:1.7;
}

.carhub-info-page__cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-top:18px;
    padding:22px 24px;
    border:1px solid #cfe0f7;
    border-radius:20px;
    background:linear-gradient(135deg,#eef6ff,#e1edff);
}

.carhub-info-page__cta > div{
    min-width:0;
}

.carhub-info-page__cta a{
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
    white-space:nowrap;
}

.carhub-info-page__cta h2{
    margin:0;
    color:#172033;
    font-size:19px;
    line-height:1.3;
}

.carhub-info-page__cta p{
    margin:5px 0 0;
    color:#71809a;
    font-size:13px;
}

.carhub-info-page__cta a{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:10px 18px;
    border-radius:12px;
    background:#1769ff;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:750;
    box-shadow:0 8px 20px rgba(23,105,255,.18);
}

@media(max-width:720px){
    .carhub-info-page{
        padding:18px 12px 42px;
    }

    .carhub-info-page__hero{
        padding:28px 22px 25px;
        border-radius:23px;
    }

    .carhub-info-page__hero h1{
        font-size:36px;
    }

    .carhub-info-page__hero p{
        font-size:15px;
        line-height:1.7;
    }

    .carhub-info-page__stats,
    .carhub-info-page__grid,
    .carhub-info-page__toc{
        grid-template-columns:1fr;
    }

    .carhub-info-page__section{
        padding:23px 20px;
        border-radius:20px;
    }

    .carhub-info-page__cta{
        flex-direction:column;
        align-items:stretch;
        gap:12px;
    }

    .carhub-info-page__cta a{
        width:100%;
        flex:0 0 auto;
    }

    .carhub-info-page__section-heading{
        font-size:21px;
    }

    .carhub-info-page__cta{
        align-items:flex-start;
        flex-direction:column;
    }

    .carhub-info-page__cta a{
        width:100%;
    }
}
