@import url("../css/mogu.min.css");
@import url("../css/mogu-icons.min.css");
@import url("../css/waline.css");

@font-face {
    font-family: Lexend;
    src: url(fonts/Lexend-Thin.woff2) format("woff2"), url(fonts/Lexend-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lexend;
    src: url(fonts/Lexend-Black.woff2) format("woff2"), url(fonts/Lexend-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lexend;
    src: url(fonts/Lexend-ExtraLight.woff2) format("woff2"), url(fonts/Lexend-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lexend;
    src: url(fonts/Lexend-Bold.woff2) format("woff2"), url(fonts/Lexend-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lexend;
    src: url(fonts/Lexend-ExtraBold.woff2) format("woff2"), url(fonts/Lexend-ExtraBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lexend;
    src: url(fonts/Lexend-Light.woff2) format("woff2"), url(fonts/Lexend-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lexend;
    src: url(fonts/Lexend-Regular.woff2) format("woff2"), url(fonts/Lexend-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lexend;
    src: url(fonts/Lexend-Medium.woff2) format("woff2"), url(fonts/Lexend-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lexend;
    src: url(fonts/Lexend-SemiBold.woff2) format("woff2"), url(fonts/Lexend-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

body {
    background-color: #fff;
    color: #333;
    font-family: Lexend, HarmonyOS_Regular, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial;
    letter-spacing: 1px
}

@media (max-width: 992px) {
    body {
        padding-bottom: 41px
    }
}

@media (min-width: 992px) {
    #navbarContent .navbar-nav .nav-link {
        margin-right: .6rem
    }

    #product-list .col-lg-3 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.cfreon-header .navbar {
    min-height: 72px;
}

.cfreon-header .navbar-nav .nav-link {
    color: #1f2a37;
    font-weight: 500;
    padding: .55rem 1.3rem;
}

.cfreon-header .navbar-nav .nav-link:hover,
.cfreon-header .navbar-nav .nav-link.active {
    color: #0d63d8;
}



@media (min-width: 992px) {
    .cfreon-header .navbar-collapse {
        flex-grow: 1;
        justify-content: flex-end;
    }

    .cfreon-header .navbar-nav {
        align-items: center;
    }

    .cfreon-header .navbar-nav .dropdown-menu {
        margin-top: 0;
    }

    .cfreon-header .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
    }

    .cfreon-header .nav-item.dropdown:hover>.nav-link.dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .cfreon-header .nav-link.dropdown-toggle::after {
        transition: transform .22s ease;
    }
}

@media (max-width: 991.98px) {
    .cfreon-header .navbar {
        min-height: 62px;
    }
}

@media (min-width: 576px) {
    .dropdown-lg {
        width: 320px
    }
}

.dropdown-icon-item {
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent
}

.dropdown-icon-item img {
    height: 24px
}

.dropdown-icon-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-icon-item:hover {
    color: #0d6efd !important
}

#alert-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999
}

.fade-in-out {
    animation: fadeInOut 3s ease-in-out forwards
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    to {
        opacity: 0;
        display: none
    }
}

.like-plus-one {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: red;
    font-size: 18px;
    opacity: 0;
    pointer-events: none;
    animation: likePlusOneAnimation 1s ease-out forwards
}

@keyframes likePlusOneAnimation {
    0% {
        top: 0;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    80% {
        opacity: 1
    }

    to {
        top: -30px;
        opacity: 0
    }
}

.hero-section {
    padding: 60px 20px;
    text-align: center
}

.sofind-hero {
    padding: 36px 0 14px;
    background: transparent;
    border: 0;
    box-shadow: none !important;
}

.sofind-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.1rem;
}

.sofind-title {
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -.015em;
}

.sofind-panel {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #d8dde3;
    background: #fff;
    padding: .9rem .9rem .5rem;
    text-align: left;
    position: relative;
}

.sofind-query-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 1rem;
    color: #8d96a0;
    line-height: 1.35;
}

.sofind-query-input::placeholder {
    color: #9aa2ab;
}

.sofind-query-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.sofind-query-clear {
    position: absolute;
    top: .85rem;
    right: .95rem;
    border: 0;
    background: transparent;
    color: #a6adb5;
    font-size: 1.1rem;
    z-index: 2;
}

.sofind-panel-footer {
    margin-top: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
}

.sofind-pill-btn {
    height: 2rem;
    border-radius: 999px;
    border: 1px solid #d4d9de;
    background: #fff;
    color: #56616f;
    padding: 0 .9rem;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}

.sofind-pill-btn:hover,
.sofind-pill-btn:focus,
.sofind-pill-btn:active {
    border-color: #c9c9c9 !important;
    color: #4a5563 !important;
    background: #fff !important;
}

.sofind-pill-btn.active {
    border-color: #8acdb8 !important;
    color: #0b8f67 !important;
    background: #eef8f4 !important;
}

.sofind-submit-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    border: 0;
    background: #d8d8d8;
    color: #9aa0a6;
    font-size: 1rem;
}

.sofind-submit-btn:hover,
.sofind-submit-btn:focus {
    background: #cfcfcf;
    color: #81868c;
}

.sofind-mode-menu {
    border-radius: .9rem;
    border-color: #e0e0e0;
    min-width: 18rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    padding: .4rem;
}

.sofind-mode-item {
    border-radius: .75rem;
    padding: .5rem .6rem;
    color: #616b76;
    display: block;
}

.sofind-mode-item .title {
    font-size: .95rem;
    display: flex;
    align-items: center;
    gap: .35rem;
}

.sofind-mode-item .title .bi-check2 {
    margin-left: auto;
}

.sofind-mode-item .desc {
    display: block;
    margin-top: .12rem;
    padding-left: 1.3rem;
    color: #97a0ab;
    font-size: .82rem;
}

.sofind-mode-menu .dropdown-item.active,
.sofind-mode-menu .dropdown-item:active,
.sofind-mode-item.active {
    background: #d3efe5;
    color: #0b8f67;
}

.sofind-tool-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    margin-top: 0;
    border: 1px solid #e4e6ea;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    overflow: hidden;
    z-index: 1080;
}

#hero-search-form {
    position: relative;
    overflow: visible;
}

.sofind-hero,
.sofind-hero-inner,
.sofind-panel {
    overflow: visible;
}

#hero-search-result {
    position: absolute;
    top: calc(100% - 16px);
    left: 12px;
    z-index: 1081;
    background: rgba(255, 255, 255, .95);
    border-radius: .5rem;
    padding: 2px 8px;
}

.sofind-tool-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .85rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid #f0f2f5;
}

.sofind-tool-item:last-child {
    border-bottom: 0;
}

.sofind-tool-left {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-width: 0;
}

.sofind-tool-logo {
    width: 36px;
    height: 36px;
    border-radius: .6rem;
    background: #f4f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #88909a;
    flex-shrink: 0;
}

.sofind-tool-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sofind-tool-content {
    min-width: 0;
    text-align: left;
}

.sofind-tool-title {
    font-size: .95rem;
    font-weight: 700;
    color: #1f2328;
    text-align: left;
}

.sofind-tool-desc {
    margin-top: .1rem;
    color: #6f7782;
    font-size: .85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 52vw;
    text-align: left;
}

.sofind-tool-link {
    color: #5f6670;
    text-decoration: none;
    font-size: .9rem;
    white-space: nowrap;
}

.sofind-tool-link:hover {
    color: #111827;
}

.sofind-tool-empty {
    padding: .95rem 1rem;
    color: #7a838f;
    font-size: .9rem;
}

@media (max-width: 767px) {
    .banner .banner-item {
        min-height: 56vh;
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        display: none;
    }

    .cat-card {
        min-height: 90px;
    }

    .cat-card .cat-name {
        font-size: .88rem;
    }

    .sec-title {
        margin-bottom: .65rem;
    }

    .sec-title-wrap h2 {
        font-size: 1.22rem;
        gap: 8px;
    }

    .sec-title-wrap h2::before,
    .sec-title-wrap h2::after {
        width: 20px;
        height: 8px;
    }

    .sec-title-wrap span {
        font-size: .84rem;
    }

    .about-media {
        min-height: 220px;
    }



    .product-card {
        border-radius: 10px;
    }

    .product-body {
        padding: .72rem .72rem .8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: calc(1.4em * 2 + .72rem + .8rem);
    }

    .product-title {
        font-size: .9rem;
        margin-bottom: 0;
        width: 100%;
        line-height: 1.4;
        height: auto;
        overflow: hidden;
    }

    .advantages-wrap {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .adv-card {
        border-radius: 10px;
        padding: .82rem .76rem;
    }

    .adv-card .adv-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
        margin-bottom: .55rem;
    }

    .adv-card h3 {
        font-size: .96rem;
        margin-bottom: .32rem;
    }

    .adv-card p {
        font-size: .84rem;
        line-height: 1.55;
    }

    .message-wrap {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .message-inner {
        border-radius: 0;
    }

    .message-aside {
        border-right: 0;
        border-bottom: 1px solid rgba(15, 23, 42, .08);
    }

    .message-aside h2 {
        font-size: 1.35rem;
    }

    .message-form .form-control,
    .message-form .form-select {
        min-height: 42px;
        font-size: .9rem;
    }

    .sofind-hero {
        padding: 20px 0 8px;
    }

    .sofind-hero-inner {
        gap: 1.2rem;
    }

    .sofind-panel {
        padding: .8rem .8rem .72rem;
        border-radius: 1rem;
    }



    .sofind-panel-footer {
        margin-top: .85rem;
    }

    .sofind-pill-btn {
        height: 2.3rem;
        padding: 0 .72rem;
        font-size: .8rem;
    }


    .sofind-submit-btn {
        width: 2.3rem;
        height: 2.3rem;
        font-size: .8rem;
    }

    .sofind-tool-item {
        padding: .7rem .8rem;
    }

    .sofind-mode-item .title {
        font-size: .85rem;
    }

    .sofind-tool-title {
        font-size: .86rem;
    }

    .sofind-tool-desc {
        display: none;
        max-width: 45vw;
    }

    .sofind-tool-link {
        font-size: .78rem;
        padding: 0;
    }

    .sofind-tool-results {
        top: calc(100% + 6px);
    }
}

.hero-title {
    font-size: 36px;
    margin-bottom: 20px
}

.banner {
    position: relative;
    width: 100%;
}

.banner .banner-item {
    min-height: 48vh;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.banner .banner-item::before {
    content: "";
    position: absolute;
    inset: 0;

    z-index: 0;
    pointer-events: none;
}

@media (min-width: 992px) {
    .banner .banner-item {
        min-height: calc(100vh - 72px);
    }
}

.banner .banner-item-1 {
    background-image: url('https://images.unsplash.com/photo-1567789884554-0b844b597180?auto=format&fit=crop&w=1600&q=60');
}

.banner .banner-item-2 {
    background-image: url('https://images.unsplash.com/photo-1581093450021-4a7360e9a7f9?auto=format&fit=crop&w=1600&q=60');
}

.banner .banner-item-3 {
    background-image: url('https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc?auto=format&fit=crop&w=1600&q=60');
}

.banner .banner-content {
    max-width: 680px;
    padding: 48px 0;
    position: relative;
    z-index: 1;
}

.banner .banner-content h2 {
    font-size: clamp(2rem, 4.8vw, 3.35rem);
    font-weight: 700;
    margin-bottom: 16px;
    color: #f8fbff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.banner .banner-content p {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    opacity: .95;
    margin-bottom: 24px;
    color: rgba(248, 251, 255, .96);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .6;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(2px);
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    font-size: 18px;
    font-weight: 700;
}

.cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 100%;
    min-height: 104px;
    border: 1px solid #e8edf3;
    border-radius: var(--bs-border-radius-sm) !important;
    text-decoration: none;
    color: #344054;
    background: #fff;
    transition: all .22s ease;
}

.cat-card:hover {
    border-color: #0d6efd;
    color: #0d6efd;
    transform: translateY(-2px);
}

.cat-card .cat-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #eff5ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cat-card .cat-name {
    font-size: .95rem;
    font-weight: 600;
}


.sec-title {
    margin-bottom: .9rem;
}

.sec-title-wrap {
    text-align: center;
}

.sec-title-wrap h2 {
    margin: 0 auto;
    font-size: 1.55rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

.sec-title-wrap h2::before,
.sec-title-wrap h2::after {
    content: "";
    width: 30px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0d6efd, #66adff);
    box-shadow: 0 0 0 3px rgba(13, 110, 253, .12);
    display: inline-block;
}

.sec-title-wrap span {
    display: inline-block;
    margin-top: .3rem;
    color: #6b7280;
    font-size: .95rem;
}

.about-wrap {
    background: transparent;
    box-shadow: 0 8px 20px rgba(13, 51, 120, .05);
    padding: 0;
    border: 1px solid #e6eefc;
    border-radius: var(--bs-border-radius-sm) !important;
}

.about {
    position: relative;
    background: linear-gradient(180deg, #f7fbff 0%, #f2f8ff 100%);
    overflow: visible;
}

.about-content h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #0f172a;
}

.about-content p {
    color: #4b5563;
    line-height: 1.8;
}

.about-content .about-kicker {
    display: inline-block;
    font-size: .75rem;
    letter-spacing: .08em;
    color: #0d6efd;
    font-weight: 700;
    background: #e9f2ff;
    padding: .3rem .55rem;
    border-radius: 999px;
}

.about-points li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #1f2937;
    margin-bottom: .55rem;
}

.about-points li i {
    color: #0d6efd;
    margin-top: 2px;
}

.about-media {
    min-height: 320px;
}

.about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.product-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: #cddffd;
    box-shadow: 0 16px 30px rgba(13, 51, 120, .12);
}

