#header_01 .navbar-nav{
    gap: 6px;
}

#header_01 .dropdown-menu,
#header_01 .dropdown-menu ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#header_01 .dropdown-menu li,
#header_01 .dropdown-menu ul li{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#header_01 .dropdown-menu li::marker,
#header_01 .dropdown-menu ul li::marker{
    content: "";
}

#header_01 .dropdown-menu > li > a::before,
#header_01 .dropdown-menu > li > a:hover::before,
#header_01 .dropdown-menu > li.show > a::before,
#header_01 .megamenu-content-wrap ul li a::before{
    content: none !important;
    display: none !important;
}

#header_01 .nav-link{
    padding-left: 14px;
    padding-right: 14px;
}

#header_01 .nav-item.mega-menu{
    position: static;
}

#header_01 .mega-menu-panel{
    width: min(1120px, calc(100vw - 32px));
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 18px 16px;
    border: 0;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 20px 45px rgba(8, 37, 103, 0.16);
    background: #edf5ff;
}

#header_01 .mega-menu-grid{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-bottom: 1px solid #bdd7fb;
}

#header_01 .mega-menu-col{
    padding: 6px 12px 10px;
    min-width: 0;
}

#header_01 .mega-menu-col + .mega-menu-col{
    border-left: 1px solid #bdd7fb;
}

#header_01 .mega-menu-title{
    display: block;
    color: #0f4b98;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 8px;
}

#header_01 .mega-menu-links{
    display: flex;
    flex-direction: column;
    gap: 0;
}

#header_01 .mega-menu-link{
    display: block;
    color: #3d5a86;
    font-size: 13px;
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 1px solid #bdd7fb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header_01 .mega-menu-link:hover,
#header_01 .mega-menu-title:hover,
#header_01 .mega-menu-extra-link:hover{
    color: #082567;
}

#header_01 .mega-menu-more{
    display: inline-block;
    color: #4c6e9f;
    font-size: 13px;
    text-decoration: none;
    padding-top: 6px;
}

#header_01 .mega-menu-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    padding: 10px 6px 0;
}

#header_01 .mega-menu-extra-title{
    color: #0f4b98;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
}

#header_01 .mega-menu-extra-link{
    color: #3d5a86;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #bdd7fb;
    line-height: 1.2;
    padding-bottom: 2px;
}

#header_01 .mega-menu-simple{
    min-width: 240px;
    border: 0;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 20px 45px rgba(8, 37, 103, 0.16);
    padding: 10px 0;
}

#header_01 .mega-menu-simple .dropdown-item{
    padding: 10px 18px;
    font-size: 14px;
    color: #244574;
}

#header_01 .mega-menu-simple .dropdown-item:hover{
    background: #edf5ff;
    color: #082567;
}

.certa-search-trigger-wrap{
    padding-top: 2px;
}

.certa-search-trigger-btn{
    color: #fff;
    border-color: #fff;
}

.certa-home-section{
    font-family: 'Montserrat', sans-serif;
}

.certa-home-light{
    background: #f5f7f9;
}

.certa-home-dark{
    background: #082567;
}

.certa-home-badge{
    background: #edf3f7;
    color: #19b5dc;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 12px 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.certa-home-badge--dark{
    background: rgba(255,255,255,0.08);
}

.certa-home-badge-dot{
    font-size: 18px;
    line-height: 1;
}

.certa-home-title{
    color: #082567;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.certa-home-title--dark{
    color: #ffffff;
}

.certa-home-subtitle{
    color: #6f7893;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    font-weight: 500;
    line-height: 1.85;
    max-width: 900px;
    margin: 0 auto;
}

.certa-home-subtitle--dark{
    color: rgba(255,255,255,0.75);
}

.certa-banner-image{
    width: 100%;
}

.certa-benefits-card{
    background: #ffffff;
    border: 1px solid #e7edf3;
    border-radius: 28px;
    padding: 34px 28px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(8,37,103,0.04);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    text-align: center;
}

.certa-benefits-card:hover,
.certa-card-soft:hover,
.certa-blog-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(8,37,103,0.08);
    border-color: #dbe7f2;
}

.certa-benefits-icon,
.certa-card-soft-icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #eef9fc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.certa-benefits-icon-image{
    max-width: 32px;
    max-height: 32px;
}

