/* HOANGHA BLOG - PC  */
@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('/user/fonts/BeVietnamPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('/user/fonts/BeVietnamPro-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('/user/fonts/BeVietnamPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('/user/fonts/BeVietnamPro-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after {
    box-sizing: border-box;
}

:root {
    --dark: #0f172a;
    --dark-2: #111827;
    --dark-3: #020617;
    --accent: #475569;
    --accent-hover: #334155;
    --accent-soft: #f8fafc;
    --accent-border: #e2e8f0;
    --text: #111827;
    --text-soft: #1f2937;
    --muted: #64748b;
    --border: #e5e7eb;
    --border-2: #dbe3ec;
    --bg: #f8fafc;
    --white: #fff;
    --red: #dc2626;
    --green: #16a34a;
    --radius-xs: 6px;
    --radius-sm: 8px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-xl: 18px;
    --shadow-sm: 0 3px 10px rgba(15, 23, 42, .04);
    --shadow-md: 0 8px 22px rgba(15, 23, 42, .07);
    --shadow-lg: 0 14px 32px rgba(15, 23, 42, .12);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Be Vietnam Pro', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-soft);
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: .18s ease;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

button {
    cursor: pointer;
}

.up {
    color: var(--green);
}

.down {
    color: var(--red);
}

.container {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

/* ================= TOP AD ================= */

.top-ad {
    background: linear-gradient(135deg, #1e293b, #0f172a)
}

.top-ad-inner {
    position: relative;
    height: 72px;
    overflow: hidden;
    max-width: 1220px;
    margin: 0 auto;
}

    .top-ad-inner a {
        display: block;
        height: 100%;
    }

    .top-ad-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* lớp phủ nhẹ để ánh bạc nổi hơn */
    .top-ad-inner::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(15,23,42,.18), transparent 35%, rgba(15,23,42,.22) );
        pointer-events: none;
        z-index: 2;
    }

/* thiên thạch bạc */
.silver-meteor {
    position: absolute;
    left: -180px;
    width: 130px;
    height: 3px;
    border-radius: 999px;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient( 90deg, transparent 0%, rgba(160,160,160,.15) 20%, rgba(230,230,230,.75) 55%, rgba(255,255,255,1) 100% );
    box-shadow: 0 0 8px rgba(255,255,255,.9), 0 0 18px rgba(220,220,220,.75), 0 0 34px rgba(190,190,190,.45);
    animation-name: silverMeteor;
    animation-timing-function: cubic-bezier(.18,.72,.32,1);
    animation-iteration-count: infinite;
}

    /* hạt bạc vỡ tung */
    .silver-meteor::before,
    .silver-meteor::after {
        content: "";
        position: absolute;
        right: -8px;
        top: 50%;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #fff;
        box-shadow: -16px -9px 0 rgba(240,240,240,.95), -30px 8px 0 rgba(220,220,220,.85), -46px -4px 0 rgba(255,255,255,.75), -62px 12px 0 rgba(200,200,200,.55), -78px -11px 0 rgba(255,255,255,.45);
        transform: translateY(-50%);
    }

    .silver-meteor::after {
        width: 3px;
        height: 3px;
        opacity: .75;
        box-shadow: -20px 12px 0 rgba(255,255,255,.8), -38px -13px 0 rgba(220,220,220,.7), -58px 6px 0 rgba(255,255,255,.6), -82px -8px 0 rgba(190,190,190,.45);
    }

.m1 {
    top: 18%;
    animation-duration: 2.8s;
    animation-delay: 0s;
}

.m2 {
    top: 34%;
    width: 90px;
    height: 2px;
    animation-duration: 3.4s;
    animation-delay: .7s;
}

.m3 {
    top: 52%;
    width: 150px;
    animation-duration: 3.1s;
    animation-delay: 1.4s;
}

.m4 {
    top: 70%;
    width: 105px;
    height: 2px;
    animation-duration: 3.8s;
    animation-delay: 2.1s;
}

.m5 {
    top: 84%;
    width: 75px;
    height: 2px;
    animation-duration: 4.2s;
    animation-delay: 1s;
}

@keyframes silverMeteor {
    0% {
        transform: translateX(0) translateY(0) rotate(-8deg) scaleX(.7);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translateX(calc(100vw + 260px)) translateY(18px) rotate(-8deg) scaleX(1.15);
        opacity: 0;
    }
}

/* ================= HEADER ================= */

.site-header {
    background: var(--dark);
    color: #fff;
}

.header-inner {
    min-height: 68px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) minmax(240px, 300px) auto;
    gap: 12px;
    align-items: center;
}

.logo-image {
    width: 50px;
    height: 50px;
    background: var(--dark-2);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-image img {
        height: 100%;
        object-fit: contain;
    }

.hot-header {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
    scrollbar-width: none;
}

    .hot-header::-webkit-scrollbar {
        display: none;
    }

    .hot-header a {
        flex: 0 0 auto;
        color: #e5e7eb;
    }

        .hot-header a:hover,
        .login-link:hover {
            color: #cbd5e1;
        }

.search-box {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 34px;
    display: flex;
}

    .search-box input {
        flex: 1;
        min-width: 0;
        border: 0;
        border-radius: 5px 0 0 5px;
        padding: 0 12px;
        outline: none;
        font-size: 13px;
    }

    .search-box button {
        width: 40px;
        border: 0;
        background: rgba(255,255,255,.08);
        color: #e5e7eb;
        font-size: 17px;
        cursor: pointer;
        border-radius: 0 5px 5px 0;
    }

        .search-box button:hover {
            background: rgba(255,255,255,.14);
            color: #fff;
        }

.search-suggest {
    position: absolute;
    left: 0;
    right: 40px;
    top: calc(100% + 7px);
    background: #fff;
    color: var(--text);
    border-radius: 10px;
    box-shadow: 0 14px 32px rgba(0,0,0,.16);
    overflow: hidden;
    display: none;
    z-index: 2000;
}

    .search-suggest.show {
        display: block;
    }

    .search-suggest button {
        width: 100%;
        border: 0;
        background: #fff;
        color: var(--text);
        text-align: left;
        padding: 10px 12px;
        font-size: 13px;
        cursor: pointer;
        border-bottom: 1px solid #f1f5f9;
    }

        .search-suggest button:hover {
            background: var(--accent-soft);
            color: var(--accent);
        }

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: max-content;
    white-space: nowrap;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.social-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: #dbeafe;
}

    .social-icon svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
    }

    .social-icon:hover {
        color: #fff;
        transform: translateY(-1px);
    }

.social-tiktok:hover {
    background: #000;
    border-color: #000;
}

.social-facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.social-youtube:hover {
    background: #f00;
    border-color: #f00;
}

.header-divider {
    width: 1px;
    height: 22px;
    background: rgba(255,255,255,.14);
}

.login-link {
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    white-space: nowrap;
}
/* ================= LAYOUT ================= */

.page-bg {
    background: linear-gradient(90deg, rgba(15,23,42,.14) 0%, #f8fafc 16%, #fff 50%, #f8fafc 84%, rgba(15,23,42,.14) 100%);
    padding: 18px 0 32px;
}

.main-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: stretch;
}

.content-area {
    min-width: 0;
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    align-items: stretch;
    overflow: visible;
}

.section-block,
.widget {
    background: #fff;
    border: 1px solid rgba(226,232,240,.9);
    box-shadow: var(--shadow-sm);
    border-radius: 12px;
}

.section-block {
    padding: 14px;
    margin-bottom: 16px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding-bottom: 9px;
    margin-bottom: 13px;
    gap: 12px;
}

    .section-title h1,
    .section-title h2 {
        margin: 0;
        color: var(--text);
        font-size: 20px;
        line-height: 1.25;
    }

    .section-title a {
        color: var(--accent);
        font-weight: 800;
        font-size: 13px;
        white-space: nowrap;
    }

        .section-title a:hover {
            color: #1e293b;
        }

.sticky-ad {
    position: sticky;
    top: 76px;
    align-self: flex-start;
    width: 100%;
    z-index: 5;
}

.ad-side {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-align: center;
    min-height: 230px;
    font-size: 22px;
    letter-spacing: .4px;
    overflow: hidden;
}

    .ad-side a {
        position: relative;
        display: block;
        overflow: hidden;
        transition: transform .3s ease, box-shadow .3s ease;
    }

        .ad-side a:hover {
            transform: scale(1.02);
        }

    .ad-side img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform .5s ease;
    }

    .ad-side a:hover img {
        transform: scale(1.03);
    }

    /* Ánh sáng bạc */
    .ad-side a::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -120%;
        width: 60%;
        height: 200%;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient( 90deg, transparent, rgba(255,255,255,.15), rgba(255,255,255,.75), rgba(255,255,255,.15), transparent );
        transform: rotate(25deg);
        transition: left .8s ease;
    }

    .ad-side a:hover::before {
        left: 180%;
    }

    .ad-side a:hover img {
        transform: scale(1.05);
        filter: brightness(1.08) contrast(1.05);
    }