.product-thumb {
    position: relative;
    aspect-ratio: 16 / 13;
    border-bottom: 1px solid #edf4ff;
    background: #f6f9ff;
    overflow: hidden;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.product-card:hover .product-thumb img {
    transform: scale(1.04);
}

.product-body {
    padding: .9rem .95rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(1.4em * 2 + .9rem + 1rem);
}

.product-title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.product-title a {
    color: #333;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-title a:hover {
    color: #0d6efd;
}

.hot-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hot-news-item {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    margin-bottom: .5rem;
}

.hot-news-index {
    min-width: 1.3rem;
    height: 1.3rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 700;
    border: 1px solid transparent;
    flex-shrink: 0;
}

.hot-news-index.top1 {
    color: #c2410c;
    background: #ffedd5;
    border-color: #fed7aa;
}

.hot-news-index.top2 {
    color: #1d4ed8;
    background: #dbeafe;
    border-color: #bfdbfe;
}

.hot-news-index.top3 {
    color: #166534;
    background: #dcfce7;
    border-color: #bbf7d0;
}

.hot-news-index.default {
    color: var(--bs-primary);
    background: var(--bs-primary-bg-subtle, #e7f1ff);
    border-color: var(--bs-primary-border-subtle, #cfe2ff);
}


.advantages-wrap {
    background: linear-gradient(180deg, #f7fbff 0%, #f2f8ff 100%);
}

.adv-card {
    background: #fff;
    border: 1px solid #e6eefc;
    border-radius: var(--bs-border-radius-sm) !important;
    padding: 1rem .95rem;
    box-shadow: 0 8px 20px rgba(13, 51, 120, .05);
    transition: all .22s ease;
}

.adv-card:hover {
    transform: translateY(-3px);
    border-color: #cfe0fb;
    box-shadow: 0 14px 28px rgba(13, 51, 120, .12);
}

.adv-card .adv-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0d6efd 0%, #4e96ff 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: .7rem;
}

.adv-card h3 {
    font-size: 1.04rem;
    color: #0f172a;
    font-weight: 700;
    margin: 0 0 .45rem;
}

.adv-card p {
    margin: 0;
    color: #475569;
    font-size: .9rem;
    line-height: 1.68;
}

.message-wrap {
    position: relative;
    overflow: hidden;
    background-color: #f5f8fd;
}

.message-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/jason-goodman-vbxyFxlgpjM-unsplash-2.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .5;
    z-index: 0;
}

.message-inner {
    position: relative;
    z-index: 1;
    border-radius: 0;
    border: 0;
    background: rgba(255, 255, 255, .86);
    box-shadow: none;
}

.message-aside {
    background: transparent;
    color: #0f172a;
    border-right: 1px solid rgba(15, 23, 42, .08);
}

.message-aside .msg-kicker {
    display: inline-block;
    font-size: .74rem;
    letter-spacing: .08em;
    font-weight: 700;
    opacity: .9;
    background: rgba(13, 110, 253, .12);
    color: #0d6efd;
    border-radius: 999px;
    padding: .28rem .55rem;
}

.message-aside h2 {
    font-size: 1.7rem;
    font-weight: 700;
}

.message-aside p {
    color: #4b5563;
    line-height: 1.8;
}

.message-aside .msg-points li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: .46rem;
    color: #1f2937;
}

.message-aside .msg-points i {
    margin-top: 2px;
    color: #0d6efd;
}

.message-form .form-control,
.message-form .form-select {
    border-color: #d5dfef;
    border-radius: 0;
    min-height: 46px;
    background: rgba(255, 255, 255, .96);
}

.message-form .form-control:focus,
.message-form .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .12);
}