.certa-benefits-title,
.certa-card-soft-title,
.certa-doctor-card h3,
.certa-blog-card-title{
    color: #082567;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.certa-benefits-text,
.certa-card-soft-text,
.certa-blog-card-text,
.certa-doctor-card p{
    color: #6f7893;
    font-size: .98rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 0;
}

.certa-about-video,
.certa-concept-video{
    position: relative;
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #dfe7ef;
    box-shadow: 0 10px 30px rgba(8,37,103,0.04);
}

.certa-about-video .ratio,
.certa-concept-video .ratio{
    --bs-aspect-ratio: 56.25%;
}

.certa-about-content{
    padding-left: 36px;
    max-width: 610px;
}

.certa-about-text,
.certa-concept-text{
    color: #6f7893;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.85;
    margin-bottom: 18px;
}

.certa-about-quote{
    color: #6f7893;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.85;
    margin-bottom: 20px;
    max-width: 560px;
}

.certa-about-meta{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
}

.certa-about-meta-item{
    color: #082567;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.55;
    margin: 0;
}

.certa-about-divider{
    width: 100%;
    height: 1px;
    background: #dfe6ee;
    margin: 0 0 22px;
}

.certa-outline-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 30px;
    border-radius: 18px;
    border: 2px solid #082567;
    background: transparent;
    color: #082567;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    transition: all .25s ease;
}

.certa-outline-btn:hover{
    background: #082567;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(8,37,103,0.14);
    transform: translateY(-2px);
}

.certa-outline-btn-arrow{
    font-size: 1.1rem;
}

.certa-concept-text{
    color: rgba(255,255,255,0.75);
    max-width: 660px;
}

.certa-concept-text p{
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.85;
    margin-bottom: 18px;
}

.certa-concept-lead{
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 18px;
    max-width: 660px;
}