.ad-wide {
    margin-bottom: 14px;
    overflow: hidden;
    background: #fff;
    line-height: 0;
}

    .ad-wide a {
        position: relative;
        display: block;
        overflow: hidden;
        text-decoration: none;
    }

    /* Banner thấp hơn */
    .ad-wide img {
        display: block;
        width: 100%;
        height: 68px;
        object-fit: cover;
        transition: transform .6s cubic-bezier(.22,.61,.36,1), filter .6s ease;
    }

    /* Lớp ánh sáng */
    .ad-wide a::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        opacity: 0;
        background: linear-gradient( 110deg, transparent 0%, transparent 35%, rgba(255,255,255,.15) 45%, rgba(255,255,255,.5) 50%, rgba(255,255,255,.15) 55%, transparent 65%, transparent 100% );
        transform: translateX(-150%);
    }

    /* Lớp glow */
    .ad-wide a::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        opacity: 0;
        background: radial-gradient( circle at center, rgba(255,255,255,.18), transparent 70% );
        transition: opacity .35s ease;
    }

    /* Hover */
    .ad-wide a:hover img {
        transform: scale(1.05);
        filter: brightness(1.08) contrast(1.04);
    }

    .ad-wide a:hover::after {
        opacity: 1;
    }

    .ad-wide a:hover::before {
        opacity: 1;
        animation: adWideLight .9s ease-out forwards;
    }

/* Hiệu ứng quét ngang */
@keyframes adWideLight {
    from {
        transform: translateX(-150%);
    }

    to {
        transform: translateX(150%);
    }
}
/*-----------------------*/
.hover-lift:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.title-hover:hover {
    color: var(--accent);
}

.four-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

    .four-column article {
        background: var(--accent-soft);
        border: 1px solid var(--border);
        border-radius: 9px;
        padding: 11px;
    }

    .four-column b {
        font-size: 15px;
    }

    .four-column p {
        color: var(--muted);
        font-size: 13px;
        line-height: 1.45;
        margin-bottom: 0;
    }

.widget {
    padding: 13px;
}

    .widget h3 {
        margin: 0 0 11px;
        font-size: 17px;
        border-bottom: 1px solid var(--border);
        padding-bottom: 9px;
    }

/* ================= LEAD / BOOKING ================= */

.lead-box form {
    display: grid;
    gap: 8px;
}

.lead-box input,
.lead-box select,
.lead-box textarea {
    min-height: 36px;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0 10px;
    outline: none;
    font-size: 13px;
}

.lead-box textarea {
    min-height: 82px;
    padding: 10px;
    resize: vertical;
}