.message-form textarea.form-control {
    min-height: 132px;
}


.hero-description {
    font-size: 18px;
    margin-bottom: 40px
}

.section-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .25rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: thin;
    cursor: grab
}

.section-link:active {
    cursor: grabbing
}

.section-link .btn {
    flex: 0 0 auto
}

.section-link::-webkit-scrollbar {
    height: 6px
}

.section-link::-webkit-scrollbar-thumb {
    background: rgba(13, 110, 253, .28);
    border-radius: 10px
}

.change-cate .btn.active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.tool-card {
    background: #fff;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: start
}

.tool-card:hover {
    border-color: #0d6efd !important;
    background-color: #e0f0ff
}

.tool-card:hover .counter-container {
    background-color: #0d6efd;
    border-color: #0d6efd !important;
    color: #fff
}

.tool-card:hover svg {
    color: #fff
}

.tool-img {
    background-color: #f9f9fa;
    overflow: hidden;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    flex-shrink: 0
}

.tool-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .3s ease
}

.tool-card:hover .tool-img img {
    transform: scale(1.1)
}

.tool-details {
    flex-grow: 1;
    max-width: calc(100% - 64px);
    min-width: 0
}

.tool-details h3>a {
    color: #333;
    text-decoration: none
}

.tool-details h3>a:hover {
    color: #0d6efd
}

.tool-card h3 {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.tool-card span {
    font-size: .78rem;
    opacity: .8
}

.tool-date {
    font-size: .75rem;
    opacity: .75
}

.tool-tags a {
    position: relative;
    z-index: 999;
    font-size: .78rem;
    opacity: .8;
    letter-spacing: unset
}

.tool-tags a:hover {
    color: #0d6efd !important
}

.tool-tags a:after {
    content: "\f309";
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    opacity: .4;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tool-tags a:last-of-type:after {
    display: none
}

.top-list {
    counter-reset: card-counter
}

.top-list .tool-card-container .tool-card:before {
    counter-increment: card-counter;
    content: counter(card-counter);
    background-color: #6c757d;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: .9rem;
    margin-right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.top-list .tool-card-container:first-child .tool-card:before {
    background-image: url(../img/1.svg)
}

.top-list .tool-card-container:first-child .tool-card:before,
.top-list .tool-card-container:nth-child(2) .tool-card:before {
    content: "";
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 0
}

.top-list .tool-card-container:nth-child(2) .tool-card:before {
    background-image: url(../img/2.svg)
}

.top-list .tool-card-container:nth-child(3) .tool-card:before {
    content: "";
    background-color: transparent;
    background-image: url(../img/3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 0
}

.counter-container {
    min-width: 60px;
    width: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.counter-number {
    font-size: .8rem;
    font-weight: 500;
    white-space: nowrap;
    max-width: 100%
}

.counter-number,
aside h3 {
    overflow: hidden;
    text-overflow: ellipsis
}

aside h3 {
    font-size: 1.05rem;
    line-height: 1.3;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

aside .weight-title {
    position: relative;
    font-size: 1.15rem;
    padding-left: 1.85rem;
    color: #333;
    font-weight: 700
}

aside .weight-title:before {
    content: "#";
    font-size: 1.5rem;
    color: #007bff;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%)
}

aside .timeline {
    border-left: 1px solid #e6e6e6;
    position: relative;
    list-style: none
}

aside .timeline .timeline-item {
    position: relative;
    margin-bottom: 2.5rem
}

aside .timeline .timeline-item:last-of-type {
    margin-bottom: 0
}

aside .timeline .timeline-item:after {
    position: absolute;
    display: block;
    background-color: #e6e6e6;
    left: -22px;
    top: 0;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: ""
}

aside a:hover {
    color: var(--bs-primary-rgb) !important
}

aside .timeline p {
    line-height: .875em
}

.collect {
    position: sticky;
    top: 8rem;
    z-index: 1019
}

.collect-item {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    justify-content: space-between
}

.collect-item,
.collect-item a {
    display: flex;
    align-items: start
}

.collect-item a {
    text-decoration: none;
    color: inherit;
    width: 100%
}

.collect-img {
    background-color: #f9f9fa;
    overflow: hidden;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    flex-shrink: 0
}

.collect-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .3s ease
}

.collect-item:hover .collect-img img {
    transform: scale(1.1)
}

.collect-details {
    flex-grow: 1;
    max-width: calc(100% - 64px);
    min-width: 0
}

.collect-item .tags {
    font-size: 12px;
    opacity: .8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.topic-card .card {
    overflow: hidden;
    box-sizing: border-box
}

.topic-card .card-body {
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.topic-card .card-body,
.topic-card .card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.topic-card .card-title {
    -webkit-line-clamp: 2
}

.topic-card .card-title a:hover {
    color: #0d6efd
}

.topic-card .card-text {
    opacity: .75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.topic-card a {
    text-decoration: none;
    color: var(--bs-card-color)
}

.topic-card img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.topic-card .card-footer i {
    height: auto !important
}

@media (min-width: 992px) {
    .sticky-share-buttons {
        position: sticky;
        top: 9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px
    }
}

.share-button {
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.share-item {
    padding: 1rem 0;
    transition: transform .2s ease-in-out
}

.share-item:hover {
    transform: scale(1.1)
}

.social-media-title {
    margin-top: .5rem;
    font-size: .875rem
}

@media (max-width: 992px) {
    .sticky-share-buttons {
        position: fixed;
        bottom: 6rem;
        right: 1rem;
        z-index: 1021;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px
    }
}

.post-main {
    padding: 2rem
}

.product-switcher-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e6edf7;
    border-radius: 10px;
    padding: .55rem .6rem;
    text-decoration: none;
    color: #1f2937;
    background: #fff;
    min-height: 66px;
}

.product-switcher-item:hover {
    border-color: #c9ddff;
    color: #0d6efd;
}

.product-switcher-item.is-active {
    border-color: #0d6efd;
    background: #eef5ff;
}

.product-switcher-thumb {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f6fb;
}

.product-switcher-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-switcher-title {
    font-size: .84rem;
    line-height: 1.35;
    max-height: 2.7em;
    overflow: hidden;
}

.product-main-cover {
    background: #f7f9fc;
}

.product-main-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.product-detail .p-post {
    line-height: 1.85;
}

.cp-gallery-track {
    display: block;
}

.cp-main-wrap {
    position: relative;
    margin-bottom: 10px;
}

.cp-main-swiper {
    border: 1px solid #dce6f5;
    border-radius: 10px;
    overflow: hidden;
    background: #f7f9fc;
}

.cp-main-swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #fff;
}

.cp-thumb-btn {
    width: 72px;
    height: 72px;
    border: 1px solid #dce6f5;
    border-radius: 8px;
    padding: 2px;
    background: #fff;
}

.cp-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.cp-thumb-btn.is-active {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, .18);
}

.cp-thumbs-swiper .swiper-slide {
    width: auto;
    height: auto;
}

.cp-thumbs-swiper .swiper-slide.is-thumb-active .cp-thumb-btn {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, .18);
}

.cp-main-prev,
.cp-main-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 1px solid #dce6f5;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #1f2937;
}

.cp-main-prev {
    left: 10px;
}

.cp-main-next {
    right: 10px;
}

.cp-main-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    text-align: center;
    z-index: 2;
}

.cp-main-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #c9d9f3;
    opacity: 1;
}

.cp-main-pagination .swiper-pagination-bullet-active {
    background: #0d6efd;
}

.cp-params-table {
    border: 1px solid #e4ebf5;
}

.cp-param-row {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 12px;
    padding: .7rem .85rem;
    border-top: 1px solid #eef3fa;
    font-size: .92rem;
}

.cp-param-row:first-child {
    border-top: 0;
}

.cp-param-row span:first-child {
    color: #6b7280;
}

.cp-param-row span:last-child {
    color: #111827;
    font-weight: 500;
}

.cp-subtitle {
    font-size: .98rem;
}

.cp-summary {
    font-size: .92rem;
    color: #4b5563;
    line-height: 1.75;
    background: #f8fbff;
    border: 1px solid #e8f0fb;
    border-radius: 10px;
    padding: .7rem .85rem;
}

.cp-contact {
    background: #f8fbff;
    border: 1px solid #e8f0fb !important;
}

.cp-contact-title {
    font-weight: 700;
    color: #111827;
    font-size: .95rem;
}

.cp-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: .9rem;
    padding: .2rem 0;
}

.cp-contact-item i {
    color: #0d6efd;
}

.cp-pbn {
    background: linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
    border: 1px solid #e6eefb !important;

}

.cp-pbn-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: .5rem .65rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e9f0fb;
    color: #334155;
    font-size: .92rem;
    font-weight: 500;
    transition: all .2s ease;
}

