:root{
--primary:#0B3D91;
--secondary:#0D6EFD;
--dark:#0F172A;
--text:#64748B;
--light:#F8FAFC;
--white:#FFFFFF;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Segoe UI',sans-serif;
font-size:16px;
line-height:1.7;
color:var(--dark);
background:#fff;
overflow-x:hidden;
}

a{
text-decoration:none;
transition:all .3s ease;
}

img{
max-width:100%;
display:block;
}

.section-heading{
margin-bottom:35px;
}

.section-heading h2{
font-size:42px;
font-weight:800;
margin-bottom:15px;
color:var(--dark);
}

.section-heading p{
max-width:750px;
margin:auto;
color:var(--text);
}

/* TOP BAR */

.topbar{
background:#081F4D;
color:#fff;
padding:10px 0;
font-size:14px;
}

.topbar i{
margin-right:6px;
}

/* HEADER */

.custom-navbar{
background:#fff;
padding:12px 0;
box-shadow:0 2px 20px rgba(0,0,0,.05);
z-index:999;
}

.navbar-scrolled{
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.navbar-brand img{
max-width:280px;
width:100%;
height:auto;
display:block;
}

.navbar-brand{
width:280px;
margin:0;
padding:0;
}

.nav-link{
font-weight:600;
color:#111 !important;
margin-left:15px;
}

.nav-link:hover{
color:var(--primary) !important;
}

.custom-btn{
background:var(--primary);
border:none;
color:#fff;
padding:12px 28px;
border-radius:50px;
font-weight:600;
min-width:160px;
text-align:center;
}

.custom-btn:hover{
background:#082f70;
color:#fff;
transform:translateY(-2px);
}

/* HERO */

.hero-section{
padding:0;
margin:0;
line-height:0;
}

.hero-image{
width:100%;
height:auto;
display:block;
object-fit:contain;
}
.carousel-item{
height:auto;
}

.carousel-item img{
height:auto;
}


/* TRUST SECTION */

.trust-section{
padding:50px 0 25px;
background:#f8fafc;
}

.trust-card{
background:#fff;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.06);
height:100%;
transition:.3s;
}

.trust-card:hover{
transform:translateY(-10px);
}

.trust-icon{
width:80px;
height:80px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:20px;
font-size:30px;
color:#fff;
}

.blue{
background:#0D6EFD;
}

.green{
background:#16A34A;
}

.orange{
background:#F97316;
}

.purple{
background:#9333EA;
}

.trust-card h4{
font-size:22px;
font-weight:700;
margin-bottom:12px;
}

/* BLOGS */

.blog-section{
padding:40px 0;
}

.blog-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
height:100%;
transition:.3s;
}

.blog-card:hover{
transform:translateY(-8px);
}

.blog-card img{
height:240px;
width:100%;
object-fit:cover;
}

.blog-content{
padding:15px 18px 18px;
}

.blog-content h5{
font-weight:700;
margin-top:0;
margin-bottom:8px;
line-height:1.4;
}

.blog-content p{
color:var(--text);
}

.read-more-btn{
font-weight:700;
color:var(--primary);
}

.read-more-btn:hover{
color:#082f70;
}

/* WHY CHOOSE */

.why-choose-section{
padding:25px 0 80px;
background:#f8fafc;
}

.why-choose-section h2{
font-size:42px;
font-weight:800;
margin-bottom:15px;
text-align:center;
}

.why-choose-section p{
text-align:center;
max-width:700px;
margin:0 auto 30px;
}

.why-list{
list-style:none;
padding:0;
}

.why-list li{
padding:10px 0;
font-size:18px;
font-weight:600;
}

.why-list i{
color:#16A34A;
margin-right:10px;
}

/* ABOUT */

.about-section{
padding:40px 0;
}

.about-section h2{
text-align:center;
}

.about-section p{
text-align:center;
}

.about-icons{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:25px;
}

.about-icon-box{
background:#f8fafc;
padding:18px;
border-radius:12px;
font-weight:600;
}

.about-icon-box i{
color:var(--primary);
margin-right:8px;
}

/* FORM */

.contact-form-section{
padding:40px 0;
background:#f8fafc;
}