.lead-box p {
    margin: -4px 0 9px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.lead-box input:focus,
.lead-box select:focus,
.lead-box textarea:focus {
    border-color: var(--accent);
}

.lead-box button {
    height: 38px;
    border-radius: 8px;
}

.booking-status {
    display: none;
    margin-top: 8px;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

    .booking-status.show {
        display: block;
    }

    .booking-status.loading {
        background: #fff7ed;
        border: 1px solid #fed7aa;
        color: #c2410c;
    }

    .booking-status.success {
        background: #ecfdf5;
        border: 1px solid #a7f3d0;
        color: #047857;
    }

    .booking-status.error {
        background: #fef2f2;
        border: 1px solid #fecaca;
        color: #b91c1c;
    }

.booking-continue {
    display: none;
    width: 100%;
    margin-top: 8px;
    height: 38px;
    border: 0;
    border-radius: 8px;
    background: #334155;
    color: #fff;
    font-weight: 700;
}

    .booking-continue.show {
        display: block;
    }

.booking-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15,23,42,.75);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

    .booking-popup.show {
        opacity: 1;
        visibility: visible;
    }

.booking-popup-content {
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    position: relative;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
    animation: popupScale .25s ease;
}

@keyframes popupScale {
    from {
        transform: scale(.92);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.booking-popup-content h2 {
    margin: 0 0 8px;
    font-size: 28px;
    color: #0f172a;
}

.booking-popup-content p {
    margin-bottom: 18px;
    color: #64748b;
}

.booking-popup-content form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking-popup-content input,
.booking-popup-content textarea {
    width: 100%;
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
}

.booking-popup-content textarea {
    resize: vertical;
    min-height: 110px;
}

.popup-submit {
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: #334155;
    color: #fff;
    font-weight: 700;
}

    .popup-submit:hover {
        background: #1e293b;
    }

.booking-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    font-size: 18px;
}

    .booking-popup-close:hover {
        background: #e2e8f0;
    }

/* ================= CATEGORY PAGE ================= */

.category-hero {
    margin-bottom: 12px;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    overflow: hidden;
}

.category-hero-content {
    min-width: 0;
}

.category-hero h1 {
    margin: 6px 0 4px;
    color: var(--text);
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.3px;
}

.category-hero p {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 13.5px;
    line-height: 1.55;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: var(--muted);
    font-size: 12.5px;
}

    .breadcrumb a {
        color: #334155;
        font-weight: 800;
    }

        .breadcrumb a:hover {
            color: #111827;
        }

.category-badge {
    flex: 0 0 auto;
    min-width: 88px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d9dee7;
    color: #334155;
    text-align: center;
    font-size: 12.5px;
    font-weight: 800;
}

.cat-latest {
    background: linear-gradient(135deg, #fff, #f1f5f9);
}

.cat-news {
    background: linear-gradient(135deg, #fff, #eef2f7);
}

.cat-blog {
    background: linear-gradient(135deg, #fff, #f3f4f6);
}

.cat-project {
    background: linear-gradient(135deg, #fff, #eef3f5);
}

.cat-investor {
    background: linear-gradient(135deg, #fff, #f1f3f5);
}

.category-tabs {
    margin-bottom: 12px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

    .category-tabs::-webkit-scrollbar {
        display: none;
    }

    .category-tabs a {
        white-space: nowrap;
        padding: 7px 12px;
        border-radius: 999px;
        background: #fff;
        border: 1px solid #e2e8f0;
        color: #334155;
        font-size: 12.5px;
        font-weight: 800;
    }

        .category-tabs a:hover,
        .category-tabs a.active {
            background: #111827;
            color: #fff;
            border-color: #111827;
        }

.category-block {
    padding: 14px;
    border-radius: 16px;
}

.section-title.compact {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f7;
}

    .section-title.compact h2 {
        font-size: 19px;
    }

    .section-title.compact span {
        color: var(--muted);
        font-size: 12.5px;
        font-weight: 700;
    }

.category-grid,
.investor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.category-card,
.investor-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 102px;
    padding: 11px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: .22s ease;
    box-shadow: none;
    transform: none;
}

    .category-card:hover,
    .investor-card:hover {
        border-color: #cbd5e1;
        background: #fcfcfd;
        box-shadow: var(--shadow-md);
        transform: translateY(-1px);
    }

    .category-card .post-thumb {
        flex: 0 0 112px;
        width: 112px;
        height: 76px;
        border-radius: 12px;
        background: #f1f5f9;
        overflow: hidden;
        display: block;
    }

        .category-card .post-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .25s ease;
        }

    .category-card:hover .post-thumb img {
        transform: scale(1.04);
    }

    .category-card .post-body {
        min-width: 0;
        padding: 0;
    }

        .category-card .post-body span,
        .investor-info span {
            display: inline-block;
            margin-bottom: 4px;
            color: var(--muted);
            font-size: 11px;
            line-height: 1.2;
            font-weight: 800;
        }

    .category-card h3,
    .investor-info h3 {
        margin: 0 0 5px;
        color: var(--text);
        font-size: 14.5px;
        line-height: 1.35;
        font-weight: 800;
    }

        .category-card h3 a {
            color: inherit;
        }

            .category-card h3 a:hover {
                color: #334155;
            }

    .category-card p,
    .investor-info p {
        margin: 0;
        color: var(--muted);
        font-size: 12px;
        line-height: 1.45;
    }

.investor-card {
    cursor: default;
}

.investor-logo {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 13px;
    background: #f8fafc;
    border: 1px solid var(--border);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .investor-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 7px;
    }

.investor-info {
    min-width: 0;
}

.empty-category {
    grid-column: 1 / -1;
    padding: 32px 18px;
    text-align: center;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
}

    .empty-category h3 {
        margin: 0 0 8px;
        color: var(--text);
        font-size: 19px;
    }

    .empty-category p {
        margin: 0 0 14px;
        color: var(--muted);
        font-size: 13px;
    }

    .empty-category a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 13px;
        border-radius: 999px;
        background: #111827;
        color: #fff;
        font-size: 13px;
        font-weight: 800;
    }

.clean-pager {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

    .clean-pager a,
    .clean-pager span {
        min-width: 32px;
        height: 32px;
        padding: 0 9px;
        border-radius: 9px;
        border: 1px solid #dbe3ec;
        background: #fff;
        color: #334155;
        font-size: 12.5px;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .clean-pager a:hover,
        .clean-pager .active {
            background: #111827;
            color: #fff;
            border-color: #111827;
        }

/* ================= DETAIL POST ================= */

.detail-content,
.detail-comments {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 6px 20px rgba(15,23,42,.055);
}

    .detail-content h1 {
        margin: 0 0 12px;
        color: #0f172a;
        font-size: 34px;
        line-height: 1.25;
        font-weight: 900;
        letter-spacing: -.035em;
    }

.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--muted);
    font-size: 13px;
}

    .post-meta span:first-child {
        color: #dc2626;
        font-weight: 900;
    }

.detail-content > img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 14px;
    margin: 16px 0 20px;
}

.article-description {
    margin: 0 0 24px;
    padding: 16px 20px;
    border-left: 4px solid #555;
    background: #f5f5f5;
    font-size: 1.08rem;
    line-height: 1.75;
    font-weight: 500;
}

    .article-description p:last-child {
        margin-bottom: 0;
    }

#article-body {
    color: #374151;
    font-size: 16px;
    line-height: 1.78;
}

    #article-body p {
        margin: 0 0 15px;
    }

    #article-body h2 {
        margin: 30px 0 12px;
        color: #0f172a;
        font-size: 25px;
        line-height: 1.35;
    }

    #article-body h3 {
        margin: 24px 0 10px;
        color: #111827;
        font-size: 21px;
        line-height: 1.35;
    }

    #article-body img {
        width: 100%;
        border-radius: 12px;
        margin: 16px 0;
    }

    #article-body ul,
    #article-body ol {
        padding-left: 22px;
        margin: 0 0 16px;
    }

    #article-body li {
        margin-bottom: 6px;
    }

    #article-body blockquote {
        margin: 18px 0;
        padding: 14px 16px;
        border-left: 4px solid #334155;
        background: #f8fafc;
        border-radius: 10px;
        color: #334155;
        font-weight: 600;
    }

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

    .tag-row a {
        display: inline-flex;
        align-items: center;
        padding: 7px 11px;
        border-radius: 999px;
        background: #f1f5f9;
        border: 1px solid #e2e8f0;
        color: #334155;
        font-size: 12px;
        font-weight: 800;
    }

        .tag-row a:hover {
            background: #334155;
            color: #fff;
        }

.article-author-mini {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

    .article-author-mini .author-avatar {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #111827;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .article-author-mini .author-info {
        display: flex;
        flex-direction: column;
    }

    .article-author-mini strong {
        font-size: 14px;
        color: #111827;
        line-height: 1.2;
    }

    .article-author-mini span {
        font-size: 12px;
        color: #6b7280;
    }

/* ================= COMMENTS / FEEDBACK ================= */

.detail-comments {
    margin-top: 32px;
}

.detail-comments-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

    .detail-comments-head h2 {
        margin: 0;
        color: #111827;
        font-size: 25px;
        font-weight: 900;
    }

.comment-write-btn {
    height: 36px;
    padding: 0 15px;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .18);
}

    .comment-write-btn::before {
        content: "✎";
        margin-right: 7px;
    }

.comment-card {
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}

.comment-main-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.comment-left {
    min-width: 130px;
}