.cp-pbn-item i {
    color: #0d6efd;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #eaf2ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
}

.cp-pbn-item:hover {
    border-color: #cfe0fb;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(13, 110, 253, .08);
}

.cp-intro-tabs-sticky {
    position: sticky;
    top: calc(var(--header-fixed-height, 72px) + 16px);
    z-index: 90;
}

.cp-intro-tabs {
    border-bottom: 0;
}

.cp-intro-tabs .nav-link {
    border: 0;
    border-radius: .3rem;
    color: #334155;
    font-weight: 500;
    padding: .38rem .72rem;
    margin-right: .72rem;
    line-height: 1.2;
    white-space: nowrap;
}

.cp-intro-tabs .nav-link:hover {
    color: #0d6efd;
    background: #f1f6ff;
}

.cp-intro-tabs .nav-link.active {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;
}

.cp-intro-content {
    background: #fff;
}



.cp-intro-placeholder p {
    margin: 0;
}

.cp-intro .p-post {
    color: #1f2937;
    line-height: 1.9;
    font-size: .98rem;
    letter-spacing: .01em;
}

.cp-intro .p-post p {
    margin: 0 0 1rem;
    text-indent: 0;
    color: #334155;
}

.cp-intro .p-post p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
}

.cp-intro .p-post p:last-child {
    margin-bottom: 0;
}

.cp-intro .p-post h1 {
    font-size: 1.5rem;
    line-height: 1.3;
}

.cp-intro .p-post h2 {
    font-size: 1.32rem;
    line-height: 1.34;
}

.cp-intro .p-post h3 {
    font-size: 1.16rem;
    line-height: 1.38;
}

.cp-intro .p-post h4 {
    font-size: 1.04rem;
    line-height: 1.42;
}

.cp-intro .p-post h1,
.cp-intro .p-post h2,
.cp-intro .p-post h3,
.cp-intro .p-post h4 {
    margin-top: 1.3rem;
    margin-bottom: .75rem;
    color: #0f172a;
    font-weight: 700;
    letter-spacing: .01em;
    position: relative;
    padding-left: .7rem;
}

.cp-intro .p-post h1::before,
.cp-intro .p-post h2::before,
.cp-intro .p-post h3::before,
.cp-intro .p-post h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 3px;
    height: 1.05em;
    border-radius: 2px;
    background: #0d6efd;
}

.cp-intro .p-post h1:first-child,
.cp-intro .p-post h2:first-child,
.cp-intro .p-post h3:first-child,
.cp-intro .p-post h4:first-child {
    margin-top: 0;
}

.cp-intro .p-post ul,
.cp-intro .p-post ol {
    padding-left: 1.25rem;
    margin-bottom: .9rem;
}

.cp-intro .p-post blockquote {
    border-left: 3px solid #0d6efd;
    background: #f8fbff;
    margin: .9rem 0;
    padding: .65rem .85rem;
    color: #334155;
}

.cp-intro .p-post table {
    width: 100%;
    border-collapse: collapse;
    margin: .95rem 0;
    font-size: .92rem;
}

.cp-intro .p-post table td,
.cp-intro .p-post table th {
    border: 1px solid #e4ebf5;
    padding: .46rem .52rem;
}

@media (max-width: 767.98px) {
    .cp-pbn-item {
        min-height: 42px;
        font-size: .84rem;
        padding: .42rem .5rem;
        gap: 8px;
    }

    .cp-pbn-item i {
        width: 20px;
        height: 20px;
        font-size: .75rem;
    }

    .cp-intro-tabs .nav-link {
        margin-right: .42rem;
        padding: .36rem .62rem;
        font-size: .84rem;
    }

    .cp-intro .p-post {
        font-size: .92rem;
        line-height: 1.8;
    }

    .cp-intro-tabs-sticky {
        top: calc(var(--header-height-mobile, 60px) + 18px);
        z-index: 90;
    }

    .cp-intro .p-post h1 {
        font-size: 1.28rem;
    }

    .cp-intro .p-post h2 {
        font-size: 1.16rem;
    }

    .cp-intro .p-post h3 {
        font-size: 1.04rem;
    }

    .cp-intro .p-post h4 {
        font-size: .98rem;
    }

    .cp-intro .p-post h1,
    .cp-intro .p-post h2,
    .cp-intro .p-post h3,
    .cp-intro .p-post h4 {
        margin-top: 1.05rem;
        margin-bottom: .62rem;
        padding-left: .55rem;
    }

    .cp-intro .p-post h1::before,
    .cp-intro .p-post h2::before,
    .cp-intro .p-post h3::before,
    .cp-intro .p-post h4::before {
        width: 2px;
    }
}

.post-card {
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: start
}

.post-img {
    background-color: #f9f9fa;
    overflow: hidden;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    flex-shrink: 0
}

.post-img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.post-details {
    flex-grow: 1;
    max-width: calc(100% - 64px);
    min-width: 0
}

.post-card .post-title {
    line-height: 1.3;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.post-card span {
    opacity: .75;
    font-weight: 500;
    font-size: 1rem
}

.open-site-link {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

@media (min-width: 768px) {
    .open-site-link {
        width: 150px
    }
}

.post-meta {
    font-size: .875em
}

.post-meta a {
    margin: 0 .25rem
}

.post-content {
    word-break: break-all
}

.post-content ul {
    background-color: #f9f9fa;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: var(--bs-border-radius-lg)
}

.post-content li {
    list-style: disc;
    line-height: 2rem
}

.post-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
    max-width: 100%
}

.post-content h2 {
    font-size: 1.3rem;
    font-weight: 700
}

.post-content h3 {
    font-size: 1.2rem;
    font-weight: 700
}

.post-content h4 {
    font-size: 1.15rem;
    font-weight: 700
}

.post-content h5 {
    font-size: 1.1rem;
    font-weight: 700
}

.post-content table {
    border-collapse: collapse;
    width: 100% !important;
    margin-bottom: 1rem;
    color: #212529;
    font-size: .8rem
}

.post-content table td,
.post-content table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
    word-break: break-all
}

.post-content table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa;
    color: #495057
}