.contact-form-section .row{
align-items:flex-start !important;
}

.contact-form-box{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
margin-bottom:25px;
}

.form-control,
.form-select{
height:55px;
border-radius:12px;
}

textarea.form-control{
height:auto;
}

.form-control:focus,
.form-select:focus{
border-color:var(--primary);
box-shadow:0 0 0 .2rem rgba(11,61,145,.15);
}

/* CTA */

.cta-section{
padding:40px 0;
background:linear-gradient(135deg,#0B3D91,#0D6EFD);
color:#fff;
text-align:center;
}

.cta-section h2{
font-size:36px;
font-weight:800;
margin-bottom:10px;
}

.cta-section p{
max-width:700px;
margin:auto;
margin-bottom:30px;
}

/* FOOTER */

.footer{
background:#081F4D;
color:#fff;
padding:50px 0 15px;
}



.footer h4{
font-size:24px;
font-weight:700;
margin-bottom:15px;
}

.footer p{
color:#dbe4ff;
line-height:1.6;
margin-bottom:0;
}

.footer-links,
.footer-contact{
list-style:none;
padding:0;
margin:0;
}

.footer-links li,
.footer-contact li{
margin-bottom:15px;
}

.footer-links a{
color:#dbe4ff;
}

.footer-links a:hover{
color:#fff;
}

.footer-divider{
border-color:rgba(255,255,255,.12);
margin:20px 0;
}

.footer-features{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
text-align:center;
font-weight:700;
font-size:20px;
}

.footer-bottom{
display:grid;
grid-template-columns:280px 1fr 280px;
align-items:center;
gap:30px;
padding:10px 0;
}

.footer-bottom-logo img{
width:240px;
height:auto;
}

.footer-legal{
font-size:14px;
}

.footer-legal a{
color:#dbe4ff;
margin:0 5px;
}

.footer-legal a:hover{
color:#fff;
}


@media(max-width:991px){

.footer-features{
grid-template-columns:repeat(2,1fr);
}

.footer-bottom{
grid-template-columns:1fr;
text-align:center;
gap:20px;
}

}

@media(max-width:768px){

.footer-features{
grid-template-columns:1fr;
}

}
/* ANIMATIONS */

.hidden-animation{
opacity:0;
transform:translateY(30px);
transition:all .6s ease;
}

.show-animation{
opacity:1;
transform:translateY(0);
}

.footer-copyright{
text-align:center;
color:#dbe4ff;
font-size:15px;
}

/* RESPONSIVE */

@media(max-width:991px){


.section-heading h2,
.about-section h2,
.why-choose-section h2{
font-size:34px;
}

.cta-section h2{
font-size:36px;
}

}

@media(max-width:768px){

.hero-image{
height:auto;
}

.section-heading h2{
font-size:30px;
}

.about-icons{
grid-template-columns:1fr;
}

.topbar{
text-align:center;
}


}

#heroSlider{
position:relative;
}

#heroSlider .carousel-indicators{
bottom:8px;
margin-bottom:0;
}

#heroSlider .carousel-indicators button{
width:10px;
height:10px;
border-radius:50%;
margin:0 5px;
border:none;
background:#fff;
opacity:.7;
}

#heroSlider .carousel-indicators .active{
opacity:1;
transform:scale(1.2);
}

.contact-form-section h3{
font-size:36px;
font-weight:800;
margin-top:0;
margin-bottom:25px;
color:#0F172A;
}

.contact-form-section .why-list{
padding-left:0;
}

.contact-form-section .why-list li{
list-style:none;
margin-bottom:15px;
font-size:17px;
}

.request-title{
font-size:42px;
font-weight:800;
margin-bottom:10px;
text-align:left;
color:#0F172A;
}

.request-subtitle{
margin-bottom:25px;
text-align:left;
color:#64748B;
}



.dropdown-menu{
border:none;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.12);
padding:10px;
min-width:250px;
}

.dropdown-item{
padding:12px 18px;
font-weight:500;
border-radius:10px;
}

.dropdown-item:hover{
background:#f1f5f9;
color:#0B3D91;
}

/* TOPICS */