.comment-name {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.comment-stars {
    margin-top: 8px;
    color: #f97316;
    font-size: 13px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.comment-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-left: auto;
    min-width: 0;
}

.comment-status-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    white-space: nowrap;
}

    .comment-status-row time {
        color: #9ca3af;
        font-size: 13px;
        white-space: nowrap;
    }

    .comment-status-row span {
        color: #16a34a;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }

.comment-reply-btn {
    height: 28px;
    padding: 0 9px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

    .comment-reply-btn:hover {
        background: #f3f4f6;
    }

.comment-message {
    margin: 8px 0 0;
    color: #111827;
    font-size: 15px;
    line-height: 1.55;
}

.comment-reply {
    margin-top: 14px;
    margin-left: 28px;
    padding: 12px 0 12px 16px;
    border-left: 2px solid var(--border);
}

.feedback-form,
.comment-feedback-form {
    margin-top: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

    .feedback-form h3,
    .comment-feedback-title h3 {
        margin: 0 0 14px;
        color: #0f172a;
        font-size: 20px;
    }

.feedback-grid,
.comment-feedback-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.feedback-form label,
.comment-feedback-field label {
    display: block;
    margin-bottom: 6px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.feedback-form input,
.feedback-form textarea,
.comment-feedback-field input,
.comment-feedback-field textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 9px;
    padding: 10px 12px;
    color: #111827;
    font-size: 14px;
    outline: none;
}

.feedback-form textarea,
.comment-feedback-field textarea {
    min-height: 110px;
    resize: vertical;
}

    .feedback-form input:focus,
    .feedback-form textarea:focus,
    .comment-feedback-field input:focus,
    .comment-feedback-field textarea:focus {
        border-color: #334155;
        box-shadow: 0 0 0 3px rgba(51,65,85,.08);
    }

.feedback-form button,
.comment-feedback-submit {
    margin-top: 12px;
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: #111827;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

/* ================= FOOTER ================= */

.footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #20262d 0%, #111827 56%, #0b1220 100%);
    color: #d1d5db;
    padding: 36px 0 0;
    border-top: 3px solid #334155;
}

    .footer .container {
        position: relative;
        z-index: 2;
    }

.footer-portal-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.055);
}

.footer-portal-heading {
    flex: 0 0 170px;
}

    .footer-portal-heading strong,
    .footer-portal-heading span {
        display: block;
    }

    .footer-portal-heading strong {
        color: #fff;
        font-size: 15px;
        font-weight: 900;
    }

    .footer-portal-heading span {
        margin-top: 4px;
        color: #94a3b8;
        font-size: 12px;
    }

.footer-portal-links {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

    .footer .footer-portal-links a {
        display: block;
        margin: 0;
        padding: 12px 14px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 12px;
        background: rgba(15,23,42,.42);
        line-height: 1.3;
    }

        .footer .footer-portal-links a:hover {
            border-color: #64748b;
            background: #263244;
        }

    .footer-portal-links strong,
    .footer-portal-links span {
        display: block;
    }

    .footer-portal-links strong {
        color: #fff;
        font-size: 14px;
    }

    .footer-portal-links span {
        margin-top: 4px;
        color: #aebed1;
        font-size: 11px;
        font-weight: 500;
    }

@media(max-width:768px) {
    .footer-portal-nav {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .footer-portal-heading {
        flex-basis: auto;
    }

    .footer-portal-links {
        grid-template-columns: 1fr;
    }
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr .9fr 1fr 1.05fr;
    gap: 22px;
    align-items: start;
}

.footer h3 {
    color: #fff;
    font-size: 17px;
    line-height: 1.25;
    margin: 0 0 13px;
    font-weight: 900;
}

    .footer h3::after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        margin-top: 9px;
        border-radius: 999px;
        background: #64748b;
    }

.footer p {
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e5e7eb;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin: 0 6px 8px 0;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.075);
}

    .footer a:hover {
        color: #fff;
        background: #334155;
        border-color: transparent;
        transform: translateY(-1px);
    }

.footer-contact-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: #dbeafe;
    font-size: 13px;
    line-height: 1.5;
}

    .footer-contact-line span:first-child {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(100,116,139,.18);
        color: #e2e8f0;
    }

.footer-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-newsletter {
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.09);
}

    .footer-newsletter p {
        font-size: 13px;
        color: #cbd5e1;
        margin-bottom: 11px;
    }

.footer-subscribe,
.footer-subscribe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-subscribe {
    width: 100%;
    gap: 7px;
    background: rgba(15,23,42,.48);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 11px;
    padding: 6px;
}

    .footer-subscribe input {
        min-width: 0;
        flex: 1;
        border: 0;
        outline: 0;
        background: transparent;
        color: #fff;
        padding: 0 7px;
        font-size: 13px;
    }

        .footer-subscribe input::placeholder {
            color: #94a3b8;
        }

    .footer-subscribe button,
    .footer-subscribe-btn {
        border: 0;
        cursor: pointer;
        border-radius: 9px;
        padding: 9px 12px;
        background: #334155;
        color: #fff;
        font-weight: 900;
        white-space: nowrap;
    }

.footer-subscribe-btn {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #475569, #334155);
    font-size: 15px;
    transition: .25s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

    .footer-subscribe-btn:hover {
        background: linear-gradient(135deg, #64748b, #475569);
        transform: translateY(-2px);
    }

    .footer-subscribe-btn::before {
        content: "✉";
        margin-right: 8px;
    }

.footer-bottom {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,.11);
    background: rgba(7,12,22,.28);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #94a3b8;
    font-size: 12px;
}

.footer-social-mini {
    display: flex;
    gap: 8px;
}

    .footer-social-mini a {
        width: 32px;
        height: 32px;
        padding: 0;
        margin: 0;
        font-size: 12px;
    }

.back-top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #334155;
    color: #fff;
    display: none;
    font-weight: 900;
    z-index: 1200;
}

    .back-top.show {
        display: block;
    }

/* ================= BRAND STRIP ================= */

.brand-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 24px;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.brand-left b {
    display: block;
    font-size: 22px;
    margin-bottom: 6px;
}

.brand-left span {
    color: #64748b;
}