.post-content table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.post-content table-bordered td,
.post-content table-bordered th {
    border: 1px solid #dee2e6
}

.post-tags {
    font-size: .75rem;
    color: #777
}

.post-tags a {
    position: relative;
    z-index: 999;
    display: inline-block;
    padding: 0 .6rem;
    margin-right: .2rem;
    margin-bottom: .5rem;
    line-height: 1.5;
    border-radius: .15rem;
    background-color: #e9ecef;
    color: #495057;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.post-tags a:first-of-type {
    color: #0d6efd;
    background-color: #cfe2ff
}

.post-tags a:nth-of-type(2n) {
    color: #0dcaf0;
    background-color: #cff4fc
}

.post-tags a:nth-of-type(3n) {
    color: #d63384;
    background-color: #f7d6e6
}

.post-tags a:nth-of-type(4n) {
    color: #ffc107;
    background-color: #fff3cd
}

.post-tags a:nth-of-type(5n) {
    color: #20c997;
    background-color: #d2f4ea
}

.post-tags a:nth-of-type(6n) {
    color: #6610f2;
    background-color: #e0cffc
}

.post-tags a:hover {
    background-color: #0d6efd !important;
    color: #fff !important
}

.post-related h3 {
    font-size: 1.15rem
}

.post-related a {
    text-decoration: none;
    color: var(--bs-heading-color)
}

.text-justify {
    text-align: justify
}

#qrcode-img {
    width: 66px;
    height: 66px
}

a.hover-bg-change:hover {
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

@media (max-width: 767.98px) {
    .counter-container {
        min-width: 48px;
        width: 48px;
        font-size: .7rem;
        display: none
    }

    .post-main {
        padding: .75rem
    }

    .product-switcher-item {
        min-height: 58px;
        padding: .45rem .5rem;
    }

    .product-switcher-title {
        font-size: .78rem;
    }

    .post-main .border-end {
        border-right: 0 !important;
        border-bottom: 1px solid #eef2f7;
    }

    .cp-thumb-btn {
        width: 60px;
        height: 60px;
    }

    .cp-param-row {
        grid-template-columns: 92px 1fr;
        font-size: .84rem;
        padding: .62rem .68rem;
    }

    .cp-thumb-btn {
        width: 60px;
    }

    .cp-main-prev,
    .cp-main-next {
        width: 30px;
        height: 30px;
    }
}

.comment-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: transform .2s;
    border: 1px solid #e9ecef
}

.comment-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #f9f9fa
}

.comment-actions {
    font-size: .9rem
}

.comment-actions .btn {
    font-size: .75rem;
    text-decoration: none;
    transition: color .2s
}

.comment-time {
    color: #adb5bd;
    font-size: .85rem
}

.comment-form-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .8)
}

.comment-form-area .overlay button {
    z-index: 1000
}

.doc-box a:hover {
    color: #0d6efd !important
}

.rubik-font {
    font-family: rubik, sans-serif
}

.icon-circle,
.icon-circle img {
    width: 38px;
    height: 38px
}

.doc-box:hover {
    box-shadow: 5px 9px 30px rgba(69, 69, 69, .1);
    border: 1px solid #fff
}

.doc-box:hover .btn-wrap {
    background: #08beab
}

.doc-box:hover .btn-wrap a,
.doc-box:hover .btn-wrap i {
    color: #fff
}

.doc-list img {
    width: 20px;
    height: 20px;
    margin-right: .4rem
}

.doc-list a {
    vertical-align: middle
}

.doc-box .bg-light:hover {
    background-color: #0d6efd !important;
    color: #fff !important
}

.doc-box .bg-light:hover a {
    color: #fff !important
}

.post-list .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.post-list .object-cover {
    object-fit: cover
}

.post-list .object-center {
    object-position: center
}

.post-list .image-container {
    width: 10rem;
    aspect-ratio: 4/3;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: .375rem;
    background-color: #f9f9fa
}

.post-list .image-container img {
    transition: transform .3s ease
}

.post-list .image-container img:hover {
    transform: scale(1.1)
}

.art-card {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff
}

.art-card:hover {
    border-color: #0d6efd !important;
    background-color: #e0f0ff
}

.fancy-gallery-thumb {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 75%
}

.fancy-gallery-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancy-gallery-thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .05);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: background-color .3s ease;
    border-radius: var(--bs-border-radius-sm) !important
}

.fancy-gallery-thumb .overlay span {
    color: #fff;
    font-size: .9rem;
    opacity: 0;
    transition: opacity .3s ease
}

.fancy-gallery-thumb:hover .overlay {
    background-color: rgba(0, 0, 0, .5)
}

.fancy-gallery-thumb:hover .overlay span {
    opacity: 1
}

main .timeline-list .timeline-date:before {
    position: absolute;
    left: -8.5px;
    top: 26px;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 100%;
    background: #0d6efd
}

main .timeline-list .timeline-time:before {
    border: 4px solid #0d6efd;
    opacity: 1
}

main .timeline-list h2:before {
    position: absolute;
    left: -22.5px;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 6px;
    border: 4px solid #0d6efd;
    box-sizing: initial;
    background: #fff;
    content: ""
}

main .timeline-list a:hover {
    color: #0d6efd !important
}

@media (max-width: 575.98px) {
    .post-list .image-container {
        width: 100%;
        aspect-ratio: auto
    }
}

:root {
    --waline-font-size: 1.15rem;
    --waline-theme-color: #0d6efd;
    --waline-active-color: #0b5ed7
}

.wl-panel {
    border-radius: var(--bs-border-radius-lg) !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.wl-power {
    opacity: .3
}

.wl-editor {
    padding: .75em .5em;
    box-sizing: border-box
}

.wl-header input {
    font-size: .75em
}

.favorite-button>button {
    margin: .25rem .125rem
}

.submit-card {
    border: 1px solid rgba(13, 110, 253, .12);
    box-shadow: 0 14px 40px rgba(15, 23, 42, .06)
}

.submit-help {
    background: linear-gradient(135deg, rgba(13, 110, 253, .08), rgba(32, 201, 151, .08));
    border: 1px solid rgba(13, 110, 253, .1);
    border-radius: 16px
}

.submit-editor {
    border: 1px solid #d7dde6;
    border-radius: var(--bs-border-radius-sm) !important;
    overflow: hidden;
    background: #fff
}

.submit-editor .w-e-toolbar,
.submit-editor-toolbar {
    border-bottom: 1px solid #e7ebf2
}

.submit-editor .w-e-text-container {
    min-height: 320px
}

.submit-note {
    font-size: 12px;
    color: #6b7280
}

.hot-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(255, 214, 102, .34), transparent 34%), radial-gradient(circle at right 20%, rgba(255, 100, 100, .2), transparent 26%), linear-gradient(135deg, #111827 0%, #1f2937 45%, #374151 100%);
    color: #fff
}

.hot-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .35;
    pointer-events: none
}

.hot-hero .hero-content,
.hot-hero .hero-stats {
    position: relative;
    z-index: 1
}

.hot-source-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.hot-source-pill {
    border: 1px solid rgba(13, 110, 253, .18);
    background: #fff;
    color: #334155;
    transition: all .2s ease
}

.hot-source-pill:hover,
.hot-source-pill.active {
    transform: translateY(-1px);
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #3b82f6);
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(13, 110, 253, .18)
}

.hot-rank {
    min-width: 2rem;
    height: 2rem;
    padding: 0 .35rem;
    border-radius: .75rem;
    text-align: center;
    font-weight: 700;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: #eef2ff;
    color: #4f46e5
}

.hot-rank.rank-1 {
    background: #fef3c7;
    color: #b45309
}

.hot-rank.rank-2 {
    background: #e0f2fe;
    color: #0369a1
}

.hot-rank.rank-3 {
    background: #fee2e2;
    color: #b91c1c
}

.hot-card {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
}

.hot-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .08);
    border-color: #0d6efd !important
}

.hot-meta {
    color: #64748b;
    font-size: .875rem
}