.topic-card{
background:#fff;
border-radius:20px;
padding:30px;
height:100%;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.topic-card:hover{
transform:translateY(-8px);
}

.topic-image{
margin:-30px -30px 20px -30px;
overflow:hidden;
border-radius:20px 20px 0 0;
}

.topic-image img{
width:100%;
height:220px;
object-fit:cover;
display:block;
transition:.4s;
}

.topic-card:hover .topic-image img{
transform:scale(1.05);
}

.topic-card h4{
font-size:22px;
font-weight:700;
margin-bottom:15px;
}

.topic-card p{
color:#666;
min-height:85px;
}

.topic-footer{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:15px;
}

.topic-footer a{
text-decoration:none;
font-weight:600;
}

/* ARTICLE IMAGE */

article > img{
width:100%;
height:auto;
display:block;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,.08);
object-fit:cover;
}



/* STATS */

.stats-section{
background:#0b3d91;
padding:70px 0;
color:#fff;
}

.stat-box h2{
font-size:48px;
font-weight:800;
margin-bottom:10px;
}

.stat-box p{
margin:0;
font-size:18px;
}

/* EDITORIAL */

.editorial-section{
padding:90px 0;
background:#f8fafc;
}

/* INTRO SECTION */

.intro-section{
padding:70px 0 50px;
background:#ffffff;
border-bottom:1px solid #eef2f7;
}

.intro-content{
max-width:850px;
margin:auto;
text-align:center;
}

.intro-content h1{
font-size:48px;
font-weight:800;
color:var(--dark);
margin-bottom:20px;
line-height:1.2;
}

.intro-content p{
font-size:18px;
color:var(--text);
max-width:700px;
margin:0 auto 30px;
}

.intro-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.btn-outline-primary{
padding:12px 28px;
border-radius:50px;
font-weight:600;
}

@media(max-width:768px){

.intro-section{
padding:40px 0 30px;
}

.intro-content h1{
font-size:34px;
}

.intro-content p{
font-size:16px;
}

}

.featured-strip{
padding:10px 0 35px;
background:#fff;
}