.brand-right {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

    .brand-right a {
        padding: 8px 14px;
        background: #f1f5f9;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 700;
    }

        .brand-right a:hover {
            background: #334155;
            color: #fff;
        }
/* =========================================================
   HOANGHA BLOG - SEARCH PAGE PC
   Google style
   ========================================================= */

.search-page {
    width: 100%;
}

    .search-page .search-top {
        padding: 24px 0 18px;
        border-bottom: 1px solid #e5e7eb;
        margin-bottom: 10px;
    }

    .search-page .search-title {
        margin: 0 0 18px;
        color: #202124;
        font-size: 26px;
        line-height: 1.35;
        font-weight: 700;
        letter-spacing: -.02em;
    }

    .search-page .search-form {
        width: 100%;
        max-width: 720px;
        height: 48px;
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid #dfe1e5;
        border-radius: 999px;
        background: #fff;
        padding: 0 7px 0 18px;
        transition: box-shadow .2s ease, border-color .2s ease;
    }

        .search-page .search-form:hover,
        .search-page .search-form:focus-within {
            border-color: #dfe1e5;
            box-shadow: 0 2px 8px rgba(32, 33, 36, .18);
        }

    .search-page .search-icon {
        color: #9aa0a6;
        font-size: 18px;
        line-height: 1;
    }

    .search-page .search-input {
        flex: 1;
        height: 42px;
        border: 0;
        outline: 0;
        background: transparent;
        color: #202124;
        font-size: 16px;
    }

        .search-page .search-input::placeholder {
            color: #9aa0a6;
        }

    .search-page .search-button {
        height: 36px;
        border: 0;
        border-radius: 999px;
        padding: 0 18px;
        background: #202124;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 700;
    }

        .search-page .search-button:hover {
            background: #000;
        }

    .search-page .search-count {
        margin-top: 14px;
        color: #70757a;
        font-size: 14px;
        line-height: 1.5;
    }

        .search-page .search-count strong {
            color: #202124;
        }

    /* Result list */

    .search-page .search-results {
        width: 100%;
    }

    .search-page .search-result {
        display: flex;
        align-items: flex-start;
        gap: 18px;
        padding: 18px 0;
        border-bottom: 1px solid #edf0f2;
    }

    .search-page .result-content {
        flex: 1;
        min-width: 0;
    }

    .search-page .result-url {
        margin-bottom: 4px;
        color: #188038;
        font-size: 13px;
        line-height: 1.45;
        word-break: break-word;
    }

    .search-page .result-title {
        margin: 0 0 6px;
        font-size: 21px;
        line-height: 1.32;
        font-weight: 500;
    }

        .search-page .result-title a {
            color: #1a0dab;
            text-decoration: none;
        }

            .search-page .result-title a:hover {
                text-decoration: underline;
            }

    .search-page .result-desc {
        margin: 0;
        color: #4d5156;
        font-size: 14.5px;
        line-height: 1.62;
    }

    .search-page .result-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 9px;
    }

        .search-page .result-meta span {
            display: inline-flex;
            align-items: center;
            min-height: 22px;
            padding: 0 9px;
            border-radius: 999px;
            background: #f1f3f4;
            color: #5f6368;
            font-size: 12px;
            font-weight: 600;
        }

    .search-page .result-thumb {
        flex: 0 0 120px;
        width: 120px;
        height: 82px;
        border-radius: 10px;
        overflow: hidden;
        background: #f1f3f4;
    }

        .search-page .result-thumb img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

    /* Image / Investor result: only show image */

    .search-page .search-result-mini {
        display: inline-flex;
        padding: 8px 8px 8px 0;
        margin: 0 8px 8px 0;
        border-bottom: 0;
        vertical-align: top;
    }

    .search-page .mini-thumb {
        display: block;
        width: 74px;
        height: 74px;
        border-radius: 8px;
        overflow: hidden;
        background: #f1f3f4;
    }

        .search-page .mini-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    /* Empty */

    .search-page .search-empty {
        padding: 42px 20px;
        text-align: center;
        color: #5f6368;
    }

        .search-page .search-empty h2 {
            margin: 0 0 10px;
            color: #202124;
            font-size: 22px;
            font-weight: 700;
        }

        .search-page .search-empty p {
            margin: 5px 0;
            font-size: 15px;
            line-height: 1.6;
        }

    /* Google pagination */

    .search-page .google-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin: 28px 0 8px;
        flex-wrap: wrap;
    }

        .search-page .google-pagination a,
        .search-page .google-pagination span {
            min-width: 34px;
            height: 34px;
            padding: 0 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #4285f4;
            border-radius: 999px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }

            .search-page .google-pagination a:hover {
                background: #f1f3f4;
            }

        .search-page .google-pagination .active {
            background: #202124;
            color: #fff;
        }

        .search-page .google-pagination .dots {
            color: #9aa0a6;
            min-width: 20px;
            padding: 0 4px;
        }

        .search-page .google-pagination .page-nav {
            padding: 0 14px;
            font-weight: 700;
        }

    /* Clamp */

    .search-page .line-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    /* Advertisement result */

    .search-page .search-result-ads {
        position: relative;
        display: flex;
        align-items: center;
        gap: 14px;
        margin: 12px 0;
        padding: 14px;
        border: 1px solid #f5c542;
        border-radius: 14px;
        background: linear-gradient(135deg, #fff8db, #ffffff 42%, #fff1b8);
        box-shadow: 0 8px 22px rgba(245, 197, 66, .16);
        overflow: hidden;
        animation: adsSoftBlink 2.6s ease-in-out infinite;
    }

        .search-page .search-result-ads::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient( 120deg, transparent 0%, rgba(255,255,255,.75) 45%, transparent 70% );
            transform: translateX(-120%);
            animation: adsShine 3.8s ease-in-out infinite;
            pointer-events: none;
        }

    .search-page .ads-thumb {
        height: 72px;
        max-width: 260px;
        min-width: 72px;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 10px;
        background: #fff;
        display: flex;
        align-items: center;
    }

        .search-page .ads-thumb img {
            height: 100%;
            width: auto;
            display: block;
        }

    .search-page .ads-content {
        position: relative;
        z-index: 1;
        flex: 1;
        min-width: 0;
    }

    .search-page .ads-label {
        display: inline-flex;
        align-items: center;
        height: 22px;
        padding: 0 9px;
        margin-bottom: 6px;
        border-radius: 999px;
        background: #ff9800;
        color: #fff;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .03em;
    }

    .search-page .ads-title {
        margin: 0 0 4px;
        font-size: 18px;
        line-height: 1.35;
        font-weight: 800;
    }

        .search-page .ads-title a {
            color: #b45309;
            text-decoration: none;
        }

            .search-page .ads-title a:hover {
                text-decoration: underline;
            }

    .search-page .ads-url {
        color: #188038;
        font-size: 13px;
        word-break: break-word;
    }

@keyframes adsSoftBlink {
    0%, 100% {
        box-shadow: 0 8px 22px rgba(245, 197, 66, .14);
        border-color: #f5c542;
    }

    50% {
        box-shadow: 0 10px 28px rgba(255, 152, 0, .28);
        border-color: #ff9800;
    }
}

@keyframes adsShine {
    0% {
        transform: translateX(-120%);
    }

    45%, 100% {
        transform: translateX(120%);
    }
}
/*about*/
/* =========================================================
   HOANGHA BLOG - ABOUT PAGE PC
   ========================================================= */

.hh-about-page {
    background: #f5f6f8;
    color: #1f2933;
}

    .hh-about-page * {
        box-sizing: border-box;
    }

    .hh-about-page a {
        text-decoration: none;
    }

.hh-about-hero {
    padding: 30px 0;
    background: radial-gradient(circle at top left, rgba(17, 24, 39, 0.08), transparent 34%), linear-gradient(135deg, #ffffff 0%, #f2f3f5 100%);
}

.hh-about-hero-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.75fr;
    gap: 28px;
    align-items: stretch;
}

.hh-about-hero-content,
.hh-about-hero-card,
.hh-why-box,
.hh-value-card,
.hh-topics-box,
.hh-author-card,
.hh-cta-box {
    background: #ffffff;
    border: 1px solid #e3e6ea;
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.hh-about-hero-content {
    padding: 28px;
}

.hh-about-badge,
.hh-section-heading span,
.hh-purpose-left span,
.hh-topics-title span,
.hh-author-info span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.hh-about-hero h1 {
    margin: 18px 0 16px;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.8px;
    color: #111827;
}

    .hh-about-hero h1 strong {
        color: #000000;
    }

.hh-about-hero p {
    max-width: 760px;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #4b5563;
}

.hh-about-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

    .hh-about-actions.center {
        justify-content: center;
    }

.hh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.2s ease;
}

.hh-btn-dark {
    background: #111827;
    color: #ffffff;
}

    .hh-btn-dark:hover {
        background: #000000;
        color: #ffffff;
        transform: translateY(-2px);
    }

.hh-btn-light {
    background: #f3f4f6;
    color: #111827;
    border: 1px solid #d9dde3;
}

    .hh-btn-light:hover {
        background: #e5e7eb;
        color: #000000;
        transform: translateY(-2px);
    }