.hot-desc {
    color: #475569;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.hot-skeleton {
    background: linear-gradient(90deg, #e5e7eb 25%, #f8fafc 37%, #e5e7eb 63%);
    background-size: 400% 100%;
    animation: hotShimmer 1.2s ease infinite;
    border-radius: .75rem;
    min-height: 92px
}

.hot-brand-logo {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .65rem;
    background: #0d6efd;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .02em;
    flex: 0 0 auto;
}

.hot-time {
    font-size: .78rem;
    line-height: 1.2;
    opacity: .62;
}

.hot-info-toolbar {
    border-bottom: 1px solid #e7ebf2
}

.ai-info-actions {
    min-width: 220px
}

.ai-date-group {
    width: 220px;
    flex-wrap: nowrap;
    border: 1px solid #dbe3ec;
    border-radius: .65rem;
    overflow: hidden;
    background: #fff
}

.ai-date-group .input-group-text,
.ai-date-group .form-control,
.ai-date-group .btn {
    font-size: .85rem;
    border-color: transparent;
    box-shadow: none
}

.ai-date-group .ai-date-input {
    cursor: pointer
}

.ai-date-group .input-group-text {
    background: #f8fafc;
    color: #64748b
}

.ai-date-group .form-control {
    padding-left: .5rem;
    padding-right: .5rem
}

.ai-date-group .btn {
    background: #f8fafc
}

@keyframes hotShimmer {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.models-hero-compact {
    padding-top: 1.15rem !important;
    padding-bottom: 1.15rem !important;
}

.models-hero-compact .display-6 {
    font-size: 1.55rem;
    margin-bottom: 0.45rem !important;
}

.models-hero-compact .lead {
    font-size: 0.95rem;
}

.models-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.models-toolbar .form-control,
.models-toolbar .form-select,
.models-toolbar .btn {
    height: 34px;
    font-size: 0.84rem;
    border-radius: 10px;
}

.models-toolbar .toolbar-label {
    font-size: 0.76rem;
    color: #6b7280;
    font-weight: 600;
    margin-right: 2px;
    white-space: nowrap;
}

.models-toolbar .field-provider {
    width: 220px;
}

.models-toolbar .field-open {
    width: 108px;
}

.models-toolbar .field-sort {
    width: 168px;
}

.models-toolbar .field-limit {
    width: 108px;
}

.models-toolbar .field-btn {
    width: 88px;
}

.models-matrix-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.models-scroll-tip {
    display: none;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: #6b7280;
    margin-bottom: 8px;
}

.models-rank-header {
    display: grid;
    grid-template-columns: 56px minmax(260px, 1fr) 95px 110px 110px 110px 110px 96px;
    gap: 8px;
    padding: 0.45rem 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    color: var(--bs-secondary-color);
    font-size: 0.76rem;
    min-width: 980px;
}

.models-rank-row {
    display: grid;
    grid-template-columns: 56px minmax(260px, 1fr) 95px 110px 110px 110px 110px 96px;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid #eef0f3;
    padding: 0.45rem 0.5rem;
    background: #fff;
    min-width: 980px;
}

.models-rank-num {
    font-size: 0.86rem;
    font-weight: 700;
    color: #6b7280;
}

.models-rank-model {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.models-provider-logo {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
}

.models-logo-fallback {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    flex-shrink: 0;
}

.models-rank-model .name {
    font-size: 0.86rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
}

.models-rank-model .meta {
    color: #6b7280;
    font-size: 0.74rem;
    margin-top: 1px;
}

.models-rank-metric {
    text-align: right;
}

.models-rank-metric .label {
    color: #6b7280;
    font-size: 0.7rem;
    margin-bottom: 1px;
}

.models-rank-metric .value {
    font-weight: 700;
    color: #111827;
    font-size: 0.82rem;
}

.models-rank-action-col {
    text-align: right;
}

.models-rank-action-col .btn {
    height: 28px;
    line-height: 1;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 0.75rem;
}

.models-score-bar {
    height: 4px;
    border-radius: 8px;
    background: #e5e7eb;
    overflow: hidden;
    margin-top: 3px;
}

.models-score-bar>span {
    display: block;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, #f59e0b, #ef4444);
}

.models-skeleton-wrap {
    min-width: 980px;
}

.models-skeleton-row {
    display: grid;
    grid-template-columns: 56px minmax(260px, 1fr) 95px 110px 110px 110px 110px 96px;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid #eef0f3;
    padding: 0.45rem 0.5rem;
}

.models-skeleton-cell {
    height: 12px;
    border-radius: 8px;
    background: linear-gradient(90deg, #eef1f6 25%, #e4e8ef 37%, #eef1f6 63%);
    background-size: 400% 100%;
    animation: modelsSkeletonShimmer 1.25s ease-in-out infinite;
}

.models-skeleton-cell.rank {
    width: 28px;
}

.models-skeleton-cell.model {
    height: 28px;
}

.models-skeleton-cell.action {
    width: 72px;
    justify-self: end;
    height: 26px;
    border-radius: 8px;
}

@keyframes modelsSkeletonShimmer {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@media (max-width: 991px) {

    .models-toolbar .field-provider,
    .models-toolbar .field-open,
    .models-toolbar .field-sort,
    .models-toolbar .field-limit,
    .models-toolbar .field-btn {
        width: 100%;
    }

    .models-scroll-tip {
        display: inline-flex;
    }
}

.comment-area .comment-item {
    border-radius: var(--bs-border-radius-sm) !important;
    background: #fff;
}

.comment-area .message-item {
    border-radius: var(--bs-border-radius-sm) !important;
    background: #fff;
}

.comment-area .comment-item+.comment-item {
    margin-top: .75rem;
}

.comment-area .message-item+.message-item {
    margin-top: .75rem;
}

.comment-area .comment-item .comment-body {
    line-height: 1.68;
    word-break: break-word;
}

.comment-area .comment-item .comment-stars i {
    font-size: 0.82rem;
    line-height: 1;
}

.comment-area .comment-item .comment-reply-btn {
    white-space: nowrap;
}

.comment-area .message-item .message-reply-btn {
    padding: .2rem .45rem;
    font-size: .76rem;
    line-height: 1.2;
}

.comment-area .comment-item .small.text-secondary {
    font-size: 0.75rem;
}

.comment-area .message-item .small.text-secondary {
    font-size: 0.75rem;
}

.comment-area .comment-item .badge {
    vertical-align: middle;
}

.comment-area .message-item .badge {
    vertical-align: middle;
}

.comment-area .pagination .page-link {
    min-width: 3rem;
    text-align: center;
}

.comment-area textarea.form-control {
    resize: vertical;
}

.comment-area #comment-reply-target {
    border-style: dashed;
}

.comment-area #comment-empty {
    font-size: 0.95rem;
}

.comment-area #message-list .card {
    border-color: rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 0.08rem 0.2rem rgba(15, 23, 42, 0.04) !important;
}

.comment-area #message-list .message-item>.card-body,
.comment-area #message-list .message-child-item>.card-body {
    padding: 0.82rem !important;
}

.comment-area #message-list {
    border-radius: var(--bs-border-radius-sm) !important;
    padding: .55rem;
}

.comment-area #message-list .message-row {
    display: flex;
    align-items: flex-start;
    gap: 0.62rem;
    width: 100%;
    min-width: 0;
}

.comment-area #message-list .message-avatar {
    width: 38px !important;
    height: 38px !important;
    object-fit: cover;
}

.comment-area #message-list .message-main {
    flex: 1;
    min-width: 0;
}

.comment-area #message-list .message-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    position: relative;
    padding-right: 64px;
}

.comment-area #message-list .message-meta {
    flex: 1;
    min-width: 0;
}

.comment-area #message-list .message-body {
    margin-top: 0.35rem !important;
    font-size: 0.92rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: break-word;
    color: #334155;
}

.comment-area #message-list .message-reply-btn {
    white-space: nowrap;
    border-radius: 999px;
    padding: 0.18rem 0.62rem;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 0 !important;
}

.comment-area #message-list .message-children:empty {
    display: none;
}



.comment-area #message-list .message-children,
.comment-area #message-list .message-children * {
    box-sizing: border-box;
    max-width: 100%;
}