.featured-box{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.featured-item{
background:#f8fafc;
padding:12px 20px;
border-radius:50px;
font-weight:600;
}

.featured-item i{
color:#0B3D91;
margin-right:8px;
}

/* ARTICLE META */

.article-meta{
display:flex;
flex-wrap:wrap;
gap:15px;
margin-top:25px;
margin-bottom:15px;
}

.meta-item{
display:flex;
align-items:center;
gap:8px;
padding:10px 16px;
background:#f8fafc;
border:1px solid #e2e8f0;
border-radius:50px;
font-size:14px;
font-weight:600;
color:#334155;
transition:.3s;
}

.meta-item:hover{
background:#0B3D91;
color:#fff;
border-color:#0B3D91;
}

.meta-item i{
font-size:15px;
}

/* ===================================================
ARTICLE PAGE
=================================================== */

.breadcrumb-wrap{
font-size:14px;
color:#64748b;
margin-bottom:20px;
}

.breadcrumb-wrap a{
color:var(--primary);
font-weight:600;
}

.key-takeaway-box,
.toc-box,
.info-box{
background:#f8fafc;
border-left:5px solid var(--primary);
padding:25px;
border-radius:16px;
margin:35px 0;
box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.key-takeaway-box h3,
.toc-box h3,
.info-box h4{
font-weight:700;
margin-bottom:15px;
}

.key-takeaway-box ul{
padding-left:20px;
margin:0;
}

.key-takeaway-box li{
margin-bottom:10px;
}

.toc-box ol{
padding-left:18px;
margin:0;
}

.toc-box li{
margin-bottom:10px;
}

.toc-box a{
color:var(--primary);
font-weight:600;
}

article h2{
font-size:34px;
font-weight:800;
margin-bottom:20px;
color:var(--dark);
}

article p{
font-size:17px;
line-height:1.9;
color:#475569;
margin-bottom:20px;
}

blockquote{
background:#f8fafc;
padding:30px;
border-radius:18px;
font-style:italic;
}

blockquote h4{
font-weight:700;
margin-bottom:10px;
}

.sticky-top{
top:120px;
z-index:100;
}

.accordion-button{
font-weight:600;
}

.accordion-button:not(.collapsed){
background:#eef5ff;
color:var(--primary);
}

@media(max-width:768px){

article h2{
font-size:28px;
}

.key-takeaway-box,
.toc-box,
.info-box{
padding:20px;
}

}

/* ============================================================
   HEALER PHARMA - EXPLORE TOPICS PAGE
   Page: blogs.php
============================================================ */

html {
    scroll-behavior: smooth;
}

.hp-topics-page {
    overflow: hidden;
    background: #ffffff;
}


/* ============================================================
   HERO
============================================================ */

.hp-topics-hero {
    position: relative;
    padding: 112px 0 128px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 16%,
            rgba(13, 110, 253, 0.13) 0,
            rgba(13, 110, 253, 0) 34%
        ),
        radial-gradient(
            circle at 88% 22%,
            rgba(18, 181, 151, 0.12) 0,
            rgba(18, 181, 151, 0) 32%
        ),
        linear-gradient(
            135deg,
            #f7fbff 0%,
            #ffffff 48%,
            #f3fbf9 100%
        );
}

.hp-topics-hero::before {
    content: "";
    position: absolute;
    top: -210px;
    right: -140px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(13, 110, 253, 0.09);
    border-radius: 50%;
    pointer-events: none;
}

.hp-topics-hero::after {
    content: "";
    position: absolute;
    bottom: -260px;
    left: -170px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(18, 181, 151, 0.10);
    border-radius: 50%;
    pointer-events: none;
}

.hp-topics-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hp-topics-hero-glow-left {
    top: 54px;
    left: 7%;
    width: 14px;
    height: 14px;
    background: rgba(13, 110, 253, 0.30);
    box-shadow:
        0 0 0 12px rgba(13, 110, 253, 0.05),
        0 0 0 26px rgba(13, 110, 253, 0.025);
}

.hp-topics-hero-glow-right {
    right: 9%;
    bottom: 72px;
    width: 11px;
    height: 11px;
    background: rgba(18, 181, 151, 0.34);
    box-shadow:
        0 0 0 12px rgba(18, 181, 151, 0.05),
        0 0 0 26px rgba(18, 181, 151, 0.025);
}

.hp-topics-hero-content {
    position: relative;
    z-index: 2;
}

.hp-topics-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 8px 16px 8px 9px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #235a94;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.035em;
    box-shadow: 0 12px 34px rgba(28, 66, 105, 0.07);
    backdrop-filter: blur(8px);
}

.hp-topics-eyebrow-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #0d6efd,
        #2499d8
    );
    color: #ffffff;
    font-size: 13px;
}

.hp-topics-hero h1 {
    max-width: 900px;
    margin: 0 auto 22px;
    color: #17324f;
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.hp-topics-hero p {
    max-width: 790px;
    margin: 0 auto;
    color: #62758a;
    font-size: 18px;
    line-height: 1.82;
}

.hp-topics-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.hp-topics-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
}

.hp-topics-main-btn i {
    font-size: 12px;
}

.hp-topics-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 21px;
    border: 1px solid #d9e5f0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    color: #2d5277;
    font-weight: 600;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.hp-topics-outline-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(13, 110, 253, 0.28);
    color: #0d6efd;
    box-shadow: 0 10px 25px rgba(31, 72, 112, 0.08);
}


/* ============================================================
   TRUST STRIP
============================================================ */

.hp-topics-trust {
    position: relative;
    z-index: 5;
    margin-top: -46px;
}

.hp-topics-trust-card {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    padding: 24px 28px;
    border: 1px solid #e5edf5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 55px rgba(26, 59, 94, 0.10);
}

.hp-topics-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 0;
}

.hp-topics-trust-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border-radius: 13px;
    background: #eef6ff;
    color: #0d6efd;
    font-size: 17px;
}

.hp-topics-trust-copy {
    min-width: 0;
}

.hp-topics-trust-copy strong {
    display: block;
    margin-bottom: 2px;
    color: #203b58;
    font-size: 14px;
    font-weight: 700;
}

.hp-topics-trust-copy small {
    display: block;
    color: #7a8b9c;
    font-size: 12px;
}