.certa-concept-panel{
    background: #ffffff;
    border-radius: 28px;
    height: 100%;
    padding: 26px 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.certa-concept-panel h3{
    color: #082567;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.certa-concept-panel p,
.certa-concept-panel li{
    color: #6f7893;
    font-size: .98rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.certa-concept-panel ul{
    margin: 0;
    padding-left: 20px;
}

.certa-concept-bottom{
    margin-top: 36px;
}

.certa-card-soft,
.certa-blog-card,
.certa-doctor-card{
    background: #ffffff;
    border: 1px solid #e7edf3;
    border-radius: 26px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(8,37,103,0.04);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.certa-card-soft-body,
.certa-blog-content,
.certa-doctor-body{
    padding: 24px;
}

.certa-card-soft-body{
    display: flex;
    flex-direction: column;
    min-height: 240px;
}

.certa-dark-card{
    background: #ffffff;
    border-radius: 26px;
    padding: 30px 26px 26px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    transition: all .25s ease;
    text-align: center;
}

.certa-dark-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.certa-dark-card-icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #082567;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.certa-dark-card h3{
    color: #082567;
    font-size: 1.32rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
}

.certa-dark-card p{
    color: #6f7893;
    font-size: .98rem;
    font-weight: 500;
    line-height: 1.85;
    margin-bottom: 0;
}

.certa-dark-card-icon img{
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
}

.certa-dark-card-icon svg{
    width: 28px;
    height: 28px;
    display: block;
}

.certa-diff-divider{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.15);
    margin: 0 0 48px;
}

.certa-card-media,
.certa-blog-media,
.certa-doctor-media{
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dfe7ef;
}

.certa-card-media img,
.certa-blog-media img,
.certa-doctor-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.certa-card-soft:hover .certa-card-media img,
.certa-blog-card:hover .certa-blog-media img,
.certa-doctor-card:hover .certa-doctor-media img{
    transform: scale(1.04);
}

.certa-fill-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    width: 100%;
    border-radius: 16px;
    background: #4d9bf0;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    transition: all .25s ease;
    margin-top: auto;
}

.certa-fill-btn:hover{
    color: #ffffff;
    background: #082567;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(8,37,103,0.14);
}

.certa-mioma-block{
    display: flex;
    flex-wrap: wrap;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(8,37,103,0.06);
}

.certa-mioma-media{
    flex: 1 1 50%;
    min-height: 520px;
    background: #dfe7ef;
}

.certa-mioma-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.certa-mioma-content{
    flex: 1 1 50%;
    padding: 38px 42px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.certa-mioma-content h2{
    color: #082567;
    font-size: clamp(1.9rem,2.6vw,2.8rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
    max-width: 560px;
}

.certa-mioma-content h3{
    color: #5aa0f2;
    font-size: 1.45rem;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 12px;
}

.certa-mioma-content p,
.certa-mioma-content li{
    color: #6f7893;
    font-size: 1rem;
    line-height: 1.85;
    font-weight: 500;
}

.certa-mioma-content ul{
    padding-left: 20px;
    margin-bottom: 18px;
}

.certa-mioma-content li::marker{
    color: #082567;
}

.certa-doctor-wrap{
    display: grid;
    grid-template-columns: minmax(320px, 520px) minmax(320px, 1fr);
    gap: 48px;
    align-items: center;
}

.certa-doctor-mosaic{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    min-height: 420px;
}

.certa-doctor-photo{
    overflow: hidden;
    border-radius: 28px;
    background: #dfe7ef;
    box-shadow: 0 10px 30px rgba(8,37,103,0.04);
}

.certa-doctor-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.certa-doctor-photo:hover img{
    transform: scale(1.04);
}

.certa-doctor-photo--main,
.certa-doctor-photo--secondary{
    height: 420px;
}

.certa-doctor-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 24px;
}

.certa-doctor-intro{
    color: #6f7893;
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
    max-width: 640px;
}

.certa-doctor-card{
    padding: 0;
}

.certa-doctor-card h3{
    line-height: 1.15;
    margin-bottom: 14px;
}

.certa-doctor-card p{
    font-size: 1rem;
    line-height: 1.8;
}

.certa-stats-bar{
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.14);
    overflow: hidden;
}

.certa-stats-grid{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.certa-stats-item{
    flex: 1 1 25%;
    min-width: 0;
    text-align: center;
    color: #ffffff;
    padding: 28px 22px 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background .25s ease;
}

.certa-stats-item:hover{
    background: rgba(255,255,255,0.03);
}

.certa-stats-item:not(:last-child){
    border-right: 1px solid rgba(255,255,255,0.10);
}

.certa-stats-topline{
    width: 52px;
    height: 2px;
    margin: 0 auto 16px;
    background: linear-gradient(90deg, rgba(255,255,255,0.10) 0%, #5aa0f2 50%, rgba(255,255,255,0.10) 100%);
    border-radius: 999px;
}

.certa-stats-number{
    font-size: clamp(3rem,4vw,4.4rem);
    font-weight: 800;
    line-height: .95;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
    color: #5aa0f2;
    text-shadow: 0 8px 24px rgba(90,160,242,0.16);
}

.certa-stats-label{
    font-size: clamp(1rem,1.15vw,1.28rem);
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 10px;
}

.certa-stats-sub{
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.52);
    margin-top: 10px;
}

.certa-blog-content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.certa-blog-card-text{
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.certa-blog-footer{
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e8edf2;
    padding-top: 16px;
    gap: 16px;
}

.certa-blog-author{
    font-weight: 700;
    color: #082567;
    font-size: .95rem;
}

.certa-blog-link{
    font-weight: 800;
    color: #082567;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: .25s;
}

.certa-blog-link:hover{
    color: #19b5dc;
}

.certa-brands-title{
    color: #082567;
    font-size: clamp(2rem,3vw,3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

@media (max-width: 991.98px){
    #header_01 .mega-menu-panel{
        width: 100%;
        transform: none;
        left: 0;
        border-radius: 12px;
        box-shadow: none;
        padding: 8px 0;
        background: #fff;
    }

    #header_01 .mega-menu-grid{
        display: block;
        border-bottom: 0;
    }

    #header_01 .mega-menu-col{
        padding: 0;
    }

    #header_01 .mega-menu-col + .mega-menu-col{
        border-left: 0;
    }

    #header_01 .mega-menu-title,
    #header_01 .mega-menu-link,
    #header_01 .mega-menu-more,
    #header_01 .mega-menu-extra-link{
        padding: 8px 18px;
        white-space: normal;
        border-bottom: 0;
    }

    #header_01 .mega-menu-footer{
        padding: 0 0 8px;
        gap: 0;
        display: block;
    }

    #header_01 .mega-menu-extra-title{
        display: none;
    }

    .certa-benefits-card,
    .certa-dark-card,
    .certa-card-soft,
    .certa-blog-card,
    .certa-doctor-card{
        border-radius: 22px;
    }

    .certa-about-content{
        padding-left: 0;
        padding-top: 24px;
        max-width: none;
    }

    .certa-about-video,
    .certa-concept-video{
        border-radius: 24px;
    }

    .certa-mioma-block{
        flex-direction: column;
        border-radius: 24px;
    }

    .certa-mioma-media{
        min-height: auto;
    }

    .certa-mioma-media img{
        aspect-ratio: 16/10;
    }

    .certa-mioma-content{
        padding: 26px 22px;
    }

    .certa-doctor-wrap,
    .certa-doctor-mosaic,
    .certa-doctor-grid{
        grid-template-columns: 1fr;
    }

    .certa-doctor-photo--main,
    .certa-doctor-photo--secondary{
        height: 260px;
    }

    .certa-stats-bar{
        border-radius: 22px;
    }

    .certa-stats-item{
        flex: 1 1 50%;
        padding: 24px 18px 22px;
    }

    .certa-stats-item:not(:last-child){
        border-right: none;
    }

    .certa-stats-item:nth-child(odd){
        border-right: 1px solid rgba(255,255,255,0.10);
    }

    .certa-stats-item:nth-child(-n+2){
        border-bottom: 1px solid rgba(255,255,255,0.10);
    }

    .certa-blog-footer{
        align-items: flex-start;
        flex-direction: column;
    }
}