.comment-area #message-list .message-child-item {
    border-radius: var(--bs-border-radius-sm) !important;
    background: #fbfcff;
    margin-left: 0 !important;
    width: 100%;
    border: 1px solid #e7eefb;
    position: relative;
}



.comment-area #message-list .message-child-item>.card-body {
    padding-left: .55rem !important;
}

.comment-area #message-list .message-child-item .message-avatar {
    width: 32px !important;
    height: 32px !important;
}

.comment-area #message-list .message-child-item .message-meta .fw-semibold {
    font-size: .9rem;
}

.comment-area #message-list .message-child-item .message-meta .small.text-secondary {
    font-size: .74rem;
}

.comment-area #message-list .message-child-item .message-body {
    font-size: .88rem;
    line-height: 1.52;
}

.comment-area #message-list .message-meta .small.text-secondary {
    opacity: .78;
}

.comment-area #message-form-wrap {
    width: 100%;
}

.comment-area #message-list .message-reply-slot:empty {
    display: none;
}

.comment-area #message-list .message-reply-slot {
    margin-top: .55rem;
}

.comment-area #message-list .message-reply-slot>#message-reply-target {
    margin-bottom: .35rem !important;
}

.comment-area #message-list .message-reply-slot>#message-form-wrap {
    margin-bottom: 0 !important;
}

.comment-area #message-list .message-reply-slot>.card,
.comment-area #message-form-wrap {
    border-radius: var(--bs-border-radius-sm) !important;
}

.comment-area #message-list .message-child-item .message-body {
    line-height: 1.5;
}

.comment-area #message-form-wrap .card-body {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}

.comment-area #message-form-wrap .row.g-3 {
    --bs-gutter-y: .75rem;
}




.comment-area #message-form-wrap .form-floating>.form-control::placeholder,
.comment-area #message-form-wrap .form-floating>.form-control-plaintext::placeholder,
.comment-area #message-form-wrap .form-floating>textarea::placeholder {
    color: transparent;
    opacity: 1;
}

.comment-area #message-form-wrap .btn {
    padding-top: .36rem;
    padding-bottom: .36rem;
}

@media (max-width: 575px) {


    .comment-area .comment-item {
        border-radius: var(--bs-border-radius-sm) !important;
    }

    .comment-area .comment-item img {
        width: 38px !important;
        height: 38px !important;
    }

    .comment-area .comment-item .comment-reply-btn {
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    }

    .comment-area #message-list .message-item>.card-body,
    .comment-area #message-list .message-child-item>.card-body {
        padding: 0.7rem !important;
    }

    .comment-area #message-list {
        border-radius: var(--bs-border-radius-sm) !important;
        padding: .42rem;
    }

    .comment-area #message-list .message-row {
        gap: 0.52rem;
    }

    .comment-area #message-list .message-avatar {
        width: 34px !important;
        height: 34px !important;
    }

    .comment-area #message-list .message-head {
        gap: 0.4rem;
        flex-wrap: wrap;
        padding-right: 56px;
    }

    .comment-area #message-list .message-reply-btn {
        font-size: .7rem;
        padding: 0.12rem 0.46rem;
        min-height: 24px;
        right: 0;
        top: 0;
    }

    .comment-area #message-list .message-meta {
        min-width: 0;
        width: 100%;
    }

    .comment-area #message-list .message-body {
        font-size: .88rem;
        line-height: 1.52;
    }

    .comment-area #message-list .message-children {
        margin-top: .55rem !important;
        padding-left: 0 !important;
        gap: .48rem;
        padding: .34rem;
        border-radius: 8px;
    }

    .comment-area #message-list .message-child-item {
        border-radius: 10px;
    }

    .comment-area #message-list .message-meta .small.text-secondary {
        margin-top: 2px !important;
    }

    .comment-area #message-list .message-child-item::before {
        top: 8px;
        bottom: 8px;
        width: 2px;
    }

    .comment-area #message-list .message-child-item>.card-body {
        padding-left: .82rem !important;
    }

    .comment-area #message-list .message-child-item .message-avatar {
        width: 30px !important;
        height: 30px !important;
    }

    .comment-area #message-list .message-child-item .message-meta .fw-semibold {
        font-size: .84rem;
    }

    .comment-area #message-list .message-child-item .message-meta .small.text-secondary {
        font-size: .7rem;
    }

    .comment-area .btn-group-sm>.btn {
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    }

    .comment-area #message-form-wrap .card-body {
        padding: .68rem !important;
    }
}


/* about page moved from template inline style */
.about-hero {
    border-radius: var(--bs-border-radius-sm) !important;
    background: linear-gradient(135deg, #0d6efd 0%, #1f7dff 52%, #4ea0ff 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.about-hero::before {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
}

.about-hero .hero-kicker {
    display: inline-block;
    font-size: .78rem;
    letter-spacing: .08em;
    padding: .28rem .6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
}

.about-hero .hero-cta {
    border-radius: 999px;
    font-weight: 600;
}

.about-hero .about-tag {
    color: #fff;
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .08);
}

.brand-premium {
    background: linear-gradient(180deg, #f7fbff 0%, #f2f8ff 100%);
    position: relative;
    overflow: hidden;
}

.brand-premium .sec-title-wrap h2,
.brand-premium .sec-title-wrap span {
    color: #1f3d68;
}

.brand-premium-panel {
    border: 1px solid #dbe8fb;
    background: #ffffff;
    padding: 1.25rem;
    box-shadow: 0 14px 30px rgba(21, 62, 123, .08);
}

.brand-premium-feature,
.brand-direction-list {
    border: 1px solid #dbe7fb;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 1.15rem 1.2rem 1.2rem;
    color: #2f4f7b;
}

.brand-kicker {
    margin: 0 0 .45rem;
    font-size: .8rem;
    letter-spacing: .1em;
    color: #6b86ab;
    font-weight: 600;
}

.brand-premium-feature h3 {
    font-size: 1.62rem;
    line-height: 1.32;
    margin-bottom: .7rem;
    color: #1f3d68;
    font-weight: 700;
}

.brand-lead {
    margin: 0;
    color: #5c7393;
    line-height: 1.82;
    font-size: .96rem;
}

.brand-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .46rem;
    margin-top: .95rem;
}

.brand-badges span {
    display: inline-flex;
    padding: .28rem .66rem;
    border-radius: 999px;
    border: 1px solid #cfe0f8;
    font-size: .8rem;
    color: #3b5e88;
    background: #f3f8ff;
}

.brand-badges .brand-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .28rem .66rem;
    border-radius: 999px;
    border: 1px solid #cfe0f8;
    font-size: .8rem;
    color: #3b5e88;
    background: #f3f8ff;
    cursor: pointer;
    transition: all .2s ease;
}

.brand-badges .brand-tab:hover {
    border-color: #9fc0ee;
    color: #214b7f;
    background: #eaf3ff;
}

.brand-badges .brand-tab.is-active {
    color: #fff;
    border-color: #0d6efd;
    background: linear-gradient(135deg, #0d6efd 0%, #2f84ff 100%);
    box-shadow: 0 6px 14px rgba(13, 110, 253, .22);
}

.brand-tab-panel {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-radius: var(--bs-border-radius-sm) !important;
    background: #f8fbff;
    padding: .72rem .82rem;
}

.brand-tab-panel h5 {
    color: #1f3d68;
    font-size: 1rem;
}

.brand-tab-panel p {
    color: #5c7393;
    line-height: 1.72;
    font-size: .9rem;
}

.brand-tab-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .38rem .8rem;
    border-radius: 8px;
    border: 1px solid #bcd5f8;
    background: #eef5ff;
    color: #1f4f86;
    text-decoration: none;
    font-size: .85rem;
    font-weight: 600;
}

.brand-tab-link:hover {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;
}

.brand-direction-link {
    display: inline-block;
    margin-top: .28rem;
    color: #1f5ea5;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 600;
}