.hh-about-reactions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

    .hh-about-reactions button {
        border: 1px solid #e1e5ea;
        background: #f8fafc;
        color: #111827;
        border-radius: 999px;
        height: 38px;
        padding: 0 14px;
        font-weight: 700;
        cursor: pointer;
        transition: 0.2s ease;
    }

        .hh-about-reactions button:hover {
            background: #111827;
            color: #ffffff;
        }

.hh-about-hero-card {
    padding: 26px;
}

.hh-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

    .hh-card-top img {
        width: 74px;
        height: 74px;
        object-fit: contain;
        border-radius: 18px;
        background: #f3f4f6;
        padding: 8px;
    }

    .hh-card-top h2 {
        margin: 0 0 4px;
        font-size: 22px;
        color: #111827;
    }

    .hh-card-top p {
        margin: 0;
        color: #6b7280;
        font-size: 14px;
    }

.hh-about-hero-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hh-about-hero-card li {
    position: relative;
    padding: 13px 0 13px 28px;
    border-top: 1px solid #eef1f4;
    color: #374151;
    font-size: 15px;
    line-height: 1.55;
}

    .hh-about-hero-card li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 13px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #111827;
        color: #ffffff;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        font-weight: 800;
    }

.hh-about-section {
    padding: 30px 0;
}

.hh-section-heading {
    max-width: 860px;
    margin: 0 auto 28px;
    text-align: center;
}

    .hh-section-heading h2 {
        margin: 16px 0 12px;
        font-size: 28px;
        line-height: 1.25;
        color: #111827;
    }

    .hh-section-heading p {
        margin: 0;
        color: #4b5563;
        font-size: 16px;
        line-height: 1.8;
    }

.hh-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hh-why-box {
    padding: 26px;
}

.hh-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #111827;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 18px;
}

.hh-why-box h3,
.hh-value-card h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 20px;
}

.hh-why-box p,
.hh-value-card p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}

.hh-about-purpose {
    padding: 30px 0;
    background: #111827;
}

.hh-purpose-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 24px;
    align-items: stretch;
}

.hh-purpose-left,
.hh-purpose-list {
    background: #ffffff;
    border-radius: 22px;
    padding: 30px;
}

    .hh-purpose-left h2 {
        margin: 16px 0 14px;
        color: #111827;
        font-size: 28px;
        line-height: 1.25;
    }

    .hh-purpose-left p {
        margin: 0;
        color: #4b5563;
        font-size: 16px;
        line-height: 1.8;
    }

.hh-purpose-note {
    margin-top: 22px;
    padding: 16px;
    border-radius: 16px;
    background: #f3f4f6;
    border-left: 4px solid #111827;
    color: #374151;
    line-height: 1.7;
}

.hh-purpose-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

    .hh-purpose-list div {
        padding: 20px;
        border-radius: 18px;
        background: #f8fafc;
        border: 1px solid #e5e7eb;
    }

    .hh-purpose-list h3 {
        margin: 0 0 8px;
        color: #111827;
        font-size: 18px;
    }

    .hh-purpose-list p {
        margin: 0;
        color: #4b5563;
        line-height: 1.65;
        font-size: 15px;
    }

.hh-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.hh-value-card {
    padding: 18px;
    min-height: 130px;
}

.hh-about-topics {
    padding: 0 0 48px;
}

.hh-topics-box {
    padding: 32px;
    display: grid;
    grid-template-columns: 0.45fr 1fr;
    gap: 24px;
    align-items: center;
}

.hh-topics-title h2 {
    margin: 14px 0 0;
    font-size: 30px;
    line-height: 1.3;
    color: #111827;
}

.hh-topic-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .hh-topic-tags a {
        display: inline-flex;
        align-items: center;
        height: 38px;
        padding: 0 14px;
        border-radius: 999px;
        background: #f3f4f6;
        color: #111827;
        border: 1px solid #e0e4e8;
        font-size: 14px;
        font-weight: 700;
    }

        .hh-topic-tags a:hover {
            background: #111827;
            color: #ffffff;
        }

.hh-about-author {
    padding: 0 0 30px;
}

.hh-author-card {
    padding: 30px;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 28px;
    align-items: center;
}

.hh-author-avatar img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    background: #f3f4f6;
    border-radius: 36px;
    padding: 18px;
}

.hh-author-info h2 {
    margin: 16px 0 12px;
    color: #111827;
    font-size: 28px;
    line-height: 1.3;
}

.hh-author-info > p {
    margin: 0;
    color: #4b5563;
    line-height: 1.8;
    font-size: 16px;
}

.hh-author-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 22px;
}

    .hh-author-meta div {
        background: #f8fafc;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        padding: 16px;
    }

    .hh-author-meta strong {
        display: block;
        margin-bottom: 5px;
        color: #111827;
    }

    .hh-author-meta p {
        margin: 0;
        color: #4b5563;
    }

.hh-about-cta {
    padding: 0 0 30px;
}

.hh-cta-box {
    padding: 36px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff, #f3f4f6);
}

    .hh-cta-box h2 {
        margin: 0 0 12px;
        font-size: 28px;
        color: #111827;
    }

    .hh-cta-box p {
        max-width: 760px;
        margin: 0 auto;
        color: #4b5563;
        font-size: 16px;
        line-height: 1.8;
    }
/* ================= PROPERTY LANDING PC ================= */

.property-landing {
    background: #f4f6f8;
    color: #0f172a;
}

.property-hero-full {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    color: #fff;
}

.property-hero-image,
.property-hero-image img,
.property-hero-mask {
    position: absolute;
    inset: 0;
}

    .property-hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(.55);
    }

.property-hero-mask {
    background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.22), transparent 24%), linear-gradient(110deg, rgba(2,6,23,.98) 0%, rgba(15,23,42,.78) 48%, rgba(15,23,42,.36) 100%);
    z-index: 1;
}

.property-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 30px;
}

.property-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(255,255,255,.75);
    font-size: 13px;
    font-weight: 700;
}

    .property-breadcrumb a:hover {
        color: #fff;
    }

.property-hero-content {
    max-width: 100%;
    padding-top: 120px;
}

.property-kicker {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.2);
    font-size: 13px;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.property-hero-content h1 {
    margin: 18px 0 16px;
    font-size: 58px;
    line-height: 1.05;
    letter-spacing: -1.8px;
    font-weight: 900;
}

.property-hero-content p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 17px;
    line-height: 1.75;
}

.property-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

    .property-hero-meta span {
        padding: 8px 13px;
        border-radius: 999px;
        background: rgba(255,255,255,.11);
        border: 1px solid rgba(255,255,255,.16);
        font-size: 13px;
        font-weight: 800;
    }

.property-hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

    .property-hero-actions a {
        height: 46px;
        padding: 0 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-weight: 900;
    }

        .property-hero-actions a:first-child {
            background: #fff;
            color: #0f172a;
        }

        .property-hero-actions a:last-child {
            background: rgba(255,255,255,.1);
            color: #fff;
            border: 1px solid rgba(255,255,255,.22);
        }