.hp-topics-trust-divider {
    width: 1px;
    height: 38px;
    margin: 0 24px;
    background: #e6edf4;
}


/* ============================================================
   TOPICS LIBRARY
============================================================ */

.hp-topics-library {
    padding: 112px 0 106px;
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #fbfdff 100%
    );
}

.hp-topics-section-head {
    max-width: 790px;
    margin: 0 auto 58px;
}

.hp-topics-section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #0d6efd;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.hp-topics-section-head h2 {
    margin: 0 0 17px;
    color: #183450;
    font-size: clamp(32px, 4.3vw, 48px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.032em;
}

.hp-topics-section-head h2 span {
    color: #0d6efd;
}

.hp-topics-section-head p {
    max-width: 690px;
    margin: 0 auto;
    color: #6b7d8f;
    font-size: 16px;
    line-height: 1.78;
}


/* ============================================================
   TOPIC CARDS
============================================================ */

.hp-topics-grid {
    align-items: stretch;
}

.hp-topic-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e3ebf3;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(27, 58, 91, 0.065);
    transition:
        transform 0.32s ease,
        box-shadow 0.32s ease,
        border-color 0.32s ease;
}

.hp-topic-card:hover {
    transform: translateY(-8px);
    border-color: rgba(13, 110, 253, 0.20);
    box-shadow: 0 24px 56px rgba(27, 58, 91, 0.13);
}

.hp-topic-card-media {
    position: relative;
    display: block;
    height: 238px;
    overflow: hidden;
    background: #edf4fa;
}

.hp-topic-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.hp-topic-card:hover .hp-topic-card-media img {
    transform: scale(1.065);
}

.hp-topic-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(10, 30, 51, 0.03) 20%,
        rgba(10, 30, 51, 0.44) 100%
    );
}

.hp-topic-card-number {
    position: absolute;
    top: 17px;
    left: 17px;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    color: #234867;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    box-shadow: 0 8px 20px rgba(17, 43, 69, 0.10);
    backdrop-filter: blur(8px);
}

.hp-topic-card-open {
    position: absolute;
    right: 17px;
    bottom: 17px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #0d6efd;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(15, 39, 63, 0.16);
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.hp-topic-card:hover .hp-topic-card-open {
    transform: rotate(8deg) scale(1.07);
    background: #0d6efd;
    color: #ffffff;
}

.hp-topic-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 27px 27px 25px;
}

.hp-topic-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}

.hp-topic-card-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0d6efd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.hp-topic-card-label i {
    font-size: 11px;
}

.hp-topic-card-count {
    color: #8998a8;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.hp-topic-card-body h3 {
    margin: 0 0 12px;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.018em;
}

.hp-topic-card-body h3 a {
    color: #1c3854;
    text-decoration: none;
    transition: color 0.25s ease;
}

.hp-topic-card-body h3 a:hover {
    color: #0d6efd;
}

.hp-topic-card-body p {
    margin: 0 0 23px;
    color: #6d7e8f;
    font-size: 14px;
    line-height: 1.76;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hp-topic-card-footer {
    margin-top: auto;
    padding-top: 19px;
    border-top: 1px solid #edf2f6;
}

.hp-topic-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #315776;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.25s ease;
}

.hp-topic-card-link span {
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef6ff;
    color: #0d6efd;
    font-size: 10px;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.hp-topic-card-link:hover {
    color: #0d6efd;
}

.hp-topic-card-link:hover span {
    transform: translateX(4px);
    background: #0d6efd;
    color: #ffffff;
}


/* ============================================================
   ERROR / EMPTY STATE
============================================================ */

.hp-topics-state {
    max-width: 720px;
    margin: 0 auto;
    padding: 58px 34px;
    text-align: center;
    border: 1px solid #e3ebf3;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(27, 58, 91, 0.075);
}

.hp-topics-state-icon {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 21px;
    border-radius: 20px;
    background: #eef6ff;
    color: #0d6efd;
    font-size: 27px;
}

.hp-topics-state h3 {
    margin: 0 0 12px;
    color: #1c3854;
    font-size: 25px;
    font-weight: 800;
}

.hp-topics-state p {
    max-width: 540px;
    margin: 0 auto 23px;
    color: #6d7e8f;
    line-height: 1.75;
}


/* ============================================================
   EDUCATIONAL NOTICE
============================================================ */

.hp-topics-notice-section {
    padding: 0 0 105px;
    background: #fbfdff;
}

.hp-topics-notice {
    position: relative;
    overflow: hidden;
    padding: 37px 40px;
    border: 1px solid #dce8f2;
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(13, 110, 253, 0.08),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #f6faff 0%,
            #f3fbf9 100%
        );
}