.brand-direction-link:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.contact-hero {
    background: linear-gradient(135deg, #0d6efd 0%, #2f86ff 52%, #5aa8ff 100%);
}

.contact-section .contact-card {
    background: #fff;
    border: 1px solid #dbe8fb;
    border-radius: var(--bs-border-radius-sm) !important;
    padding: 1rem;
    box-shadow: 0 10px 24px rgba(19, 62, 125, .08);
}

.contact-section .contact-card h3 {
    font-size: 1rem;
    color: #1f3d68;
    margin: .55rem 0 .4rem;
}

.contact-section .contact-card p {
    color: #5e7697;
    font-size: .88rem;
    line-height: 1.62;
}

.contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid #c8dcfb;
    color: #0d6efd;
    background: #edf5ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-map-wrap {
    background: linear-gradient(180deg, #f8fbff 0%, #f1f7ff 100%);
    border: 1px solid #dbe8fb;
    padding: 1rem;
}

.contact-map-frame {
    position: relative;
    overflow: hidden;
    border-radius: var(--bs-border-radius-sm) !important;
    border: 1px solid #d6e6fc;
    background: #eaf3ff;
}

.contact-map-frame img {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
    object-fit: cover;
    object-position: center center;
    background: linear-gradient(120deg, #eef5ff 0%, #e0edff 100%);
}

@media (max-width: 767.98px) {
    .contact-map-frame {
        height: 220px;
    }

    .contact-map-frame img {
        height: 220px;
        transform: scale(2);
        transform-origin: center center;
    }
}

.contact-map-tip {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #4d6f9c;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #cfe1fb;
    border-radius: 999px;
    padding: .36rem .75rem;
    font-size: .83rem;
}

.product-list-hero {
    min-height: 240px;
    background: linear-gradient(120deg, rgba(9, 41, 96, .86), rgba(13, 110, 253, .72)), url('../img/banner.jpg') center/cover no-repeat;
}

.product-list-hero-content h1 {
    margin: 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .03em;
    text-shadow: 0 4px 14px rgba(5, 23, 52, .35);
}

.product-list-hero-content p {
    margin: 0;
    color: rgba(244, 250, 255, .92);
    font-size: .96rem;
}

.product-cat-side {
    background: #fff;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-radius: var(--bs-border-radius-sm) !important;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 58, 122, .08);
}

.product-cat-side h3 {
    margin: 0;
    padding: .9rem .95rem;
    background: #f8fbff;
    color: #333;
    font-weight: 500;
    font-size: 1.05rem;
    border-bottom: 1px solid #dce8fb;
}

.product-cat-side .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .72rem .92rem;
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    position: relative;
    transition: all .2s ease;
    border: 0;
    border-bottom: 1px solid #edf4ff;
    background: #fff;
}

.product-cat-side .list-group-item:last-child {
    border-bottom: 0;
}

.product-cat-side .list-group-item:hover,
.product-cat-side .list-group-item.is-active {
    background: #f8fbff;
    color: #0d63d8;
}

.product-cat-side .list-group-item.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #0d6efd;
}

.product-cat-side .list-group-item i {
    color: #9bb4d8;
    font-size: .78rem;
}

.product-cat-side .list-group-item:hover i,
.product-cat-side .list-group-item.is-active i {
    color: #0d63d8;
}

@media (min-width: 992px) {
    .product-cat-side {
        position: sticky;
        top: 120px;
        z-index: 20;
    }
}

.product-cat-toggle {
    border-radius: 12px 12px 0 0 !important;
}

.product-cat-toggle .bi-chevron-down {
    transition: transform .36s cubic-bezier(.22, .61, .36, 1);
}

.product-cat-toggle .bi-chevron-down.is-open {
    transform: rotate(180deg);
}

#navbarContent.collapsing,
#productCatCollapse.collapsing {
    opacity: .45;
    transition: height .42s cubic-bezier(.22, .61, .36, 1), opacity .32s ease;
}

#navbarContent.collapse.show,
#productCatCollapse.collapse.show {
    opacity: 1;
}

#navbarContent.collapse,
#productCatCollapse.collapse {
    transition: opacity .24s ease;
}

.product-cat-toggle {
    transition: filter .22s ease, transform .22s ease;
}

.product-cat-toggle:active {
    transform: translateY(1px);
    filter: brightness(.97);
}

.product-cat-toggle.is-open {
    filter: brightness(.95);
}

@media (max-width: 991.98px) {
    .navbar-toggler {
        transition: transform .22s ease, box-shadow .22s ease;
    }

    .navbar-toggler:active {
        transform: scale(.96);
    }
}

@media (max-width: 991.98px) {
    .product-cat-side {
        border-radius: 12px 12px 0 0 !important;
    }

    .product-cat-side h3 {
        display: none;
    }

    .product-cat-side .list-group-item {
        padding: .68rem .86rem;
    }

    .product-list-hero {
        min-height: 170px;
    }

    .product-list-hero-content h1 {
        font-size: 1.55rem;
    }
}

.brand-metric {
    border: 1px solid #d3e4fb;
    border-radius: var(--bs-border-radius-sm) !important;
    background: linear-gradient(180deg, #f7fbff 0%, #ecf4ff 100%);
    padding: .72rem .82rem;
}

.brand-metric strong {
    display: block;
    color: #1f3d68;
    font-size: 1.18rem;
}

.brand-metric span {
    display: block;
    font-size: .82rem;
    color: #6a83a6;
    margin-top: .12rem;
}

.brand-direction-list h4 {
    color: #1f3d68;
    font-size: 1.26rem;
    margin-bottom: .9rem;
    font-weight: 700;
}

.brand-direction-list li {
    display: flex;
    align-items: flex-start;
    gap: .68rem;
    padding: .6rem 0;
    border-bottom: 1px dashed #d4e4fa;
}

.brand-direction-list li:last-child {
    border-bottom: none;
}

.brand-direction-list li i {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #c8dcfb;
    background: #eef5ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0d63d8;
    flex-shrink: 0;
    margin-top: .14rem;
}

.brand-direction-list li b {
    display: block;
    color: #1f3d68;
    font-size: .98rem;
    margin-bottom: .14rem;
    font-weight: 600;
}

.brand-direction-list li span {
    display: block;
    color: #6a83a6;
    font-size: .86rem;
    line-height: 1.68;
}

.brand-service-strip .service-chip {
    border: 1px solid #d2e3fa;
    border-radius: 11px;
    background: #f7fbff;
    min-height: 52px;
    padding: .5rem .72rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #425d82;
    font-size: .9rem;
}

.brand-service-strip .service-chip i {
    color: #0d63d8;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .brand-premium-panel {
        padding: .9rem;
    }

    .brand-premium-feature,
    .brand-direction-list {
        padding: .95rem .95rem 1rem;
    }

    .brand-premium-feature h3 {
        font-size: 1.35rem;
    }

    .brand-direction-list h4 {
        font-size: 1.1rem;
    }
}


.error-404-title {
    font-size: 150px;
}


.banner .swiper-slide .banner-item {
    transform: scale(1.1);
    transform-origin: center center;
    transition: transform 1.5s ease;
    will-change: transform;
}

.banner .swiper-slide .banner-content {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.banner.is-ready .swiper-slide .banner-content {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
}

.banner .swiper-slide .banner-content h2,
.banner .swiper-slide .banner-content p,
.banner .swiper-slide .banner-content .btn {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transform-origin: center bottom;
    transition:
        transform 1.5s ease,
        opacity 0.85s ease;
    will-change: transform, opacity;
}

.banner .swiper-slide.banner-animate-in .banner-item {
    transform: scale(1);
}

.banner .swiper-slide.banner-animate-in .banner-content h2,
.banner .swiper-slide.banner-animate-in .banner-content p,
.banner .swiper-slide.banner-animate-in .banner-content .btn {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.banner .swiper-slide.banner-animate-in .banner-content h2 {
    transition-delay: .7s;
}

.banner .swiper-slide.banner-animate-in .banner-content p {
    transition-delay: 1s;
}

.banner .swiper-slide.banner-animate-in .banner-content .btn {
    transition:
        transform 2s ease 1s,
        opacity .8s ease .9s;
}