.property-sticky-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid #e2e8f0;
    backdrop-filter: blur(14px);
}

    .property-sticky-nav .container {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .property-sticky-nav a {
        flex: 0 0 auto;
        padding: 8px 13px;
        border-radius: 999px;
        background: #f1f5f9;
        color: #334155;
        font-size: 13px;
        font-weight: 900;
    }

        .property-sticky-nav a:hover {
            background: #0f172a;
            color: #fff;
        }

.property-glance {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: -42px;
    position: relative;
    z-index: 5;
}

    .property-glance div {
        padding: 20px;
        border-radius: 20px;
        background: #fff;
        border: 1px solid #e2e8f0;
        box-shadow: 0 18px 40px rgba(15,23,42,.12);
    }

    .property-glance span {
        display: block;
        color: #64748b;
        font-size: 13px;
        font-weight: 800;
    }

    .property-glance b {
        display: block;
        margin-top: 6px;
        color: #0f172a;
        font-size: 18px;
    }

.property-section-title {
    margin-bottom: 20px;
}

    .property-section-title.center {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .property-section-title span {
        color: #475569;
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .property-section-title h2 {
        margin: 6px 0 8px;
        color: #0f172a;
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -.7px;
    }

    .property-section-title p {
        margin: 0;
        color: #64748b;
        font-size: 15px;
        line-height: 1.65;
    }

.property-gallery-show {
    padding-top: 60px;
}

.property-gallery-motion {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-auto-rows: 210px;
    gap: 12px;
}

    .property-gallery-motion a {
        position: relative;
        overflow: hidden;
        border-radius: 22px;
        background: #0f172a;
        box-shadow: 0 14px 32px rgba(15,23,42,.12);
        animation: propertyPulse 6s infinite ease-in-out;
    }

    .property-gallery-motion .gallery-big {
        grid-row: span 2;
    }

    .property-gallery-motion a:nth-child(2) {
        animation-delay: .8s;
    }

    .property-gallery-motion a:nth-child(3) {
        animation-delay: 1.6s;
    }

    .property-gallery-motion a:nth-child(4) {
        animation-delay: 2.4s;
    }

    .property-gallery-motion a:nth-child(5) {
        animation-delay: 3.2s;
    }

    .property-gallery-motion img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .45s;
    }

    .property-gallery-motion a:hover img {
        transform: scale(1.08);
        filter: brightness(.75);
    }

@keyframes propertyPulse {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1);
    }

    50% {
        transform: scale(1.025);
        filter: brightness(1.08);
    }
}

.property-overview-block {
    padding-top: 42px;
}

.property-overview-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 30px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 28px rgba(15,23,42,.06);
}

    .property-overview-card > span,
    .property-feature-text > span,
    .property-booking-inner > div > span {
        display: inline-flex;
        margin-bottom: 10px;
        color: #475569;
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .property-overview-card h2,
    .property-feature-text h2,
    .property-booking-inner h2 {
        margin: 0 0 14px;
        color: #0f172a;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -.5px;
    }

.property-zigzag {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 42px;
    display: grid;
    gap: 18px;
}

.property-feature-row {
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 16px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 28px rgba(15,23,42,.06);
}

    .property-feature-row.reverse {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    }

        .property-feature-row.reverse .property-feature-img {
            order: 2;
        }

.property-feature-img {
    position: sticky;
    top: 72px;
    align-self: start;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 17px;
    background: #0f172a;
}

    .property-feature-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .45s;
    }

.property-feature-row:hover .property-feature-img img {
    transform: scale(1.06);
}

.property-feature-text {
    min-width: 0;
    padding: 10px 14px;
}

.property-rich-content {
    color: #334155;
    font-size: 16px;
    line-height: 1.72;
}

    .property-rich-content h2,
    .property-rich-content h3 {
        margin: 22px 0 10px;
        color: #0f172a;
        line-height: 1.35;
    }

    .property-rich-content h2 {
        font-size: 24px;
    }

    .property-rich-content h3 {
        font-size: 20px;
    }

    .property-rich-content p,
    .property-rich-content ul,
    .property-rich-content ol {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .property-rich-content > :last-child {
        margin-bottom: 0;
    }

    .property-rich-content img {
        width: 100%;
        border-radius: 18px;
        margin: 16px 0;
    }

.property-booking-wide {
    margin-top: 52px;
    padding: 54px 0;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
}

.property-booking-inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px;
    align-items: center;
}

    .property-booking-inner h2 {
        color: #fff;
        font-size: 38px;
    }

    .property-booking-inner p {
        color: #cbd5e1;
        line-height: 1.7;
    }

.property-booking-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
}

    .property-booking-form input,
    .property-booking-form textarea {
        width: 100%;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 13px;
        background: rgba(255,255,255,.09);
        color: #fff;
        outline: none;
        padding: 12px;
    }

    .property-booking-form textarea {
        grid-column: 1 / -1;
        min-height: 100px;
        resize: vertical;
    }

    .property-booking-form button {
        grid-column: 1 / -1;
        height: 44px;
        border: 0;
        border-radius: 13px;
        background: #fff;
        color: #0f172a;
        font-weight: 900;
    }

.post-suggestions-compact {
    margin-top: 24px;
}

.post-suggestions-shell {
    padding: 14px 16px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
}

.post-suggestions-head {
    padding-bottom: 9px;
    border-bottom: 1px solid #e2e8f0;
}

    .post-suggestions-head h2 {
        margin: 0;
        color: #0f172a;
        font-size: 18px;
        line-height: 1.3;
    }

.post-suggestions-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-top: 12px;
}

    .post-suggestions-columns.single {
        grid-template-columns: minmax(0, 1fr);
        max-width: 560px;
    }