.hp-topics-notice::after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -90px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.hp-topics-notice-icon {
    position: relative;
    z-index: 2;
    width: 76px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #ffffff;
    color: #0d6efd;
    font-size: 27px;
    box-shadow: 0 13px 32px rgba(29, 68, 107, 0.10);
}

.hp-topics-notice-kicker {
    display: block;
    margin-bottom: 6px;
    color: #0d6efd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.hp-topics-notice h2 {
    margin: 0 0 8px;
    color: #1d3955;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.3;
}

.hp-topics-notice p {
    max-width: 820px;
    margin: 0;
    color: #6b7d8f;
    font-size: 14px;
    line-height: 1.72;
}

.hp-topics-notice-link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 17px;
    border: 1px solid rgba(13, 110, 253, 0.16);
    border-radius: 9px;
    background: #ffffff;
    color: #0d6efd;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(29, 68, 107, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.hp-topics-notice-link:hover {
    transform: translateY(-2px);
    color: #0d6efd;
    box-shadow: 0 12px 28px rgba(29, 68, 107, 0.11);
}


/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 1199.98px) {

    .hp-topics-hero {
        padding: 100px 0 118px;
    }

    .hp-topic-card-media {
        height: 220px;
    }

}


@media (max-width: 991.98px) {

    .hp-topics-hero {
        padding: 86px 0 108px;
    }

    .hp-topics-trust-card {
        grid-template-columns: 1fr;
        gap: 19px;
        padding: 25px;
    }

    .hp-topics-trust-item {
        justify-content: flex-start;
    }

    .hp-topics-trust-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .hp-topics-library {
        padding: 92px 0 88px;
    }

    .hp-topics-notice {
        padding: 34px;
        text-align: center;
    }

    .hp-topics-notice-icon {
        margin: 0 auto;
    }

    .hp-topics-notice p {
        margin-left: auto;
        margin-right: auto;
    }

}


@media (max-width: 767.98px) {

    .hp-topics-hero {
        padding: 70px 0 96px;
    }

    .hp-topics-hero h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .hp-topics-hero p {
        font-size: 16px;
        line-height: 1.72;
    }

    .hp-topics-hero-actions {
        flex-direction: column;
    }

    .hp-topics-main-btn,
    .hp-topics-outline-btn {
        width: 100%;
        max-width: 320px;
    }

    .hp-topics-trust {
        margin-top: -35px;
    }

    .hp-topics-trust-card {
        border-radius: 16px;
    }

    .hp-topics-library {
        padding: 78px 0 76px;
    }

    .hp-topics-section-head {
        margin-bottom: 40px;
    }

    .hp-topic-card-media {
        height: 225px;
    }

    .hp-topic-card-body {
        padding: 24px 23px 23px;
    }

    .hp-topic-card-body h3 {
        font-size: 21px;
    }

    .hp-topics-notice-section {
        padding-bottom: 78px;
    }

    .hp-topics-notice {
        padding: 30px 23px;
        border-radius: 18px;
    }

}


@media (max-width: 575.98px) {

    .hp-topics-hero {
        padding-left: 4px;
        padding-right: 4px;
    }

    .hp-topics-eyebrow {
        font-size: 11px;
    }

    .hp-topics-trust-card {
        padding: 21px 19px;
    }

    .hp-topics-trust-item {
        gap: 11px;
    }

    .hp-topics-trust-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .hp-topic-card-media {
        height: 205px;
    }

    .hp-topic-card-meta {
        align-items: flex-start;
    }

    .hp-topic-card-count {
        font-size: 11px;
    }

}