.post-suggestions-label {
    display: block;
    margin-bottom: 7px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.post-suggestions-list {
    display: grid;
    gap: 7px;
}

.post-suggestion-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 6px;
    border-radius: 10px;
    background: #f8fafc;
}

    .post-suggestion-item:hover {
        background: #f1f5f9;
    }

    .post-suggestion-item img {
        width: 82px;
        height: 58px;
        border-radius: 8px;
        object-fit: cover;
    }

    .post-suggestion-item div {
        min-width: 0;
    }

    .post-suggestion-item span {
        display: block;
        margin-bottom: 3px;
        overflow: hidden;
        color: #64748b;
        font-size: 10px;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .post-suggestion-item h3 {
        display: -webkit-box;
        margin: 0;
        overflow: hidden;
        color: #0f172a;
        font-size: 13.5px;
        line-height: 1.35;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.property-comments {
    padding-top: 42px;
    padding-bottom: 42px;
}

.article-ad {
    margin: 18px 0;
    overflow: hidden;
}

.article-ad-top {
    margin-top: 14px;
}

.article-ad-bottom {
    margin-bottom: 22px;
}

/*các chuyên mục khác*/
/* EXTENDED CATEGORY - PC */

.mobile-gold-inline {
    display: none;
}
/*login*/
/* ================= COMMENT LOGIN MODAL - NEW STYLE ================= */

.comment-login-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(15, 23, 42, .72);
    backdrop-filter: blur(5px);
}

.comment-login-popup {
    position: relative;
    width: min(100%, 440px);
    padding: 34px 30px 28px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 90px rgba(0,0,0,.32);
    animation: commentLoginIn .24s ease;
}

@keyframes commentLoginIn {
    from {
        opacity: 0;
        transform: translateY(14px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.comment-login-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    transition: .2s;
}

    .comment-login-close:hover {
        background: #e2e8f0;
        color: #0f172a;
        transform: rotate(90deg);
    }

.comment-login-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, #334155, #111827);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(15,23,42,.22);
}

.comment-login-form h3 {
    margin: 0;
    color: #0f172a;
    text-align: center;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -.3px;
}

.comment-login-desc {
    max-width: 320px;
    margin: 8px auto 22px;
    color: #64748b;
    text-align: center;
    font-size: 13.5px;
    line-height: 1.55;
}

.comment-login-field {
    margin-bottom: 13px;
}

    .comment-login-field label {
        display: block;
        margin-bottom: 6px;
        color: #334155;
        font-size: 13px;
        font-weight: 800;
    }

    .comment-login-field input {
        width: 100%;
        height: 46px;
        border: 1px solid #dbe3ec;
        border-radius: 12px;
        background: #fff;
        padding: 0 14px;
        color: #0f172a;
        font-size: 14px;
        outline: none;
        transition: .2s;
    }

        .comment-login-field input::placeholder {
            color: #94a3b8;
        }

        .comment-login-field input:focus {
            border-color: #334155;
            box-shadow: 0 0 0 4px rgba(51,65,85,.08);
        }

.comment-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 4px 0 18px;
    color: #64748b;
    font-size: 12.5px;
}

    .comment-login-options label {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        cursor: pointer;
        user-select: none;
    }

    .comment-login-options input {
        width: 14px;
        height: 14px;
        accent-color: #334155;
    }

    .comment-login-options a {
        color: #475569;
        font-weight: 800;
    }

        .comment-login-options a:hover {
            color: #111827;
        }

.comment-login-submit {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #334155, #111827);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .2px;
    transition: .22s;
    box-shadow: 0 12px 26px rgba(15,23,42,.18);
}

    .comment-login-submit:hover {
        transform: translateY(-1px);
        box-shadow: 0 16px 32px rgba(15,23,42,.24);
    }

    .comment-login-submit:active {
        transform: translateY(0);
    }

/* STATUS TRONG LOGIN */

.comment-login-form .feedback-status {
    margin: 0 0 14px;
    padding: 10px 12px;
    border-radius: 11px;
    font-size: 13px;
}

/* MOBILE */

@media (max-width: 640px) {
    .comment-login-modal {
        padding: 14px;
    }

    .comment-login-popup {
        padding: 30px 20px 22px;
        border-radius: 18px;
    }

    .comment-login-icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 22px;
    }

    .comment-login-form h3 {
        font-size: 20px;
    }

    .comment-login-desc {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .comment-login-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 32px 0 8px;
    padding: 0;
    list-style: none;
}

    .pagination .page-item {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pagination .page-link {
        min-width: 42px;
        height: 42px;
        padding: 0 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background: #fff;
        color: #374151;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
        box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
        transition: all .22s ease;
    }

        .pagination .page-link:hover {
            color: #111827;
            background: #f8fafc;
            border-color: #cbd5e1;
            transform: translateY(-2px);
            box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
        }

    .pagination .page-item.active .page-link {
        color: #fff;
        background: #111827;
        border-color: #111827;
        box-shadow: 0 10px 22px rgba(17, 24, 39, .18);
        pointer-events: none;
    }

    .pagination .page-link:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(17, 24, 39, .14);
    }

    .pagination .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        white-space: nowrap;
        clip: rect(0, 0, 0, 0);
    }
/*dự an- form gửi thông tin*/
.property-booking-wide {
    padding: 72px 0;
    background: radial-gradient(circle at left top, rgba(147,197,253,.22), transparent 35%), radial-gradient(circle at right bottom, rgba(59,130,246,.12), transparent 30%), linear-gradient( 135deg, #22304a 0%, #1b2940 50%, #0f1d36 100% );
    overflow: hidden;
}

    .property-booking-wide > .property-booking-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 460px;
        gap: 42px;
        align-items: center;
    }

        .property-booking-wide > .property-booking-inner > div:first-child {
            max-width: 620px;
        }

            .property-booking-wide > .property-booking-inner > div:first-child > span {
                display: inline-flex;
                padding: 7px 14px;
                border-radius: 999px;
                background: rgba(255,255,255,.18);
                color: #fff;
                border: 1px solid rgba(255,255,255,.15);
                font-size: 13px;
                font-weight: 800;
                text-transform: uppercase;
            }

            .property-booking-wide > .property-booking-inner > div:first-child > h2 {
                margin: 18px 0 14px;
                color: #fff;
                font-size: 38px;
                line-height: 1.18;
                font-weight: 900;
            }

            .property-booking-wide > .property-booking-inner > div:first-child > p {
                margin: 0;
                color: rgba(255,255,255,.78);
                font-size: 16px;
                line-height: 1.8;
            }

        .property-booking-wide > .property-booking-inner > .lead-box {
            padding: 24px;
            border-radius: 24px;
            background: rgba(255,255,255,.98);
            backdrop-filter: blur(12px);
            box-shadow: 0 24px 60px rgba(0,0,0,.28);
        }

            .property-booking-wide > .property-booking-inner > .lead-box > form {
                display: grid;
                gap: 13px;
            }

                .property-booking-wide > .property-booking-inner > .lead-box > form > input,
                .property-booking-wide > .property-booking-inner > .lead-box > form > textarea {
                    width: 100%;
                    box-sizing: border-box;
                    border: 1px solid #dbe3ef;
                    border-radius: 14px;
                    background: #f8fafc;
                    color: #0f172a;
                    font-size: 15px;
                    padding: 14px 16px;
                    outline: none;
                    transition: .25s ease;
                }

                .property-booking-wide > .property-booking-inner > .lead-box > form > textarea {
                    min-height: 115px;
                    resize: vertical;
                }

                    .property-booking-wide > .property-booking-inner > .lead-box > form > input:focus,
                    .property-booking-wide > .property-booking-inner > .lead-box > form > textarea:focus {
                        border-color: #334155;
                        background: #fff;
                        box-shadow: 0 0 0 4px rgba(51,65,85,.12);
                    }

                .property-booking-wide > .property-booking-inner > .lead-box > form > #bookingSubmitBtn {
                    position: relative;
                    overflow: hidden;
                    height: 52px;
                    border: 0;
                    border-radius: 14px;
                    cursor: pointer;
                    background: linear-gradient(135deg, #0f172a, #1e293b, #334155);
                    color: #fff;
                    font-size: 15px;
                    font-weight: 900;
                    box-shadow: 0 14px 28px rgba(15,23,42,.28);
                    transition: .3s ease;
                }

                    .property-booking-wide > .property-booking-inner > .lead-box > form > #bookingSubmitBtn::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: -120%;
                        width: 70%;
                        height: 100%;
                        background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
                        transform: skewX(-22deg);
                        animation: booking-btn-light 3s ease-in-out infinite;
                    }

                    .property-booking-wide > .property-booking-inner > .lead-box > form > #bookingSubmitBtn:hover {
                        transform: translateY(-2px);
                        box-shadow: 0 18px 35px rgba(15,23,42,.35);
                    }

@keyframes booking-btn-light {
    0% {
        left: -120%;
    }

    45%,100% {
        left: 130%;
    }
}

.property-booking-wide > .property-booking-inner > .lead-box > form > .booking-status {
    display: none;
    padding: 11px 13px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #334155;
    font-size: 14px;
    text-align: center;
}

.property-booking-wide > .property-booking-inner > .lead-box > form > .booking-continue {
    display: none;
    height: 48px;
    border: 1px solid #334155;
    background: #fff;
    color: #1e293b;
    border-radius: 14px;
    font-weight: 800;
    cursor: pointer;
}
