.hero-slider-bg-item:nth-child(1) {
    background-image: url('/website-assets/website-visual-fallback.svg');
}

.hero-slider-bg-item:nth-child(2) {
    background-image: url('/website-assets/website-visual-fallback.svg');
}

.hero-slider-bg-item:nth-child(3) {
    background-image: url('/website-assets/website-visual-fallback.svg');
}

.tl-page-bg .section-bg-image,
.gioi-thieu-page-bg .section-bg-image {
    background-image: url('/website-assets/website-visual-fallback.svg');
}

.phong-page-bg .section-bg-image,
.chi-tiet-phong-page-bg .section-bg-image {
    background-image: url('/website-assets/website-visual-fallback.svg');
}

.dat-phong-page-bg .section-bg-image,
.lien-he-page-bg .section-bg-image {
    background-image: url('/website-assets/website-visual-fallback.svg');
}

.dich-vu-page-bg,
.thu-vien-page-bg,
.tin-tuc-page-bg,
.khuyen-mai-page-bg {
    position: relative;
}

.dich-vu-page-bg .section-bg-image,
.thu-vien-page-bg .section-bg-image,
.tin-tuc-page-bg .section-bg-image,
.khuyen-mai-page-bg .section-bg-image {
    background-image: url('/website-assets/website-visual-fallback.svg');
}

.room-card-media-fallback {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 250px;
    background:
        linear-gradient(145deg, rgba(32, 51, 72, 0.84), rgba(143, 112, 70, 0.64)),
        url('/website-assets/website-visual-fallback.svg') center/cover;
    color: #fff8ec;
    text-align: center;
}

.room-card-media-fallback i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size:var(--font-size-kpi);
}

.room-card-media-fallback span {
    font-weight: 700;
}

.chi-tiet-phong-page-bg {
    background: #f7fbff;
}

.chi-tiet-phong-page-bg .quick-contact-float,
.tin-tuc-page-bg .quick-contact-float {
    display: none;
}

.chi-tiet-phong-page-bg .room-detail-page.page-hero {
    padding: 24px 0 38px !important;
    border-bottom: 0;
    background:
        radial-gradient(circle at 12% 8%, rgba(10, 77, 179, .08), transparent 30%),
        linear-gradient(180deg, #fff 0%, #f7fbff 100%) !important;
    color: var(--brand-navy);
}

.chi-tiet-phong-page-bg .room-detail-page .container {
    display: block;
}

.chi-tiet-phong-page-bg .room-detail-page .container::after {
    display: none;
    content: none;
}

.chi-tiet-phong-page-bg .room-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: start;
    margin-bottom: 18px;
    color: #526987;
    font-size:var(--font-size-xs);
    font-weight: 800;
}

.chi-tiet-phong-page-bg .room-detail-breadcrumb a {
    color: var(--brand-blue);
}

.chi-tiet-phong-page-bg .room-detail-breadcrumb span {
    color: var(--brand-navy);
}

.chi-tiet-phong-page-bg .room-detail-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    gap: 54px;
    align-items: start;
}

.chi-tiet-phong-page-bg .room-detail-main {
    min-width: 0;
}

.chi-tiet-phong-page-bg .room-detail-heading {
    max-width: 820px;
    margin-bottom: 22px;
}

.chi-tiet-phong-page-bg .room-detail-heading h1 {
    margin: 0;
    color: var(--brand-navy) !important;
    font-size:var(--font-size-3xl);
    line-height: 1.12;
}

.chi-tiet-phong-page-bg .room-detail-heading p {
    max-width: 780px;
    margin: 14px 0 0;
    color: #324a67;
    font-size:var(--font-size-lg);
    line-height: 1.72;
}

.chi-tiet-phong-page-bg .room-detail-gallery {
    display: grid;
    gap: 14px;
}

.chi-tiet-phong-page-bg .detail-hero-image {
    position: relative;
    display: block;
    height: 392px !important;
    min-height: 0 !important;
    overflow: hidden;
    border-radius: 8px !important;
    background: #edf6ff;
    box-shadow: 0 18px 42px rgba(8, 42, 94, .12);
}

.chi-tiet-phong-page-bg .detail-hero-image img,
.chi-tiet-phong-page-bg .room-detail-thumb img,
.chi-tiet-phong-page-bg .room-related-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chi-tiet-phong-page-bg .room-favorite-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    color: var(--brand-navy);
    font-size:var(--font-size-xs);
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(8, 42, 94, .14);
}

.chi-tiet-phong-page-bg .room-favorite-badge i {
    color: #f4b323;
}

.chi-tiet-phong-page-bg .gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: var(--brand-navy);
    box-shadow: 0 12px 26px rgba(8, 42, 94, .16);
    transform: translateY(-50%);
}

.chi-tiet-phong-page-bg .gallery-arrow.prev {
    left: 12px;
}

.chi-tiet-phong-page-bg .gallery-arrow.next {
    right: 12px;
}

.chi-tiet-phong-page-bg .room-gallery.pro-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.chi-tiet-phong-page-bg .room-detail-thumb {
    position: relative;
    height: 82px;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #edf6ff;
    cursor: pointer;
}

.chi-tiet-phong-page-bg .room-detail-thumb.active {
    border-color: var(--brand-blue);
    box-shadow: 0 10px 22px rgba(10, 77, 179, .18);
}

.chi-tiet-phong-page-bg .room-gallery-fallback span {
    position: absolute;
    inset: auto 8px 8px;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(8, 42, 94, .72);
    color: #fff;
    font-size:var(--font-size-xs);
    font-weight: 800;
}

.chi-tiet-phong-page-bg .room-detail-fact-strip,
.chi-tiet-phong-page-bg .room-detail-policy-grid,
.chi-tiet-phong-page-bg .room-detail-benefit-grid {
    display: grid;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 28px rgba(8, 42, 94, .06);
}

.chi-tiet-phong-page-bg .room-detail-fact-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 16px;
}

.chi-tiet-phong-page-bg .room-detail-fact-strip span {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 10px 12px;
    border-right: 1px solid rgba(8, 42, 94, .08);
    color: var(--brand-navy);
    font-size:var(--font-size-md);
    font-weight: 850;
    text-align: center;
}

.chi-tiet-phong-page-bg .room-detail-fact-strip span:last-child {
    border-right: 0;
}

.chi-tiet-phong-page-bg .room-detail-fact-strip i {
    color: var(--brand-blue);
    font-size:var(--font-size-3xl);
}

.chi-tiet-phong-page-bg .room-detail-info-section {
    margin-top: 24px;
}

.chi-tiet-phong-page-bg .room-detail-info-section h2 {
    margin: 0 0 10px;
    color: var(--brand-navy);
    font-size:var(--font-size-2xl);
    line-height: 1.25;
}

.chi-tiet-phong-page-bg .room-detail-info-section p {
    max-width: 820px;
    margin: 0;
    color: #324a67;
    font-size:var(--font-size-lg);
    line-height: 1.72;
}

.chi-tiet-phong-page-bg .room-detail-amenity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 20px;
    margin-top: 12px;
}

.chi-tiet-phong-page-bg .room-detail-amenity-grid span {
    display: flex;
    gap: 9px;
    align-items: center;
    min-width: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-md);
    font-weight: 760;
}

.chi-tiet-phong-page-bg .room-detail-amenity-grid i,
.chi-tiet-phong-page-bg .room-detail-policy-grid i,
.chi-tiet-phong-page-bg .room-detail-benefit-grid i {
    flex: 0 0 auto;
    color: var(--brand-blue);
    font-size:var(--font-size-2xl);
}

.chi-tiet-phong-page-bg .room-detail-policy-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.chi-tiet-phong-page-bg .room-detail-benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.chi-tiet-phong-page-bg .room-detail-policy-grid article,
.chi-tiet-phong-page-bg .room-detail-benefit-grid article {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    min-height: 82px;
    padding: 16px;
    border-right: 1px solid rgba(8, 42, 94, .08);
}

.chi-tiet-phong-page-bg .room-detail-policy-grid article:last-child,
.chi-tiet-phong-page-bg .room-detail-benefit-grid article:last-child {
    border-right: 0;
}

.chi-tiet-phong-page-bg .room-detail-policy-grid strong,
.chi-tiet-phong-page-bg .room-detail-benefit-grid strong {
    display: block;
    color: var(--brand-navy);
    font-size:var(--font-size-md);
    line-height: 1.35;
}

.chi-tiet-phong-page-bg .room-detail-policy-grid span,
.chi-tiet-phong-page-bg .room-detail-benefit-grid span {
    display: block;
    margin-top: 4px;
    color: #526987;
    font-size:var(--font-size-xs);
    line-height: 1.45;
}

.chi-tiet-phong-page-bg .room-detail-booking-card {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 18px;
    padding: 26px 22px;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 44px rgba(8, 42, 94, .12);
}

.chi-tiet-phong-page-bg .room-detail-price-label {
    color: #526987;
    font-size:var(--font-size-kpi);
    font-weight: 850;
}

.chi-tiet-phong-page-bg .room-detail-price {
    margin: -8px 0 0;
    color: var(--brand-navy);
    font-size:var(--font-size-kpi);
    line-height: 1.1;
}

.chi-tiet-phong-page-bg .room-detail-booking-card small {
    margin-top: -12px;
    color: #324a67;
    font-size:var(--font-size-base);
    line-height: 1.45;
}

.chi-tiet-phong-page-bg .room-detail-time-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid rgba(8, 42, 94, .08);
    border-bottom: 1px solid rgba(8, 42, 94, .08);
}

.chi-tiet-phong-page-bg .room-detail-time-grid div {
    display: grid;
    gap: 4px;
}

.chi-tiet-phong-page-bg .room-detail-time-grid i {
    color: var(--brand-blue);
    font-size:var(--font-size-4xl);
}

.chi-tiet-phong-page-bg .room-detail-time-grid span {
    color: #526987;
    font-size:var(--font-size-xs);
    font-weight: 800;
}

.chi-tiet-phong-page-bg .room-detail-time-grid strong {
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    line-height: 1.35;
}

.chi-tiet-phong-page-bg .room-detail-summary-list {
    display: grid;
    gap: 14px;
}

.chi-tiet-phong-page-bg .room-detail-summary-list div {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.chi-tiet-phong-page-bg .room-detail-summary-list span {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: #526987;
    font-size:var(--font-size-base);
    font-weight: 760;
}

.chi-tiet-phong-page-bg .room-detail-summary-list i {
    color: var(--brand-blue);
    font-size:var(--font-size-2xl);
}

.chi-tiet-phong-page-bg .room-detail-summary-list strong {
    max-width: 48%;
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    font-weight: 900;
    text-align: right;
    overflow-wrap: anywhere;
}

.chi-tiet-phong-page-bg .room-detail-actions {
    display: grid;
    gap: 10px;
}

.chi-tiet-phong-page-bg .room-detail-actions .btn {
    width: 100%;
    min-height: 52px;
    border-radius: 8px;
}

.chi-tiet-phong-page-bg .direct-booking-notes {
    display: grid;
    gap: 8px;
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    font-weight: 820;
}

.chi-tiet-phong-page-bg .direct-booking-notes span {
    display: flex;
    gap: 8px;
    align-items: center;
}

.chi-tiet-phong-page-bg .direct-booking-notes i {
    color: var(--brand-blue);
    font-size:var(--font-size-2xl);
}

.chi-tiet-phong-page-bg .room-related-section {
    padding: 22px 0 48px !important;
}

.chi-tiet-phong-page-bg .room-related-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.chi-tiet-phong-page-bg .room-related-heading h2 {
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-2xl);
}

.chi-tiet-phong-page-bg .room-related-carousel {
    position: relative;
}

.chi-tiet-phong-page-bg .room-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.chi-tiet-phong-page-bg .room-related-card {
    overflow: hidden;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 42, 94, .07);
}

.chi-tiet-phong-page-bg .room-related-media {
    display: block;
    height: 142px;
    overflow: hidden;
    background: #edf6ff;
}

.chi-tiet-phong-page-bg .room-related-body {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.chi-tiet-phong-page-bg .room-related-body h3 {
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-xl);
    line-height: 1.3;
}

.chi-tiet-phong-page-bg .room-related-body h3 a {
    color: inherit;
}

.chi-tiet-phong-page-bg .room-related-body .room-price {
    color: var(--brand-blue);
    font-size:var(--font-size-kpi);
    font-weight: 900;
}

.chi-tiet-phong-page-bg .room-related-body .room-price span {
    display: block;
    margin-top: 3px;
    color: #526987;
    font-size:var(--font-size-kpi);
    font-weight: 800;
}

.chi-tiet-phong-page-bg .room-related-body .btn {
    min-height: 36px;
    border-radius: 7px;
}

.chi-tiet-phong-page-bg .room-related-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: var(--brand-blue);
    box-shadow: 0 12px 26px rgba(8, 42, 94, .14);
    transform: translateY(-50%);
}

.chi-tiet-phong-page-bg .room-related-arrow.prev {
    left: -48px;
}

.chi-tiet-phong-page-bg .room-related-arrow.next {
    right: -48px;
}

@media (max-width: 980px) {
    .chi-tiet-phong-page-bg .room-detail-page-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .chi-tiet-phong-page-bg .room-detail-booking-card {
        position: relative;
        top: auto;
        max-width: none;
    }

    .chi-tiet-phong-page-bg .room-related-arrow {
        display: none;
    }
}

@media (max-width: 900px) {
    .chi-tiet-phong-page-bg .room-detail-page.page-hero {
        padding: 20px 0 30px !important;
    }

    .chi-tiet-phong-page-bg .detail-hero-image {
        height: 320px !important;
    }

    .chi-tiet-phong-page-bg .room-detail-fact-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chi-tiet-phong-page-bg .room-detail-fact-strip span {
        border-right: 0;
        border-bottom: 1px solid rgba(8, 42, 94, .08);
    }

    .chi-tiet-phong-page-bg .room-detail-amenity-grid,
    .chi-tiet-phong-page-bg .room-detail-policy-grid,
    .chi-tiet-phong-page-bg .room-detail-benefit-grid,
    .chi-tiet-phong-page-bg .room-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chi-tiet-phong-page-bg .room-detail-policy-grid article,
    .chi-tiet-phong-page-bg .room-detail-benefit-grid article {
        border-right: 0;
        border-bottom: 1px solid rgba(8, 42, 94, .08);
    }
}

@media (max-width: 640px) {
    .chi-tiet-phong-page-bg .room-detail-breadcrumb {
        margin-bottom: 14px;
    }

    .chi-tiet-phong-page-bg .room-detail-heading h1 {
        font-size:var(--font-size-3xl);
    }

    .chi-tiet-phong-page-bg .room-detail-heading p {
        font-size:var(--font-size-md);
    }

    .chi-tiet-phong-page-bg .detail-hero-image {
        height: 260px !important;
    }

    .chi-tiet-phong-page-bg .room-gallery.pro-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .chi-tiet-phong-page-bg .room-detail-thumb {
        height: 74px;
    }

    .chi-tiet-phong-page-bg .room-detail-fact-strip,
    .chi-tiet-phong-page-bg .room-detail-amenity-grid,
    .chi-tiet-phong-page-bg .room-detail-policy-grid,
    .chi-tiet-phong-page-bg .room-detail-benefit-grid,
    .chi-tiet-phong-page-bg .room-related-grid,
    .chi-tiet-phong-page-bg .room-detail-time-grid {
        grid-template-columns: 1fr;
    }

    .chi-tiet-phong-page-bg .room-detail-summary-list div {
        align-items: flex-start;
        flex-direction: column;
    }

    .chi-tiet-phong-page-bg .room-detail-summary-list strong {
        max-width: 100%;
        text-align: left;
    }

    .chi-tiet-phong-page-bg .room-related-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

.home-service-thumb {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 76px;
    border-radius: inherit;
    background: center/cover no-repeat;
}

.home-service-price {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(186, 141, 82, 0.12);
    color: #7c5825;
    font-size:var(--font-size-kpi);
    font-weight: 800;
}

.website-about-bg .section-bg-image,
.website-about-highlight-section .section-bg-image,
.website-about-stats-section .section-bg-image,
.website-about-story-section .section-bg-image,
.website-about-strength-section .section-bg-image,
.website-about-values-section .section-bg-image,
.website-about-contact-section .section-bg-image {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.96)),
        url('/website-assets/website-visual-fallback.svg');
}

.website-about-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 74px;
    background: linear-gradient(135deg, rgba(5, 34, 76, 0.96), rgba(9, 62, 128, 0.9));
    color: #fff;
}

.website-about-hero .section-bg-image {
    opacity: 0.15;
    mix-blend-mode: screen;
}

.website-about-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 196, 107, 0.34), rgba(245, 196, 107, 0));
    pointer-events: none;
}

.website-about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    gap: 46px;
    align-items: center;
}

.website-about-hero-copy {
    min-width: 0;
}

.website-about-breadcrumb {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.72);
}

.website-about-hero .section-label-pro {
    border-color: rgba(245, 196, 107, 0.34);
    background: rgba(255, 255, 255, 0.1);
    color: #fff4d8;
}

.website-about-hero h1 {
    max-width: 760px;
    margin: 18px 0 18px;
    color: #fff;
    font-size:var(--font-size-3xl);
    line-height: 1.02;
}

.website-about-hero-summary {
    max-width: 690px;
    color: rgba(255, 255, 255, 0.82);
    font-size:var(--font-size-2xl);
    line-height: 1.75;
}

.website-about-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.website-about-hero-facts > div {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.website-about-hero-facts i {
    color: var(--brand-gold);
}

.website-about-hero-facts span,
.website-about-hero-facts strong {
    display: block;
    overflow-wrap: anywhere;
}

.website-about-hero-facts span {
    margin: 8px 0 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size:var(--font-size-xs);
    font-weight: 800;
    text-transform: uppercase;
}

.website-about-hero-facts strong {
    color: #fff;
    font-size:var(--font-size-md);
    line-height: 1.45;
}

.website-about-hero-media,
.website-about-story-visual {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 20, 46, 0.34);
}

.website-about-hero-media img,
.website-about-story-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.website-about-hero-card,
.website-about-story-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(5, 22, 44, 0.74);
    color: #fff;
    backdrop-filter: blur(12px);
}

.website-about-hero-card span,
.website-about-story-badge span {
    color: rgba(255, 255, 255, 0.76);
    overflow-wrap: anywhere;
}

.website-about-summary {
    padding: 16px 18px;
    border-left: 3px solid rgba(186, 141, 82, 0.55);
    border-radius: 0 14px 14px 0;
    background: rgba(248, 244, 236, 0.74);
    color: var(--heading) !important;
    font-size:var(--font-size-xl);
    font-weight: 700;
}

.website-about-body {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.website-about-body p {
    overflow-wrap: anywhere;
}

.website-about-empty {
    margin-top: 18px;
}

.website-about-facts {
    margin-top: 18px;
}

.website-about-facts .data-row span {
    display: inline-flex;
    min-width: 0;
    gap: 8px;
    align-items: center;
}

.website-about-facts .data-row strong {
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: right;
}

.website-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.website-about-hero .website-about-actions .btn {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.website-about-story-grid,
.website-about-contact-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.website-about-contact-section .content-box {
    padding-right: 86px !important;
}

.website-about-story-section,
.website-about-strength-section,
.website-about-values-section,
.website-about-contact-section {
    position: relative;
    overflow: hidden;
}

.website-about-story-visual {
    min-height: 520px;
}

.website-about-story-badge {
    right: auto;
    left: 18px;
    width: min(320px, calc(100% - 36px));
}

.website-about-story-badge i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: rgba(245, 196, 107, 0.18);
    color: var(--brand-gold);
    font-size:var(--font-size-xs);
}

.website-about-main-image {
    position: relative;
    overflow: hidden;
}

.website-about-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.website-about-image-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    gap: 8px;
    background: linear-gradient(145deg, rgba(32, 51, 72, 0.82), rgba(143, 112, 70, 0.62));
    color: #fff8ec;
    font-weight: 800;
    text-align: center;
}

.website-about-image-fallback i {
    font-size:32px;
}

.website-about-highlight-section .section-head {
    margin-bottom: 22px;
}

.website-about-highlights .feature p {
    overflow-wrap: anywhere;
}

.website-about-strength-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.website-about-strength-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid rgba(8, 42, 94, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(8, 42, 94, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.website-about-strength-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(8, 42, 94, 0.12);
}

.website-about-icon,
.website-about-value-item span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 43, 103, 0.08);
    color: var(--brand-blue);
    font-size:var(--font-size-4xl);
}

.website-about-strength-card h3 {
    margin: 18px 0 10px;
    font-size:var(--font-size-xl);
}

.website-about-strength-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.website-about-value-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.website-about-value-item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(8, 42, 94, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
}

.website-about-value-item strong {
    overflow-wrap: anywhere;
    line-height: 1.35;
}

.website-about-map-panel {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 43, 103, 0.92), rgba(14, 94, 150, 0.84)),
        url('/website-assets/website-visual-fallback.svg') center/cover;
    box-shadow: 0 20px 54px rgba(8, 42, 94, 0.18);
}

.website-about-map-lines {
    position: absolute;
    inset: 36px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.72;
}

.website-about-map-pin {
    position: absolute;
    top: 42%;
    left: 50%;
    display: grid;
    width: 68px;
    height: 68px;
    transform: translate(-50%, -50%);
    place-items: center;
    border-radius: 50%;
    background: var(--brand-gold);
    color: var(--brand-navy);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
    font-size:32px;
}

.website-about-map-caption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: grid;
    gap: 6px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--heading);
    box-shadow: 0 14px 34px rgba(0, 20, 46, 0.16);
}

.website-about-map-caption span {
    color: var(--muted);
    overflow-wrap: anywhere;
}

.website-contact-bg .section-bg-image,
.website-contact-support-section .section-bg-image {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.96)),
        url('/website-assets/website-visual-fallback.svg');
}

.contact-form-card-premium {
    min-width: 0;
}

.website-contact-summary {
    padding: 16px 18px;
    border-left: 3px solid rgba(186, 141, 82, 0.55);
    border-radius: 0 14px 14px 0;
    background: rgba(248, 244, 236, 0.74);
    color: var(--heading) !important;
    font-size:var(--font-size-xl);
    font-weight: 700;
}

.website-contact-body {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.website-contact-body p {
    overflow-wrap: anywhere;
}

.website-contact-empty,
.website-contact-info-empty {
    margin-top: 18px;
}

.contact-form-pro {
    margin-top: 20px;
}

.contact-form-pro .field.is-invalid input,
.contact-form-pro .field.is-invalid textarea {
    border-color: rgba(190, 39, 39, 0.72);
    box-shadow: 0 0 0 3px rgba(190, 39, 39, 0.08);
}

.contact-submit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.contact-message {
    margin-top: 4px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(238, 242, 247, 0.88);
    color: var(--heading);
}

.contact-message strong {
    display: block;
}

.contact-message ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.contact-message.error {
    background: rgba(190, 39, 39, 0.1);
    color: #8d1f1f;
}

.contact-message.warning {
    background: rgba(186, 141, 82, 0.14);
    color: #76562b;
}

.contact-message.info {
    background: rgba(32, 51, 72, 0.1);
}

.contact-message.success {
    background: rgba(45, 122, 78, 0.12);
    color: #21623c;
}

.website-contact-info-list {
    margin-top: 16px;
}

.website-contact-info-list strong {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.website-contact-info-list a {
    overflow-wrap: anywhere;
    color: inherit;
}

.website-contact-map-box {
    display: grid;
    min-height: 260px;
    margin-top: 18px;
    place-items: center;
}

.website-contact-map-box iframe {
    width: 100%;
    min-height: 260px;
    border: 0;
    border-radius: inherit;
}

.website-contact-map-box .map-badge {
    display: grid;
    gap: 6px;
    max-width: 320px;
    text-align: center;
}

.service-catalog-bg .section-bg-image,
.service-support-section .section-bg-image {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
        url('/website-assets/website-visual-fallback.svg');
}

.service-filter-pills {
    margin: 0 0 24px;
}

.service-filter-pills button span {
    opacity: 0.72;
    font-size:var(--font-size-base);
}

.service-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-catalog-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(16, 26, 39, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(15, 26, 39, 0.06);
    transition: 0.28s ease;
}

.service-catalog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(15, 26, 39, 0.1);
}

.service-catalog-card.filtered-out {
    display: none !important;
}

.service-card-media-wrap {
    position: relative;
    overflow: hidden;
}

.service-card-media {
    position: relative;
    min-height: 240px;
    background: center/cover no-repeat;
}

.service-card-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    gap: 8px;
    background: linear-gradient(145deg, rgba(32, 51, 72, 0.82), rgba(143, 112, 70, 0.62));
    color: #fff8ec;
    text-align: center;
    font-weight: 800;
}

.service-card-fallback i {
    font-size:32px;
}

.service-card-floating-tags {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.service-card-floating-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(10, 18, 29, 0.62);
    color: #fff;
    font-size:var(--font-size-xs);
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.service-card-body {
    display: grid;
    gap: 16px;
    padding: 22px;
}

.service-card-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}

.service-card-top h3 {
    margin-top: 4px;
    font-size:var(--font-size-xl);
}

.service-price {
    color: var(--heading);
    font-size:var(--font-size-kpi);
    font-weight: 800;
    line-height: 1.1;
    text-align: right;
    white-space: nowrap;
}

.service-price span {
    display: block;
    margin-top: 4px;
    color: #7f8a99;
    font-size:var(--font-size-kpi);
    font-weight: 700;
}

.service-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
}

.service-actions .btn {
    width: 100%;
}

.service-filter-empty {
    margin-top: 20px;
}

.dich-vu-page-bg {
    background: #f7fbff;
}

.dich-vu-page-bg .service-public-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 0 46px;
    border-bottom: 1px solid rgba(17, 55, 99, 0.08);
    background:
        radial-gradient(circle at 12% 18%, rgba(14, 98, 184, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}

.dich-vu-page-bg .service-public-hero::before,
.dich-vu-page-bg .service-public-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.dich-vu-page-bg .service-public-hero::before {
    right: 8%;
    bottom: -80px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(197, 158, 88, 0.16);
    filter: blur(2px);
}

.dich-vu-page-bg .service-public-hero::after {
    top: 34px;
    right: 26%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid rgba(13, 91, 169, 0.12);
}

.dich-vu-page-bg .service-public-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 470px);
    gap: 56px;
    align-items: center;
    min-height: 340px;
}

.dich-vu-page-bg .service-public-hero-copy {
    max-width: 680px;
}

.dich-vu-page-bg .service-public-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin-bottom: 18px;
    color: #6c7d91;
    font-size:var(--font-size-xs);
    font-weight: 800;
}

.dich-vu-page-bg .service-public-breadcrumb a {
    color: #2d75bd;
    text-decoration: none;
}

.dich-vu-page-bg .service-public-breadcrumb span {
    color: var(--brand-navy);
}

.dich-vu-page-bg .service-public-breadcrumb i {
    color: #9baabd;
    font-size:var(--font-size-xs);
}

.dich-vu-page-bg .service-public-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(13, 91, 169, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: #2d75bd;
    font-size:var(--font-size-xs);
    font-weight: 900;
}

.dich-vu-page-bg .service-public-hero h1 {
    max-width: 620px;
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-3xl);
    line-height: 1;
}

.dich-vu-page-bg .service-public-hero p {
    max-width: 570px;
    margin: 18px 0 0;
    color: #526987;
    font-size:var(--font-size-xl);
    line-height: 1.75;
}

.dich-vu-page-bg .service-public-hero-visual {
    position: relative;
    min-height: 300px;
}

.dich-vu-page-bg .service-hero-image-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    border: 1px solid rgba(13, 91, 169, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 48px rgba(31, 83, 133, 0.12);
}

.dich-vu-page-bg .service-hero-image-frame img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.dich-vu-page-bg .service-hero-image-frame::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 45%, rgba(13, 91, 169, 0.08));
}

.dich-vu-page-bg .service-hero-floating-card {
    position: absolute;
    display: inline-flex;
    gap: 9px;
    align-items: center;
    padding: 11px 13px;
    border: 1px solid rgba(13, 91, 169, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(17, 55, 99, 0.12);
}

.dich-vu-page-bg .service-hero-floating-card i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e8f3ff;
    color: #2d75bd;
    font-size:var(--font-size-xl);
}

.dich-vu-page-bg .service-hero-floating-card-top {
    top: 28px;
    left: -28px;
}

.dich-vu-page-bg .service-hero-floating-card-bottom {
    right: -18px;
    bottom: 26px;
}

.dich-vu-page-bg .service-overview-section {
    position: relative;
    padding: 54px 0 38px;
    background: #f7fbff;
}

.dich-vu-page-bg .service-overview-section .section-bg-image {
    opacity: 0.26;
    background-image:
        linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(247, 251, 255, 0.96)),
        url('/website-assets/website-visual-fallback.svg');
}

.dich-vu-page-bg .service-public-section-title {
    display: grid;
    gap: 9px;
    max-width: 700px;
    margin: 0 auto 26px;
    text-align: center;
}

.dich-vu-page-bg .service-public-section-title span,
.dich-vu-page-bg .service-featured-label,
.dich-vu-page-bg .service-process-head span {
    color: #2d75bd;
    font-size:var(--font-size-base);
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dich-vu-page-bg .service-public-section-title h2,
.dich-vu-page-bg .service-featured-content h2,
.dich-vu-page-bg .service-process-head h2,
.dich-vu-page-bg .service-support-cta h2 {
    margin: 0;
    color: var(--brand-navy);
}

.dich-vu-page-bg .service-public-section-title h2 {
    font-size:var(--font-size-2xl);
}

.dich-vu-page-bg .service-public-section-title p {
    margin: 0;
    color: #63758d;
    font-size:var(--font-size-lg);
    line-height: 1.7;
}

.dich-vu-page-bg .service-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dich-vu-page-bg .service-overview-card {
    display: grid;
    min-height: 246px;
    align-content: start;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(17, 55, 99, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(23, 57, 91, 0.06);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.dich-vu-page-bg .service-overview-card:hover,
.dich-vu-page-bg .service-overview-card.is-selected {
    border-color: rgba(45, 117, 189, 0.52);
    box-shadow: 0 20px 38px rgba(23, 57, 91, 0.1);
    transform: translateY(-3px);
}

.dich-vu-page-bg .service-overview-icon {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--brand-navy);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(16, 39, 73, 0.18);
}

.dich-vu-page-bg .service-overview-icon i {
    font-size:32px;
}

.dich-vu-page-bg .service-overview-card h3 {
    margin: 4px 0 0;
    color: var(--brand-navy);
    font-size:var(--font-size-xl);
    line-height: 1.25;
}

.dich-vu-page-bg .service-overview-card p {
    margin: 0;
    color: #62758b;
    font-size:var(--font-size-md);
    line-height: 1.62;
}

.dich-vu-page-bg .service-overview-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    color: #2d75bd;
    font-size:var(--font-size-md);
    font-weight: 900;
    text-decoration: none;
}

.dich-vu-page-bg .service-featured-section {
    padding: 18px 0 34px;
    background: #f7fbff;
}

.dich-vu-page-bg .service-featured-panel {
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 55, 99, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(23, 57, 91, 0.08);
}

.dich-vu-page-bg .service-featured-media {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    background: #e8f3ff;
}

.dich-vu-page-bg .service-featured-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.dich-vu-page-bg .service-featured-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    gap: 10px;
    background: linear-gradient(145deg, rgba(19, 45, 77, 0.78), rgba(45, 117, 189, 0.42));
    color: #ffffff;
    font-weight: 900;
    text-align: center;
}

.dich-vu-page-bg .service-featured-fallback i {
    font-size:40px;
}

.dich-vu-page-bg .service-featured-content {
    display: grid;
    align-content: center;
    gap: 17px;
    padding: 38px;
}

.dich-vu-page-bg .service-featured-content h2 {
    font-size:var(--font-size-2xl);
    line-height: 1.1;
}

.dich-vu-page-bg .service-featured-content p {
    margin: 0;
    color: #5f7086;
    font-size:var(--font-size-lg);
    line-height: 1.75;
}

.dich-vu-page-bg .service-featured-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.dich-vu-page-bg .service-featured-chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    border-radius: 999px;
    background: #eef6ff;
    color: #244b76;
    font-size:var(--font-size-xs);
    font-weight: 900;
}

.dich-vu-page-bg .service-featured-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dich-vu-page-bg .service-featured-facts div {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 3px 10px;
    align-items: center;
    padding: 13px;
    border: 1px solid rgba(17, 55, 99, 0.09);
    border-radius: 8px;
    background: #fbfdff;
}

.dich-vu-page-bg .service-featured-facts i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--brand-navy);
    color: #ffffff;
    font-size:var(--font-size-2xl);
}

.dich-vu-page-bg .service-featured-facts span {
    color: #7b8da1;
    font-size:var(--font-size-xs);
    font-weight: 800;
}

.dich-vu-page-bg .service-featured-facts strong {
    overflow: hidden;
    color: var(--brand-navy);
    font-size:var(--font-size-md);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dich-vu-page-bg .service-featured-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dich-vu-page-bg .service-featured-actions .btn {
    min-width: 150px;
}

.dich-vu-page-bg .service-process-section {
    padding: 18px 0 44px;
    background: #f7fbff;
}

.dich-vu-page-bg .service-process-card {
    display: grid;
    gap: 24px;
    padding: 30px;
    border: 1px solid rgba(17, 55, 99, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(23, 57, 91, 0.06);
}

.dich-vu-page-bg .service-process-head {
    display: grid;
    gap: 8px;
    text-align: center;
}

.dich-vu-page-bg .service-process-head h2 {
    font-size:var(--font-size-2xl);
}

.dich-vu-page-bg .service-process-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dich-vu-page-bg .service-process-steps article {
    position: relative;
    display: grid;
    gap: 10px;
    padding: 22px;
    border: 1px solid rgba(17, 55, 99, 0.09);
    border-radius: 8px;
    background: #fbfdff;
}

.dich-vu-page-bg .service-process-steps article > span {
    color: rgba(45, 117, 189, 0.18);
    font-size:42px;
    font-weight: 900;
    line-height: 1;
}

.dich-vu-page-bg .service-process-steps i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #eef6ff;
    color: #2d75bd;
    font-size:var(--font-size-4xl);
}

.dich-vu-page-bg .service-process-steps h3 {
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-xl);
}

.dich-vu-page-bg .service-process-steps p {
    margin: 0;
    color: #65768d;
    font-size:var(--font-size-md);
    line-height: 1.6;
}

.dich-vu-page-bg .service-support-cta {
    padding: 0 0 58px;
    background: #f7fbff;
}

.dich-vu-page-bg .service-support-cta-inner {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 26px 30px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 88% 0%, rgba(197, 158, 88, 0.26), transparent 32%),
        linear-gradient(135deg, #0e2542 0%, #153b66 100%);
    color: #ffffff;
    box-shadow: 0 22px 46px rgba(14, 37, 66, 0.18);
}

.dich-vu-page-bg .service-support-cta-copy {
    display: flex;
    gap: 16px;
    align-items: center;
    min-width: 0;
}

.dich-vu-page-bg .service-support-cta-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #f6d68f;
    font-size:var(--font-size-kpi);
}

.dich-vu-page-bg .service-support-cta h2 {
    color: #ffffff;
    font-size:var(--font-size-2xl);
}

.dich-vu-page-bg .service-support-cta p {
    max-width: 620px;
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size:var(--font-size-md);
    line-height: 1.65;
}

.dich-vu-page-bg .service-support-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.dich-vu-page-bg .service-support-cta .btn {
    min-width: 140px;
    border: 0;
}

.dich-vu-page-bg .service-support-cta .btn-secondary {
    background: #ffffff;
    color: #0e2542;
}

.dich-vu-page-bg .service-support-cta .btn-primary {
    background: #f2c66e;
    color: #0e2542;
}

@media (max-width: 1100px) {
    .dich-vu-page-bg .service-public-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
        gap: 34px;
    }

    .dich-vu-page-bg .service-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dich-vu-page-bg .service-featured-panel {
        grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    }
}

@media (max-width: 900px) {
    .dich-vu-page-bg .service-public-hero {
        padding: 28px 0 38px;
    }

    .dich-vu-page-bg .service-public-hero-grid,
    .dich-vu-page-bg .service-featured-panel {
        grid-template-columns: 1fr;
    }

    .dich-vu-page-bg .service-public-hero-visual {
        min-height: auto;
    }

    .dich-vu-page-bg .service-hero-floating-card-top {
        left: 12px;
    }

    .dich-vu-page-bg .service-hero-floating-card-bottom {
        right: 12px;
    }

    .dich-vu-page-bg .service-featured-content {
        padding: 30px;
    }

    .dich-vu-page-bg .service-process-steps {
        grid-template-columns: 1fr;
    }

    .dich-vu-page-bg .service-support-cta-inner {
        display: grid;
    }

    .dich-vu-page-bg .service-support-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .dich-vu-page-bg .service-public-hero-grid {
        gap: 24px;
    }

    .dich-vu-page-bg .service-public-hero h1 {
        font-size:var(--font-size-3xl);
    }

    .dich-vu-page-bg .service-hero-image-frame,
    .dich-vu-page-bg .service-hero-image-frame img {
        min-height: 230px;
        height: 230px;
    }

    .dich-vu-page-bg .service-overview-grid,
    .dich-vu-page-bg .service-featured-facts {
        grid-template-columns: 1fr;
    }

    .dich-vu-page-bg .service-overview-card {
        min-height: auto;
    }

    .dich-vu-page-bg .service-featured-media,
    .dich-vu-page-bg .service-featured-media img {
        min-height: 260px;
    }

    .dich-vu-page-bg .service-process-card,
    .dich-vu-page-bg .service-support-cta-inner {
        padding: 22px;
    }

    .dich-vu-page-bg .service-support-cta-copy {
        display: grid;
    }

    .dich-vu-page-bg .service-support-cta-actions,
    .dich-vu-page-bg .service-support-cta .btn,
    .dich-vu-page-bg .service-featured-actions .btn {
        width: 100%;
    }
}

.dich-vu-page-bg .content-page-hero.service-page-hero {
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid rgba(8, 42, 94, 0.1);
    background: linear-gradient(90deg, #ffffff 0%, #f0f7ff 55%, #dceeff 100%);
    color: var(--brand-navy);
}

.dich-vu-page-bg .content-page-hero .page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 42px;
    align-items: center;
    padding: 48px 0;
}

.dich-vu-page-bg .content-page-hero .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 28px;
    color: var(--brand-blue);
    font-size:var(--font-size-xs);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.dich-vu-page-bg .content-page-hero .breadcrumb span {
    color: #61718a;
}

.dich-vu-page-bg .content-page-hero .eyebrow,
.dich-vu-page-bg .content-section .eyebrow,
.dich-vu-page-bg .content-support-cta .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--brand-blue);
    font-size:var(--font-size-xs);
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.dich-vu-page-bg .content-page-hero h1 {
    margin: 8px 0;
    color: var(--brand-navy);
    font-family: var(--font-heading);
    font-size:var(--font-size-3xl);
    line-height: 1.04;
}

.dich-vu-page-bg .content-page-hero p {
    max-width: 640px;
    margin-top: 18px;
    color: #425574;
    font-size:var(--font-size-xl);
    line-height: 1.8;
}

.dich-vu-page-bg .content-page-hero .page-hero-visual {
    position: relative;
}

.dich-vu-page-bg .content-page-hero .page-hero-visual img {
    width: 100%;
    height: 270px;
    border: 0;
    border-radius: 16px;
    object-fit: cover;
    object-position: 50% 28%;
    filter: drop-shadow(0 18px 30px rgba(8, 36, 90, 0.16));
}

.dich-vu-page-bg .service-visual-fallback-icon {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(12, 45, 83, 0.55), rgba(45, 117, 189, 0.22));
    color: #ffffff;
    font-size:42px;
}

.dich-vu-page-bg .content-section {
    padding-top: 54px;
    padding-bottom: 54px;
}

.dich-vu-page-bg .content-section .section-head {
    display: block;
    margin-bottom: 34px;
    text-align: center;
}

.dich-vu-page-bg .content-section .section-head h2 {
    margin-top: 8px;
    color: var(--brand-navy);
    font-family: var(--font-heading);
    font-size:var(--font-size-2xl);
    line-height: 1.18;
}

.dich-vu-page-bg .content-section .section-head h2::after {
    display: block;
    width: 76px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: var(--brand-navy);
    content: "";
}

.dich-vu-page-bg .content-card {
    border: 1px solid rgba(8, 42, 94, 0.1);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(8, 36, 90, 0.07);
}

.dich-vu-page-bg .content-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    border-radius: 16px;
    background: #eaf4ff;
    color: var(--brand-navy);
    font-size:var(--font-size-kpi);
}

.dich-vu-page-bg .service-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.dich-vu-page-bg .service-overview-card {
    display: grid;
    min-height: 210px;
    align-content: start;
    padding: 24px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dich-vu-page-bg .service-overview-card:hover {
    transform: translateY(-4px);
    border-color: rgba(10, 77, 179, 0.24);
    box-shadow: 0 16px 34px rgba(8, 36, 90, 0.11);
}

.dich-vu-page-bg .service-overview-card h3 {
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-xl);
    line-height: 1.28;
}

.dich-vu-page-bg .service-overview-card p {
    margin: 10px 0 0;
    color: #526275;
    font-size:var(--font-size-md);
    line-height: 1.76;
}

.dich-vu-page-bg .text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: var(--brand-navy);
    font-weight: 900;
}

.dich-vu-page-bg .content-feature.service-highlight {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
    gap: 28px;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 54px;
}

.dich-vu-page-bg .service-highlight-media {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 16px;
    background: #eaf4ff;
    box-shadow: 0 22px 54px rgba(8, 42, 94, 0.14);
}

.dich-vu-page-bg .service-highlight-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.dich-vu-page-bg .service-highlight-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    gap: 10px;
    background: linear-gradient(145deg, rgba(18, 45, 79, 0.82), rgba(71, 105, 145, 0.5));
    color: #ffffff;
    font-weight: 900;
    text-align: center;
}

.dich-vu-page-bg .service-highlight-fallback i {
    font-size:40px;
}

.dich-vu-page-bg .feature-panel {
    display: block;
    padding: 28px;
}

.dich-vu-page-bg .badge-blue {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eaf4ff;
    color: var(--brand-blue);
    font-size:var(--font-size-xs);
    font-weight: 900;
    text-transform: uppercase;
}

.dich-vu-page-bg .feature-panel h2 {
    color: var(--brand-navy);
    font-family: var(--font-heading);
    font-size:var(--font-size-2xl);
    line-height: 1.08;
}

.dich-vu-page-bg .feature-panel p {
    margin-top: 14px;
    color: #526275;
    font-size:var(--font-size-lg);
    line-height: 1.82;
}

.dich-vu-page-bg .feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
}

.dich-vu-page-bg .feature-chips span {
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef6ff;
    color: #244b76;
    font-size:var(--font-size-xs);
    font-weight: 800;
}

.dich-vu-page-bg .info-pair {
    display: grid;
    gap: 4px;
    margin-top: 14px;
    padding: 14px 0 0;
    border-top: 1px solid rgba(8, 42, 94, 0.1);
}

.dich-vu-page-bg .info-pair span {
    color: #7b8798;
    font-size:var(--font-size-base);
    font-weight: 800;
}

.dich-vu-page-bg .info-pair strong {
    color: var(--brand-navy);
    font-size:var(--font-size-lg);
    line-height: 1.5;
}

.dich-vu-page-bg .process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.dich-vu-page-bg .process-grid article {
    padding: 26px;
    border: 1px solid rgba(8, 42, 94, 0.1);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(8, 36, 90, 0.07);
}

.dich-vu-page-bg .process-grid article > span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--brand-navy);
    color: #ffffff;
    font-weight: 900;
}

.dich-vu-page-bg .process-grid h3 {
    color: var(--brand-navy);
    font-size:var(--font-size-xl);
}

.dich-vu-page-bg .process-grid p {
    margin-top: 10px;
    color: #526275;
    font-size:var(--font-size-md);
    line-height: 1.76;
}

.dich-vu-page-bg .content-support-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 54px;
    padding: 34px 38px;
    border-radius: 16px;
    background: var(--footer-bg);
    color: #ffffff;
    box-shadow: 0 22px 54px rgba(8, 42, 94, 0.16);
}

.dich-vu-page-bg .content-support-cta .eyebrow {
    color: #f5c46b;
}

.dich-vu-page-bg .content-support-cta h2 {
    margin-top: 8px;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size:var(--font-size-2xl);
}

.dich-vu-page-bg .content-support-cta p {
    max-width: 700px;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.85);
}

.dich-vu-page-bg .content-support-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.dich-vu-page-bg .content-support-cta .btn.primary {
    background: #ffffff;
    color: var(--brand-navy);
}

.dich-vu-page-bg .content-support-cta .btn.outline {
    border-color: rgba(255, 255, 255, 0.48);
    background: transparent;
    color: #ffffff;
}

@media (max-width: 980px) {
    .dich-vu-page-bg .content-page-hero .page-hero-grid,
    .dich-vu-page-bg .content-feature.service-highlight,
    .dich-vu-page-bg .content-support-cta {
        grid-template-columns: 1fr;
    }

    .dich-vu-page-bg .service-overview-grid,
    .dich-vu-page-bg .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dich-vu-page-bg .content-support-cta .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .dich-vu-page-bg .content-page-hero .page-hero-grid {
        gap: 24px;
        padding: 32px 0;
    }

    .dich-vu-page-bg .content-page-hero .page-hero-visual img {
        height: 220px;
    }

    .dich-vu-page-bg .service-overview-grid,
    .dich-vu-page-bg .process-grid {
        grid-template-columns: 1fr;
    }

    .dich-vu-page-bg .content-section {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .dich-vu-page-bg .service-highlight-media,
    .dich-vu-page-bg .service-highlight-media img {
        min-height: 260px;
    }

    .dich-vu-page-bg .feature-panel,
    .dich-vu-page-bg .process-grid article,
    .dich-vu-page-bg .content-support-cta {
        padding: 22px;
    }

    .dich-vu-page-bg .content-support-cta .cta-actions,
    .dich-vu-page-bg .content-support-cta .btn {
        width: 100%;
    }
}

.gallery-filter-pills {
    margin: 0 0 24px;
}

.gallery-filter-pills a {
    color: inherit;
    text-decoration: none;
}

.gallery-filter-pills a span {
    opacity: 0.72;
    font-size:var(--font-size-xs);
}

.website-gallery-grid .website-gallery-item {
    cursor: zoom-in;
}

.website-gallery-grid .website-gallery-item img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.website-gallery-grid .website-gallery-item .caption {
    max-width: calc(100% - 32px);
}

.gallery-item-group {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    display: inline-flex;
    max-width: calc(100% - 28px);
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(18, 27, 41, 0.62);
    color: #fff;
    font-size:var(--font-size-xs);
    font-weight: 700;
    line-height: 1.2;
    backdrop-filter: blur(10px);
}

.gallery-item-group span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.website-gallery-empty {
    min-height: 220px;
}

.booking-message,
.booking-selected-box,
.booking-empty-state {
    display: grid;
    gap: 8px;
    padding: 14px 16px;
    border: 1px solid rgba(16, 26, 39, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
}

.booking-message ul {
    margin: 0;
    padding-left: 20px;
}

.booking-message.success {
    border-color: rgba(58, 138, 92, 0.24);
    background: rgba(58, 138, 92, 0.1);
    color: #285b3f;
}

.booking-message.warning {
    border-color: rgba(181, 138, 82, 0.28);
    background: rgba(181, 138, 82, 0.12);
    color: #76592e;
}

.booking-message.error {
    border-color: rgba(185, 72, 72, 0.24);
    background: rgba(185, 72, 72, 0.1);
    color: #773737;
}

.booking-form-pro .field.is-invalid input,
.booking-form-pro .field.is-invalid textarea {
    border-color: rgba(185, 72, 72, 0.62) !important;
    box-shadow: 0 0 0 3px rgba(185, 72, 72, 0.1);
}

.booking-availability-results {
    margin-top: 6px;
}

.booking-lookup-result {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.booking-lookup-card {
    display: grid;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(16, 26, 39, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px rgba(15, 26, 39, 0.07);
}

.lookup-card-head {
    display: grid;
    gap: 7px;
}

.lookup-card-head strong {
    color: var(--heading);
    font-size:var(--font-size-kpi);
}

.lookup-card-head span:last-child {
    color: #285b3f;
    font-weight: 700;
}

.lookup-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.lookup-summary-grid div,
.lookup-room-row {
    display: grid;
    gap: 5px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(248, 244, 236, 0.78);
}

.lookup-summary-grid span,
.lookup-room-row span,
.lookup-contact-line span {
    color: var(--muted);
    line-height: 1.55;
}

.lookup-summary-grid strong,
.lookup-room-row strong {
    color: var(--heading);
}

.lookup-contact-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(58, 138, 92, 0.08);
}

.lookup-room-list {
    display: grid;
    gap: 10px;
}

.lookup-room-row {
    grid-template-columns: minmax(0, 1.4fr) minmax(140px, 0.6fr);
    align-items: center;
}

.lookup-room-row > div:last-child {
    text-align: right;
}

.lookup-next-step {
    margin: 0;
}

.booking-selected-box strong,
.booking-empty-state strong {
    color: var(--heading);
}

.booking-selected-box span,
.booking-empty-state span {
    color: var(--muted);
    line-height: 1.65;
}

.website-news-bg .section-bg-image,
.website-news-support-section .section-bg-image {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
        url('/website-assets/website-visual-fallback.svg');
}

.website-news-search {
    display: flex;
    width: min(100%, 430px);
    gap: 10px;
    align-items: center;
}

.website-news-search input {
    min-width: 0;
    flex: 1;
    height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(16, 26, 39, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--heading);
    font: inherit;
}

.news-filter-pills a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border: 1px solid rgba(16, 26, 39, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--heading);
    font-size:var(--font-size-base);
    font-weight: 800;
    text-decoration: none;
}

.news-filter-pills a.active {
    border-color: rgba(186, 141, 82, 0.38);
    background: rgba(186, 141, 82, 0.14);
    color: #7c5825;
}

.news-filter-pills a span {
    opacity: 0.72;
    font-size:var(--font-size-xs);
}

.website-news-card .media {
    position: relative;
    overflow: hidden;
}

.news-card-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    gap: 8px;
    background: linear-gradient(145deg, rgba(32, 51, 72, 0.82), rgba(143, 112, 70, 0.62));
    color: #fff8ec;
    text-align: center;
    font-weight: 800;
}

.news-card-fallback i {
    font-size:32px;
}

.news-reference-page {
    background: #f7faff;
    color: #061f61;
}

.news-reference-shell {
    padding: 32px 0 52px !important;
}

.news-reference-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 28px;
    margin-bottom: 14px;
    color: #4d638d;
    font-size:var(--font-size-xs);
    font-weight: 800;
}

.news-reference-breadcrumb a {
    color: #0b55c8;
    text-decoration: none;
}

.news-reference-breadcrumb i {
    color: #7a89a7;
    font-size:var(--font-size-xs);
}

.news-reference-heading {
    width: min(100%, 720px);
    margin: 0 auto 28px;
    text-align: center;
}

.news-reference-heading h1 {
    margin: 0;
    color: #061f61;
    font-size:var(--font-size-3xl);
    line-height: 1.12;
    font-weight: 900;
}

.news-reference-heading p {
    margin: 14px 0 0;
    color: #203b73;
    font-size:var(--font-size-xl);
    line-height: 1.65;
    font-weight: 700;
}

.news-reference-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    min-height: 384px;
    overflow: hidden;
    border: 1px solid #e4ebf7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(12, 34, 82, .08);
}

.news-reference-featured-media,
.news-reference-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #edf3fb;
}

.news-reference-featured-media img,
.news-reference-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-reference-featured-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: 34px 46px;
}

.news-reference-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    margin-bottom: 18px;
    padding: 4px 12px;
    border-radius: 6px;
    background: #e8f0ff;
    color: #0b55c8;
    font-size:var(--font-size-xs);
    line-height: 1.2;
    font-weight: 900;
}

.news-reference-featured h2 {
    margin: 0 0 18px;
    color: #061f61;
    font-size:var(--font-size-2xl);
    line-height: 1.18;
    font-weight: 900;
}

.news-reference-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    align-items: center;
    margin-bottom: 18px;
    color: #18366f;
    font-size:var(--font-size-xs);
    font-weight: 800;
}

.news-reference-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.news-reference-meta i {
    color: #0a469d;
    font-size:var(--font-size-xs);
}

.news-reference-featured p,
.news-reference-card p {
    color: #263b69;
    line-height: 1.65;
}

.news-reference-featured p {
    margin: 0 0 18px;
    font-size:var(--font-size-xl);
    font-weight: 650;
}

.news-reference-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: #0b55c8;
    font-weight: 900;
    text-decoration: none;
}

.news-reference-link i {
    font-size:var(--font-size-2xl);
}

.news-reference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 34px;
    margin-top: 36px;
}

.news-reference-card {
    display: flex;
    min-width: 0;
    min-height: 500px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4ebf7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 30px rgba(12, 34, 82, .07);
}

.news-reference-card-media {
    aspect-ratio: 1.72 / 1;
    flex: 0 0 auto;
}

.news-reference-card-body {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px 22px 20px;
}

.news-reference-card .news-reference-meta {
    gap: 10px 20px;
    margin-bottom: 14px;
    font-size:var(--font-size-xs);
}

.news-reference-card .news-reference-meta i {
    font-size:var(--font-size-xs);
}

.news-reference-card h3 {
    margin: 0 0 12px;
    color: #061f61;
    font-size:var(--font-size-xl);
    line-height: 1.28;
    font-weight: 900;
}

.news-reference-card p {
    margin: 0 0 18px;
    font-size:var(--font-size-lg);
    font-weight: 650;
}

.news-reference-pagination {
    margin: 32px 0 0;
}

.news-reference-newsletter {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) minmax(360px, .92fr);
    gap: 24px;
    align-items: center;
    margin-top: 28px;
    padding: 20px 30px !important;
    border-radius: 8px;
    background: #062a7b;
    color: #fff;
    box-shadow: 0 18px 38px rgba(6, 42, 123, .18);
}

.news-reference-newsletter-icon {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border: 1px solid rgba(245, 196, 107, .72);
    border-radius: 50%;
    color: #fff;
    font-size:36px;
}

.news-reference-newsletter h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size:var(--font-size-2xl);
    line-height: 1.25;
    font-weight: 900;
}

.news-reference-newsletter p {
    margin: 0;
    color: #dbe8ff;
    font-size:var(--font-size-lg);
    line-height: 1.5;
    font-weight: 700;
}

.news-reference-newsletter-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) max-content;
    gap: 12px;
    align-items: center;
    min-width: 0;
}

.news-reference-newsletter-form .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.news-reference-newsletter-input {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 6px;
    background: #fff;
    color: #0a469d;
}

.news-reference-newsletter-input input {
    min-width: 0;
    border: 0;
    outline: 0;
    color: #061f61;
    font: inherit;
    font-weight: 700;
}

.news-reference-newsletter-form button {
    display: inline-flex;
    min-width: 166px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 0;
    border-radius: 6px;
    background: #0b55c8;
    color: #fff;
    font: inherit;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
}

.news-detail-reference-page .news-reference-breadcrumb {
    flex-wrap: wrap;
}

.news-detail-reference-page .news-reference-breadcrumb span {
    min-width: 0;
    color: #4d638d;
}

.news-detail-reference-article {
    overflow: hidden;
    border: 1px solid #e4ebf7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(12, 34, 82, .08);
}

.news-detail-reference-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    min-height: 430px;
}

.news-detail-reference-cover {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #edf3fb;
}

.news-detail-reference-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-reference-heading {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 42px 48px;
}

.news-detail-reference-heading h1 {
    margin: 0 0 18px;
    color: #061f61;
    font-size:var(--font-size-3xl);
    line-height: 1.14;
    font-weight: 900;
}

.news-detail-reference-heading p {
    margin: 0;
    color: #263b69;
    font-size:var(--font-size-xl);
    line-height: 1.68;
    font-weight: 700;
}

.news-detail-reference-content {
    display: grid;
    gap: 24px;
    padding: 34px 48px 38px;
    border-top: 1px solid #e4ebf7;
}

.news-detail-reference-body {
    display: grid;
    gap: 14px;
    width: min(100%, 860px);
}

.news-detail-reference-body p {
    margin: 0;
    color: #203966;
    font-size:var(--font-size-xl);
    line-height: 1.78;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.news-detail-reference-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}

.news-detail-reference-footer .website-share-row {
    margin: 0;
}

.news-detail-reference-related {
    margin-top: 36px;
    padding: 0 !important;
}

.news-detail-reference-related-head {
    width: min(100%, 720px);
    margin: 0 auto 24px;
    text-align: center;
}

.news-detail-reference-related-head h2 {
    margin: 0;
    color: #061f61;
    font-size:var(--font-size-2xl);
    line-height: 1.16;
    font-weight: 900;
}

.news-detail-reference-related-head p {
    margin: 10px 0 0;
    color: #203b73;
    font-size:var(--font-size-lg);
    line-height: 1.6;
    font-weight: 700;
}

.news-detail-reference-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 34px;
}

.news-detail-reference-related-card {
    min-height: 440px;
}

@media (max-width: 980px) {
    .news-reference-featured {
        grid-template-columns: minmax(0, 1fr);
    }

    .news-reference-featured-media {
        aspect-ratio: 1.85 / 1;
    }

    .news-reference-featured-copy {
        padding: 30px;
    }

    .news-reference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-reference-newsletter {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .news-reference-newsletter-form {
        grid-column: 1 / -1;
    }

    .news-detail-reference-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .news-detail-reference-cover {
        aspect-ratio: 1.85 / 1;
    }

    .news-detail-reference-heading,
    .news-detail-reference-content {
        padding-right: 30px;
        padding-left: 30px;
    }

    .news-detail-reference-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .news-reference-shell {
        padding: 24px 0 42px !important;
    }

    .news-reference-breadcrumb {
        font-size:var(--font-size-xs);
    }

    .news-reference-heading {
        margin-bottom: 22px;
        text-align: left;
    }

    .news-reference-heading h1 {
        font-size:var(--font-size-3xl);
    }

    .news-reference-heading p {
        font-size:var(--font-size-lg);
    }

    .news-reference-featured-copy {
        padding: 24px 20px;
    }

    .news-reference-featured h2 {
        font-size:var(--font-size-2xl);
    }

    .news-reference-meta {
        gap: 10px 16px;
    }

    .news-reference-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 28px;
    }

    .news-reference-card {
        min-height: auto;
    }

    .news-reference-card-body {
        padding: 20px;
    }

    .news-reference-newsletter {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 20px !important;
    }

    .news-reference-newsletter-icon {
        width: 64px;
        height: 64px;
        font-size:32px;
    }

    .news-reference-newsletter h2 {
        font-size:var(--font-size-2xl);
    }

    .news-reference-newsletter-form {
        grid-template-columns: 1fr;
    }

    .news-detail-reference-heading,
    .news-detail-reference-content {
        padding: 24px 20px;
    }

    .news-detail-reference-heading h1 {
        font-size:var(--font-size-3xl);
    }

    .news-detail-reference-body p {
        font-size:var(--font-size-xl);
    }

    .news-detail-reference-footer {
        display: grid;
    }

    .news-detail-reference-related {
        margin-top: 28px;
    }

    .news-detail-reference-related-head {
        margin-bottom: 20px;
        text-align: left;
    }

    .news-detail-reference-related-head h2 {
        font-size:var(--font-size-2xl);
    }

    .news-detail-reference-related-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

.website-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}

.website-pagination span {
    color: var(--muted);
    font-weight: 800;
}

.website-pagination .disabled {
    pointer-events: none;
    opacity: 0.52;
}

.website-news-detail-bg .section-bg-image {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.96)),
        url('/website-assets/website-visual-fallback.svg');
}

.website-news-detail-cover {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: var(--brand-light);
}

.website-news-detail-cover img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
}

.website-news-detail-summary {
    padding: 16px 18px;
    border-left: 3px solid rgba(186, 141, 82, 0.55);
    border-radius: 0 14px 14px 0;
    background: rgba(248, 244, 236, 0.74);
    color: var(--heading) !important;
    font-size:var(--font-size-xl);
    font-weight: 700;
}

.website-news-detail-body {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.website-news-detail-body p {
    overflow-wrap: anywhere;
}

.website-news-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.website-news-related h3 {
    margin: 10px 0 0;
}

.website-news-related .sidebar-list {
    margin-top: 14px;
}

.website-news-related .sidebar-list a {
    display: grid;
    gap: 5px;
}

.website-news-related .sidebar-list a span {
    color: var(--muted);
    font-size:var(--font-size-xs);
    font-weight: 700;
}

.website-promo-bg .section-bg-image,
.website-promo-note-section .section-bg-image {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.96)),
        url('/website-assets/website-visual-fallback.svg');
}

.website-promotion-grid {
    align-items: stretch;
}

.home-promo-carousel {
    position: relative;
}

.home-promo-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.home-promo-viewport::-webkit-scrollbar {
    display: none;
}

.home-promo-section .website-promotion-grid {
    display: flex;
    grid-template-columns: none;
    gap: 20px;
    min-width: 100%;
}

.website-promotion-card {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    flex: 0 0 calc((100% - 40px) / 3);
    align-content: start;
    gap: 14px;
    overflow: hidden;
    min-height: 430px;
}

.home-promo-nav {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(8, 42, 94, .12);
    border-radius: 50%;
    background: #fff;
    color: var(--brand-navy);
    cursor: pointer;
    box-shadow: 0 18px 38px rgba(8, 36, 90, .18);
    transform: translateY(-50%);
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.home-promo-nav:hover,
.home-promo-nav:focus {
    background: var(--brand-navy);
    color: #fff;
    outline: 0;
    transform: translateY(-50%) scale(1.04);
}

.home-promo-nav:disabled {
    cursor: default;
    opacity: .42;
}

.home-promo-prev {
    left: -22px;
}

.home-promo-next {
    right: -22px;
}

.home-promo-nav i {
    font-size:var(--font-size-kpi);
    line-height: 1;
}

.website-promotion-card .offer-icon {
    margin-top: 0;
}

.promo-card-media {
    position: relative;
    width: calc(100% + 44px);
    height: 220px;
    min-height: 0;
    margin: -22px -22px 4px;
    overflow: hidden;
    border-radius: 0;
    background: var(--brand-light);
}

.promo-card-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
}

.home-promo-section .promo-card-media {
    height: 220px;
}

.website-promotion-card h3 {
    display: -webkit-box;
    min-height: 48px;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.website-promotion-card p {
    display: -webkit-box;
    min-height: 50px;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.website-promotion-card .offer-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.website-promotion-card .tag-row {
    margin-top: 0;
}

.website-promotion-card .offer-footer {
    flex-wrap: wrap;
    margin-top: auto;
}

.room-rate-bg .section-bg-image {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.96)),
        url('/website-assets/website-visual-fallback.svg');
}

.room-rate-actions,
.room-rate-row-actions,
.room-rate-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.room-rate-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(121, 89, 54, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 50px rgba(38, 33, 26, 0.08);
}

.room-rate-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
}

.room-rate-table th,
.room-rate-table td {
    padding: 16px;
    border-bottom: 1px solid rgba(121, 89, 54, 0.12);
    text-align: left;
    vertical-align: middle;
}

.room-rate-table th {
    color: var(--heading);
    font-size:var(--font-size-base);
    text-transform: uppercase;
}

.room-rate-table td {
    color: var(--text);
}

.room-rate-table td strong {
    color: var(--heading);
}

.room-rate-table td span {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size:var(--font-size-base);
}

.room-rate-name {
    display: grid;
    gap: 4px;
}

.room-rate-name span {
    color: var(--muted);
    font-size:var(--font-size-xs);
    font-weight: 800;
    text-transform: uppercase;
}

.room-rate-name strong {
    color: var(--heading);
    font-size:var(--font-size-xl);
}

.room-rate-name em {
    color: var(--muted);
    font-size:var(--font-size-base);
    font-style: normal;
}

.room-rate-row-actions {
    min-width: 180px;
}

.room-rate-cta {
    justify-content: center;
    margin-top: 24px;
}

.room-rate-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(121, 89, 54, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--muted);
    font-size:var(--font-size-md);
}

.room-rate-note i {
    color: var(--heading);
    font-size:var(--font-size-2xl);
}

@media (max-width: 900px) {
    .room-detail-price {
        font-size:var(--font-size-kpi);
    }

    .room-related-grid {
        grid-template-columns: 1fr;
    }

    .service-catalog-grid {
        grid-template-columns: 1fr;
    }

    .service-card-top,
    .service-actions {
        grid-template-columns: 1fr;
    }

    .service-card-top {
        display: grid;
    }

    .service-price {
        text-align: left;
        white-space: normal;
    }

    .lookup-summary-grid,
    .lookup-room-row {
        grid-template-columns: 1fr;
    }

    .lookup-room-row > div:last-child {
        text-align: left;
    }

    .website-about-hero-grid,
    .website-about-story-grid,
    .website-about-contact-grid {
        grid-template-columns: 1fr;
    }

    .website-about-hero {
        padding: 72px 0 56px;
    }

    .website-about-hero h1 {
        font-size:var(--font-size-3xl);
    }

    .website-about-contact-section .content-box {
        padding-right: 28px !important;
    }

    .website-about-hero-media,
    .website-about-story-visual,
    .website-about-map-panel {
        min-height: 360px;
    }

    .website-about-hero-facts,
    .website-about-strength-grid,
    .website-about-value-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .website-news-search {
        width: 100%;
    }

    .website-news-detail-cover {
        min-height: 320px;
    }

    .website-about-actions {
        display: grid;
    }

    .contact-submit-row {
        display: grid;
    }

    .room-rate-actions {
        display: grid;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .website-news-search {
        display: grid;
    }

    .website-news-detail-cover {
        min-height: 240px;
    }

    .website-news-detail-actions {
        display: grid;
    }

    .website-about-summary {
        font-size:var(--font-size-lg);
    }

    .website-about-hero h1 {
        font-size:var(--font-size-3xl);
    }

    .website-about-hero-summary {
        font-size:var(--font-size-xl);
    }

    .website-about-hero-facts,
    .website-about-strength-grid,
    .website-about-value-row {
        grid-template-columns: 1fr;
    }

    .website-about-strength-card,
    .website-about-value-item {
        padding: 16px;
    }

    .website-about-story-visual,
    .website-about-map-panel {
        min-height: 300px;
    }

    .website-contact-summary {
        font-size:var(--font-size-lg);
    }

    .room-rate-table th,
    .room-rate-table td {
        padding: 14px 12px;
    }
}

/* Thanh Lam approved navy theme for the real Web.Website host. */
:root {
    --brand-navy: #002B67;
    --brand-blue: #0A4DB3;
    --brand-blue-2: #003B7A;
    --brand-light: #F6FAFF;
    --brand-soft: #EAF4FF;
    --brand-gold: #F5C46B;
    --heading: #082A5E;
    --text: #243B5A;
    --muted: #66758A;
    --line: rgba(8, 42, 94, .10);
    --surface: #FFFFFF;
    --footer-bg: linear-gradient(135deg, #002454, #003B7A);
    --navy: var(--brand-navy);
    --gold: var(--brand-gold);
    --gold-2: #F7C873;
    --bg: var(--brand-light);
    --shadow-xs: 0 8px 22px rgba(8, 42, 94, .06);
    --shadow-sm: 0 14px 34px rgba(8, 42, 94, .10);
    --shadow-md: 0 22px 54px rgba(8, 42, 94, .16);
    --shadow-lg: 0 28px 70px rgba(8, 42, 94, .18);
    --container: min(1280px, calc(100% - 64px));
    --font-body: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --font-heading: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

body {
    color: var(--text);
    background: linear-gradient(180deg, #f7fbff, #fff);
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading);
    font-family: var(--font-heading) !important;
    letter-spacing: 0 !important;
}

.container {
    width: var(--container);
}

.topbar {
    display: block !important;
    background: linear-gradient(90deg, #002454, #003B7A) !important;
    border-bottom: 0;
    color: #fff;
    font-size:var(--font-size-base);
}

.topbar .container,
.topbar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    min-height: 48px;
    padding: 0;
}

.topbar span,
.topbar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

.topbar i {
    color: #fff;
}

.topbar-hotline {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #dc2626;
    box-shadow: 0 10px 24px rgba(220, 38, 38, .24);
    color: #fff !important;
}

.topbar-hotline:hover,
.topbar-hotline:focus {
    background: #b91c1c;
    color: #fff !important;
}

.site-header,
.header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 6px 24px rgba(8, 36, 90, .06);
    backdrop-filter: blur(12px);
}

.header-row,
.nav {
    height: 88px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(14px, 1.8vw, 24px);
}

.brand,
.logo,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--heading);
    font-weight: 900;
}

.brand-mark,
.logo-mark,
.footer-brand span {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--brand-navy);
    font-family: Georgia, serif;
    font-size:46px;
    line-height: 1;
    letter-spacing: -2px;
}

.nav-menu,
.menu {
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.8vw, 26px);
    color: var(--heading);
    font-weight: 850;
}

.nav-menu > a,
.menu > a,
.nav-menu .nav-link,
.menu .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 31px 0;
    color: var(--heading);
    font-size:var(--font-size-base);
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap;
}

.nav-menu > a::after,
.menu > a::after,
.nav-menu .nav-link::after,
.menu .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    width: auto;
    height: 3px;
    border-radius: 999px;
    background: transparent;
}

.nav-menu > a:hover::after,
.nav-menu > a.active::after,
.menu > a:hover::after,
.menu > a.active::after,
.nav-menu .nav-link:hover::after,
.nav-menu .nav-link.active::after,
.nav-item.active > .nav-link::after {
    background: var(--brand-navy);
}

.nav-item {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-item .nav-link i {
    font-size:var(--font-size-base);
    line-height: 1;
}

.nav-submenu {
    position: absolute;
    top: calc(100% - 10px);
    left: -18px;
    z-index: 40;
    min-width: 230px;
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(8, 42, 94, .10);
    border-radius: 12px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 20px 44px rgba(8, 42, 94, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav-item:hover .nav-submenu,
.nav-item:focus-within .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-submenu a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 9px;
    color: var(--text);
    font-size:var(--font-size-md);
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.nav-submenu a i {
    color: var(--brand-blue);
    font-size:var(--font-size-2xl);
    line-height: 1;
}

.nav-submenu a:hover,
.nav-submenu a.active {
    background: var(--brand-soft);
    color: var(--brand-navy);
}

.header-actions {
    display: flex;
    align-items: center;
}

.btn,
.book-btn,
button.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 900;
    line-height: 1.2;
    white-space: normal;
    box-shadow: none;
}

.book-btn {
    min-height: 54px;
}

.btn-primary,
.book-btn {
    background: var(--brand-navy) !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(5, 43, 103, .22);
}

.btn-secondary {
    background: #fff !important;
    color: var(--brand-navy) !important;
    border-color: rgba(8, 42, 94, .14) !important;
}

.btn:hover,
.book-btn:hover {
    transform: translateY(-2px);
}

.btn i,
.book-btn i,
.footer-cta i,
.footer-call i {
    line-height: 1;
}

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    padding: 0;
    place-items: center;
    gap: 4px;
}

.mobile-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--brand-navy);
}

.mobile-nav {
    z-index: 3000;
}

.mobile-nav-overlay {
    background: rgba(0, 36, 84, .44);
}

.mobile-nav-panel {
    background: #fff;
    padding: 22px;
}

.mobile-nav-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid var(--line);
}

.mobile-close {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: var(--brand-navy);
}

.mobile-nav-body > a,
.mobile-nav-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--heading);
    font-weight: 900;
}

.mobile-nav-body a.active {
    background: var(--brand-soft);
    color: var(--brand-navy);
}

.mobile-nav-group {
    display: grid;
    gap: 6px;
}

.mobile-nav-parent i {
    color: var(--brand-blue);
    font-size:var(--font-size-2xl);
    line-height: 1;
}

.mobile-nav-children {
    display: grid;
    gap: 4px;
    padding: 0 0 4px 12px;
}

.mobile-nav-children a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 0 12px;
    border-left: 2px solid rgba(10, 77, 179, .14);
    color: var(--text);
    font-size:var(--font-size-md);
    font-weight: 800;
}

.mobile-nav-children a i {
    color: var(--brand-blue);
    font-size:var(--font-size-xl);
    line-height: 1;
}

.tl-home-hero,
.hero-home-refined {
    min-height: 650px;
    overflow: hidden;
    background: linear-gradient(180deg, #eaf6ff 0%, #f8fbff 78%, #fff 100%) !important;
    color: var(--text);
}

.tl-home-hero::before,
.tl-home-hero::after,
.hero-home-refined::before,
.hero-home-refined::after {
    display: none !important;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 38% 35%, rgba(255, 255, 255, .85), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, .88), rgba(217, 236, 250, .5), rgba(255, 255, 255, .9));
    pointer-events: none;
}

.tl-home-grid,
.refined-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.05fr) minmax(300px, 360px);
    gap: 34px;
    align-items: center;
    min-height: auto;
    padding: 54px 0 58px;
}

.tl-hero-copy {
    min-height: 360px;
    display: flex;
    align-items: center;
    max-width: none;
}

.hero-slide {
    display: none;
}

.hero-slide.active {
    display: block;
}

.tl-home-hero .eyebrow,
.page-hero .eyebrow,
.section-label-pro {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: var(--brand-navy) !important;
    font-size:var(--font-size-xs);
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.tl-home-hero h1 {
    max-width: 560px;
    margin: 16px 0 0;
    color: var(--heading) !important;
    font-size:var(--font-size-4xl);
    line-height: 1.18;
    font-weight: 900;
}

.tl-home-hero p {
    max-width: 520px;
    margin-top: 24px;
    color: var(--text) !important;
    font-size:var(--font-size-2xl);
    line-height: 1.65;
}

.tl-home-hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.tl-hero-visual,
.hero-visual {
    position: relative;
    display: grid;
    place-items: center;
    overflow: visible;
}

.hero-image-frame {
    position: relative;
    display: grid;
    width: 100%;
    height: min(520px, 50vw);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 54px rgba(8, 42, 94, .16);
}

.hero-image-frame img {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    opacity: 0;
    transition: opacity .24s ease;
}

.hero-image-frame img.active {
    opacity: 1;
}

.slider-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--brand-navy);
    font-size:var(--font-size-kpi);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
}

.slider-arrow.prev {
    left: -26px;
}

.slider-arrow.next {
    right: -26px;
}

.slider-dots,
.hero-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 4;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 26px rgba(8, 36, 90, .18);
}

.slider-dots button,
.hero-slider-dot {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #b6c5de !important;
    border-radius: 50%;
    background: #fff !important;
    padding: 0;
}

.slider-dots button.active,
.hero-slider-dot.active {
    width: 14px !important;
    background: var(--brand-navy) !important;
    border-color: var(--brand-navy) !important;
}

.quick-booking,
.tl-quick-booking,
.hero-booking-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow-md);
}

.quick-booking h2 {
    margin-bottom: 22px;
    color: var(--heading);
    font-size:var(--font-size-2xl);
}

.quick-booking form {
    display: grid;
    gap: 18px;
}

.form-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

label,
.field label {
    display: grid;
    gap: 8px;
    color: var(--heading);
    font-size:var(--font-size-base);
    font-weight: 900;
}

input,
select,
textarea,
.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cfdcef;
    border-radius: 9px;
    background: #fff;
    color: var(--heading);
    padding: 13px 14px;
    font: inherit;
}

input:focus,
select:focus,
textarea:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 4px rgba(10, 77, 179, .12);
}

.feature-strip-home {
    margin-top: 36px;
    padding: 0 0 20px;
}

.feature-strip-grid,
.page-meta-grid,
.grid-4,
.quick-benefit-grid,
.stats-band {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.feature-strip-grid,
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.feature-tile,
.feature,
.mini-info-card,
.card,
.news-card,
.content-box,
.room-card-pro,
.service-catalog-card,
.offer-card-home,
.contact-card-pro,
.page-meta-card,
.stats-band .sb {
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(8, 36, 90, .07);
}

.tile-icon,
.feature-icon,
.service-icon,
.offer-icon,
.booking-progress-item i {
    background: var(--brand-soft) !important;
    border-color: var(--line) !important;
    color: var(--brand-navy) !important;
}

section {
    padding: 58px 0;
}

.section-light,
.section-alt,
.section-soft {
    background: transparent;
}

.section-head h2 {
    color: var(--heading);
    font-size:var(--font-size-2xl);
    line-height: 1.18;
}

.section-head p,
.card p,
.feature p,
.mini-info-card span,
.content-box p {
    color: var(--muted);
}

.page-hero {
    background: linear-gradient(90deg, #fff 0%, #f0f7ff 55%, #dceeff 100%) !important;
    color: var(--text);
    border-bottom: 1px solid var(--line);
    padding: 48px 0;
}

.page-hero .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 42px;
    align-items: center;
}

.page-hero .container::after {
    content: "";
    width: 100%;
    height: 270px;
    border-radius: 16px;
    background: url("/website-assets/room-deluxe.png") center 28% / cover no-repeat;
    filter: drop-shadow(0 18px 30px rgba(8, 36, 90, .16));
}

.page-hero h1 {
    color: var(--heading) !important;
    font-size:var(--font-size-3xl);
}

.page-hero p,
.breadcrumb {
    color: var(--text);
}

.page-hero.website-about-hero {
    padding: 92px 0 74px !important;
    background: linear-gradient(135deg, rgba(5, 34, 76, 0.96), rgba(9, 62, 128, 0.9)) !important;
    color: #fff;
    border-bottom: 0;
}

.page-hero.website-about-hero .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    gap: 46px;
    align-items: center;
}

.page-hero.website-about-hero .container::after,
.page-hero.website-about-hero::before {
    display: none;
}

.page-hero.website-about-hero h1 {
    color: #fff !important;
}

.page-hero.website-about-hero p,
.page-hero.website-about-hero .breadcrumb {
    color: rgba(255, 255, 255, 0.82);
}

.segmented-pills .active,
.segmented-pills button.active,
.segmented-pills a.active,
.pill.active,
.booking-progress-item.active {
    background: var(--brand-navy) !important;
    border-color: var(--brand-navy) !important;
    color: #fff !important;
}

.badge,
.tag,
.amenity-inline span,
.room-quick-specs span {
    background: var(--brand-light) !important;
    border-color: var(--line) !important;
    color: var(--heading) !important;
}

.room-card-pro {
    grid-template-columns: 300px minmax(0, 1fr);
}

.room-card-media,
.card-media,
.service-card-media,
.promo-card-media,
.article-cover,
.website-news-detail-cover,
.detail-hero-image {
    background-color: var(--brand-light);
}

.room-price,
.home-price,
.service-price,
.price {
    color: var(--brand-navy);
}

.feature-checks li::before,
.list li::before {
    background: var(--brand-soft);
    color: var(--brand-blue);
}

.gallery-pro .gi,
.website-gallery-item {
    border-radius: 18px;
}

.gallery-pro .caption {
    background: rgba(255, 255, 255, .92);
    color: var(--heading);
    padding: 10px 12px;
    border-radius: 12px;
}

.cta-band,
.cta-band-home {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    background: var(--footer-bg) !important;
    color: #fff;
    border-radius: 16px;
    padding: 34px 38px;
    box-shadow: var(--shadow-md);
}

.cta-band h2,
.cta-band-home h2 {
    color: #fff !important;
}

.cta-band p,
.cta-band-home p {
    color: rgba(255, 255, 255, .85) !important;
}

.footer {
    background: var(--footer-bg) !important;
    color: #dbe8ff;
    padding: 0;
    border-top: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1.2fr 1.1fr;
    gap: 44px;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.footer h4 {
    margin: 0 0 14px;
    color: var(--brand-gold) !important;
    font-size:var(--font-size-lg);
    font-weight: 900;
    text-transform: uppercase;
}

.footer a,
.footer p {
    display: block;
    color: #e4eeff;
    margin: 9px 0;
    overflow-wrap: anywhere;
}

.footer-brand {
    color: #fff;
    margin-bottom: 16px;
}

.footer-brand span {
    color: var(--brand-gold);
}

.footer .social-row {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.social-chip {
    width: 38px;
    min-width: 38px;
    height: 38px;
    display: grid !important;
    place-items: center;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .36);
    background: transparent;
    color: #fff;
    box-shadow: none;
    font-size:var(--font-size-xs);
}

.footer-graphic {
    width: 210px;
    height: 54px;
    margin-top: 18px;
    border-bottom: 2px solid rgba(245, 196, 107, .55);
    background: linear-gradient(90deg, transparent 0 10%, rgba(245, 196, 107, .18) 10% 18%, transparent 18% 25%, rgba(245, 196, 107, .18) 25% 40%, transparent 40%);
}

.footer-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    padding: 15px 20px;
    background: linear-gradient(135deg, var(--brand-gold), #F7C873);
    color: var(--heading) !important;
    font-weight: 900;
}

.footer-call {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    padding: 13px 18px;
    color: #fff !important;
}

.copy {
    padding: 0;
}

.copy-row {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    padding: 18px 0;
    color: #dbe8ff;
    font-size:var(--font-size-base);
}

.copy-links {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.copy-links span::before {
    display: none;
}

.website-news-search input,
.website-news-search button {
    min-height: 46px;
}

.quick-contact-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 70;
    display: grid;
    gap: 10px;
}

.quick-contact-float a {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--brand-navy);
    box-shadow: var(--shadow-sm);
    font-weight: 900;
    font-size:var(--font-size-xs);
}

.quick-contact-float a.primary {
    background: var(--brand-navy);
    color: #fff;
}

.room-filter-pills .pill,
.segmented-pills button,
.segmented-pills a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.detail-hero-image {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
}

.room-favorite-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: var(--brand-navy);
    font-weight: 900;
    box-shadow: var(--shadow-xs);
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: var(--brand-navy);
    box-shadow: var(--shadow-xs);
    transform: translateY(-50%);
}

.gallery-arrow.prev {
    left: 18px;
}

.gallery-arrow.next {
    right: 18px;
}

.direct-booking-notes {
    display: grid;
    gap: 8px;
    margin-top: 16px;
    color: var(--muted);
    font-weight: 800;
}

.direct-booking-notes span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.direct-booking-notes i {
    color: var(--brand-blue);
}

.website-share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.website-share-row span {
    color: var(--heading);
    font-weight: 900;
}

.website-share-row a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--brand-navy);
    text-decoration: none;
}

.website-news-booking-box {
    margin-top: 18px;
}

.support-stack {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.offer-footer a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 1100px) {
    .topbar {
        display: block !important;
    }

    .topbar-row,
    .topbar .container {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        padding: 8px 0;
    }

    .hero-home-refined .refined-grid,
    .tl-home-grid,
    .refined-grid {
        grid-template-columns: minmax(240px, .85fr) minmax(280px, 1fr) minmax(250px, 300px) !important;
        gap: 20px !important;
    }

    .tl-quick-booking {
        grid-column: auto !important;
    }

    .feature-strip-grid,
    .grid-4,
    .footer-grid,
    .stats-band,
    .quick-benefit-grid,
    .offer-grid-home,
    .news-grid,
    .service-catalog-grid,
    .gallery-pro {
        grid-template-columns: 1fr 1fr;
    }

    .home-promo-section .website-promotion-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-promo-section .website-promotion-card {
        flex-basis: calc((100% - 20px) / 2);
    }
}

@media (max-width: 900px) {
    :root {
        --container: min(100% - 32px, 1280px);
    }

    .header-row,
    .nav {
        height: 74px;
    }

    .nav-menu,
    .menu,
    .header-actions {
        display: none;
    }

    .mobile-toggle {
        display: grid !important;
    }

    .brand span:last-child,
    .logo span:last-child {
        font-size:var(--font-size-lg);
    }

    .brand-mark,
    .logo-mark {
        font-size:38px;
    }

    .hero-home-refined .refined-grid,
    .tl-home-grid,
    .refined-grid,
    .page-hero .container,
    .room-card-pro,
    .room-detail-pro,
    .booking-layout-pro,
    .contact-layout-pro,
    .article-layout,
    .split {
        grid-template-columns: 1fr !important;
    }

    .page-hero .container::after {
        height: 240px;
    }

    .tl-hero-copy {
        min-height: auto;
    }

    .tl-home-hero h1 {
        font-size:var(--font-size-4xl);
    }

    .hero-image-frame {
        height: 360px;
    }

    .slider-arrow {
        width: 44px;
        height: 44px;
        font-size:var(--font-size-kpi);
    }

    .slider-arrow.prev {
        left: 0;
    }

    .slider-arrow.next {
        right: 0;
    }

    .form-two,
    .feature-strip-grid,
    .grid-4,
    .stats-band,
    .quick-benefit-grid,
    .offer-grid-home,
    .news-grid,
    .service-catalog-grid,
    .gallery-pro,
    .cta-band,
    .cta-band-home {
        grid-template-columns: 1fr;
    }

    .home-promo-section .website-promotion-grid {
        grid-template-columns: 1fr;
    }

    .home-promo-section .website-promotion-card {
        flex-basis: 100%;
    }

    .home-promo-prev {
        left: 8px;
    }

    .home-promo-next {
        right: 8px;
    }

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

    .topbar span,
    .topbar a {
        white-space: normal;
        font-size:var(--font-size-xs);
        line-height: 1.35;
    }

    .copy-row {
        display: grid;
        text-align: left;
    }

    .copy-links {
        display: grid;
        gap: 8px;
        justify-content: start;
    }

    .footer-call,
    .footer-cta {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 430px) {
    .brand,
    .logo {
        gap: 10px;
    }

    .tl-home-hero h1,
    .page-hero h1 {
        font-size:var(--font-size-4xl);
    }

    .tl-home-hero p {
        font-size:var(--font-size-xl);
    }

    .quick-booking,
    .tl-quick-booking,
    .content-box,
    .contact-card-pro {
        padding: 20px;
    }

    .room-actions,
    .service-actions,
    .contact-submit-row,
    .booking-submit-row {
        display: grid;
    }
}

/* Homepage full-width hero slider refinement */
body.home .tl-home-hero,
body.home .hero-home-refined,
body.home .hero-slider {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    background: #dceeff !important;
    border-bottom: 1px solid rgba(8, 42, 94, .08);
}

body.home .hero-fullwidth-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #dceeff;
}

body.home .hero-fullwidth-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity .32s ease, transform 6s ease;
}

body.home .hero-fullwidth-media img.active {
    opacity: 1;
    transform: scale(1);
}

body.home .hero-fullwidth-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 118px;
    background: linear-gradient(180deg, rgba(232, 243, 255, 0), rgba(232, 243, 255, .96) 68%, rgba(246, 250, 255, .98));
    pointer-events: none;
}

body.home .tl-home-hero .hero-bg {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(246, 250, 255, .96) 0%, rgba(246, 250, 255, .88) 31%, rgba(225, 241, 255, .64) 53%, rgba(246, 250, 255, .84) 76%, rgba(246, 250, 255, .92) 100%),
        linear-gradient(180deg, rgba(0, 43, 103, .10), rgba(255, 255, 255, .20));
}

body.home .tl-home-grid,
body.home .hero-home-refined .refined-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(360px, 600px) minmax(310px, 370px) !important;
    justify-content: space-between;
    align-items: center;
    gap: clamp(28px, 7vw, 112px) !important;
    min-height: 640px;
    padding: 72px 0 82px;
}

body.home .tl-hero-copy {
    max-width: 620px;
    min-height: auto;
}

body.home .tl-home-hero h1 {
    max-width: 600px;
    color: var(--heading) !important;
    text-shadow: 0 2px 22px rgba(255, 255, 255, .52);
}

body.home .tl-home-hero p {
    max-width: 520px;
    color: #243B5A !important;
    text-shadow: 0 1px 14px rgba(255, 255, 255, .52);
}

body.home .tl-quick-booking {
    justify-self: end;
    width: min(100%, 370px);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
}

body.home .tl-home-hero > .slider-arrow {
    z-index: 5;
    top: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(8, 42, 94, .16);
    background: rgba(255, 255, 255, .94);
    color: var(--brand-navy);
    box-shadow: 0 14px 28px rgba(8, 42, 94, .18);
    transform: translateY(-50%);
}

body.home .tl-home-hero > .slider-arrow.prev {
    left: clamp(18px, 2.2vw, 34px);
}

body.home .tl-home-hero > .slider-arrow.next {
    right: clamp(18px, 2.2vw, 34px);
}

body.home .tl-home-hero > .slider-dots,
body.home .tl-home-hero > .hero-slider-dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 26px;
    gap: 9px;
    padding: 9px 12px;
    border: 1px solid rgba(8, 42, 94, .14);
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 14px 30px rgba(8, 42, 94, .16);
    transform: translateX(-50%);
}

body.home .tl-home-hero > .slider-dots button,
body.home .tl-home-hero > .hero-slider-dots button {
    width: 13px !important;
    height: 13px !important;
    border: 2px solid #b6c5de !important;
}

body.home .tl-home-hero > .slider-dots button.active,
body.home .tl-home-hero > .hero-slider-dots button.active {
    background: var(--brand-blue) !important;
    border-color: var(--brand-blue) !important;
}

@media (max-width: 1180px) {
    body.home .tl-home-grid,
    body.home .hero-home-refined .refined-grid {
        grid-template-columns: minmax(300px, 1fr) minmax(280px, 340px) !important;
        gap: 32px !important;
        min-height: 620px;
        padding: 58px 0 74px;
    }

    body.home .tl-home-hero h1 {
        font-size:var(--font-size-4xl);
    }
}

@media (max-width: 900px) {
    body.home .tl-home-hero,
    body.home .hero-home-refined,
    body.home .hero-slider {
        min-height: 0;
    }

    body.home .tl-home-hero .hero-bg {
        background:
            linear-gradient(180deg, rgba(246, 250, 255, .96) 0%, rgba(246, 250, 255, .88) 42%, rgba(246, 250, 255, .78) 100%),
            linear-gradient(90deg, rgba(0, 43, 103, .14), rgba(255, 255, 255, .14));
    }

    body.home .tl-home-grid,
    body.home .hero-home-refined .refined-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        min-height: 0;
        padding: 34px 0 86px;
    }

    body.home .tl-home-hero h1 {
        max-width: none;
        font-size:var(--font-size-4xl);
    }

    body.home .tl-home-hero p {
        max-width: none;
    }

    body.home .tl-quick-booking {
        justify-self: stretch;
        width: 100%;
    }

    body.home .tl-home-hero > .slider-arrow {
        top: auto;
        bottom: 24px;
        width: 44px;
        height: 44px;
        transform: none;
    }

    body.home .tl-home-hero > .slider-arrow.prev {
        left: calc(50% - 112px);
    }

    body.home .tl-home-hero > .slider-arrow.next {
        right: calc(50% - 112px);
    }

    body.home .tl-home-hero > .slider-dots,
    body.home .tl-home-hero > .hero-slider-dots {
        bottom: 31px;
        width: auto;
        max-width: calc(100% - 156px);
        pointer-events: auto;
    }
}

@media (max-width: 430px) {
    body.home .tl-home-grid,
    body.home .hero-home-refined .refined-grid {
        padding: 28px 0 82px;
    }

    body.home .tl-home-hero h1 {
        font-size:var(--font-size-4xl);
    }

    body.home .tl-home-hero > .slider-arrow.prev {
        left: 22px;
    }

    body.home .tl-home-hero > .slider-arrow.next {
        right: 22px;
    }

    body.home .tl-home-hero > .slider-dots,
    body.home .tl-home-hero > .hero-slider-dots {
        bottom: 31px;
        padding: 8px 10px;
        gap: 7px;
        max-width: 112px;
    }
}
    .topbar {
        display: block !important;
    }

    .topbar-row,
    .topbar .container {
        display: flex !important;
    }

/* Homepage mockup alignment */
body.home main {
    background: #fff;
}

body.home .site-header,
body.home .header {
    position: sticky !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
}

body.home .quick-contact-float {
    display: none;
}

body.home .tl-home-hero,
body.home .hero-home-refined,
body.home .hero-slider {
    min-height: 0;
    padding: 0;
    border-bottom: 1px solid rgba(8, 42, 94, .08);
    background: linear-gradient(180deg, #dff2ff 0%, #edf8ff 54%, #fff 100%) !important;
}

body.home .tl-home-grid,
body.home .hero-home-refined .refined-grid {
    grid-template-columns: minmax(300px, .9fr) minmax(410px, 1.06fr) minmax(300px, 340px);
    gap: 24px;
    align-items: center;
    min-height: 560px;
    padding: 38px 0 42px;
}

body.home .hero-bg {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(229, 244, 255, .58) 36%, rgba(218, 239, 255, .34) 66%, rgba(255, 255, 255, .88) 100%),
        radial-gradient(circle at 48% 28%, rgba(255, 255, 255, .72), transparent 34%);
}

body.home .tl-hero-copy {
    min-height: auto;
}

body.home .tl-home-hero .eyebrow {
    color: var(--brand-navy) !important;
    font-size:var(--font-size-xs);
    letter-spacing: 0;
}

body.home .tl-home-hero h1 {
    max-width: 520px;
    margin-top: 14px;
    font-size:var(--font-size-4xl);
    line-height: 1.17;
    letter-spacing: 0;
}

body.home .tl-home-hero p {
    max-width: 470px;
    margin-top: 22px;
    font-size:var(--font-size-2xl);
    line-height: 1.75;
}

body.home .tl-home-hero .hero-actions {
    gap: 14px;
    margin-top: 28px;
}

body.home .hero-visual,
body.home .tl-hero-visual {
    align-self: stretch;
    min-height: 500px;
}

body.home .hero-image-frame {
    width: min(100%, 460px);
    height: 520px;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

body.home .hero-image-frame img {
    object-fit: contain;
    object-position: center bottom;
    clip-path: inset(0 0 54px 0);
    filter: drop-shadow(0 18px 28px rgba(8, 42, 94, .14));
}

body.home .slider-arrow {
    top: 50%;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(8, 42, 94, .12);
    background: rgba(255, 255, 255, .96);
    color: var(--brand-navy);
    box-shadow: 0 12px 26px rgba(8, 42, 94, .14);
}

body.home .slider-arrow.prev {
    left: -22px;
}

body.home .slider-arrow.next {
    right: -22px;
}

body.home .slider-dots,
body.home .hero-slider-dots {
    bottom: -102px;
    gap: 8px;
    padding: 8px 11px;
    border: 1px solid rgba(8, 42, 94, .12);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 26px rgba(8, 36, 90, .18);
}

body.home .tl-quick-booking {
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 18px 42px rgba(8, 42, 94, .13);
}

body.home .tl-quick-booking h2 {
    margin-bottom: 24px;
    font-size:var(--font-size-2xl);
    line-height: 1.25;
}

body.home .tl-quick-booking form {
    gap: 17px;
}

body.home .tl-quick-booking .btn {
    min-height: 56px;
    margin-top: 6px;
}

body.home .feature-strip-home {
    margin-top: 0;
    padding: 38px 0 8px;
}

body.home .feature-strip-grid,
body.home .benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

body.home .feature-tile {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 144px;
    padding: 24px 22px;
    border-radius: 12px;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(8, 42, 94, .08);
}

body.home .feature-tile > i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: var(--brand-navy);
    font-size:46px;
}

body.home .feature-tile h3 {
    margin: 0 0 7px;
    color: var(--heading);
    font-size:var(--font-size-xl);
    line-height: 1.25;
}

body.home .feature-tile p {
    margin: 0;
    color: var(--text);
    font-size:var(--font-size-lg);
    line-height: 1.55;
}

body.home .home-rooms-section,
body.home .home-services-section,
body.home .home-cta-section {
    padding: 24px 0;
    background: #fff;
}

body.home .section-head {
    justify-content: center;
    margin-bottom: 28px;
    text-align: center;
}

body.home .section-head h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: var(--heading);
    font-size:var(--font-size-2xl);
    letter-spacing: 0;
}

body.home .section-head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: var(--brand-blue);
    transform: translateX(-50%);
}

body.home .home-room-grid,
body.home .room-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

body.home .home-room-card,
body.home .room-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #fff !important;
    border: 1px solid rgba(8, 42, 94, .12) !important;
    box-shadow: 0 14px 32px rgba(8, 42, 94, .1);
}

body.home .home-room-card img {
    width: 100%;
    height: 205px;
    display: block;
    object-fit: cover;
}

body.home .room-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

body.home .room-body h3 {
    margin: 0 0 12px;
    color: var(--heading);
    font-size:var(--font-size-xl);
    line-height: 1.2;
}

body.home .room-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-bottom: 13px;
    color: var(--text);
    font-size:var(--font-size-xs);
    font-weight: 800;
}

body.home .room-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

body.home .room-meta i {
    color: var(--brand-blue);
}

body.home .room-body p {
    min-height: 72px;
    margin: 0 0 18px;
    color: var(--text);
    font-size:var(--font-size-xl);
    line-height: 1.6;
}

body.home .home-price {
    display: block;
    margin-top: auto;
    color: var(--brand-blue);
    font-size:var(--font-size-kpi);
    line-height: 1.25;
}

body.home .room-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

body.home .room-actions .btn {
    min-height: 48px;
    justify-content: center;
}

body.home .home-service-list,
body.home .service-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

body.home .service-feature-card,
body.home .service-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 118px;
    padding: 22px 18px;
    border-radius: 12px;
    background: #fff !important;
    border: 1px solid rgba(8, 42, 94, .1) !important;
    box-shadow: 0 10px 24px rgba(8, 42, 94, .07);
}

body.home .service-card > span {
    grid-row: span 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--brand-navy);
    font-size:38px;
}

body.home .service-card h3 {
    margin: 0;
    color: var(--heading);
    font-size:var(--font-size-xl);
    line-height: 1.3;
}

body.home .service-card p {
    display: -webkit-box;
    margin: 4px 0 0;
    color: var(--text);
    font-size:var(--font-size-base);
    line-height: 1.48;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.home .home-service-price {
    margin-top: 4px;
    color: var(--brand-blue);
    font-size:var(--font-size-kpi);
}

body.home .home-cta-section {
    padding: 18px 0 28px;
}

body.home .home-cta-section .cta-band {
    position: relative;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 24px;
    min-height: 150px;
    border-radius: 12px;
    padding: 30px 36px;
}

body.home .home-cta-section .cta-band::before {
    content: "\ef65";
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border: 2px solid var(--brand-gold);
    border-radius: 50%;
    color: #fff;
    font-family: "remixicon";
    font-size:42px;
}

body.home .home-cta-section .cta-band:has(.cta-icon)::before {
    display: none;
}

body.home .home-cta-section .cta-icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border: 2px solid var(--brand-gold);
    border-radius: 50%;
    color: #fff;
    font-size:42px;
}

body.home .home-cta-section .cta-label {
    display: none;
}

body.home .home-cta-section .cta-band h2 {
    margin: 0 0 9px;
    font-size:var(--font-size-2xl);
}

body.home .home-cta-section .cta-band p {
    margin: 0;
    font-size:var(--font-size-xl);
}

body.home .home-cta-section .cta-band p::after {
    display: none;
    content: none;
}

body.home .home-cta-section .cta-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .92);
    font-size:var(--font-size-md);
    font-weight: 800;
}

body.home .home-cta-section .cta-bullets span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.home .home-cta-section .cta-bullets i {
    color: #fff;
}

body.home .home-cta-section .cta-actions-group {
    display: flex;
    gap: 14px;
}

body.home .home-cta-section .cta-actions-group .btn {
    min-width: 150px;
    justify-content: center;
}

body.home .home-cta-section .cta-actions-group .btn-secondary {
    background: #fff !important;
    border-color: #fff !important;
    color: var(--brand-navy) !important;
}

body.home .home-cta-section .btn-outline-light {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, .74) !important;
    color: #fff !important;
}

@media (max-width: 1180px) {
    body.home .tl-home-grid,
    body.home .hero-home-refined .refined-grid {
        grid-template-columns: minmax(240px, .9fr) minmax(320px, 1fr) minmax(260px, 300px) !important;
        gap: 18px !important;
    }

    body.home .hero-image-frame {
        width: min(100%, 380px);
        height: 470px;
    }

    body.home .tl-home-hero h1 {
        font-size:var(--font-size-4xl);
    }

    body.home .feature-strip-grid,
    body.home .benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home .home-service-list,
    body.home .service-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    body.home .tl-home-grid,
    body.home .hero-home-refined .refined-grid {
        grid-template-columns: 1fr !important;
        min-height: 0;
        padding: 30px 0 36px;
    }

    body.home .tl-home-hero h1 {
        max-width: none;
        font-size:var(--font-size-4xl);
    }

    body.home .tl-home-hero p {
        max-width: none;
    }

    body.home .hero-visual,
    body.home .tl-hero-visual {
        min-height: 0;
        order: 2;
    }

    body.home .tl-quick-booking {
        order: 3;
        width: 100%;
    }

    body.home .hero-image-frame {
        width: min(100%, 420px);
        height: 430px;
    }

    body.home .slider-arrow.prev {
        left: 4px;
    }

    body.home .slider-arrow.next {
        right: 4px;
    }

    body.home .slider-dots,
    body.home .hero-slider-dots {
        bottom: -88px;
    }

    body.home .home-room-grid,
    body.home .room-grid,
    body.home .home-service-list,
    body.home .service-row {
        grid-template-columns: 1fr;
    }

    body.home .room-body p {
        min-height: 0;
    }

    body.home .home-cta-section .cta-band {
        grid-template-columns: 1fr;
        text-align: left;
    }

    body.home .home-cta-section .cta-actions-group {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    body.home .tl-home-hero h1 {
        font-size:var(--font-size-4xl);
    }

    body.home .hero-image-frame {
        height: 360px;
    }

    body.home .form-two,
    body.home .feature-strip-grid,
    body.home .benefit-grid {
        grid-template-columns: 1fr;
    }

    body.home .feature-tile,
    body.home .service-feature-card,
    body.home .service-card {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    body.home .room-actions {
        grid-template-columns: 1fr;
    }

    body.home .home-cta-section .cta-band {
        padding: 26px 22px;
    }

    body.home .home-cta-section .cta-band p::after {
        content: none;
    }
}

/* Final homepage slider overrides: keep the full-width hero model after legacy responsive rules. */
body.home .tl-home-grid.refined-grid,
body.home .hero-home-refined .tl-home-grid.refined-grid {
    grid-template-columns: minmax(360px, 600px) minmax(310px, 370px) !important;
    justify-content: space-between;
    gap: clamp(28px, 7vw, 112px) !important;
}

body.home .tl-home-hero > .slider-arrow.prev {
    left: 18px !important;
}

body.home .tl-home-hero > .slider-arrow.next {
    right: 18px !important;
}

body.home .tl-home-hero > .slider-dots,
body.home .tl-home-hero > .hero-slider-dots {
    bottom: 26px !important;
}

@media (max-width: 1180px) {
    body.home .tl-home-grid.refined-grid,
    body.home .hero-home-refined .tl-home-grid.refined-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 340px) !important;
        gap: 34px !important;
    }

    body.home .tl-home-hero > .slider-arrow {
        top: auto;
        bottom: 24px;
        width: 44px;
        height: 44px;
        transform: none;
    }

    body.home .tl-home-hero > .slider-arrow.prev {
        left: calc(50% - 112px) !important;
    }

    body.home .tl-home-hero > .slider-arrow.next {
        right: calc(50% - 112px) !important;
    }

    body.home .tl-home-hero > .slider-dots,
    body.home .tl-home-hero > .hero-slider-dots {
        bottom: 31px !important;
    }
}

@media (max-width: 900px) {
    body.home .tl-home-grid.refined-grid,
    body.home .hero-home-refined .tl-home-grid.refined-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding: 34px 0 86px !important;
    }

    body.home .tl-home-hero > .slider-arrow.prev {
        left: calc(50% - 112px) !important;
    }

    body.home .tl-home-hero > .slider-arrow.next {
        right: calc(50% - 112px) !important;
    }

    body.home .tl-home-hero > .slider-dots,
    body.home .tl-home-hero > .hero-slider-dots {
        bottom: 31px !important;
    }
}

@media (max-width: 430px) {
    body.home .tl-home-grid.refined-grid,
    body.home .hero-home-refined .tl-home-grid.refined-grid {
        padding: 28px 0 82px !important;
    }

    body.home .tl-home-hero > .slider-arrow.prev {
        left: 22px !important;
    }

    body.home .tl-home-hero > .slider-arrow.next {
        right: 22px !important;
    }
}

/* UAT refinement: keep homepage room images clear while preserving readable copy/form zones. */
body.home .hero-fullwidth-media img {
    filter: saturate(1.06) contrast(1.04);
}

body.home .hero-fullwidth-media::after {
    height: 78px !important;
    background: linear-gradient(180deg, rgba(232, 243, 255, 0), rgba(232, 243, 255, .34) 64%, rgba(246, 250, 255, .58)) !important;
}

body.home .tl-home-hero .hero-bg,
body.home .hero-bg {
    background:
        linear-gradient(90deg, rgba(246, 250, 255, .80) 0%, rgba(246, 250, 255, .48) 29%, rgba(246, 250, 255, .10) 50%, rgba(246, 250, 255, .34) 72%, rgba(246, 250, 255, .78) 100%),
        linear-gradient(180deg, rgba(0, 43, 103, .03), rgba(0, 36, 84, .10)) !important;
}

body.home .tl-home-hero > .slider-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.home .tl-home-hero > .slider-dots,
body.home .tl-home-hero > .hero-slider-dots {
    max-width: min(220px, calc(100% - 128px)) !important;
}

@media (min-width: 901px) {
    body.home .tl-home-hero > .slider-arrow {
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
    }

    body.home .tl-home-hero > .slider-arrow.prev {
        left: clamp(18px, 2.2vw, 34px) !important;
    }

    body.home .tl-home-hero > .slider-arrow.next {
        right: clamp(18px, 2.2vw, 34px) !important;
    }
}

@media (max-width: 900px) {
    body.home .tl-home-hero .hero-bg,
    body.home .hero-bg {
        background:
            linear-gradient(180deg, rgba(246, 250, 255, .88) 0%, rgba(246, 250, 255, .68) 45%, rgba(246, 250, 255, .52) 100%),
            linear-gradient(90deg, rgba(0, 43, 103, .08), rgba(255, 255, 255, .08)) !important;
    }
}

/* Homepage UX polish: balanced menu, compact controls, richer motion and form fields. */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 136px;
}

.header-row.nav,
.nav {
    gap: clamp(10px, 1.35vw, 22px);
}

.nav-menu,
.menu {
    gap: clamp(12px, 1.35vw, 22px);
}

.nav-menu > a,
.menu > a,
.nav-menu .nav-link,
.menu .nav-link {
    font-size:var(--font-size-base);
    font-weight: 850;
}

.book-btn,
.header-actions .book-btn.btn.btn-primary {
    min-height: 45px !important;
    height: 45px;
    padding: 0 18px;
    border-radius: 10px;
}

body.home .tl-quick-booking .btn,
body.home .tl-quick-booking button.btn.btn-primary {
    min-height: 45px !important;
    height: 45px;
    border-radius: 10px;
}

body.home .tl-quick-booking form {
    gap: 14px;
}

body.home .tl-quick-booking {
    position: relative;
    z-index: 10;
}

body.home .tl-quick-booking .form-two {
    gap: 14px;
    grid-template-columns: 1fr !important;
}

body.home .tl-quick-booking .quick-field {
    display: grid;
    gap: 8px;
    margin: 0;
    color: var(--heading);
    font-size:var(--font-size-base);
    font-weight: 900;
    line-height: 1.25;
    position: relative;
    z-index: 1;
}

body.home .tl-quick-booking .quick-field:focus-within {
    z-index: 90;
}

body.home .tl-quick-booking .select-field {
    z-index: 30;
}

body.home .tl-quick-booking .guest-field {
    z-index: 1;
}

body.home .tl-quick-booking .quick-input-shell {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 45px;
    overflow: visible;
    border: 1px solid rgba(8, 42, 94, .16);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff, #f8fbff);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .90);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.home .tl-quick-booking .quick-input-shell:focus-within {
    border-color: rgba(10, 77, 179, .56);
    box-shadow: 0 0 0 4px rgba(10, 77, 179, .10), inset 0 1px 0 rgba(255, 255, 255, .95);
    transform: translateY(-1px);
}

body.home .tl-quick-booking .quick-input-shell > i {
    position: absolute;
    left: 14px;
    z-index: 1;
    color: var(--brand-blue);
    font-size:var(--font-size-base);
    line-height: 1;
    pointer-events: none;
}

body.home .tl-quick-booking input,
body.home .tl-quick-booking select {
    width: 100%;
    min-height: 45px !important;
    height: 45px;
    border: 0 !important;
    background: transparent !important;
    color: var(--heading);
    font-size:var(--font-size-base);
    font-weight: 850;
    line-height: 45px;
    outline: 0;
    box-shadow: none !important;
}

body.home .tl-quick-booking .quick-input-shell input {
    padding: 0 14px 0 42px !important;
}

body.home .tl-quick-booking .quick-input-shell select {
    padding: 0 38px 0 42px !important;
    cursor: pointer;
}

body.home .tl-quick-booking .quick-input-shell input[data-website-datepicker] {
    cursor: pointer;
}

body.home .tl-quick-booking .quick-input-shell input[data-website-datepicker]::placeholder {
    color: #7d8da4;
    font-weight: 760;
}

body.home .tl-quick-booking .website-select2-source {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.home .tl-quick-booking .website-select2 {
    position: relative;
    width: 100%;
}

body.home .tl-quick-booking .website-select2-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 45px;
    height: 45px;
    gap: 12px;
    border: 0;
    background: transparent;
    color: var(--heading);
    cursor: pointer;
    font: inherit;
    font-size:var(--font-size-md);
    font-weight: 850;
    line-height: 1.2;
    padding: 0 38px 0 42px;
    text-align: left;
}

body.home .tl-quick-booking .website-select2-toggle:focus {
    outline: 0;
}

body.home .tl-quick-booking .website-select2-placeholder {
    color: #7d8da4;
}

body.home .tl-quick-booking .website-select2-arrow {
    flex: 0 0 auto;
    color: var(--brand-blue);
    font-size:var(--font-size-2xl);
    transition: transform .18s ease;
}

body.home .tl-quick-booking .website-select2.open .website-select2-arrow {
    transform: rotate(180deg);
}

body.home .tl-quick-booking .website-select2-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 120;
    width: 100%;
    min-width: 240px;
    overflow: hidden;
    border: 1px solid rgba(8, 42, 94, .16);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(8, 36, 90, .18);
}

body.home .tl-quick-booking .website-select2-search {
    padding: 10px;
    border-bottom: 1px solid rgba(8, 42, 94, .08);
}

body.home .tl-quick-booking .website-select2-search input {
    width: 100%;
    min-height: 38px !important;
    height: 38px;
    padding: 0 12px !important;
    border: 1px solid rgba(8, 42, 94, .14) !important;
    border-radius: 9px;
    background: #f8fbff !important;
    font-size:var(--font-size-base);
    line-height: 38px;
}

body.home .tl-quick-booking .website-select2-options {
    max-height: 220px;
    overflow-y: auto;
    padding: 6px;
}

body.home .tl-quick-booking .website-select2-option,
body.home .tl-quick-booking .website-select2-empty {
    width: 100%;
    min-height: 38px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--heading);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    text-align: left;
    font: inherit;
    font-size:var(--font-size-base);
    font-weight: 780;
}

body.home .tl-quick-booking .website-select2-option {
    cursor: pointer;
}

body.home .tl-quick-booking .website-select2-option:hover,
body.home .tl-quick-booking .website-select2-option:focus,
body.home .tl-quick-booking .website-select2-option[aria-selected="true"] {
    background: var(--brand-light);
    color: var(--brand-navy);
    outline: 0;
}

body.home .tl-quick-booking .website-select2-option i {
    color: var(--brand-blue);
    opacity: 0;
}

body.home .tl-quick-booking .website-select2-option[aria-selected="true"] i {
    opacity: 1;
}

body.home .tl-quick-booking .website-select2-empty {
    color: var(--muted);
}

.website-datepicker-popover {
    position: absolute;
    z-index: 80;
    width: min(318px, calc(100vw - 24px));
    overflow: hidden;
    border: 1px solid rgba(8, 42, 94, .16);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(8, 36, 90, .22);
}

.website-datepicker-panel {
    display: grid;
    gap: 10px;
    padding: 12px;
}

.website-datepicker-head,
.website-datepicker-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.website-datepicker-head strong {
    color: var(--heading);
    font-size:var(--font-size-md);
    font-weight: 900;
    text-transform: capitalize;
}

.website-datepicker-head button,
.website-datepicker-actions button {
    min-height: 34px;
    border: 1px solid rgba(8, 42, 94, .12);
    border-radius: 9px;
    background: #f8fbff;
    color: var(--brand-navy);
    cursor: pointer;
    font: inherit;
    font-size:var(--font-size-base);
    font-weight: 820;
    padding: 0 10px;
}

.website-datepicker-head button {
    width: 34px;
    padding: 0;
}

.website-datepicker-head button:hover,
.website-datepicker-head button:focus,
.website-datepicker-actions button:hover,
.website-datepicker-actions button:focus {
    border-color: rgba(10, 77, 179, .35);
    background: var(--brand-light);
    outline: 0;
}

.website-datepicker-weekdays,
.website-datepicker-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 5px;
}

.website-datepicker-weekdays span {
    color: #6d7c91;
    font-size:var(--font-size-2xs);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.website-datepicker-day {
    display: grid;
    place-items: center;
    min-height: 34px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--heading);
    cursor: pointer;
    font: inherit;
    font-size:var(--font-size-base);
    font-weight: 820;
}

.website-datepicker-day:hover,
.website-datepicker-day:focus {
    background: var(--brand-light);
    color: var(--brand-navy);
    outline: 0;
}

.website-datepicker-day.is-outside {
    color: #aeb8c7;
}

.website-datepicker-day.is-today {
    box-shadow: inset 0 0 0 1px rgba(10, 77, 179, .34);
}

.website-datepicker-day.is-selected {
    background: var(--brand-blue);
    color: #fff;
}

.website-datepicker-day:disabled {
    color: #c6ceda;
    cursor: not-allowed;
    text-decoration: line-through;
}

body.home .tl-quick-booking input[type="number"] {
    appearance: textfield;
}

body.home .tl-quick-booking input[type="number"]::-webkit-outer-spin-button,
body.home .tl-quick-booking input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

body.home .tl-quick-booking input[type="date"] {
    color-scheme: light;
}

body.home .tl-quick-booking input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: .72;
}

.reveal,
.scroll-reveal-group {
    opacity: 1;
    filter: none;
    transform: none;
}

body.home .hero-slide.active {
    animation: tlHeroContentIn .72s cubic-bezier(.22, 1, .36, 1) both;
}

body.home .hero-fullwidth-media img.active {
    animation: tlHeroImageIn 6.2s ease both;
}

body.home .tl-quick-booking {
    animation: tlPanelIn .7s cubic-bezier(.22, 1, .36, 1) .12s both;
    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

body.home .tl-quick-booking:hover {
    transform: translateY(-4px);
    border-color: rgba(10, 77, 179, .20);
    box-shadow: 0 24px 58px rgba(8, 42, 94, .18);
}

body.home .feature-tile,
body.home .home-room-card,
body.home .service-card,
body.home .cta-band,
body.home .cta-band-home,
.nav-submenu,
.btn,
.book-btn {
    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease, background-color .26s ease, color .26s ease;
}

body.home .feature-tile:hover,
body.home .home-room-card:hover,
body.home .service-card:hover {
    transform: translateY(-7px);
    border-color: rgba(10, 77, 179, .18);
    box-shadow: 0 24px 52px rgba(8, 42, 94, .14);
}

body.home .home-room-card img {
    transition: transform .72s cubic-bezier(.22, 1, .36, 1), filter .72s ease;
    will-change: transform;
}

body.home .home-room-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.03);
}

body.home .service-card > span,
body.home .feature-tile > i {
    transition: transform .28s ease, background-color .28s ease, color .28s ease;
}

body.home .service-card:hover > span,
body.home .feature-tile:hover > i {
    transform: translateY(-2px) scale(1.04);
}

body.home .feature-strip-home,
body.home .home-visual-section,
body.home .home-cta-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

body.home .feature-strip-home::before,
body.home .home-visual-section::before,
body.home .home-cta-section::before {
    opacity: 0;
    background-image: none;
}

body.home .feature-strip-home > .container,
body.home .home-visual-section > .container,
body.home .home-cta-section > .container {
    position: relative;
    z-index: 1;
}

body.home .feature-strip-home .section-bg-image,
body.home .home-visual-section .section-bg-image,
body.home .home-cta-section .section-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .15 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: saturate(.76) contrast(1.04);
    mix-blend-mode: multiply;
    transform: scale(1.025);
}

body.home .feature-strip-home .section-bg-image::after,
body.home .home-visual-section .section-bg-image::after,
body.home .home-cta-section .section-bg-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 255, 255, .97));
}

body.home .feature-strip-home .section-bg-image {
    opacity: .12 !important;
    background-image: url('/website-assets/hero/home-slider-hotel-day.png');
    background-position: center 48%;
}

body.home .home-rooms-section .section-bg-image {
    opacity: .14 !important;
    background-image: url('/website-assets/hero/home-slider-room-suite.png');
    background-position: center 56%;
}

body.home .home-services-section .section-bg-image {
    opacity: .13 !important;
    background-image: url('/website-assets/hero/home-slider-room-workspace.png');
    background-position: center 46%;
}

body.home .home-promo-section .section-bg-image {
    opacity: .13 !important;
    background-image: url('/website-assets/promotions/combo-cuoi-tuan.png');
    background-position: center 50%;
}

body.home .home-cta-section .section-bg-image {
    opacity: .16 !important;
    background-image: url('/website-assets/hero/home-slider-hotel-night.png');
    background-position: center 58%;
    filter: saturate(.74) contrast(1.08) brightness(.92);
}

body.home .home-cta-section .section-bg-image::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .96));
}

/* Homepage hero visual effects: scoped to the existing slider layout. */
body.home .tl-home-hero {
    isolation: isolate;
}

body.home .tl-home-hero .hero-fullwidth-media img {
    transform: scale(1.10);
    transform-origin: center;
    transition: opacity .86s ease, transform 8.2s ease-out;
    will-change: opacity, transform;
}

body.home .tl-home-hero .hero-fullwidth-media img.active {
    animation: tlHeroImageDrift 8.2s ease-out both;
}

body.home .tl-home-hero .hero-bg {
    overflow: hidden;
    background:
        linear-gradient(104deg, rgba(4, 22, 52, .26) 0%, rgba(8, 43, 94, .13) 32%, rgba(247, 251, 255, .16) 58%, rgba(255, 255, 255, .54) 100%),
        radial-gradient(circle at 18% 22%, rgba(23, 77, 145, .16), transparent 34%),
        radial-gradient(circle at 82% 18%, rgba(211, 170, 92, .18), transparent 28%) !important;
}

body.home .tl-home-hero .hero-bg::before,
body.home .tl-home-hero .hero-bg::after,
body.home .tl-home-hero .hero-fullwidth-media::before {
    content: "";
    position: absolute;
    pointer-events: none;
}

body.home .tl-home-hero .hero-bg::before {
    inset: -18% -8% auto auto;
    width: min(54vw, 680px);
    height: min(54vw, 680px);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(24, 91, 170, .18), transparent 58%),
        radial-gradient(circle at 32% 68%, rgba(221, 178, 94, .13), transparent 45%);
    filter: blur(24px);
    opacity: .74;
    animation: tlHeroGlowDrift 11s ease-in-out infinite alternate;
}

body.home .tl-home-hero .hero-bg::after {
    left: -18%;
    bottom: 8%;
    width: 58%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .74), rgba(215, 176, 96, .42), transparent);
    box-shadow: 0 0 24px rgba(215, 176, 96, .26);
    opacity: .62;
    transform: rotate(-8deg);
    animation: tlHeroLightStreak 7.8s ease-in-out infinite;
}

body.home .tl-home-hero .hero-fullwidth-media::before {
    inset: 0;
    z-index: 1;
    opacity: .34;
    background-image:
        radial-gradient(circle at 12% 30%, rgba(255, 255, 255, .52) 0 1px, transparent 2px),
        radial-gradient(circle at 22% 62%, rgba(221, 178, 94, .42) 0 1px, transparent 2px),
        radial-gradient(circle at 74% 24%, rgba(255, 255, 255, .44) 0 1px, transparent 2px),
        radial-gradient(circle at 88% 58%, rgba(24, 91, 170, .28) 0 1px, transparent 2px);
    background-size: 230px 230px, 280px 280px, 320px 320px, 360px 360px;
    mix-blend-mode: screen;
    animation: tlHeroParticleFloat 15s linear infinite;
}

body.home .tl-home-hero .hero-slide.active h1 {
    animation: tlHeroFadeUp .72s cubic-bezier(.22, 1, .36, 1) both;
}

body.home .tl-home-hero .hero-slide.active p {
    animation: tlHeroFadeUp .72s cubic-bezier(.22, 1, .36, 1) .1s both;
}

body.home .tl-home-hero .hero-slide.active .hero-actions {
    animation: tlHeroFadeUp .72s cubic-bezier(.22, 1, .36, 1) .2s both;
}

body.home .tl-home-hero .hero-actions .btn-primary {
    box-shadow: 0 14px 34px rgba(10, 77, 179, .22);
}

body.home .tl-home-hero .hero-actions .btn-primary:hover,
body.home .tl-home-hero .hero-actions .btn-primary:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(10, 77, 179, .28);
}

body.home .tl-home-hero .hero-actions .btn-secondary:hover,
body.home .tl-home-hero .hero-actions .btn-secondary:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(8, 42, 94, .16);
}

body.home .tl-home-hero > .slider-arrow {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease, color .24s ease;
}

body.home .tl-home-hero > .slider-arrow:hover,
body.home .tl-home-hero > .slider-arrow:focus-visible {
    border-color: rgba(10, 77, 179, .28);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 42px rgba(8, 42, 94, .22);
    transform: translateY(-50%) scale(1.05);
}

body.home .tl-home-hero > .slider-dots button,
body.home .tl-home-hero > .hero-slider-dots button {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

body.home .tl-home-hero > .slider-dots button:hover,
body.home .tl-home-hero > .slider-dots button:focus-visible,
body.home .tl-home-hero > .hero-slider-dots button:hover,
body.home .tl-home-hero > .hero-slider-dots button:focus-visible {
    transform: scale(1.16);
    box-shadow: 0 8px 18px rgba(8, 42, 94, .16);
}

body.home .tl-home-hero > .slider-dots button.active,
body.home .tl-home-hero > .hero-slider-dots button.active {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}

body.home .tl-home-hero > .slider-dots,
body.home .tl-home-hero > .hero-slider-dots {
    gap: 2px;
    padding: 4px 8px;
}

body.home .tl-home-hero > .slider-dots button,
body.home .tl-home-hero > .hero-slider-dots button {
    position: relative;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
}

body.home .tl-home-hero > .slider-dots button::before,
body.home .tl-home-hero > .hero-slider-dots button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border: 2px solid #b6c5de;
    border-radius: 50%;
    background: #fff;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

body.home .tl-home-hero > .slider-dots button:hover,
body.home .tl-home-hero > .slider-dots button:focus-visible,
body.home .tl-home-hero > .hero-slider-dots button:hover,
body.home .tl-home-hero > .hero-slider-dots button:focus-visible {
    transform: none;
    box-shadow: none;
}

body.home .tl-home-hero > .slider-dots button:hover::before,
body.home .tl-home-hero > .slider-dots button:focus-visible::before,
body.home .tl-home-hero > .hero-slider-dots button:hover::before,
body.home .tl-home-hero > .hero-slider-dots button:focus-visible::before {
    transform: translate(-50%, -50%) scale(1.16);
    box-shadow: 0 8px 18px rgba(8, 42, 94, .16);
}

body.home .tl-home-hero > .slider-dots button:focus-visible,
body.home .tl-home-hero > .hero-slider-dots button:focus-visible {
    border-radius: 50%;
    outline: 2px solid #fff;
    outline-offset: -4px;
}

body.home .tl-home-hero > .slider-dots button.active::before,
body.home .tl-home-hero > .hero-slider-dots button.active::before {
    border-color: var(--brand-gold, #d7b060);
    background: var(--brand-gold, #d7b060);
    box-shadow: 0 9px 20px rgba(215, 176, 96, .32);
}

@keyframes tlHeroImageDrift {
    from {
        transform: scale(1.10);
    }
    to {
        transform: scale(1.02);
    }
}

@keyframes tlHeroFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tlHeroGlowDrift {
    from {
        transform: translate3d(-12px, -8px, 0) scale(.98);
    }
    to {
        transform: translate3d(18px, 14px, 0) scale(1.04);
    }
}

@keyframes tlHeroLightStreak {
    0%, 100% {
        opacity: .22;
        transform: translate3d(-10%, 0, 0) rotate(-8deg);
    }
    45% {
        opacity: .68;
        transform: translate3d(42%, -6px, 0) rotate(-8deg);
    }
}

@keyframes tlHeroParticleFloat {
    from {
        background-position: 0 0, 30px 60px, 80px 20px, 120px 90px;
    }
    to {
        background-position: 80px -90px, -40px 120px, 20px 140px, 200px -70px;
    }
}

.mobile-nav {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
}

.mobile-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-nav-panel {
    transform: translateX(26px);
    transition: transform .28s cubic-bezier(.22, 1, .36, 1);
}

.mobile-nav.open .mobile-nav-panel {
    transform: translateX(0);
}

@keyframes tlHeroContentIn {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tlHeroImageIn {
    from {
        transform: scale(1.025);
    }
    to {
        transform: scale(1);
    }
}

@keyframes tlPanelIn {
    from {
        opacity: 0;
        transform: translate3d(24px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tlContentSettle {
    from {
        transform: translate3d(0, 8px, 0) scale(.992);
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@media (max-width: 1120px) and (min-width: 901px) {
    .brand span:last-child,
    .logo span:last-child {
        font-size:var(--font-size-md);
    }

    .brand-mark,
    .logo-mark {
        font-size:42px;
    }

    .nav-menu,
    .menu {
        gap: 12px;
    }

    .book-btn,
    .header-actions .book-btn.btn.btn-primary {
        padding: 0 14px;
    }
}

@media (max-width: 430px) {
    body.home .tl-quick-booking .form-two {
        gap: 12px;
    }

    body.home .tl-quick-booking .quick-input-shell,
    body.home .tl-quick-booking input,
    body.home .tl-quick-booking select,
    body.home .tl-quick-booking .btn {
        min-height: 45px !important;
        height: 45px;
    }
}

.gioi-thieu-page-bg .website-about-layout {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(11, 88, 197, .07), rgba(255, 255, 255, 0) 31%),
        radial-gradient(circle at 8% 58%, rgba(245, 196, 107, .055), rgba(255, 255, 255, 0) 29%),
        linear-gradient(180deg, #f7fbff 0, #fff 520px, #f9fcff 100%);
    color: var(--brand-navy);
}

.gioi-thieu-page-bg .about-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.gioi-thieu-page-bg .about-background::before,
.gioi-thieu-page-bg .about-background::after,
.gioi-thieu-page-bg .about-background span {
    content: "";
    position: absolute;
    display: block;
    border-radius: 999px;
    filter: blur(34px);
    opacity: .08;
}

.gioi-thieu-page-bg .about-background::before {
    top: 610px;
    right: -110px;
    width: 360px;
    height: 360px;
    background: #0b58c5;
}

.gioi-thieu-page-bg .about-background::after {
    top: 1380px;
    left: -120px;
    width: 430px;
    height: 430px;
    background: #f5c46b;
    opacity: .055;
}

.gioi-thieu-page-bg .about-background span:nth-child(1) {
    top: 920px;
    left: 56%;
    width: 520px;
    height: 150px;
    transform: rotate(-11deg);
    border-radius: 62% 38% 58% 42%;
    background: #dbeeff;
    opacity: .11;
}

.gioi-thieu-page-bg .about-background span:nth-child(2) {
    right: 12%;
    bottom: 420px;
    width: 300px;
    height: 300px;
    background: #0b58c5;
    opacity: .045;
}

.gioi-thieu-page-bg .about-background span:nth-child(3) {
    bottom: 100px;
    left: 10%;
    width: 500px;
    height: 110px;
    transform: rotate(7deg);
    border-radius: 48% 52% 42% 58%;
    background: #fff;
    opacity: .72;
}

.gioi-thieu-page-bg .website-about-layout > section {
    position: relative;
    z-index: 1;
}

.gioi-thieu-page-bg .website-about-layout-hero {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 78px 0 86px !important;
    border-bottom: 0;
    background:
        radial-gradient(circle at 78% 32%, rgba(184, 224, 255, .44), rgba(255, 255, 255, 0) 34%),
        radial-gradient(circle at 55% 0, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 32%),
        linear-gradient(112deg, rgba(255, 255, 255, .98) 0%, rgba(245, 251, 255, .98) 46%, rgba(224, 241, 255, .9) 100%) !important;
}

.gioi-thieu-page-bg .website-about-layout-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0), rgba(0, 43, 103, .055) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .32), rgba(255, 255, 255, .88));
    pointer-events: none;
}

.gioi-thieu-page-bg .website-about-layout-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 56%;
    height: 58%;
    border-radius: 999px;
    background: rgba(11, 88, 197, .08);
    filter: blur(58px);
    pointer-events: none;
}

.gioi-thieu-page-bg .website-about-layout-hero .container::after {
    display: none !important;
}

.gioi-thieu-page-bg .website-about-layout > section.scroll-reveal-group {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

.gioi-thieu-page-bg .website-about-layout-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr);
    gap: 54px;
    align-items: center;
}

.gioi-thieu-page-bg .website-about-layout-copy,
.gioi-thieu-page-bg .website-about-layout-strength-card,
.gioi-thieu-page-bg .website-about-layout-value-card,
.gioi-thieu-page-bg .website-about-layout-contact-list {
    min-width: 0;
}

.gioi-thieu-page-bg .website-about-layout-breadcrumb {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    color: #0b58c5;
    font-size:var(--font-size-xs);
    font-weight: 900;
}

.gioi-thieu-page-bg .website-about-layout-breadcrumb a {
    color: inherit;
}

.gioi-thieu-page-bg .website-about-layout-breadcrumb span {
    color: var(--brand-navy);
}

.gioi-thieu-page-bg .website-about-layout-breadcrumb i {
    flex: 0 0 auto;
}

.gioi-thieu-page-bg .website-about-layout-hero h1 {
    max-width: 640px;
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-3xl);
    line-height: 1.08;
    letter-spacing: 0;
}

.gioi-thieu-page-bg .website-about-layout-hero h1 span,
.gioi-thieu-page-bg .website-about-layout-hero h1 strong {
    display: block;
}

.gioi-thieu-page-bg .website-about-layout-hero h1 span {
    font-weight: 800;
}

.gioi-thieu-page-bg .website-about-layout-hero h1 strong {
    margin-top: 4px;
    color: #0b58c5;
    font-weight: 950;
}

.gioi-thieu-page-bg .website-about-layout-hero .website-about-summary {
    max-width: 580px;
    margin: 26px 0 0;
    padding: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    color: #27466d !important;
    font-size:var(--font-size-xl);
    font-weight: 650;
    line-height: 1.9;
}

.gioi-thieu-page-bg .website-about-layout-actions,
.gioi-thieu-page-bg .website-about-layout-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.gioi-thieu-page-bg .website-about-layout-actions {
    margin-top: 38px;
}

.gioi-thieu-page-bg .website-about-layout-actions .btn,
.gioi-thieu-page-bg .website-about-layout-cta-actions .btn,
.gioi-thieu-page-bg .website-about-layout-contact-visual .btn {
    min-height: 54px;
    border-radius: 8px;
    font-weight: 900;
    white-space: nowrap;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.gioi-thieu-page-bg .website-about-layout-hero-visual {
    position: relative;
    display: grid;
    min-height: 455px;
    place-items: center end;
    overflow: visible;
}

.gioi-thieu-page-bg .website-about-layout-hero-visual::before {
    content: "";
    position: absolute;
    inset: 34px 26px 24px 8px;
    z-index: 0;
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 56%),
        rgba(11, 88, 197, .12);
    filter: blur(24px);
    transform: rotate(-3deg);
}

.gioi-thieu-page-bg .website-about-layout-hero-visual::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 18px;
    z-index: 0;
    width: 84%;
    height: 68%;
    border-radius: 30px;
    background: rgba(255, 255, 255, .48);
    box-shadow: 0 32px 70px rgba(7, 43, 92, .14);
    backdrop-filter: blur(8px);
}

.gioi-thieu-page-bg .website-about-layout-hero-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 700px);
    height: 455px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 32px 72px rgba(7, 43, 92, .18);
    transform: translateY(-8px);
}

.gioi-thieu-page-bg .website-about-layout-story,
.gioi-thieu-page-bg .website-about-layout-strength,
.gioi-thieu-page-bg .website-about-layout-values,
.gioi-thieu-page-bg .website-about-layout-contact {
    background: transparent;
}

.gioi-thieu-page-bg .website-about-layout-story {
    padding: 92px 0 74px;
}

.gioi-thieu-page-bg .website-about-layout-strength {
    padding: 72px 0 70px;
}

.gioi-thieu-page-bg .website-about-layout-values {
    padding: 76px 0 84px;
}

.gioi-thieu-page-bg .website-about-layout-contact {
    padding: 76px 0 96px;
}

.gioi-thieu-page-bg .website-about-layout-story-grid {
    display: grid;
    grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
    gap: 56px;
    align-items: center;
}

.gioi-thieu-page-bg .website-about-layout-story-image {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 22px;
    background: #eef5fb;
    box-shadow: 0 24px 58px rgba(8, 36, 90, .11);
}

.gioi-thieu-page-bg .website-about-layout-story-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 43, 103, 0), rgba(0, 43, 103, .08));
    pointer-events: none;
}

.gioi-thieu-page-bg .website-about-layout-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.gioi-thieu-page-bg .website-about-layout-story-card {
    min-width: 0;
    padding: 50px 54px;
    border: 1px solid rgba(0, 43, 103, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 28px 64px rgba(8, 36, 90, .1);
    backdrop-filter: blur(14px);
}

.gioi-thieu-page-bg .website-about-layout-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    color: #0b58c5;
    font-size:var(--font-size-xs);
    font-weight: 900;
    letter-spacing: 0;
}

.gioi-thieu-page-bg .website-about-layout-story-card h2,
.gioi-thieu-page-bg .website-about-layout-section-title h2 {
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-2xl);
    line-height: 1.16;
    letter-spacing: 0;
}

.gioi-thieu-page-bg .website-about-layout-story-card .website-about-body {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.gioi-thieu-page-bg .website-about-layout-story-card p {
    margin: 0;
    color: #2a4b72;
    font-size:var(--font-size-xl);
    font-weight: 600;
    line-height: 1.9;
}

.gioi-thieu-page-bg .website-about-layout-mini-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.gioi-thieu-page-bg .website-about-layout-mini-values div {
    min-width: 0;
    padding-top: 4px;
}

.gioi-thieu-page-bg .website-about-layout-mini-values i {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 999px;
    background: rgba(11, 88, 197, .08);
    color: #0b58c5;
    font-size:var(--font-size-kpi);
}

.gioi-thieu-page-bg .website-about-layout-mini-values strong,
.gioi-thieu-page-bg .website-about-layout-mini-values span {
    display: block;
    overflow-wrap: anywhere;
}

.gioi-thieu-page-bg .website-about-layout-mini-values strong {
    margin-top: 10px;
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    font-weight: 950;
}

.gioi-thieu-page-bg .website-about-layout-mini-values span {
    margin-top: 5px;
    color: #536a87;
    font-size:var(--font-size-xs);
    font-weight: 650;
    line-height: 1.45;
}

.gioi-thieu-page-bg .website-about-layout-section-title {
    display: grid;
    place-items: center;
    max-width: 680px;
    margin: 0 auto 38px;
    text-align: center;
}

.gioi-thieu-page-bg .website-about-layout-section-title h2 {
    position: relative;
    padding-bottom: 18px;
}

.gioi-thieu-page-bg .website-about-layout-section-title h2::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 58px;
    height: 3px;
    transform: translateX(50%);
    border-radius: 999px;
    background: #0b58c5;
}

.gioi-thieu-page-bg .website-about-layout-strength-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.gioi-thieu-page-bg .website-about-layout-strength-card {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 18px;
    min-height: 230px;
    padding: 28px 24px;
    border: 1px solid rgba(0, 43, 103, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 44px rgba(8, 36, 90, .075);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.gioi-thieu-page-bg .website-about-layout-strength-card:hover {
    transform: translateY(-6px);
    border-color: rgba(11, 88, 197, .2);
    box-shadow: 0 28px 58px rgba(8, 36, 90, .11);
}

.gioi-thieu-page-bg .website-about-layout-strength-card > span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 999px;
    background: rgba(11, 88, 197, .08);
    color: #0b58c5;
    font-size:29px;
}

.gioi-thieu-page-bg .website-about-layout-strength-card h3 {
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-xl);
    font-weight: 950;
    line-height: 1.32;
}

.gioi-thieu-page-bg .website-about-layout-strength-card p {
    margin: 10px 0 0;
    color: #49627f;
    font-size:var(--font-size-md);
    font-weight: 600;
    line-height: 1.7;
}

.gioi-thieu-page-bg .website-about-layout-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-top: 1px solid rgba(0, 43, 103, .12);
    border-bottom: 1px solid rgba(0, 43, 103, .12);
}

.gioi-thieu-page-bg .website-about-layout-value-card {
    display: grid;
    min-height: 230px;
    justify-items: center;
    align-content: start;
    padding: 34px 34px 38px;
    text-align: center;
}

.gioi-thieu-page-bg .website-about-layout-value-card + .website-about-layout-value-card {
    border-left: 1px solid rgba(0, 43, 103, .12);
}

.gioi-thieu-page-bg .website-about-layout-value-card i {
    color: #0b58c5;
    font-size:50px;
    line-height: 1;
}

.gioi-thieu-page-bg .website-about-layout-value-card h3 {
    margin: 20px 0 10px;
    color: var(--brand-navy);
    font-size:var(--font-size-xl);
    font-weight: 950;
    line-height: 1.32;
}

.gioi-thieu-page-bg .website-about-layout-value-card p {
    max-width: 230px;
    margin: 0;
    color: #49627f;
    font-size:var(--font-size-md);
    font-weight: 600;
    line-height: 1.72;
}

.gioi-thieu-page-bg .website-about-layout-contact-card {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(260px, .82fr) minmax(260px, .78fr);
    gap: 28px;
    align-items: stretch;
    padding: 26px;
    border: 1px solid rgba(0, 43, 103, .11);
    border-radius: 18px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 28px 64px rgba(8, 36, 90, .1);
}

.gioi-thieu-page-bg .website-about-layout-map {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: 14px;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, .38), rgba(255, 255, 255, 0)),
        linear-gradient(30deg, transparent 47%, rgba(16, 85, 184, .16) 48%, rgba(16, 85, 184, .16) 52%, transparent 53%),
        linear-gradient(120deg, transparent 47%, rgba(16, 85, 184, .12) 48%, rgba(16, 85, 184, .12) 52%, transparent 53%),
        linear-gradient(90deg, rgba(0, 43, 103, .075) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 43, 103, .075) 1px, transparent 1px),
        #eef5fb;
    background-size: auto, 230px 230px, 180px 180px, 44px 44px, 44px 44px, auto;
}

.gioi-thieu-page-bg .website-about-layout-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 52%, rgba(11, 88, 197, .15), rgba(255, 255, 255, 0) 30%);
    pointer-events: none;
}

.gioi-thieu-page-bg .website-about-layout-map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: grid;
    width: 76px;
    height: 76px;
    transform: translate(-50%, -50%);
    place-items: center;
    border-radius: 999px;
    background: #0b58c5;
    color: #fff;
    box-shadow: 0 20px 38px rgba(11, 88, 197, .26);
    font-size:40px;
}

.gioi-thieu-page-bg .website-about-layout-contact-list {
    display: grid;
    align-content: center;
    gap: 16px;
    padding: 8px 4px;
}

.gioi-thieu-page-bg .website-about-layout-contact-list h3 {
    margin: 0 0 8px;
    color: var(--brand-navy);
    font-size:var(--font-size-xl);
    font-weight: 950;
    line-height: 1.25;
}

.gioi-thieu-page-bg .website-about-layout-contact-list p {
    margin: 0;
    color: #49627f;
    font-weight: 650;
    line-height: 1.7;
}

.gioi-thieu-page-bg .website-about-layout-contact-list div {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    color: var(--brand-navy);
    font-size:var(--font-size-lg);
    font-weight: 700;
    line-height: 1.5;
}

.gioi-thieu-page-bg .website-about-layout-contact-list i {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 999px;
    background: rgba(11, 88, 197, .08);
    color: #0b58c5;
    font-size:var(--font-size-2xl);
}

.gioi-thieu-page-bg .website-about-layout-contact-list strong,
.gioi-thieu-page-bg .website-about-layout-contact-list a,
.gioi-thieu-page-bg .website-about-layout-contact-list span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.gioi-thieu-page-bg .website-about-layout-contact-list strong {
    display: block;
    margin-bottom: 2px;
    color: #6a7c91;
    font-size:var(--font-size-xs);
    font-weight: 900;
}

.gioi-thieu-page-bg .website-about-layout-contact-list a,
.gioi-thieu-page-bg .website-about-layout-contact-list span span {
    display: block;
    color: inherit;
}

.gioi-thieu-page-bg .website-about-layout-contact-visual {
    display: grid;
    overflow: hidden;
    border-radius: 14px;
    background: #f1f6fb;
    box-shadow: inset 0 0 0 1px rgba(0, 43, 103, .08);
}

.gioi-thieu-page-bg .website-about-layout-contact-visual img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.gioi-thieu-page-bg .website-about-layout-contact-visual .btn {
    width: 100%;
    border-radius: 0;
}

.gioi-thieu-page-bg .website-about-layout-cta {
    padding: 0;
    background:
        radial-gradient(circle at 90% 14%, rgba(22, 115, 238, .42), rgba(22, 115, 238, 0) 34%),
        linear-gradient(135deg, #00245e, #003b88);
    color: #fff;
}

.gioi-thieu-page-bg .website-about-layout-cta-band {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 40px 0;
    color: #fff;
}

.gioi-thieu-page-bg .website-about-layout-cta-icon {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 2px solid rgba(245, 196, 107, .82);
    border-radius: 999px;
    color: #f5c46b;
    font-size:32px;
}

.gioi-thieu-page-bg .website-about-layout-cta-band h2 {
    margin: 0;
    color: #fff;
    font-size:var(--font-size-2xl);
    line-height: 1.2;
}

.gioi-thieu-page-bg .website-about-layout-cta-band p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size:var(--font-size-xl);
    font-weight: 650;
}

.gioi-thieu-page-bg .website-about-layout-cta-actions {
    justify-content: flex-end;
}

@media (max-width: 1160px) {
    .gioi-thieu-page-bg .website-about-layout-hero-grid,
    .gioi-thieu-page-bg .website-about-layout-story-grid,
    .gioi-thieu-page-bg .website-about-layout-contact-card,
    .gioi-thieu-page-bg .website-about-layout-cta-band {
        grid-template-columns: 1fr;
    }

    .gioi-thieu-page-bg .website-about-layout-hero {
        min-height: 0;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual {
        place-items: center;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual img {
        width: min(100%, 760px);
    }

    .gioi-thieu-page-bg .website-about-layout-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 960px) {
    .gioi-thieu-page-bg .website-about-layout-hero {
        padding: 58px 0 70px !important;
    }

    .gioi-thieu-page-bg .website-about-layout-story,
    .gioi-thieu-page-bg .website-about-layout-strength,
    .gioi-thieu-page-bg .website-about-layout-values,
    .gioi-thieu-page-bg .website-about-layout-contact {
        padding: 60px 0;
    }

    .gioi-thieu-page-bg .website-about-layout-strength-grid,
    .gioi-thieu-page-bg .website-about-layout-value-grid,
    .gioi-thieu-page-bg .website-about-layout-mini-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gioi-thieu-page-bg .website-about-layout-value-card:nth-child(odd) {
        border-left: 0;
    }

    .gioi-thieu-page-bg .website-about-layout-value-card:nth-child(n + 3) {
        border-top: 1px solid rgba(0, 43, 103, .12);
    }
}

@media (max-width: 680px) {
    .gioi-thieu-page-bg .website-about-layout-hero {
        padding: 42px 0 52px !important;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-grid {
        gap: 36px;
    }

    .gioi-thieu-page-bg .website-about-layout-hero h1 {
        font-size:var(--font-size-3xl);
    }

    .gioi-thieu-page-bg .website-about-layout-hero .website-about-summary {
        font-size:var(--font-size-lg);
        line-height: 1.75;
    }

    .gioi-thieu-page-bg .website-about-layout-actions,
    .gioi-thieu-page-bg .website-about-layout-cta-actions {
        display: grid;
    }

    .gioi-thieu-page-bg .website-about-layout-actions {
        padding-right: 54px;
    }

    .gioi-thieu-page-bg .website-about-layout-actions .btn,
    .gioi-thieu-page-bg .website-about-layout-cta-actions .btn {
        width: 100%;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual {
        min-height: 260px;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual img {
        height: 260px;
        border-radius: 18px;
    }

    .gioi-thieu-page-bg .website-about-layout-story-image {
        min-height: 300px;
        border-radius: 18px;
    }

    .gioi-thieu-page-bg .website-about-layout-story-card {
        padding: 30px 22px;
        border-radius: 16px;
    }

    .gioi-thieu-page-bg .website-about-layout-strength-grid,
    .gioi-thieu-page-bg .website-about-layout-value-grid,
    .gioi-thieu-page-bg .website-about-layout-mini-values {
        grid-template-columns: 1fr;
    }

    .gioi-thieu-page-bg .website-about-layout-strength-card {
        min-height: 0;
    }

    .gioi-thieu-page-bg .website-about-layout-value-card,
    .gioi-thieu-page-bg .website-about-layout-value-card + .website-about-layout-value-card {
        min-height: 0;
        border-left: 0;
        border-top: 1px solid rgba(0, 43, 103, .12);
        padding: 28px 18px;
    }

    .gioi-thieu-page-bg .website-about-layout-value-card:first-child {
        border-top: 0;
    }

    .gioi-thieu-page-bg .website-about-layout-contact-card {
        padding: 18px;
        border-radius: 16px;
    }

    .gioi-thieu-page-bg .website-about-layout-map {
        min-height: 230px;
    }

    .gioi-thieu-page-bg .website-about-layout-contact-visual img {
        height: 190px;
    }

    .gioi-thieu-page-bg .website-about-layout-cta-band {
        padding: 30px 0;
    }
}

.gioi-thieu-page-bg .website-about-layout {
    background:
        radial-gradient(circle at 72% 12%, rgba(186, 226, 255, .26), rgba(255, 255, 255, 0) 31%),
        radial-gradient(circle at 8% 56%, rgba(10, 77, 179, .035), rgba(255, 255, 255, 0) 28%),
        linear-gradient(180deg, #f8fbff 0, #fff 48%, #f8fbff 100%);
}

.gioi-thieu-page-bg .about-background {
    opacity: .62;
}

.gioi-thieu-page-bg .website-about-layout-hero {
    min-height: 0;
    padding: 32px 0 40px !important;
    background:
        radial-gradient(circle at 76% 44%, rgba(195, 228, 255, .58), rgba(255, 255, 255, 0) 36%),
        radial-gradient(circle at 66% 24%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 25%),
        linear-gradient(90deg, #fff 0%, #f4fbff 52%, #dff0ff 100%) !important;
}

.gioi-thieu-page-bg .website-about-layout-hero::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .14) 55%, rgba(255, 255, 255, .74)),
        linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .86));
}

.gioi-thieu-page-bg .website-about-layout-hero::after {
    right: 18%;
    bottom: 20px;
    width: 420px;
    height: 92px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .72);
    filter: blur(26px);
}

.gioi-thieu-page-bg .website-about-layout-hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr);
    gap: 42px;
}

.gioi-thieu-page-bg .website-about-layout-breadcrumb {
    margin-bottom: 26px;
    font-size:var(--font-size-xs);
}

.gioi-thieu-page-bg .website-about-layout-hero h1 {
    max-width: 590px;
    font-size:var(--font-size-3xl);
    line-height: 1.12;
}

.gioi-thieu-page-bg .website-about-layout-hero h1 strong {
    color: #115ac7;
}

.gioi-thieu-page-bg .website-about-layout-hero .website-about-summary {
    max-width: 560px;
    margin-top: 24px;
    color: #29476e !important;
    font-size:var(--font-size-xl);
    line-height: 1.85;
}

.gioi-thieu-page-bg .website-about-layout-actions {
    margin-top: 32px;
}

.gioi-thieu-page-bg .website-about-layout-actions .btn,
.gioi-thieu-page-bg .website-about-layout-cta-actions .btn,
.gioi-thieu-page-bg .website-about-layout-contact-visual .btn {
    min-height: 52px;
    border-radius: 8px;
}

.gioi-thieu-page-bg .website-about-layout-hero-visual {
    min-height: 390px;
    place-items: center;
}

.gioi-thieu-page-bg .website-about-layout-hero-visual::before {
    inset: 60px 40px 42px 22px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0) 58%),
        rgba(11, 88, 197, .09);
    filter: blur(30px);
    transform: none;
}

.gioi-thieu-page-bg .website-about-layout-hero-visual::after {
    right: 10%;
    bottom: 12px;
    width: 76%;
    height: 88px;
    border-radius: 50%;
    background: rgba(28, 78, 122, .12);
    box-shadow: none;
    filter: blur(22px);
    backdrop-filter: none;
}

.gioi-thieu-page-bg .website-about-layout-hero-visual img {
    width: min(100%, 410px);
    height: 390px;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    filter: drop-shadow(0 22px 30px rgba(8, 36, 90, .16));
    transform: none;
}

.gioi-thieu-page-bg .website-about-layout-story {
    padding: 42px 0 32px;
}

.gioi-thieu-page-bg .website-about-layout-story-grid {
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
    gap: 50px;
}

.gioi-thieu-page-bg .website-about-layout-story-image {
    min-height: 335px;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(8, 36, 90, .1);
}

.gioi-thieu-page-bg .website-about-layout-story-card {
    padding: 44px 52px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 46px rgba(8, 36, 90, .09);
}

.gioi-thieu-page-bg .website-about-layout-kicker {
    margin-bottom: 12px;
    font-size:var(--font-size-xs);
}

.gioi-thieu-page-bg .website-about-layout-story-card h2,
.gioi-thieu-page-bg .website-about-layout-section-title h2 {
    font-size:var(--font-size-2xl);
}

.gioi-thieu-page-bg .website-about-layout-story-card .website-about-body {
    margin-top: 20px;
}

.gioi-thieu-page-bg .website-about-layout-story-card p {
    font-size:var(--font-size-lg);
    line-height: 1.78;
}

.gioi-thieu-page-bg .website-about-layout-mini-values {
    gap: 14px;
    margin-top: 30px;
}

.gioi-thieu-page-bg .website-about-layout-mini-values i {
    width: auto;
    height: auto;
    background: transparent;
    font-size:var(--font-size-kpi);
}

.gioi-thieu-page-bg .website-about-layout-mini-values strong {
    margin-top: 6px;
    font-size:var(--font-size-xs);
}

.gioi-thieu-page-bg .website-about-layout-mini-values span {
    font-size:var(--font-size-2xs);
}

.gioi-thieu-page-bg .website-about-layout-strength {
    padding: 34px 0 32px;
}

.gioi-thieu-page-bg .website-about-layout-values {
    padding: 32px 0 34px;
}

.gioi-thieu-page-bg .website-about-layout-contact {
    padding: 28px 0 32px;
}

.gioi-thieu-page-bg .website-about-layout-section-title {
    margin-bottom: 28px;
}

.gioi-thieu-page-bg .website-about-layout-section-title h2 {
    padding-bottom: 15px;
}

.gioi-thieu-page-bg .website-about-layout-section-title h2::after {
    width: 54px;
}

.gioi-thieu-page-bg .website-about-layout-strength-grid {
    gap: 24px;
}

.gioi-thieu-page-bg .website-about-layout-strength-card {
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    align-items: center;
    min-height: 122px;
    padding: 20px 22px;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(8, 36, 90, .065);
}

.gioi-thieu-page-bg .website-about-layout-strength-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(8, 36, 90, .09);
}

.gioi-thieu-page-bg .website-about-layout-strength-card > span {
    width: 46px;
    height: 46px;
    font-size:var(--font-size-kpi);
}

.gioi-thieu-page-bg .website-about-layout-strength-card h3 {
    font-size:var(--font-size-xl);
}

.gioi-thieu-page-bg .website-about-layout-strength-card p {
    margin-top: 6px;
    font-size:var(--font-size-base);
    line-height: 1.48;
}

.gioi-thieu-page-bg .website-about-layout-value-grid {
    border-color: rgba(0, 43, 103, .1);
}

.gioi-thieu-page-bg .website-about-layout-value-card {
    min-height: 168px;
    padding: 28px 26px 30px;
}

.gioi-thieu-page-bg .website-about-layout-value-card i {
    font-size:44px;
}

.gioi-thieu-page-bg .website-about-layout-value-card h3 {
    margin: 16px 0 7px;
    font-size:var(--font-size-xl);
}

.gioi-thieu-page-bg .website-about-layout-value-card p {
    font-size:var(--font-size-xs);
    line-height: 1.55;
}

.gioi-thieu-page-bg .website-about-layout-contact-card {
    grid-template-columns: minmax(300px, 1fr) minmax(250px, .72fr) minmax(250px, .7fr);
    gap: 28px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 14px 36px rgba(8, 36, 90, .085);
}

.gioi-thieu-page-bg .website-about-layout-map {
    min-height: 230px;
    border-radius: 8px;
}

.gioi-thieu-page-bg .website-about-layout-map-pin {
    width: 64px;
    height: 64px;
    font-size:34px;
}

.gioi-thieu-page-bg .website-about-layout-contact-list {
    gap: 13px;
    padding: 4px 0;
}

.gioi-thieu-page-bg .website-about-layout-contact-list h3 {
    display: none;
}

.gioi-thieu-page-bg .website-about-layout-contact-list div {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 12px;
    font-size:var(--font-size-md);
}

.gioi-thieu-page-bg .website-about-layout-contact-list i {
    width: 26px;
    height: 26px;
    background: transparent;
    font-size:var(--font-size-2xl);
}

.gioi-thieu-page-bg .website-about-layout-contact-visual {
    border-radius: 8px;
}

.gioi-thieu-page-bg .website-about-layout-contact-visual img {
    height: 178px;
}

.gioi-thieu-page-bg .website-about-layout-cta {
    padding: 18px 0 28px;
    background: transparent;
}

.gioi-thieu-page-bg .website-about-layout-cta-band {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 24px;
    padding: 26px 30px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 88% 18%, rgba(22, 115, 238, .38), rgba(22, 115, 238, 0) 36%),
        linear-gradient(135deg, #00245e, #003b88);
    box-shadow: 0 16px 38px rgba(0, 43, 103, .18);
}

.gioi-thieu-page-bg .website-about-layout-cta-icon {
    width: 66px;
    height: 66px;
    font-size:30px;
}

.gioi-thieu-page-bg .website-about-layout-cta-band h2 {
    font-size:var(--font-size-2xl);
}

@media (max-width: 1160px) {
    .gioi-thieu-page-bg .website-about-layout-hero-grid,
    .gioi-thieu-page-bg .website-about-layout-story-grid,
    .gioi-thieu-page-bg .website-about-layout-contact-card,
    .gioi-thieu-page-bg .website-about-layout-cta-band {
        grid-template-columns: 1fr;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual {
        min-height: 350px;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual img {
        width: min(100%, 350px);
        height: 350px;
    }
}

@media (max-width: 960px) {
    .gioi-thieu-page-bg .website-about-layout-hero {
        padding: 34px 0 42px !important;
    }

    .gioi-thieu-page-bg .website-about-layout-story,
    .gioi-thieu-page-bg .website-about-layout-strength,
    .gioi-thieu-page-bg .website-about-layout-values,
    .gioi-thieu-page-bg .website-about-layout-contact {
        padding: 42px 0;
    }

    .gioi-thieu-page-bg .website-about-layout-strength-grid,
    .gioi-thieu-page-bg .website-about-layout-value-grid,
    .gioi-thieu-page-bg .website-about-layout-mini-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .gioi-thieu-page-bg .website-about-layout-hero {
        padding: 30px 0 36px !important;
    }

    .gioi-thieu-page-bg .website-about-layout-hero h1 {
        font-size:var(--font-size-3xl);
    }

    .gioi-thieu-page-bg .website-about-layout-actions {
        padding-right: 54px;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual {
        min-height: 280px;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual img {
        width: min(100%, 280px);
        height: 280px;
        border-radius: 0;
    }

    .gioi-thieu-page-bg .website-about-layout-story-card {
        padding: 28px 22px;
    }

    .gioi-thieu-page-bg .website-about-layout-strength-grid,
    .gioi-thieu-page-bg .website-about-layout-value-grid,
    .gioi-thieu-page-bg .website-about-layout-mini-values {
        grid-template-columns: 1fr;
    }

    .gioi-thieu-page-bg .website-about-layout-cta-band {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }
}

.gioi-thieu-page-bg .website-about-layout-hero {
    padding: 18px 0 14px !important;
}

.gioi-thieu-page-bg .quick-contact-float {
    display: none;
}

.gioi-thieu-page-bg .website-about-layout::before,
.gioi-thieu-page-bg .website-about-layout::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.gioi-thieu-page-bg .website-about-layout::before {
    top: 585px;
    left: -90px;
    right: -90px;
    height: 820px;
    opacity: .58;
    background:
        radial-gradient(ellipse at 4% 22%, rgba(5, 73, 164, .05), rgba(255, 255, 255, 0) 28%),
        radial-gradient(ellipse at 96% 14%, rgba(5, 73, 164, .045), rgba(255, 255, 255, 0) 25%),
        linear-gradient(158deg, rgba(255, 255, 255, 0) 34%, rgba(216, 234, 250, .48) 44%, rgba(255, 255, 255, 0) 56%),
        linear-gradient(170deg, rgba(255, 255, 255, 0) 52%, rgba(226, 240, 252, .72) 62%, rgba(255, 255, 255, 0) 73%);
    filter: blur(.2px);
}

.gioi-thieu-page-bg .website-about-layout::after {
    top: 235px;
    right: -64px;
    width: 260px;
    height: 360px;
    opacity: .055;
    background:
        radial-gradient(ellipse at 42% 18%, #002b67 0 7%, transparent 8%),
        radial-gradient(ellipse at 58% 34%, #002b67 0 8%, transparent 9%),
        radial-gradient(ellipse at 34% 52%, #002b67 0 9%, transparent 10%),
        radial-gradient(ellipse at 62% 70%, #002b67 0 8%, transparent 9%);
}

.gioi-thieu-page-bg .website-about-layout-hero-grid,
.gioi-thieu-page-bg .website-about-layout-story-grid {
    align-items: start;
}

.gioi-thieu-page-bg .website-about-layout-hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    gap: 40px;
}

.gioi-thieu-page-bg .website-about-layout-copy {
    padding-top: 0;
}

.gioi-thieu-page-bg .website-about-layout-hero-visual {
    min-height: 346px;
    place-items: start center;
}

.gioi-thieu-page-bg .website-about-layout-hero-visual::before {
    inset: 18px 52px 6px 4px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 46%, rgba(255, 255, 255, .86), rgba(255, 255, 255, 0) 59%),
        rgba(11, 88, 197, .075);
    filter: blur(28px);
}

.gioi-thieu-page-bg .website-about-layout-hero-visual::after {
    right: 12%;
    bottom: 4px;
    width: 74%;
    height: 58px;
    background: rgba(10, 52, 97, .1);
    filter: blur(24px);
}

.gioi-thieu-page-bg .website-about-layout-hero-visual img {
    position: absolute;
    top: -4px;
    right: 24px;
    width: min(100%, 540px);
    height: auto;
    clip-path: none;
    filter: drop-shadow(0 22px 28px rgba(8, 36, 90, .13));
    -webkit-mask-image: radial-gradient(ellipse 72% 76% at 50% 48%, #000 72%, rgba(0, 0, 0, .78) 86%, transparent 100%);
    mask-image: radial-gradient(ellipse 72% 76% at 50% 48%, #000 72%, rgba(0, 0, 0, .78) 86%, transparent 100%);
}

.gioi-thieu-page-bg .website-about-layout-story {
    padding: 22px 0 18px !important;
}

.gioi-thieu-page-bg .website-about-layout-strength {
    padding: 22px 0 22px !important;
}

.gioi-thieu-page-bg .website-about-layout-values {
    padding: 22px 0 22px !important;
}

.gioi-thieu-page-bg .website-about-layout-contact {
    padding: 22px 0 26px !important;
}

.gioi-thieu-page-bg .website-about-layout-cta {
    padding: 14px 0 26px !important;
}

.gioi-thieu-page-bg .website-about-layout-story-grid {
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
    gap: 50px;
}

.gioi-thieu-page-bg .website-about-layout-story-image {
    min-height: 320px;
    border-radius: 8px;
}

.gioi-thieu-page-bg .website-about-layout-story-card {
    padding: 31px 42px 27px;
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(8, 36, 90, .085);
}

.gioi-thieu-page-bg .website-about-layout-story-card h2 {
    font-size:var(--font-size-2xl);
    line-height: 1.22;
}

.gioi-thieu-page-bg .website-about-layout-story-card .website-about-body {
    gap: 10px;
    margin-top: 15px;
}

.gioi-thieu-page-bg .website-about-layout-story-card p {
    font-size:var(--font-size-base);
    line-height: 1.62;
}

.gioi-thieu-page-bg .website-about-layout-mini-values {
    gap: 12px;
    margin-top: 20px;
}

.gioi-thieu-page-bg .website-about-layout-mini-values i {
    font-size:var(--font-size-4xl);
}

.gioi-thieu-page-bg .website-about-layout-mini-values strong {
    margin-top: 4px;
    font-size:var(--font-size-2xs);
}

.gioi-thieu-page-bg .website-about-layout-mini-values span {
    font-size:var(--font-size-2xs);
    line-height: 1.25;
}

.gioi-thieu-page-bg .website-about-layout-section-title {
    margin-bottom: 18px;
}

.gioi-thieu-page-bg .website-about-layout-section-title h2 {
    padding-bottom: 11px;
    font-size:var(--font-size-2xl);
    line-height: 1.2;
}

.gioi-thieu-page-bg .website-about-layout-strength-card {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 104px;
    padding: 17px 20px;
}

.gioi-thieu-page-bg .website-about-layout-strength-card > span {
    width: 44px;
    height: 44px;
    font-size:var(--font-size-kpi);
}

.gioi-thieu-page-bg .website-about-layout-strength-card h3 {
    font-size:var(--font-size-xl);
}

.gioi-thieu-page-bg .website-about-layout-strength-card p {
    font-size:var(--font-size-xs);
    line-height: 1.42;
}

.gioi-thieu-page-bg .website-about-layout-value-card {
    min-height: 128px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.gioi-thieu-page-bg .website-about-layout-value-card i {
    font-size:36px;
}

.gioi-thieu-page-bg .website-about-layout-value-card h3 {
    margin-top: 11px;
    font-size:var(--font-size-xl);
}

.gioi-thieu-page-bg .website-about-layout-value-card p {
    font-size:var(--font-size-xs);
    line-height: 1.42;
}

.gioi-thieu-page-bg .website-about-layout-contact-card {
    padding: 16px;
}

.gioi-thieu-page-bg .website-about-layout-map {
    min-height: 210px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02)),
        url("/website-assets/about/about-map-reference.png") center / cover no-repeat;
}

.gioi-thieu-page-bg .website-about-layout-map::after,
.gioi-thieu-page-bg .website-about-layout-map-pin {
    display: none;
}

.gioi-thieu-page-bg .website-about-layout-contact-list {
    gap: 11px;
}

.gioi-thieu-page-bg .website-about-layout-contact-list div {
    font-size:var(--font-size-base);
    line-height: 1.36;
}

.gioi-thieu-page-bg .website-about-layout-contact-visual img {
    height: 158px;
}

.gioi-thieu-page-bg .website-about-layout-cta-band {
    padding: 20px 28px;
}

.gioi-thieu-page-bg .website-about-layout-cta-icon {
    width: 58px;
    height: 58px;
    font-size:var(--font-size-kpi);
}

.gioi-thieu-page-bg .website-about-layout-cta-band h2 {
    font-size:var(--font-size-2xl);
    line-height: 1.22;
}

.gioi-thieu-page-bg .website-about-layout-cta-band p {
    margin-top: 6px;
    font-size:var(--font-size-md);
    line-height: 1.45;
}

.gioi-thieu-page-bg .website-about-layout-cta-actions .btn,
.gioi-thieu-page-bg .website-about-layout-contact-visual .btn {
    min-height: 46px;
}

@media (max-width: 1160px) {
    .gioi-thieu-page-bg .website-about-layout-hero-grid,
    .gioi-thieu-page-bg .website-about-layout-story-grid {
        align-items: center;
        grid-template-columns: 1fr;
    }

    .gioi-thieu-page-bg .website-about-layout-story-grid {
        gap: 30px;
    }
}

@media (max-width: 960px) {
    .gioi-thieu-page-bg .website-about-layout-story,
    .gioi-thieu-page-bg .website-about-layout-strength,
    .gioi-thieu-page-bg .website-about-layout-values,
    .gioi-thieu-page-bg .website-about-layout-contact {
        padding: 40px 0 !important;
    }
}

@media (max-width: 680px) {
    .gioi-thieu-page-bg .website-about-layout-hero {
        padding: 28px 0 34px !important;
    }

    .gioi-thieu-page-bg .website-about-layout-hero h1,
    .gioi-thieu-page-bg .website-about-layout-hero h1 span,
    .gioi-thieu-page-bg .website-about-layout-hero h1 strong {
        font-size:var(--font-size-3xl);
        line-height: 1.12;
    }

    .gioi-thieu-page-bg .website-about-layout-hero .website-about-summary {
        font-size:var(--font-size-md);
        line-height: 1.62;
    }

    .gioi-thieu-page-bg .website-about-layout-story-card h2,
    .gioi-thieu-page-bg .website-about-layout-section-title h2 {
        font-size:var(--font-size-2xl);
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual img {
        position: relative;
        top: auto;
        right: auto;
        width: min(100%, 280px);
        height: auto;
        clip-path: inset(0 0 24px 0);
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual {
        min-height: 230px;
    }

    .gioi-thieu-page-bg .website-about-layout-actions {
        padding-right: 0;
    }

    .gioi-thieu-page-bg .website-about-layout-actions .btn,
    .gioi-thieu-page-bg .website-about-layout-cta-actions .btn,
    .gioi-thieu-page-bg .website-about-layout-contact-visual .btn {
        min-height: 44px;
    }

    .gioi-thieu-page-bg .website-about-layout-story-card {
        padding: 26px 20px;
    }

    .gioi-thieu-page-bg .website-about-layout-value-card i {
        font-size:32px;
    }

    .gioi-thieu-page-bg .website-about-layout-cta-band {
        padding: 24px 20px;
    }
}

.gioi-thieu-page-bg .website-about-layout-hero {
    position: relative;
    min-height: 0;
    margin-bottom: 0;
    padding: 34px 0 40px !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 42%, rgba(195, 228, 255, .58), rgba(255, 255, 255, 0) 36%),
        radial-gradient(circle at 62% 24%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 26%),
        radial-gradient(circle at 1px 1px, rgba(24, 57, 107, .026) 0 1px, transparent 1.35px),
        linear-gradient(90deg, #fff 0%, #f4fbff 52%, #dff0ff 100%) !important;
    background-size: auto, auto, 22px 22px, auto !important;
}

.gioi-thieu-page-bg .website-about-layout-hero::before {
    content: "";
    position: absolute;
    inset: -150px -120px -190px;
    z-index: 0;
    background-image: url("/website-assets/about/about-hero-reference.png");
    background-position: center;
    background-size: cover;
    filter: blur(120px);
    opacity: .18;
    transform: scale(1.2);
    pointer-events: none;
}

.gioi-thieu-page-bg .website-about-layout-hero::after {
    content: "";
    position: absolute;
    right: 18%;
    bottom: 22px;
    z-index: 0;
    width: 420px;
    height: 92px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .72);
    filter: blur(26px);
    opacity: .42;
    pointer-events: none;
}

.gioi-thieu-page-bg .website-about-layout-hero-grid.container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    gap: 40px;
    align-items: start;
    width: 100%;
    max-width: 1280px;
    min-height: 455px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.gioi-thieu-page-bg .website-about-layout-copy {
    align-self: start;
    max-width: 560px;
    padding-top: 38px;
    animation: aboutHeroFadeUp .6s ease both;
}

.gioi-thieu-page-bg .website-about-layout-breadcrumb {
    margin-bottom: 24px;
    color: #8a96a8;
    font-size:var(--font-size-xs);
    font-weight: 500;
    line-height: 1.4;
}

.gioi-thieu-page-bg .website-about-layout-breadcrumb a,
.gioi-thieu-page-bg .website-about-layout-breadcrumb span,
.gioi-thieu-page-bg .website-about-layout-breadcrumb i {
    color: #8a96a8;
    font-weight: 500;
}

.gioi-thieu-page-bg .website-about-layout-hero h1 {
    max-width: 560px;
    margin: 0;
    color: #18396b !important;
    font-size:var(--font-size-3xl);
    font-weight: 700;
    line-height: 1.14 !important;
    letter-spacing: -.5px !important;
}

.gioi-thieu-page-bg .website-about-layout-hero h1 span,
.gioi-thieu-page-bg .website-about-layout-hero h1 strong {
    display: block;
    color: #18396b !important;
    font-size:var(--font-size-3xl);
    font-weight: 700;
    line-height: inherit !important;
    letter-spacing: -.5px !important;
}

.gioi-thieu-page-bg .website-about-layout-hero .website-about-summary {
    max-width: 520px;
    margin-top: 24px;
    color: #5d6a7d !important;
    font-size:var(--font-size-xl);
    font-weight: 500;
    line-height: 1.78;
}

.gioi-thieu-page-bg .website-about-layout-actions {
    gap: 18px;
    margin-top: 30px;
}

.gioi-thieu-page-bg .website-about-layout-actions .btn {
    min-height: 52px;
    height: 52px;
    padding: 0 32px;
    border-radius: 14px;
    font-size:var(--font-size-base);
    font-weight: 800;
}

.gioi-thieu-page-bg .website-about-layout-actions .btn-secondary {
    border: 1px solid rgba(24, 57, 107, .18);
    background: rgba(255, 255, 255, .72);
    color: #18396b;
    box-shadow: none;
}

.gioi-thieu-page-bg .website-about-layout-hero-visual {
    position: relative;
    display: block;
    min-height: 455px;
    isolation: isolate;
    overflow: visible;
    animation: aboutHeroImageIn .7s ease both;
}

.gioi-thieu-page-bg .website-about-layout-hero-visual::before,
.gioi-thieu-page-bg .website-about-layout-hero-visual::after {
    display: none;
}

.gioi-thieu-page-bg .website-about-hero-image-blur,
.gioi-thieu-page-bg .website-about-hero-radial-light,
.gioi-thieu-page-bg .website-about-hero-glass-panel {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gioi-thieu-page-bg .website-about-hero-image-blur {
    z-index: -3;
    border-radius: 36px;
    background-image: url("/website-assets/about/about-hero-reference.png");
    background-position: center;
    background-size: cover;
}

.gioi-thieu-page-bg .website-about-hero-image-blur-one {
    transform: scale(1.1);
    filter: blur(52px) brightness(1.12);
    opacity: .16;
}

.gioi-thieu-page-bg .website-about-hero-image-blur-two {
    z-index: -2;
    transform: scale(1.18);
    filter: blur(100px);
    opacity: .08;
    mix-blend-mode: screen;
}

.gioi-thieu-page-bg .website-about-hero-radial-light {
    z-index: -1;
    inset: -70px -80px;
    border-radius: 999px;
    background: radial-gradient(circle at 52% 45%, rgba(45, 116, 255, .1), rgba(255, 255, 255, 0) 62%);
    filter: blur(100px);
}

.gioi-thieu-page-bg .website-about-hero-glass-panel {
    display: none;
}

.gioi-thieu-page-bg .website-about-hero-image-card {
    position: relative;
    z-index: 2;
    width: min(100%, 590px);
    aspect-ratio: 430 / 340;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
    transition: transform .35s ease, filter .35s ease;
}

.gioi-thieu-page-bg .website-about-hero-image-card:hover {
    transform: translateY(-3px);
    filter: drop-shadow(0 18px 26px rgba(8, 36, 90, .12));
}

.gioi-thieu-page-bg .website-about-hero-image-card img,
.gioi-thieu-page-bg .website-about-layout-hero-visual img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    filter: drop-shadow(0 22px 28px rgba(8, 36, 90, .13));
    transform: none;
    -webkit-mask-image: radial-gradient(ellipse 82% 86% at 50% 55%, #000 58%, rgba(0, 0, 0, .78) 78%, transparent 100%);
    mask-image: radial-gradient(ellipse 82% 86% at 50% 55%, #000 58%, rgba(0, 0, 0, .78) 78%, transparent 100%);
}

@keyframes aboutHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutHeroImageIn {
    from {
        opacity: 0;
        transform: scale(1.04);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 1100px) {
    .gioi-thieu-page-bg .website-about-layout-hero-grid.container {
        grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
        gap: 36px;
    }

    .gioi-thieu-page-bg .website-about-layout-hero h1 {
        font-size:var(--font-size-3xl);
    }

    .gioi-thieu-page-bg .website-about-hero-image-card {
        width: min(100%, 500px);
        margin-top: 0;
    }
}

@media (max-width: 760px) {
    .gioi-thieu-page-bg .website-about-layout-hero {
        min-height: 0;
        margin-bottom: 0;
        padding: 42px 0 56px !important;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-grid.container {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: 0;
    }

    .gioi-thieu-page-bg .website-about-layout-copy {
        max-width: none;
        padding-top: 0;
    }

    .gioi-thieu-page-bg .website-about-layout-hero h1,
    .gioi-thieu-page-bg .website-about-layout-hero h1 span,
    .gioi-thieu-page-bg .website-about-layout-hero h1 strong {
        font-size:var(--font-size-3xl);
        line-height: 1.14 !important;
    }

    .gioi-thieu-page-bg .website-about-layout-hero .website-about-summary {
        font-size:var(--font-size-xl);
        line-height: 1.75;
    }

    .gioi-thieu-page-bg .website-about-layout-actions {
        display: flex;
        gap: 12px;
    }

    .gioi-thieu-page-bg .website-about-layout-actions .btn {
        flex: 1 1 auto;
        min-height: 50px;
        height: 50px;
        padding: 0 18px;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual {
        min-height: 330px;
    }

    .gioi-thieu-page-bg .website-about-hero-image-card {
        width: min(100%, 360px);
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .gioi-thieu-page-bg .website-about-layout-hero {
        padding: 34px 0 42px !important;
    }

    .gioi-thieu-page-bg .website-about-layout-hero h1,
    .gioi-thieu-page-bg .website-about-layout-hero h1 span,
    .gioi-thieu-page-bg .website-about-layout-hero h1 strong {
        font-size:var(--font-size-3xl);
    }

    .gioi-thieu-page-bg .website-about-layout-actions {
        display: grid;
    }

    .gioi-thieu-page-bg .website-about-layout-hero-visual {
        min-height: 286px;
    }

    .gioi-thieu-page-bg .website-about-hero-image-card {
        width: min(100%, 300px);
    }
}

.phong-page-bg .website-room-layout {
    overflow-x: hidden;
    background:
        linear-gradient(180deg, #edf8ff 0, #fff 330px, #fff 100%);
    color: var(--brand-navy);
}

.phong-page-bg .website-room-layout-hero {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    padding: 48px 0 !important;
    border-bottom: 0;
    background: #eef7ff !important;
    color: var(--brand-navy);
}

.phong-page-bg .website-room-layout-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    opacity: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(246, 251, 255, .99) 0%,
        rgba(242, 249, 255, .96) 28%,
        rgba(238, 247, 255, .82) 44%,
        rgba(238, 247, 255, .42) 60%,
        rgba(255, 255, 255, .06) 78%,
        rgba(255, 255, 255, 0) 100%
    );
}

.phong-page-bg .website-room-layout-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .72));
}

.phong-page-bg .website-room-layout-hero .container::after {
    display: none;
    content: none;
}

.phong-page-bg .website-room-layout-hero-grid {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 244px;
}

.phong-page-bg .website-room-layout-copy {
    max-width: 550px;
}

.phong-page-bg .website-room-layout-hero-background {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 54%;
}

.phong-page-bg .website-room-layout-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    color: #60728d;
    font-size: var(--font-size-meta);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.phong-page-bg .website-room-layout-breadcrumb a {
    color: var(--brand-blue);
}

.phong-page-bg .website-room-layout-breadcrumb span[aria-current="page"] {
    color: #60728d;
}

.phong-page-bg .website-room-layout-hero h1 {
    max-width: 540px;
    margin: 10px 0 0;
    color: var(--brand-navy) !important;
    font-size:var(--font-size-3xl);
    line-height: 1.1;
    letter-spacing: 0;
}

.phong-page-bg .website-room-layout-hero p {
    max-width: 540px;
    margin: 16px 0 0;
    color: #334a68;
    font-size:var(--font-size-xl);
    line-height: 1.62;
}

.phong-page-bg .website-room-layout-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.phong-page-bg .website-room-layout-hero-actions .btn,
.phong-page-bg .website-room-layout-card-actions .btn {
    min-height: 46px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.phong-page-bg .website-room-layout-hero-actions .btn:hover,
.phong-page-bg .website-room-layout-hero-actions .btn:focus-visible,
.phong-page-bg .website-room-layout-card-actions .btn:hover,
.phong-page-bg .website-room-layout-card-actions .btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(8, 36, 90, .16);
}

.phong-page-bg .website-room-layout-hero-card {
    position: absolute;
    z-index: 2;
    left: -26px;
    bottom: 26px;
    display: grid;
    gap: 5px;
    width: min(250px, 70%);
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 8px;
    background: rgba(255, 255, 255, .95);
    color: var(--brand-navy);
    box-shadow: 0 20px 42px rgba(0, 0, 0, .18);
}

.phong-page-bg .website-room-layout-hero-card span,
.phong-page-bg .website-room-layout-hero-card small {
    color: #5a6f8d;
    font-size:var(--font-size-base);
    font-weight: 800;
}

.phong-page-bg .website-room-layout-hero-card strong {
    color: var(--brand-navy);
    font-size:var(--font-size-kpi);
    line-height: 1.08;
}

.phong-page-bg .website-room-layout-catalog {
    padding: 18px 0 24px;
}

.phong-page-bg .page-meta-strip {
    padding: 20px 0 12px !important;
}

.phong-page-bg .page-meta-grid {
    gap: 12px;
}

.phong-page-bg .website-room-layout-section-title {
    display: grid;
    gap: 8px;
    justify-items: center;
    max-width: 760px;
    margin: 0 auto 18px;
    text-align: center;
}

.phong-page-bg .website-room-layout-section-title span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.phong-page-bg .website-room-layout-section-title h2 {
    position: relative;
    margin: 0;
    color: var(--heading);
    font-size:var(--font-size-2xl);
    line-height: 1.18;
}

.phong-page-bg .website-room-layout-section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: var(--brand-blue);
    transform: translateX(-50%);
}

.phong-page-bg .website-room-layout-section-title p {
    margin: 12px 0 0;
    color: #5a6f8d;
    font-size:var(--font-size-xl);
    line-height: 1.7;
}

.phong-page-bg .website-room-layout-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.phong-page-bg .website-room-layout-filter .pill {
    min-width: 132px;
    min-height: 44px;
    justify-content: center;
    border: 1px solid rgba(8, 42, 94, .14);
    border-radius: 999px;
    background: #fff;
    color: var(--brand-navy);
    box-shadow: 0 8px 22px rgba(8, 42, 94, .06);
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.phong-page-bg .website-room-layout-filter .pill:hover,
.phong-page-bg .website-room-layout-filter .pill:focus-visible {
    border-color: rgba(10, 77, 179, .28);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(8, 42, 94, .12);
}

.phong-page-bg .website-room-layout-list {
    display: grid;
    gap: 12px;
}

.phong-page-bg .website-room-layout-card {
    display: grid;
    grid-template-columns: minmax(360px, 400px) minmax(0, 1fr) minmax(290px, 310px);
    gap: 18px;
    align-items: center;
    min-height: 246px;
    padding: 13px;
    border: 1px solid rgba(8, 42, 94, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 42, 94, .07);
}

.phong-page-bg .website-room-layout-card.filtered-out {
    display: none;
}

.phong-page-bg .website-room-layout-card-media {
    position: relative;
    display: block;
    min-height: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
    background: #edf6ff;
}

.phong-page-bg .website-room-layout-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform .34s ease;
}

.phong-page-bg .website-room-layout-card:hover .website-room-layout-card-media img,
.phong-page-bg .website-room-layout-card:focus-within .website-room-layout-card-media img {
    transform: scale(1.035);
}

.phong-page-bg .website-room-layout-card-code,
.phong-page-bg .website-room-layout-popular-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: var(--brand-navy);
    font-size:var(--font-size-xs);
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(8, 42, 94, .14);
}

.phong-page-bg .website-room-layout-card-code {
    left: 12px;
    top: 12px;
}

.phong-page-bg .website-room-layout-popular-badge {
    left: 12px;
    bottom: 12px;
    background: rgba(255, 255, 255, .96);
    color: var(--brand-blue);
}

.phong-page-bg .website-room-layout-popular-badge i {
    color: #f4b323;
}

.phong-page-bg .website-room-layout-card-fallback {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 220px;
    color: #5a6f8d;
    text-align: center;
}

.phong-page-bg .website-room-layout-card-fallback i {
    color: var(--brand-blue);
    font-size:38px;
}

.phong-page-bg .website-room-layout-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 0;
}

.phong-page-bg .website-room-layout-card-head h3 {
    margin: 0 0 7px;
    color: var(--heading);
    font-size:var(--font-size-xl);
    line-height: 1.2;
}

.phong-page-bg .website-room-layout-card-head h3 a {
    color: inherit;
}

.phong-page-bg .website-room-layout-card-head p {
    max-width: 620px;
    margin: 0;
    color: #5a6f8d;
    font-size:var(--font-size-base);
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.phong-page-bg .website-room-layout-specs,
.phong-page-bg .website-room-layout-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.phong-page-bg .website-room-layout-specs {
    margin-top: 10px;
}

.phong-page-bg .website-room-layout-amenities {
    margin-top: 8px;
}

.phong-page-bg .website-room-layout-specs span,
.phong-page-bg .website-room-layout-amenities span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 7px;
    background: #f4f9ff;
    color: var(--brand-navy);
    font-size:var(--font-size-xs);
    font-weight: 800;
}

.phong-page-bg .website-room-layout-amenities span {
    background: #f7f9fd;
    color: #334a68;
}

.phong-page-bg .website-room-layout-amenities i {
    color: var(--brand-blue);
    font-size:var(--font-size-lg);
}

.phong-page-bg .website-room-layout-amenity-more {
    justify-content: center;
    min-width: 40px;
    background: #eef5ff !important;
    color: var(--brand-blue) !important;
}

.phong-page-bg .website-room-layout-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 160px;
    padding: 12px 0 12px 18px;
    border-radius: 8px;
    border-left: 1px solid rgba(8, 42, 94, .12);
    background: transparent;
    color: var(--brand-navy);
}

.phong-page-bg .website-room-layout-price.room-price {
    text-align: left;
    white-space: normal;
}

.phong-page-bg .website-room-layout-price-meta {
    display: none !important;
}

.phong-page-bg .website-room-layout-price > span {
    color: #5a6f8d;
    font-size:var(--font-size-base);
    font-weight: 900;
}

.phong-page-bg .website-room-layout-price strong {
    color: var(--brand-navy);
    font-size:var(--font-size-kpi);
    line-height: 1.12;
}

.phong-page-bg .website-room-layout-price small,
.phong-page-bg .website-room-layout-price em {
    display: block;
    margin-top: 6px;
    color: #5a6f8d;
    font-style: normal;
    font-size:var(--font-size-base);
    font-weight: 800;
}

.phong-page-bg .website-room-layout-price p {
    margin: 16px 0 0;
    color: #5a6f8d;
    font-size:var(--font-size-base);
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.phong-page-bg .website-room-layout-card-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.phong-page-bg .website-room-layout-card-actions .btn {
    flex: 1 1 0;
    min-height: 44px;
    padding: 0 12px;
    white-space: nowrap;
}

.phong-page-bg .website-room-layout-empty {
    margin-top: 24px;
}

.phong-page-bg .website-room-layout-assurance {
    padding: 18px 0 26px;
}

.phong-page-bg .website-room-layout-assurance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.phong-page-bg .website-room-layout-assurance-grid div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 42, 94, .06);
}

.phong-page-bg .website-room-layout-assurance-grid i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f4f9ff;
    color: var(--brand-blue);
    font-size:var(--font-size-kpi);
}

.phong-page-bg .website-room-layout-assurance-grid span {
    color: var(--brand-navy);
    font-size:var(--font-size-lg);
    font-weight: 900;
    line-height: 1.35;
}

.phong-page-bg .website-room-layout-cta {
    padding: 4px 0 34px !important;
}

.phong-page-bg .website-room-layout-cta-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 22px 26px;
    border-radius: 8px;
    background: linear-gradient(135deg, #052e72 0%, #063d91 58%, #082d67 100%);
    color: #fff;
    box-shadow: 0 18px 44px rgba(8, 42, 94, .18);
}

.phong-page-bg .website-room-layout-cta-icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(245, 196, 107, .78);
    border-radius: 50%;
    color: #fff;
    font-size:34px;
}

.phong-page-bg .website-room-layout-cta-copy h2 {
    margin: 0;
    color: #fff !important;
    font-size:var(--font-size-2xl);
    line-height: 1.2;
}

.phong-page-bg .website-room-layout-cta-copy p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size:var(--font-size-md);
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.phong-page-bg .website-room-layout-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.phong-page-bg .website-room-layout-cta-actions .btn {
    min-height: 44px;
    padding: 0 18px;
}

.phong-page-bg .website-room-layout-cta-actions .btn-primary {
    border-color: #f5c46b !important;
    background: #f5c46b !important;
    background-image: none !important;
    color: #082a5e !important;
    box-shadow: 0 14px 28px rgba(245, 196, 107, .2);
}

.phong-page-bg .website-room-layout-cta-actions .btn-primary:hover,
.phong-page-bg .website-room-layout-cta-actions .btn-primary:focus-visible {
    border-color: #ffd98a !important;
    background: #ffd98a !important;
    background-image: none !important;
    color: #052e72 !important;
}

@media (max-width: 1100px) {
    .phong-page-bg .website-room-layout-card {
        grid-template-columns: 1fr;
    }

    .phong-page-bg .website-room-layout-hero h1 {
        font-size:var(--font-size-3xl);
    }

    .phong-page-bg .website-room-layout-hero-card {
        left: 22px;
    }

    .phong-page-bg .website-room-layout-card {
        gap: 18px;
    }

    .phong-page-bg .website-room-layout-price {
        display: flex;
        min-height: 0;
        padding: 18px 0 0;
        border-top: 1px solid rgba(8, 42, 94, .12);
        border-left: 0;
    }

    .phong-page-bg .website-room-layout-price p {
        grid-column: 1 / -1;
    }

    .phong-page-bg .website-room-layout-card-actions {
        width: min(100%, 360px);
    }

    .phong-page-bg .website-room-layout-assurance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .phong-page-bg .website-room-layout-hero {
        min-height: 460px;
        padding: 48px 0 44px !important;
    }

    .phong-page-bg .website-room-layout-hero::before {
        background: linear-gradient(
            90deg,
            rgba(246, 251, 255, .98) 0%,
            rgba(242, 249, 255, .95) 58%,
            rgba(238, 247, 255, .72) 100%
        );
    }

    .phong-page-bg .website-room-layout-hero-grid {
        min-height: 368px;
        align-items: flex-start;
    }

    .phong-page-bg .website-room-layout-hero-background {
        object-position: 62% center;
    }

    .phong-page-bg .website-room-layout-hero h1 {
        font-size:var(--font-size-3xl);
    }

    .phong-page-bg .website-room-layout-hero p {
        font-size:var(--font-size-xl);
    }

    .phong-page-bg .website-room-layout-hero-actions,
    .phong-page-bg .website-room-layout-card-actions {
        display: flex;
        grid-template-columns: none;
    }

    .phong-page-bg .website-room-layout-hero-actions .btn,
    .phong-page-bg .website-room-layout-card-actions .btn {
        width: 100%;
    }

    .phong-page-bg .website-room-layout-hero-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 14px;
    }

    .phong-page-bg .website-room-layout-catalog {
        padding-top: 42px;
    }

    .phong-page-bg .website-room-layout-filter {
        justify-content: flex-start;
    }

    .phong-page-bg .website-room-layout-card {
        padding: 12px;
    }

    .phong-page-bg .website-room-layout-card-media,
    .phong-page-bg .website-room-layout-card-media img,
    .phong-page-bg .website-room-layout-card-fallback {
        min-height: 220px;
        height: 220px;
    }

    .phong-page-bg .website-room-layout-card-head h3 {
        font-size:var(--font-size-xl);
    }

    .phong-page-bg .website-room-layout-price {
        display: flex;
    }

    .phong-page-bg .website-room-layout-price strong {
        font-size:var(--font-size-kpi);
    }

    .phong-page-bg .website-room-layout-card-actions {
        width: 100%;
    }

    .phong-page-bg .website-room-layout-assurance-grid {
        grid-template-columns: 1fr;
    }

    .phong-page-bg .website-room-layout-cta-band {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
    }

    .phong-page-bg .website-room-layout-cta-actions {
        display: flex;
        flex-wrap: wrap;
    }

    .phong-page-bg .website-room-layout-cta-actions .btn {
        flex: 1 1 136px;
    }
}

/* Keep the room catalog on one typography rhythm and override legacy global section spacing. */
#website-root.phong-page-bg .website-room-layout-catalog {
    padding: 18px 0 24px !important;
}

#website-root.phong-page-bg .website-room-layout-eyebrow,
#website-root.phong-page-bg .website-room-layout-card-code,
#website-root.phong-page-bg .website-room-layout-popular-badge {
    font-size: var(--font-size-meta);
}

#website-root.phong-page-bg .website-room-layout-hero h1 {
    font-size: var(--font-size-page-title);
}

#website-root.phong-page-bg .website-room-layout-hero p,
#website-root.phong-page-bg .website-room-layout-card-head p,
#website-root.phong-page-bg .website-room-layout-cta-copy p {
    font-size: var(--font-size-body);
}

#website-root.phong-page-bg .website-room-layout-section-title span,
#website-root.phong-page-bg .website-room-layout-specs span,
#website-root.phong-page-bg .website-room-layout-amenities span {
    font-size: var(--font-size-label);
}

#website-root.phong-page-bg .website-room-layout-section-title h2 {
    font-size: var(--font-size-section-title);
}

#website-root.phong-page-bg .website-room-layout-card-head h3 {
    font-size: var(--font-size-card-title);
}

#website-root.phong-page-bg .website-room-layout-price strong {
    font-size: var(--font-size-price) !important;
}

#website-root.phong-page-bg .website-room-layout-filter .pill,
#website-root.phong-page-bg .website-room-layout-card-actions .btn,
#website-root.phong-page-bg .website-room-layout-cta-actions .btn {
    font-size: var(--font-size-control);
}

#website-root.phong-page-bg .website-room-layout-card {
    gap: 16px;
    padding: 12px;
}

#website-root.phong-page-bg .website-room-layout-price {
    padding-left: 16px;
}

@media (min-width: 821px) and (max-width: 1100px) {
    #website-root.phong-page-bg .website-room-layout-card {
        grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
        grid-template-rows: auto auto;
        align-items: stretch;
    }

    #website-root.phong-page-bg .website-room-layout-card-media {
        grid-row: 1 / span 2;
        min-height: 286px;
        height: 100%;
    }

    #website-root.phong-page-bg .website-room-layout-card-media img,
    #website-root.phong-page-bg .website-room-layout-card-fallback {
        min-height: 286px;
        height: 100%;
    }

    #website-root.phong-page-bg .website-room-layout-card-content {
        justify-content: flex-end;
        padding-top: 4px;
    }

    #website-root.phong-page-bg .website-room-layout-price {
        grid-column: 2;
        padding: 14px 0 4px;
    }
}

@media (max-width: 820px) {
    #website-root.phong-page-bg .website-room-layout-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    #website-root.phong-page-bg .website-room-layout-catalog {
        padding: 28px 0 32px !important;
    }

    #website-root.phong-page-bg .website-room-layout-card {
        gap: 14px;
    }

    #website-root.phong-page-bg .website-room-layout-price {
        padding: 14px 0 0;
    }
}

/* Room detail page: align public Razor render with the static room-detail prototype. */
.chi-tiet-phong-page-bg {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.chi-tiet-phong-page-bg .quick-contact-float {
    display: none;
}

.chi-tiet-phong-page-bg .room-detail-hero {
    position: relative;
    overflow: hidden;
    min-height: auto !important;
    padding: 48px 0 !important;
    background: linear-gradient(100deg, #fff 0%, #f5faff 48%, #dcebff 100%) !important;
    border-bottom: 1px solid rgba(8, 42, 94, .1);
}

.chi-tiet-phong-page-bg .room-detail-hero::after {
    position: absolute;
    right: -80px;
    top: -110px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(10, 77, 179, .1);
    content: "";
    pointer-events: none;
}

.chi-tiet-phong-page-bg .room-detail-hero .page-hero-grid {
    position: relative;
    z-index: 1;
}

.chi-tiet-phong-page-bg .room-detail-hero .container::after {
    display: none !important;
    content: none !important;
}

.chi-tiet-phong-page-bg .room-detail-breadcrumb {
    margin-bottom: 28px;
}

.chi-tiet-phong-page-bg .page-hero-visual {
    position: relative;
    height: 270px;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.chi-tiet-phong-page-bg .page-hero-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(246, 250, 255, .18), rgba(246, 250, 255, .54));
    content: "";
}

.chi-tiet-phong-page-bg .page-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .9;
    filter: none;
    border-radius: 0;
    box-shadow: none;
}

.chi-tiet-phong-page-bg .room-detail-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
    padding: 48px 0 !important;
}

.chi-tiet-phong-page-bg .room-detail-shell.scroll-reveal-group,
.chi-tiet-phong-page-bg .related-section.scroll-reveal-group {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

.chi-tiet-phong-page-bg .room-gallery.room-detail-gallery,
.chi-tiet-phong-page-bg .detail-booking-card,
.chi-tiet-phong-page-bg .detail-section,
.chi-tiet-phong-page-bg .related-card {
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(8, 42, 94, .06);
}

.chi-tiet-phong-page-bg .room-gallery.room-detail-gallery {
    display: block;
    padding: 14px;
}

.chi-tiet-phong-page-bg .gallery-frame.detail-hero-image {
    position: relative;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    border-radius: 14px !important;
    background: var(--brand-light);
    box-shadow: none;
}

.chi-tiet-phong-page-bg .gallery-frame.detail-hero-image > img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition: opacity .18s ease, transform .28s ease;
}

.chi-tiet-phong-page-bg .gallery-frame.detail-hero-image.is-changing > img {
    opacity: .42;
    transform: scale(1.01);
}

.chi-tiet-phong-page-bg .gallery-badge.room-favorite-badge {
    left: 18px;
    top: 18px;
    border-radius: 999px;
    padding: 9px 14px;
}

.chi-tiet-phong-page-bg .gallery-nav.gallery-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(8, 42, 94, .1);
    background: #fff;
    color: var(--brand-navy);
    box-shadow: 0 8px 22px rgba(8, 42, 94, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.chi-tiet-phong-page-bg .gallery-nav.gallery-arrow:hover,
.chi-tiet-phong-page-bg .gallery-nav.gallery-arrow:focus-visible {
    box-shadow: 0 14px 30px rgba(8, 42, 94, .16);
}

.chi-tiet-phong-page-bg .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.chi-tiet-phong-page-bg .gallery-thumbs .room-detail-thumb {
    height: 92px;
    border-radius: 12px;
}

.chi-tiet-phong-page-bg .room-detail-content {
    display: grid;
    gap: 22px;
    margin-top: 22px;
}

.chi-tiet-phong-page-bg .detail-section {
    padding: 26px !important;
}

.chi-tiet-phong-page-bg .detail-section h2 {
    margin: 0 0 14px;
    color: var(--heading);
    font-size:var(--font-size-2xl);
}

.chi-tiet-phong-page-bg .intro-section p {
    max-width: 880px;
}

.chi-tiet-phong-page-bg .feature-chips.room-detail-fact-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.chi-tiet-phong-page-bg .feature-chips.room-detail-fact-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 0;
    padding: 9px 13px;
    border: 0;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand-navy);
    font-weight: 900;
}

.chi-tiet-phong-page-bg .amenity-grid.room-detail-amenity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.chi-tiet-phong-page-bg .amenity-grid.room-detail-amenity-grid span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 12px;
    background: var(--brand-light);
    color: var(--heading);
    font-weight: 800;
}

.chi-tiet-phong-page-bg .detail-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid,
.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid span,
.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid span {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 4px 8px;
    align-items: center;
    padding: 12px 13px;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 12px;
    background: var(--brand-light);
    color: var(--heading);
    font-weight: 800;
}

.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid span {
    display: flex;
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid i,
.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid i {
    color: var(--brand-blue);
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid small {
    grid-column: 2;
    color: var(--muted);
    font-size:var(--font-size-xs);
    line-height: 1.45;
}

.chi-tiet-phong-page-bg .detail-booking-card.room-detail-booking-card {
    position: sticky;
    top: 112px;
    display: block;
    align-self: start;
    padding: 24px;
    border-radius: 18px;
}

.chi-tiet-phong-page-bg .detail-booking-card .room-detail-price {
    margin: 8px 0 18px;
    color: var(--heading);
    font-size:var(--font-size-kpi);
}

.chi-tiet-phong-page-bg .detail-booking-card small {
    display: block;
    margin: -10px 0 16px;
}

.chi-tiet-phong-page-bg .booking-facts.room-detail-summary-list {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(8, 42, 94, .1);
    border-bottom: 1px solid rgba(8, 42, 94, .1);
}

.chi-tiet-phong-page-bg .booking-facts p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(8, 42, 94, .1);
}

.chi-tiet-phong-page-bg .booking-facts p:last-child {
    border-bottom: 0;
}

.chi-tiet-phong-page-bg .booking-facts span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
}

.chi-tiet-phong-page-bg .booking-facts strong {
    max-width: 52%;
    color: var(--heading);
    text-align: right;
    overflow-wrap: anywhere;
}

.chi-tiet-phong-page-bg .detail-booking-actions {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.chi-tiet-phong-page-bg .detail-booking-actions .full {
    width: 100%;
}

.chi-tiet-phong-page-bg .booking-notes.direct-booking-notes {
    display: grid;
    gap: 9px;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 12px;
    background: var(--brand-light);
    color: var(--heading);
    font-weight: 800;
}

.chi-tiet-phong-page-bg .related-section.room-related-section {
    padding: 12px 0 56px !important;
}

.chi-tiet-phong-page-bg .room-related-heading {
    display: grid;
    justify-items: center;
    gap: 10px;
    margin-bottom: 34px;
    text-align: center;
}

.chi-tiet-phong-page-bg .room-related-heading.reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

.chi-tiet-phong-page-bg .related-rooms.room-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.chi-tiet-phong-page-bg .related-card.room-related-card {
    overflow: hidden;
}

.chi-tiet-phong-page-bg .related-card .room-related-media {
    height: 170px;
}

.chi-tiet-phong-page-bg .related-card .room-related-body {
    display: block;
    padding: 18px;
}

.chi-tiet-phong-page-bg .related-card h3 {
    margin: 0;
    font-size:var(--font-size-xl);
}

.chi-tiet-phong-page-bg .related-card p {
    margin: 8px 0;
    color: var(--muted);
}

.chi-tiet-phong-page-bg .related-card .room-price {
    display: block;
    color: var(--brand-navy);
    font-size:var(--font-size-kpi);
}

.chi-tiet-phong-page-bg .related-card .room-price span {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size:var(--font-size-kpi);
}

.chi-tiet-phong-page-bg .related-card .text-link {
    margin-top: 12px;
}

@media (max-width: 1100px) {
    .chi-tiet-phong-page-bg .room-detail-shell {
        grid-template-columns: 1fr;
    }

    .chi-tiet-phong-page-bg .detail-booking-card.room-detail-booking-card {
        position: static;
        order: -1;
    }

    .chi-tiet-phong-page-bg .amenity-grid.room-detail-amenity-grid,
    .chi-tiet-phong-page-bg .related-rooms.room-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .chi-tiet-phong-page-bg .page-hero-visual {
        height: 220px;
    }

    .chi-tiet-phong-page-bg .room-detail-shell {
        padding: 34px 0 !important;
    }

    .chi-tiet-phong-page-bg .gallery-frame.detail-hero-image > img {
        height: 360px;
    }

    .chi-tiet-phong-page-bg .gallery-thumbs,
    .chi-tiet-phong-page-bg .detail-two-col,
    .chi-tiet-phong-page-bg .amenity-grid.room-detail-amenity-grid,
    .chi-tiet-phong-page-bg .related-rooms.room-related-grid {
        grid-template-columns: 1fr;
    }

    .chi-tiet-phong-page-bg .detail-section {
        padding: 22px !important;
    }
}

/* Room detail final pass: match the attached detail-page reference while keeping DB-driven content. */
.chi-tiet-phong-page-bg {
    background: #fff;
}

.chi-tiet-phong-page-bg .room-detail-hero {
    min-height: auto !important;
    padding: 22px 0 0 !important;
    border-bottom: 0;
    background: #fff !important;
    color: var(--brand-navy);
}

.chi-tiet-phong-page-bg .room-detail-hero::after,
.chi-tiet-phong-page-bg .room-detail-hero .container::after {
    display: none !important;
    content: none !important;
}

.chi-tiet-phong-page-bg .room-detail-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 332px;
    gap: 50px;
    align-items: start;
    padding: 0 0 32px !important;
}

.chi-tiet-phong-page-bg .room-detail-main {
    min-width: 0;
}

.chi-tiet-phong-page-bg .room-detail-heading {
    max-width: 900px;
    margin: 0 0 30px;
}

.chi-tiet-phong-page-bg .room-detail-heading > .eyebrow {
    display: none;
}

.chi-tiet-phong-page-bg .room-detail-breadcrumb {
    gap: 10px;
    margin: 0 0 18px;
    color: #5c6c82;
    font-size:var(--font-size-xs);
    font-weight: 750;
}

.chi-tiet-phong-page-bg .room-detail-breadcrumb a {
    color: var(--brand-blue);
}

.chi-tiet-phong-page-bg .room-detail-heading h1 {
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-3xl);
    line-height: 1.12;
    letter-spacing: 0;
}

.chi-tiet-phong-page-bg .room-detail-heading p {
    max-width: 820px;
    margin: 14px 0 0;
    color: #253d60;
    font-size:var(--font-size-lg);
    line-height: 1.68;
}

.chi-tiet-phong-page-bg .room-gallery.room-detail-gallery,
.chi-tiet-phong-page-bg .detail-section,
.chi-tiet-phong-page-bg .related-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.chi-tiet-phong-page-bg .room-gallery.room-detail-gallery {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 16px;
    padding: 0;
}

.chi-tiet-phong-page-bg .gallery-frame.detail-hero-image {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    border-radius: 8px !important;
    background: #eef5ff;
    box-shadow: none;
}

.chi-tiet-phong-page-bg .gallery-frame.detail-hero-image > img {
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
    transition: opacity .18s ease, transform .28s ease;
}

.chi-tiet-phong-page-bg .gallery-frame.detail-hero-image.is-changing > img {
    opacity: .46;
    transform: scale(1.01);
}

.chi-tiet-phong-page-bg .gallery-badge.room-favorite-badge {
    left: 16px;
    top: 16px;
    min-height: 40px;
    padding: 9px 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    color: var(--brand-navy);
    box-shadow: 0 10px 26px rgba(8, 42, 94, .13);
}

.chi-tiet-phong-page-bg .gallery-nav.gallery-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(8, 42, 94, .08);
    background: rgba(255, 255, 255, .96);
    color: var(--brand-navy);
    box-shadow: 0 12px 28px rgba(8, 42, 94, .16);
    transition: transform .18s ease, box-shadow .18s ease;
}

.chi-tiet-phong-page-bg .gallery-nav.gallery-arrow:hover,
.chi-tiet-phong-page-bg .gallery-nav.gallery-arrow:focus-visible {
    box-shadow: 0 16px 34px rgba(8, 42, 94, .2);
    transform: translateY(-50%) scale(1.04);
}

.chi-tiet-phong-page-bg .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
}

.chi-tiet-phong-page-bg .gallery-thumbs .room-detail-thumb {
    height: 90px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #eef5ff;
    box-shadow: 0 8px 20px rgba(8, 42, 94, .08);
}

.chi-tiet-phong-page-bg .gallery-thumbs .room-detail-thumb.active {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 2px rgba(10, 77, 179, .12), 0 12px 28px rgba(8, 42, 94, .14);
}

.chi-tiet-phong-page-bg .room-detail-fact-strip {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0 !important;
    overflow: hidden;
    margin-top: 18px;
    border: 1px solid rgba(8, 42, 94, .11) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(8, 42, 94, .06) !important;
}

.chi-tiet-phong-page-bg .room-detail-fact-strip span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 56px;
    padding: 10px 12px !important;
    border: 0 !important;
    border-right: 1px solid rgba(8, 42, 94, .09) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--brand-navy);
    font-size:var(--font-size-md);
    font-weight: 820;
    text-align: center;
}

.chi-tiet-phong-page-bg .room-detail-fact-strip span:last-child {
    border-right: 0 !important;
}

.chi-tiet-phong-page-bg .room-detail-fact-strip i {
    color: var(--brand-blue);
    font-size:var(--font-size-3xl);
}

.chi-tiet-phong-page-bg .room-detail-content {
    display: grid;
    gap: 20px;
    margin-top: 28px;
}

.chi-tiet-phong-page-bg .detail-section {
    padding: 0 !important;
}

.chi-tiet-phong-page-bg .detail-section h2 {
    margin: 0 0 12px;
    color: var(--brand-navy);
    font-size:var(--font-size-2xl);
    line-height: 1.22;
}

.chi-tiet-phong-page-bg .intro-section p {
    max-width: 890px;
    margin: 0;
    color: #253d60;
    font-size:var(--font-size-md);
    line-height: 1.62;
}

.chi-tiet-phong-page-bg .amenity-grid.room-detail-amenity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 28px;
    margin-top: 6px;
}

.chi-tiet-phong-page-bg .amenity-grid.room-detail-amenity-grid span {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--brand-navy);
    font-size:var(--font-size-md);
    font-weight: 700;
}

.chi-tiet-phong-page-bg .amenity-grid.room-detail-amenity-grid i {
    flex: 0 0 auto;
    color: var(--brand-blue);
    font-size:var(--font-size-2xl);
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid,
.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid {
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(8, 42, 94, .11);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(8, 42, 94, .05);
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid span,
.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid span {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 3px 10px;
    align-items: start;
    min-height: 74px;
    padding: 15px 16px;
    border: 0;
    border-right: 1px solid rgba(8, 42, 94, .09);
    border-radius: 0;
    background: #fff;
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid span:last-child,
.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid span:last-child {
    border-right: 0;
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid i,
.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid i {
    grid-row: 1 / span 2;
    color: var(--brand-blue);
    font-size:var(--font-size-3xl);
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid strong,
.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid strong {
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    line-height: 1.32;
}

.chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid small,
.chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid small {
    grid-column: 2;
    color: #526987;
    font-size:var(--font-size-2xs);
    line-height: 1.42;
}

.chi-tiet-phong-page-bg .detail-booking-card.room-detail-booking-card {
    position: sticky;
    top: 0;
    display: grid;
    gap: 16px;
    align-self: start;
    padding: 24px 22px;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 46px rgba(8, 42, 94, .12);
}

.chi-tiet-phong-page-bg .room-detail-price-label {
    color: #667792;
    font-size:var(--font-size-kpi);
    font-weight: 760;
}

.chi-tiet-phong-page-bg .detail-booking-card .room-detail-price {
    margin: -6px 0 0;
    color: var(--brand-navy);
    font-size:var(--font-size-kpi);
    line-height: 1.08;
}

.chi-tiet-phong-page-bg .detail-booking-card .room-detail-price-note {
    display: block;
    margin: -7px 0 0;
    color: #253d60;
    font-size:var(--font-size-kpi);
    line-height: 1.45;
}

.chi-tiet-phong-page-bg .room-detail-time-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 16px 0 12px;
    border-top: 1px solid rgba(8, 42, 94, .09);
    border-bottom: 1px solid rgba(8, 42, 94, .09);
}

.chi-tiet-phong-page-bg .room-detail-time-grid div {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 2px 9px;
    align-items: center;
}

.chi-tiet-phong-page-bg .room-detail-time-grid i {
    grid-row: 1 / span 2;
    color: var(--brand-blue);
    font-size:var(--font-size-4xl);
}

.chi-tiet-phong-page-bg .room-detail-time-grid span {
    color: #667792;
    font-size:var(--font-size-xs);
}

.chi-tiet-phong-page-bg .room-detail-time-grid strong {
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    line-height: 1.25;
}

.chi-tiet-phong-page-bg .booking-facts.room-detail-summary-list {
    display: grid;
    gap: 0;
    border: 0;
}

.chi-tiet-phong-page-bg .booking-facts.room-detail-summary-list p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
    padding: 9px 0;
    border-bottom: 0;
}

.chi-tiet-phong-page-bg .booking-facts.room-detail-summary-list span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #526987;
    font-size:var(--font-size-base);
    line-height: 1.3;
}

.chi-tiet-phong-page-bg .booking-facts.room-detail-summary-list i {
    color: var(--brand-blue);
    font-size:var(--font-size-2xl);
}

.chi-tiet-phong-page-bg .booking-facts.room-detail-summary-list strong {
    max-width: 46%;
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    font-weight: 850;
    text-align: right;
    overflow-wrap: anywhere;
}

.chi-tiet-phong-page-bg .detail-booking-actions {
    display: grid;
    gap: 10px;
    margin-top: 2px;
}

.chi-tiet-phong-page-bg .detail-booking-actions .full {
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
}

.chi-tiet-phong-page-bg .booking-notes.direct-booking-notes {
    display: grid;
    gap: 7px;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    font-weight: 750;
}

.chi-tiet-phong-page-bg .booking-notes.direct-booking-notes span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.chi-tiet-phong-page-bg .booking-notes.direct-booking-notes i {
    color: var(--brand-blue);
    font-size:var(--font-size-2xl);
}

.chi-tiet-phong-page-bg .related-section.room-related-section {
    overflow: hidden;
    padding: 0 0 48px !important;
}

.chi-tiet-phong-page-bg .room-related-heading {
    display: block;
    margin-bottom: 14px;
    text-align: left;
}

.chi-tiet-phong-page-bg .room-related-heading .eyebrow {
    display: none;
}

.chi-tiet-phong-page-bg .room-related-heading h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-2xl);
    line-height: 1.22;
}

.chi-tiet-phong-page-bg .room-related-carousel {
    position: relative;
}

.chi-tiet-phong-page-bg .related-rooms.room-related-grid {
    display: grid;
    grid-auto-columns: calc((100% - 60px) / 4);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 20px;
    overflow-x: auto;
    padding: 0 2px 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.chi-tiet-phong-page-bg .related-rooms.room-related-grid::-webkit-scrollbar {
    display: none;
}

.chi-tiet-phong-page-bg .related-card.room-related-card {
    overflow: hidden;
    border: 1px solid rgba(8, 42, 94, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(8, 42, 94, .08);
    scroll-snap-align: start;
}

.chi-tiet-phong-page-bg .related-card .room-related-media {
    display: block;
    height: 145px;
    overflow: hidden;
    background: #eef5ff;
}

.chi-tiet-phong-page-bg .related-card .room-related-body {
    display: grid;
    gap: 8px;
    padding: 14px;
}

.chi-tiet-phong-page-bg .related-card h3 {
    margin: 0;
    color: var(--brand-navy);
    font-size:var(--font-size-xl);
    line-height: 1.25;
}

.chi-tiet-phong-page-bg .room-related-meta,
.chi-tiet-phong-page-bg .room-related-description {
    margin: 0;
    color: #526987;
    font-size:var(--font-size-xs);
    line-height: 1.42;
}

.chi-tiet-phong-page-bg .room-related-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--brand-navy);
    font-weight: 760;
}

.chi-tiet-phong-page-bg .room-related-description {
    min-height: 34px;
}

.chi-tiet-phong-page-bg .related-card .room-price {
    display: block;
    color: var(--brand-blue);
    font-size:var(--font-size-kpi);
    font-weight: 900;
}

.chi-tiet-phong-page-bg .related-card .room-price span {
    display: none;
}

.chi-tiet-phong-page-bg .related-card .text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    margin-top: 2px;
    padding: 7px 10px;
    border: 1px solid rgba(10, 77, 179, .35);
    border-radius: 6px;
    color: var(--brand-blue);
    font-size:var(--font-size-xs);
    font-weight: 850;
}

.chi-tiet-phong-page-bg .room-related-arrow {
    position: absolute;
    top: 82px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(8, 42, 94, .1);
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: var(--brand-blue);
    box-shadow: 0 12px 26px rgba(8, 42, 94, .16);
    transform: none;
}

.chi-tiet-phong-page-bg .room-related-arrow.prev {
    left: 10px;
}

.chi-tiet-phong-page-bg .room-related-arrow.next {
    right: 10px;
}

@media (max-width: 1180px) {
    .chi-tiet-phong-page-bg .room-detail-shell {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .chi-tiet-phong-page-bg .detail-booking-card.room-detail-booking-card {
        position: static;
        order: -1;
    }
}

@media (max-width: 900px) {
    .chi-tiet-phong-page-bg .gallery-frame.detail-hero-image > img {
        height: 330px;
    }

    .chi-tiet-phong-page-bg .room-detail-fact-strip,
    .chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid,
    .chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chi-tiet-phong-page-bg .room-detail-fact-strip span,
    .chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid span,
    .chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid span {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(8, 42, 94, .09) !important;
    }

    .chi-tiet-phong-page-bg .amenity-grid.room-detail-amenity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chi-tiet-phong-page-bg .related-rooms.room-related-grid {
        grid-auto-columns: minmax(240px, 78%);
    }
}

@media (max-width: 640px) {
    .chi-tiet-phong-page-bg .room-detail-hero {
        padding-top: 18px !important;
    }

    .chi-tiet-phong-page-bg .room-detail-heading h1 {
        font-size:var(--font-size-3xl);
    }

    .chi-tiet-phong-page-bg .gallery-frame.detail-hero-image > img {
        height: 255px;
    }

    .chi-tiet-phong-page-bg .gallery-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .chi-tiet-phong-page-bg .gallery-thumbs .room-detail-thumb {
        height: 74px;
    }

    .chi-tiet-phong-page-bg .room-detail-fact-strip,
    .chi-tiet-phong-page-bg .policy-grid.room-detail-policy-grid,
    .chi-tiet-phong-page-bg .direct-benefits.room-detail-benefit-grid,
    .chi-tiet-phong-page-bg .amenity-grid.room-detail-amenity-grid,
    .chi-tiet-phong-page-bg .room-detail-time-grid {
        grid-template-columns: 1fr;
    }

    .chi-tiet-phong-page-bg .booking-facts.room-detail-summary-list p {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .chi-tiet-phong-page-bg .booking-facts.room-detail-summary-list strong {
        max-width: 100%;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .reveal,
    .reveal.visible,
    .scroll-reveal-group,
    .scroll-reveal-group.visible,
    body.home .hero-slide.active,
    body.home .tl-home-hero .hero-slide.active h1,
    body.home .tl-home-hero .hero-slide.active p,
    body.home .tl-home-hero .hero-slide.active .hero-actions,
    body.home .hero-fullwidth-media img.active,
    body.home .tl-home-hero .hero-bg::before,
    body.home .tl-home-hero .hero-bg::after,
    body.home .tl-home-hero .hero-fullwidth-media::before,
    body.home .tl-home-hero > .slider-dots button,
    body.home .tl-home-hero > .hero-slider-dots button,
    body.home .tl-home-hero > .slider-dots button::before,
    body.home .tl-home-hero > .hero-slider-dots button::before,
    body.home .tl-home-hero .hero-actions .btn-primary,
    body.home .tl-home-hero .hero-actions .btn-secondary,
    body.home .tl-quick-booking,
    .mobile-nav,
    .mobile-nav-panel,
    body.home .feature-tile,
    body.home .home-room-card,
    body.home .service-card,
    body.home .home-room-card img,
    .phong-page-bg .website-room-layout-hero-actions .btn,
    .phong-page-bg .website-room-layout-card-actions .btn,
    .phong-page-bg .website-room-layout-filter .pill,
    .phong-page-bg .website-room-layout-card-media img,
    .chi-tiet-phong-page-bg .gallery-frame.detail-hero-image > img,
    .chi-tiet-phong-page-bg .gallery-nav.gallery-arrow {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

/* Website service page: keep the public page aligned with docs/Website/dich-vu.html. */
.dich-vu-page-bg .content-page-hero.service-page-hero {
    padding: 0 !important;
    border-bottom: 1px solid rgba(8, 42, 94, 0.1) !important;
    background: linear-gradient(90deg, #ffffff 0%, #f0f7ff 55%, #dceeff 100%) !important;
    color: var(--brand-navy) !important;
}

.dich-vu-page-bg .content-page-hero .container::after,
.dich-vu-page-bg .content-page-hero .page-hero-grid::after {
    display: none !important;
    content: none !important;
}

.dich-vu-page-bg .content-page-hero .page-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 380px !important;
    gap: 42px !important;
    align-items: center !important;
    padding: 48px 0 !important;
}

.dich-vu-page-bg .content-page-hero .breadcrumb {
    color: var(--brand-blue) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.dich-vu-page-bg .content-page-hero .breadcrumb span {
    color: #61718a !important;
}

.dich-vu-page-bg .content-page-hero .eyebrow,
.dich-vu-page-bg .content-section .eyebrow,
.dich-vu-page-bg .content-support-cta .eyebrow {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--brand-blue) !important;
    letter-spacing: 0.7px !important;
}

.dich-vu-page-bg .content-page-hero h1 {
    color: var(--brand-navy) !important;
}

.dich-vu-page-bg .content-page-hero p {
    color: #425574 !important;
}

.dich-vu-page-bg .content-section .section-head {
    display: block !important;
    text-align: center !important;
}

.dich-vu-page-bg .content-section .section-head h2 {
    position: static !important;
    padding-bottom: 0 !important;
}

.dich-vu-page-bg .content-section .section-head h2::after {
    position: static !important;
    display: block !important;
    width: 76px !important;
    height: 3px !important;
    margin: 14px auto 0 !important;
    border-radius: 999px !important;
    background: var(--brand-navy) !important;
    content: "" !important;
}

.dich-vu-page-bg .content-support-cta .eyebrow {
    color: #f5c46b !important;
}

.dich-vu-page-bg .content-support-cta h2 {
    color: #ffffff !important;
}

@media (max-width: 980px) {
    .dich-vu-page-bg .content-page-hero .page-hero-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Website service page: align /dich-vu with the attached service mockup. */
.dich-vu-page-bg .content-page-hero.service-page-hero {
    min-height: 330px !important;
    background:
        radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.88) 0 12%, transparent 34%),
        linear-gradient(90deg, #ffffff 0%, #eef7ff 54%, #d9ecff 100%) !important;
}

.dich-vu-page-bg .content-page-hero .page-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px) !important;
    min-height: 330px !important;
    padding: 46px 0 !important;
}

.dich-vu-page-bg .content-page-hero .breadcrumb {
    margin-bottom: 18px !important;
    color: #1f72c9 !important;
    font-size:var(--font-size-xs);
}

.dich-vu-page-bg .content-page-hero .eyebrow {
    display: none !important;
}

.dich-vu-page-bg .content-page-hero h1 {
    margin: 0 !important;
    font-size:var(--font-size-3xl);
    font-weight: 900 !important;
}

.dich-vu-page-bg .content-page-hero p {
    max-width: 610px !important;
    margin-top: 18px !important;
    color: #53677f !important;
}

.dich-vu-page-bg .service-hero-visual-match {
    display: flex;
    justify-content: center;
}

.dich-vu-page-bg .service-hero-illustration {
    position: relative;
    width: min(100%, 410px);
    aspect-ratio: 1.25;
}

.dich-vu-page-bg .service-hero-building {
    position: absolute;
    right: 34px;
    bottom: 28px;
    display: grid;
    grid-template-columns: repeat(3, 48px);
    gap: 18px 20px;
    width: 240px;
    min-height: 205px;
    padding: 58px 22px 22px;
    border: 4px solid rgba(18, 74, 132, 0.78);
    border-radius: 20px 20px 16px 16px;
    background: rgba(255, 255, 255, 0.34);
    box-shadow: 0 24px 48px rgba(29, 92, 150, 0.12);
}

.dich-vu-page-bg .service-hero-roof {
    position: absolute;
    top: -34px;
    left: 50%;
    width: 146px;
    height: 54px;
    transform: translateX(-50%);
    border: 4px solid rgba(18, 74, 132, 0.78);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
}

.dich-vu-page-bg .service-hero-window {
    width: 48px;
    height: 42px;
    border: 4px solid rgba(18, 74, 132, 0.78);
    border-radius: 14px 14px 8px 8px;
    background: rgba(255, 255, 255, 0.38);
}

.dich-vu-page-bg .service-hero-door {
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 54px;
    height: 66px;
    transform: translateX(-50%);
    border: 4px solid rgba(18, 74, 132, 0.78);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background: rgba(255, 255, 255, 0.45);
}

.dich-vu-page-bg .service-hero-sun {
    position: absolute;
    top: 26px;
    right: 12px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ffd16f;
    box-shadow: 0 0 0 12px rgba(255, 209, 111, 0.22);
}

.dich-vu-page-bg .service-hero-cloud {
    position: absolute;
    height: 22px;
    border: 4px solid rgba(18, 74, 132, 0.45);
    border-radius: 999px;
}

.dich-vu-page-bg .service-hero-cloud-one {
    top: 74px;
    left: 42px;
    width: 100px;
}

.dich-vu-page-bg .service-hero-cloud-two {
    top: 120px;
    right: 0;
    width: 82px;
}

.dich-vu-page-bg .service-hero-tree {
    position: absolute;
    bottom: 28px;
    width: 34px;
    height: 82px;
    border-radius: 999px 999px 10px 10px;
    background: linear-gradient(180deg, #2b8f66, #176044);
}

.dich-vu-page-bg .service-hero-tree::after {
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 8px;
    height: 28px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #7b5a35;
    content: "";
}

.dich-vu-page-bg .service-hero-tree-left {
    left: 26px;
}

.dich-vu-page-bg .service-hero-tree-right {
    right: 6px;
}

.dich-vu-page-bg .content-section {
    padding-top: 58px;
    padding-bottom: 36px;
}

.dich-vu-page-bg .content-section .section-head {
    margin-bottom: 32px !important;
}

.dich-vu-page-bg .content-section .section-head h2 {
    font-size:var(--font-size-2xl);
    font-weight: 900;
}

.dich-vu-page-bg .service-overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.dich-vu-page-bg .service-overview-card {
    display: flex;
    min-height: 154px;
    gap: 18px;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid #d8e4f2;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(30, 76, 124, 0.06);
}

.dich-vu-page-bg .service-overview-card.is-selected {
    border-color: #2d8cff;
    box-shadow: 0 16px 32px rgba(45, 140, 255, 0.14);
}

.dich-vu-page-bg .service-overview-icon {
    display: grid;
    flex: 0 0 62px;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #082f5f;
    color: #ffffff;
    font-size:30px;
    box-shadow: 0 12px 24px rgba(8, 47, 95, 0.18);
}

.dich-vu-page-bg .service-overview-copy {
    min-width: 0;
}

.dich-vu-page-bg .service-overview-card h3 {
    font-size:var(--font-size-xl);
    font-weight: 900;
}

.dich-vu-page-bg .service-overview-card p {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dich-vu-page-bg .service-overview-card a {
    margin-top: 12px;
    color: #1f72c9;
}

.dich-vu-page-bg .content-feature.service-highlight {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    gap: 34px;
    align-items: stretch;
    padding-top: 24px;
    padding-bottom: 42px;
}

.dich-vu-page-bg .service-highlight-media {
    min-height: 430px;
    border-radius: 18px;
}

.dich-vu-page-bg .service-highlight-media img {
    min-height: 430px;
    object-position: 50% 50%;
}

.dich-vu-page-bg .feature-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px;
    border-radius: 18px;
}

.dich-vu-page-bg .badge-blue {
    background: #e7f2ff;
    color: #1f72c9;
}

.dich-vu-page-bg .feature-panel h2 {
    margin: 0;
    font-size:var(--font-size-2xl);
    font-weight: 900;
}

.dich-vu-page-bg .feature-chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f2f7fd;
    color: #244963;
}

.dich-vu-page-bg .feature-chips i {
    color: #1f72c9;
}

.dich-vu-page-bg .info-pair {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.dich-vu-page-bg .info-pair > i {
    display: grid;
    flex: 0 0 38px;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #edf6ff;
    color: #1f72c9;
    font-size:var(--font-size-3xl);
}

.dich-vu-page-bg .process-grid {
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    padding: 34px 34px 32px;
    border: 1px solid #d8e4f2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(30, 76, 124, 0.06);
}

.dich-vu-page-bg .process-grid article {
    position: relative;
    padding: 0 26px;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.dich-vu-page-bg .process-grid article:not(:last-child)::after {
    position: absolute;
    top: 38px;
    right: -38px;
    width: 76px;
    height: 2px;
    border-top: 2px dotted #a9c3dc;
    content: "";
}

.dich-vu-page-bg .process-grid article > span {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    border: 10px solid #eef6ff;
    border-radius: 50%;
    background: #1f72c9;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size:var(--font-size-kpi);
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(31, 114, 201, 0.18);
}

.dich-vu-page-bg .process-grid h3 {
    margin: 0;
    font-weight: 900;
}

.dich-vu-page-bg .process-grid p {
    max-width: 250px;
    margin: 9px auto 0;
}

#website-root:not(.website-effects-ready).dich-vu-page-bg .service-highlight .reveal,
#website-root:not(.website-effects-ready).dich-vu-page-bg .service-process-match .reveal,
#website-root:not(.website-effects-ready).dich-vu-page-bg .content-support-cta .reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.dich-vu-page-bg .service-highlight,
.dich-vu-page-bg .service-process-match,
.dich-vu-page-bg .content-support-cta {
    filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.dich-vu-page-bg .service-process-match {
    padding-top: 28px;
    padding-bottom: 44px;
}

.dich-vu-page-bg .content-support-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 6px;
    margin-bottom: 44px;
    padding: 34px 40px;
    border-radius: 18px;
    background: #062a55;
}

.dich-vu-page-bg .service-support-cta-copy {
    display: flex;
    gap: 18px;
    align-items: center;
}

.dich-vu-page-bg .service-support-cta-icon {
    display: grid;
    flex: 0 0 68px;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffd16f;
    font-size:34px;
}

.dich-vu-page-bg .content-support-cta .cta-actions {
    align-items: center;
}

@media (max-width: 980px) {
    .dich-vu-page-bg .content-page-hero .page-hero-grid,
    .dich-vu-page-bg .content-feature.service-highlight,
    .dich-vu-page-bg .content-support-cta {
        grid-template-columns: 1fr !important;
    }

    .dich-vu-page-bg .service-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dich-vu-page-bg .service-support-cta-copy {
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .dich-vu-page-bg .content-page-hero .page-hero-grid {
        min-height: auto !important;
    }

    .dich-vu-page-bg .service-hero-illustration {
        width: min(100%, 320px);
    }

    .dich-vu-page-bg .service-hero-building {
        right: 22px;
        grid-template-columns: repeat(3, 38px);
        width: 196px;
        min-height: 174px;
        gap: 14px;
    }

    .dich-vu-page-bg .service-hero-window {
        width: 38px;
        height: 34px;
    }

    .dich-vu-page-bg .service-overview-grid,
    .dich-vu-page-bg .process-grid {
        grid-template-columns: 1fr;
    }

    .dich-vu-page-bg .service-overview-card {
        min-height: auto;
    }

    .dich-vu-page-bg .service-highlight-media,
    .dich-vu-page-bg .service-highlight-media img {
        min-height: 230px;
    }

    .dich-vu-page-bg .feature-panel {
        padding: 24px;
    }

    .dich-vu-page-bg .process-grid article {
        padding: 18px 0;
    }

    .dich-vu-page-bg .process-grid article:not(:last-child)::after {
        display: none;
    }

    .dich-vu-page-bg .service-support-cta-copy,
    .dich-vu-page-bg .content-support-cta .cta-actions {
        width: 100%;
    }
}

/* UAT service page image and spacing polish. */
.dich-vu-page-bg .service-hero-visual-match {
    display: block !important;
}

.dich-vu-page-bg .service-hero-photo-collage {
    position: relative;
    width: min(100%, 430px);
    min-height: 286px;
    margin-left: auto;
}

.dich-vu-page-bg .service-hero-photo-main {
    position: absolute;
    inset: 0 72px 0 0;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.78);
    border-radius: 24px;
    background: #e8f3ff;
    box-shadow: 0 24px 54px rgba(23, 84, 145, 0.18);
}

.dich-vu-page-bg .service-hero-photo-main::after,
.dich-vu-page-bg .service-overview-thumb::after,
.dich-vu-page-bg .service-highlight-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 31, 65, 0.02), rgba(5, 31, 65, 0.18));
    content: "";
    pointer-events: none;
}

.dich-vu-page-bg .service-hero-photo-main img,
.dich-vu-page-bg .service-hero-photo img,
.dich-vu-page-bg .service-overview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dich-vu-page-bg .service-hero-photo-label {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 1;
    display: inline-flex;
    max-width: calc(100% - 36px);
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #082f5f;
    font-size:var(--font-size-base);
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(8, 47, 95, 0.13);
}

.dich-vu-page-bg .service-hero-photo-stack {
    position: absolute;
    right: 0;
    bottom: 22px;
    z-index: 2;
    display: grid;
    width: 148px;
    gap: 12px;
}

.dich-vu-page-bg .service-hero-photo {
    aspect-ratio: 1.55;
    overflow: hidden;
    border: 6px solid #ffffff;
    border-radius: 18px;
    background: #edf6ff;
    box-shadow: 0 18px 36px rgba(23, 84, 145, 0.16);
}

.dich-vu-page-bg .service-overview-grid {
    gap: 20px !important;
}

.dich-vu-page-bg .service-overview-card {
    display: grid !important;
    min-height: 0 !important;
    grid-template-rows: 148px minmax(0, 1fr);
    gap: 0 !important;
    align-content: stretch !important;
    overflow: hidden;
    padding: 0 !important;
}

.dich-vu-page-bg .service-overview-thumb {
    position: relative;
    min-width: 0;
    height: 148px;
    overflow: hidden;
    background: #edf6ff;
}

.dich-vu-page-bg .service-overview-icon {
    position: absolute;
    left: 18px;
    bottom: -24px;
    z-index: 1;
    flex: 0 0 54px !important;
    width: 54px !important;
    height: 54px !important;
    border: 4px solid #ffffff;
    font-size:var(--font-size-kpi);
}

.dich-vu-page-bg .service-overview-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 34px 20px 20px;
}

.dich-vu-page-bg .service-overview-card h3 {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dich-vu-page-bg .service-overview-card p {
    min-height: 48px !important;
    margin-top: 8px !important;
}

.dich-vu-page-bg .service-overview-card a {
    margin-top: auto !important;
    padding-top: 14px;
}

.dich-vu-page-bg .content-section {
    padding-top: 46px !important;
    padding-bottom: 28px !important;
}

.dich-vu-page-bg .content-section .section-head {
    margin-bottom: 24px !important;
}

.dich-vu-page-bg .content-feature.service-highlight {
    gap: 28px !important;
    padding-top: 16px !important;
    padding-bottom: 34px !important;
}

.dich-vu-page-bg .service-highlight-media,
.dich-vu-page-bg .service-highlight-media img {
    min-height: 390px !important;
}

.dich-vu-page-bg .feature-panel {
    padding: 32px !important;
}

.dich-vu-page-bg .service-process-match {
    padding-top: 16px !important;
    padding-bottom: 34px !important;
}

.dich-vu-page-bg .service-process-match .section-head,
.dich-vu-page-bg .service-process-match .section-head h2 {
    text-align: center !important;
}

.dich-vu-page-bg .service-process-match .section-head h2 {
    margin-right: auto !important;
    margin-left: auto !important;
}

.dich-vu-page-bg .process-grid {
    padding: 34px 34px 32px !important;
}

.dich-vu-page-bg .content-support-cta {
    margin-top: 0 !important;
    margin-bottom: 34px !important;
    padding: 30px 34px !important;
}

@media (max-width: 980px) {
    .dich-vu-page-bg .service-hero-photo-collage {
        min-height: 300px;
        margin-right: auto;
    }
}

@media (max-width: 640px) {
    .dich-vu-page-bg .service-hero-photo-collage {
        min-height: 238px;
    }

    .dich-vu-page-bg .service-hero-photo-main {
        inset: 0;
        border-width: 6px;
        border-radius: 20px;
    }

    .dich-vu-page-bg .service-hero-photo-stack {
        display: none;
    }

    .dich-vu-page-bg .service-overview-card {
        grid-template-rows: 140px minmax(0, 1fr);
    }

    .dich-vu-page-bg .service-overview-thumb {
        height: 140px;
    }

    .dich-vu-page-bg .content-section {
        padding-top: 36px !important;
        padding-bottom: 22px !important;
    }

    .dich-vu-page-bg .service-highlight-media,
    .dich-vu-page-bg .service-highlight-media img {
        min-height: 240px !important;
    }
}

.gallery-reference-page {
    background: #fff;
    color: #10244f;
}

.gallery-reference-page .container {
    width: min(100% - 40px, 1180px);
}

.gallery-reference-hero {
    padding: 42px 0 0 !important;
}

.gallery-reference-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
    min-height: 386px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(240, 248, 255, 0.97) 0%, rgba(240, 248, 255, 0.86) 45%, rgba(240, 248, 255, 0.38) 72%, rgba(240, 248, 255, 0.92) 100%),
        url("/website-assets/hero/home-slider-hotel-day.png") right center / cover no-repeat;
}

.gallery-reference-hero-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    padding: 64px 20px 58px 68px;
}

.gallery-reference-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin-bottom: 24px;
    color: #162b63;
    font-size:var(--font-size-xs);
    font-weight: 600;
    line-height: 1.45;
}

.gallery-reference-breadcrumb a {
    color: #0b2e7a;
    text-decoration: none;
}

.gallery-reference-breadcrumb strong {
    color: rgba(16, 36, 79, 0.72);
    font-weight: 500;
}

.gallery-reference-hero h1 {
    margin: 0 0 24px;
    color: #071e5b !important;
    font-size:var(--font-size-3xl);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.gallery-reference-hero p {
    max-width: 450px;
    margin: 0;
    color: #20335d;
    font-size:var(--font-size-2xl);
    line-height: 1.85;
    font-weight: 500;
}

.gallery-reference-hero-media {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 386px;
    overflow: hidden;
    padding: 0;
}

.gallery-reference-hero-media::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.58));
    pointer-events: none;
}

.gallery-reference-hero-media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 386px;
    object-fit: cover;
    object-position: center bottom;
    filter: none;
}

.gallery-reference-content {
    padding: 42px 0 52px !important;
}

#website-root:not(.website-effects-ready) .gallery-reference-page .scroll-reveal-group,
#website-root:not(.website-effects-ready) .gallery-reference-page .reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    transition-delay: 0ms !important;
}

.gallery-reference-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 0 28px;
}

.gallery-reference-tabs a {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 22px;
    border: 1px solid rgba(8, 34, 91, 0.05);
    border-radius: 28px;
    background: #f3f6fb;
    color: #092a73;
    text-decoration: none;
    font-size:var(--font-size-lg);
    font-weight: 800;
    line-height: 1.2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.gallery-reference-tabs a.active {
    background: #062a7b !important;
    border-color: #062a7b !important;
    color: #fff !important;
    box-shadow: 0 14px 26px rgba(6, 42, 123, 0.22);
}

.gallery-reference-tabs i {
    flex: 0 0 auto;
    font-size:var(--font-size-kpi);
    line-height: 1;
}

.gallery-reference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: 176px;
    gap: 8px;
    margin: 0;
}

.gallery-reference-grid .gallery-reference-card {
    position: relative;
    width: auto !important;
    max-width: none !important;
    min-height: 176px;
    overflow: hidden;
    border-radius: 8px !important;
    background: #eef3f8;
    opacity: 1 !important;
    box-shadow: none;
    transform: none !important;
    cursor: zoom-in;
}

.gallery-reference-grid .gallery-reference-card.is-large {
    grid-row: span 2;
}

.gallery-reference-grid .gallery-reference-card::before {
    display: none !important;
}

.gallery-reference-grid .gallery-reference-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 17, 38, 0) 45%, rgba(5, 17, 38, 0.68) 100%);
    pointer-events: none;
}

.gallery-reference-grid .gallery-reference-card img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.gallery-reference-grid .gallery-reference-card:hover img,
.gallery-reference-grid .gallery-reference-card:focus-visible img {
    transform: scale(1.035);
}

.gallery-reference-grid .gallery-reference-card .caption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 13px;
    z-index: 2;
    max-width: calc(100% - 28px);
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:var(--font-size-xs);
    font-weight: 800;
    line-height: 1.35;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.36);
}

.gallery-reference-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 36px 0 24px;
    overflow: hidden;
    border: 1px solid #e5edf8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(8, 34, 91, 0.06);
}

.gallery-reference-info-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    min-height: 116px;
    padding: 24px 42px;
}

.gallery-reference-info-item + .gallery-reference-info-item {
    border-left: 1px solid #e5edf8;
}

.gallery-reference-info-item .gallery-reference-info-icon {
    display: grid;
    width: 56px;
    height: 56px;
    align-self: center;
    place-items: center;
    border-radius: 50%;
    background: #f0f5fc;
    color: #062a7b;
    font-size:var(--font-size-kpi);
    line-height: 1;
}

.gallery-reference-info-icon i {
    display: block;
    line-height: 1;
}

.gallery-reference-info-item > div > strong,
.gallery-reference-info-item > div > span,
.gallery-reference-info-item > div > p {
    display: block;
}

.gallery-reference-info-item > div > strong {
    margin-bottom: 4px;
    color: #062a7b;
    font-size:var(--font-size-2xl);
    line-height: 1.2;
    font-weight: 900;
}

.gallery-reference-info-item > div > span {
    color: #102a67;
    font-size:var(--font-size-lg);
    line-height: 1.35;
    font-weight: 800;
}

.gallery-reference-info-item > div > p {
    margin: 6px 0 0;
    color: #384a70;
    font-size:var(--font-size-base);
    line-height: 1.45;
}

.gallery-reference-cta {
    margin: 0;
    padding: 0 !important;
}

.gallery-reference-cta-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 22px 26px !important;
    border-radius: 8px;
    background: linear-gradient(135deg, #052e72 0%, #063d91 58%, #082d67 100%);
    color: #fff;
    box-shadow: 0 18px 44px rgba(8, 42, 94, .18);
}

.gallery-reference-cta-copy h2 {
    margin: 0;
    color: #fff !important;
    font-size:var(--font-size-2xl);
    line-height: 1.2;
    font-weight: 800;
}

.gallery-reference-cta-copy p {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .86);
    font-size:var(--font-size-md);
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gallery-reference-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

.gallery-reference-cta-actions .btn {
    min-height: 44px;
    padding: 0 18px;
    justify-content: center;
    border-radius: 6px;
    font-weight: 800;
}

.gallery-reference-cta-actions .btn-primary {
    border-color: #f5c46b !important;
    background: #f5c46b !important;
    background-image: none !important;
    color: #082a5e !important;
    box-shadow: 0 14px 28px rgba(245, 196, 107, .2);
}

.gallery-reference-cta-actions .btn-primary:hover,
.gallery-reference-cta-actions .btn-primary:focus-visible {
    border-color: #ffd98a !important;
    background: #ffd98a !important;
    background-image: none !important;
    color: #052e72 !important;
}

.gallery-reference-empty {
    min-height: 230px;
}

@media (max-width: 1080px) {
    .gallery-reference-hero-grid {
        grid-template-columns: 1fr;
    }

    .gallery-reference-hero-copy {
        padding: 54px 44px 30px;
    }

    .gallery-reference-hero-media {
        min-height: 260px;
        padding: 0;
    }

    .gallery-reference-hero-media img {
        min-height: 260px;
    }

    .gallery-reference-tabs {
        gap: 14px;
    }

    .gallery-reference-info,
    .gallery-reference-cta-band {
        grid-template-columns: 1fr;
    }

    .gallery-reference-info-item + .gallery-reference-info-item {
        border-left: 0;
        border-top: 1px solid #e5edf8;
    }

    .gallery-reference-cta-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .gallery-reference-cta-actions .btn {
        flex: 1 1 136px;
    }
}

@media (max-width: 760px) {
    .gallery-reference-page .container {
        width: min(100% - 28px, 1180px);
    }

    .gallery-reference-hero-grid {
        min-height: auto;
    }

    .gallery-reference-hero {
        padding-top: 28px !important;
    }

    .gallery-reference-content {
        padding-top: 30px !important;
        padding-bottom: 44px !important;
    }

    .gallery-reference-hero-copy {
        padding: 42px 22px 24px;
    }

    .gallery-reference-breadcrumb {
        margin-bottom: 16px;
        font-size:var(--font-size-xs);
    }

    .gallery-reference-hero h1 {
        font-size:var(--font-size-3xl);
    }

    .gallery-reference-hero p {
        font-size:var(--font-size-lg);
        line-height: 1.7;
    }

    .gallery-reference-tabs {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }

    .gallery-reference-tabs a {
        min-height: 52px;
        padding: 0 14px;
        font-size:var(--font-size-base);
    }

    .gallery-reference-tabs i {
        font-size:var(--font-size-3xl);
    }

    .gallery-reference-grid {
        grid-template-columns: 1fr !important;
        grid-auto-rows: 220px;
    }

    .gallery-reference-grid .gallery-reference-card.is-large {
        grid-row: auto;
    }

    .gallery-reference-info {
        margin-top: 30px;
    }

    .gallery-reference-info-item {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: auto;
        padding: 22px 18px;
    }

    .gallery-reference-info-item .gallery-reference-info-icon {
        width: 52px;
        height: 52px;
        font-size:var(--font-size-kpi);
    }

    .gallery-reference-cta-band {
        gap: 18px;
        padding: 20px !important;
    }

    .gallery-reference-cta-copy h2 {
        font-size:var(--font-size-2xl);
        line-height: 1.22;
    }

    .gallery-reference-cta-actions,
    .gallery-reference-cta-actions .btn {
        width: 100%;
    }
}

/* About page refresh: follows the compact visual rhythm of the public homepage. */
.gioi-thieu-page-bg .about-reference-page {
    overflow: hidden;
    background: #fff;
    color: var(--brand-navy);
}

.gioi-thieu-page-bg .about-reference-page .about-background {
    display: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: clamp(410px, 34vw, 460px);
    padding: 0 !important;
    border-bottom: 0;
    background: linear-gradient(90deg, #fff 0%, #f3f9ff 46%, #dff1ff 100%) !important;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero::before {
    display: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, .99) 0%,
        rgba(255, 255, 255, .96) 28%,
        rgba(250, 253, 255, .78) 42%,
        rgba(244, 251, 255, .28) 54%,
        rgba(255, 255, 255, 0) 68%
    );
    pointer-events: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero::after {
    display: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container {
    position: static;
    z-index: auto;
    grid-template-columns: 1fr;
    align-items: start;
    min-height: clamp(410px, 34vw, 460px);
    max-width: 1280px;
    padding: 20px clamp(20px, 4.7vw, 64px) 42px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-copy {
    position: relative;
    z-index: 2;
    align-self: start;
    max-width: 520px;
    padding-top: 0;
    animation: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-breadcrumb {
    margin-bottom: 28px;
    color: #0b58c5;
    font-size:var(--font-size-xs);
    font-weight: 700;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-breadcrumb a,
.gioi-thieu-page-bg .about-reference-page .website-about-layout-breadcrumb span,
.gioi-thieu-page-bg .about-reference-page .website-about-layout-breadcrumb i {
    color: #0b58c5;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1,
.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 span,
.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 strong {
    max-width: 520px;
    color: #082e69 !important;
    font-size:var(--font-size-3xl);
    font-weight: 800;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 strong {
    color: #082e69 !important;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero .website-about-summary {
    display: grid;
    gap: 0;
    max-width: 365px;
    margin-top: 20px;
    padding: 0;
    border: 0;
    background: transparent;
}

.gioi-thieu-page-bg .about-reference-page .website-about-summary p {
    margin: 0;
}

.gioi-thieu-page-bg .about-reference-page .website-about-summary-lead {
    color: #314f75;
    font-size:var(--font-size-base);
    font-weight: 550;
    line-height: 1.72;
}

.gioi-thieu-page-bg .about-reference-page .website-about-summary-detail {
    display: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions {
    gap: 14px;
    margin-top: 32px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn {
    gap: 6px;
    min-width: 0 !important;
    min-height: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 8px;
    font-size:var(--font-size-2xs);
}

#website-root.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn {
    font-size:var(--font-size-2xs);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn-secondary {
    border-color: rgba(0, 43, 103, .16);
    background: rgba(255, 255, 255, .92);
}

.gioi-thieu-page-bg .about-reference-page .about-hero-booking {
    flex: 0 0 154px;
    width: 154px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn-secondary {
    flex: 0 0 130px;
    width: 130px;
}

.gioi-thieu-page-bg .about-reference-page .about-hero-booking {
    border-color: #003783 !important;
    background: #003783 !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(0, 55, 131, .2) !important;
}

.gioi-thieu-page-bg .about-reference-page .about-hero-booking:hover {
    border-color: #0753b7 !important;
    background: #0753b7 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(0, 55, 131, .25) !important;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    min-height: 100%;
    isolation: isolate;
    overflow: hidden;
    animation: none;
    pointer-events: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-image-blur,
.gioi-thieu-page-bg .about-reference-page .website-about-hero-radial-light,
.gioi-thieu-page-bg .about-reference-page .website-about-hero-glass-panel {
    position: absolute;
    display: block;
    pointer-events: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-image-blur-one {
    top: 11%;
    right: auto;
    bottom: 0;
    left: -10%;
    z-index: -3;
    width: 52%;
    border-radius: 0;
    background: url("/website-assets/about/about-hero-reference.png") left bottom / auto 96% no-repeat;
    filter: blur(8px) saturate(.92);
    opacity: .4;
    transform: scale(1.03);
    -webkit-mask-image: radial-gradient(ellipse 70% 64% at 50% 52%, #000 0 28%, rgba(0, 0, 0, .68) 54%, rgba(0, 0, 0, .22) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 70% 64% at 50% 52%, #000 0 28%, rgba(0, 0, 0, .68) 54%, rgba(0, 0, 0, .22) 72%, transparent 100%);
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-image-blur-two {
    top: 11%;
    right: -10%;
    bottom: 0;
    left: auto;
    z-index: -2;
    width: 52%;
    border-radius: 0;
    background: url("/website-assets/about/about-hero-reference.png") right bottom / auto 96% no-repeat;
    filter: blur(8px) saturate(.92);
    opacity: .4;
    transform: scale(1.03);
    -webkit-mask-image: radial-gradient(ellipse 70% 64% at 50% 52%, #000 0 28%, rgba(0, 0, 0, .68) 54%, rgba(0, 0, 0, .22) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 70% 64% at 50% 52%, #000 0 28%, rgba(0, 0, 0, .68) 54%, rgba(0, 0, 0, .22) 72%, transparent 100%);
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-radial-light {
    inset: 2% 2% 4%;
    z-index: -2;
    border-radius: 8px;
    background: linear-gradient(140deg, rgba(255, 255, 255, .72), rgba(190, 226, 255, .12));
    filter: blur(16px);
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-glass-panel {
    right: 4%;
    bottom: -2%;
    left: 4%;
    z-index: -1;
    height: 18%;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 8px;
    background: rgba(226, 242, 252, .28);
    box-shadow: 0 18px 32px rgba(29, 78, 121, .1);
    transform: perspective(680px) rotateX(64deg) translateY(38%);
    transform-origin: center bottom;
    backdrop-filter: blur(8px);
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: auto;
    filter: none;
    animation: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card:hover {
    transform: none;
    filter: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card img,
.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
    transform-origin: 72% 50%;
    animation: about-hero-pan 18s ease-in-out infinite alternate;
}

@keyframes about-hero-pan {
    from {
        transform: scale(1.005) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.03) translate3d(-.35%, 0, 0);
    }
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-strength {
    padding: 24px 0 28px !important;
    border-bottom: 0;
    background: #fff;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 90px;
    padding: 14px 16px;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(8, 36, 90, .06);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-card:hover {
    transform: translateY(-2px);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-card > span {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    font-size:var(--font-size-kpi);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-card h3 {
    font-size:var(--font-size-xl);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-card p {
    margin-top: 5px;
    font-size:var(--font-size-2xs);
    line-height: 1.48;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-story {
    z-index: 4;
    margin-top: -56px;
    padding: 0 0 24px !important;
    background: transparent;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-story-grid {
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 0;
    align-items: stretch;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-story-image {
    height: auto;
    min-height: 235px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 12px 26px rgba(8, 36, 90, .09);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-story-card {
    display: grid;
    align-content: center;
    min-height: 232px;
    padding: 26px 34px 20px;
    border: 1px solid rgba(0, 43, 103, .09);
    border-radius: 0 8px 8px 0;
    box-shadow: 0 12px 26px rgba(8, 36, 90, .07);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-story-card h2 {
    font-size:var(--font-size-2xl);
    letter-spacing: 0;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-story-card p {
    font-size:var(--font-size-xs);
    line-height: 1.62;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-mini-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-mini-values div {
    padding: 6px 4px;
    border-radius: 0;
    background: transparent;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-values {
    padding: 18px 0 24px !important;
    background: #fff;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-section-title {
    margin-bottom: 18px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-section-title h2 {
    padding-bottom: 12px;
    color: #082e69;
    font-size:var(--font-size-2xl);
    letter-spacing: 0;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-section-title h2::after {
    width: 52px;
    height: 2px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-value-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
    border: 0;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-value-card,
.gioi-thieu-page-bg .about-reference-page .website-about-layout-value-card + .website-about-layout-value-card {
    min-height: 126px;
    padding: 12px 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-value-card + .website-about-layout-value-card {
    border-left: 1px solid rgba(0, 43, 103, .14);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-value-card i {
    font-size:42px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-value-card h3 {
    margin: 12px 0 6px;
    font-size:var(--font-size-xl);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-value-card p {
    font-size:var(--font-size-xs);
    line-height: 1.55;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-contact {
    padding: 18px 0 20px !important;
    background: #fff;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-contact-card {
    grid-template-columns: minmax(260px, 1.02fr) minmax(250px, .98fr) minmax(210px, .78fr);
    gap: 16px;
    padding: 14px;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(8, 36, 90, .07);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-map {
    min-height: 190px;
    border-radius: 8px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-contact-visual {
    border-radius: 8px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-contact-visual img {
    min-height: 142px;
    height: 142px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-contact-visual .btn {
    min-height: 44px;
    border-radius: 0;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-cta {
    padding: 16px 0 18px !important;
    background: #fff;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-band {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    padding: 16px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #002b67, #064ea5);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-icon {
    width: 54px;
    height: 54px;
    font-size:var(--font-size-kpi);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-band h2 {
    font-size:var(--font-size-2xl);
    letter-spacing: 0;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-actions .btn {
    min-height: 44px;
    border-radius: 8px;
}

.gioi-thieu-page-bg .about-reference-page .about-cta-booking {
    border-color: #0863dd !important;
    background: #0863dd !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(8, 99, 221, .24) !important;
}

.gioi-thieu-page-bg .about-reference-page .about-cta-booking:hover {
    border-color: #0b72f2 !important;
    background: #0b72f2 !important;
    color: #fff !important;
}

@media (max-width: 1100px) {
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container {
        grid-template-columns: 1fr;
        min-height: 410px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 span,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 strong {
        font-size:var(--font-size-3xl);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual {
        min-height: 100%;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-grid {
        gap: 12px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-card {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 10px;
        padding: 15px 13px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-card > span {
        width: 42px;
        height: 42px;
        font-size:var(--font-size-kpi);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-story-grid {
        grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
        gap: 0;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-story-card {
        padding: 24px 28px 18px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-band {
        gap: 14px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-band h2 {
        font-size:var(--font-size-2xl);
        white-space: nowrap;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-actions {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-actions .btn {
        padding: 0 14px;
        font-size:var(--font-size-base);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-contact-card {
        grid-template-columns: minmax(250px, 1fr) minmax(240px, .96fr) minmax(200px, .76fr);
        gap: 14px;
    }
}

@media (min-width: 1200px) {
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container {
        align-items: center;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-copy {
        align-self: center;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 span,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 strong {
        font-size:36px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn {
        min-height: 44px;
        height: 44px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .gioi-thieu-page-bg .about-reference-page .about-hero-booking {
        flex-basis: 176px;
        width: 176px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn-secondary {
        flex-basis: 144px;
        width: 144px;
    }

    #website-root.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn {
        font-size:var(--font-size-xs);
    }
}

@media (max-width: 820px) {
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-story-grid,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-contact-card,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-band {
        grid-template-columns: 1fr;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container {
        min-height: 580px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero {
        min-height: 580px;
        background: #082e69 !important;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-overlay {
        background:
            linear-gradient(180deg, rgba(2, 25, 58, 0) 54%, rgba(2, 25, 58, .58) 100%),
            linear-gradient(90deg, rgba(3, 27, 61, .94) 0%, rgba(4, 38, 84, .88) 56%, rgba(5, 49, 105, .72) 100%);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-copy {
        max-width: 620px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-breadcrumb,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-breadcrumb a,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-breadcrumb span,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-breadcrumb i,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 span,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 strong,
    .gioi-thieu-page-bg .about-reference-page .website-about-summary-lead,
    .gioi-thieu-page-bg .about-reference-page .website-about-summary-detail {
        color: #fff !important;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-summary-detail {
        color: rgba(255, 255, 255, .84) !important;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn-secondary {
        border-color: rgba(255, 255, 255, .72);
        background: rgba(4, 31, 70, .34);
        color: #fff;
        backdrop-filter: blur(8px);
    }

    .gioi-thieu-page-bg .about-reference-page .about-hero-booking,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn-secondary {
        flex-basis: auto;
        width: 100%;
    }

    #website-root.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn {
        font-size:var(--font-size-sm);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual {
        min-height: 100%;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card {
        inset: -2%;
        width: auto;
        height: auto;
        aspect-ratio: auto;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card img,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual img {
        object-fit: cover;
        object-position: 62% center;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-glass-panel {
        right: 10%;
        left: 10%;
        height: 26%;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-grid,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-value-grid,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-mini-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-story {
        margin-top: 0;
        padding-top: 32px !important;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-story-grid {
        gap: 18px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-story-image {
        min-height: 340px;
        border-radius: 8px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-story-card {
        border-radius: 8px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-band h2 {
        white-space: normal;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-contact-visual img {
        height: 210px;
    }
}

@media (max-width: 520px) {
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero {
        min-height: 640px;
        padding: 0 !important;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container {
        min-height: 640px;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 span,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 strong {
        font-size:var(--font-size-3xl);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-actions {
        display: grid;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn {
        width: 100%;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual {
        min-height: 100%;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-summary-detail {
        font-size:var(--font-size-base);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-strength-grid,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-value-grid {
        grid-template-columns: 1fr;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-mini-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-value-card + .website-about-layout-value-card {
        border-top: 1px solid rgba(0, 43, 103, .14);
        border-left: 0;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-story,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-values,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-contact {
        padding: 40px 0 !important;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-story-image {
        min-height: 280px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-story-card {
        padding: 26px 20px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-section-title h2 {
        font-size:var(--font-size-2xl);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-cta-band {
        padding: 24px 20px;
    }
}

/* About hero: two-column hospitality introduction matching the approved reference. */
.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero {
    min-height: clamp(570px, 44vw, 720px);
    background:
        radial-gradient(circle at 7% 38%, rgba(255, 255, 255, .54) 0 84px, transparent 86px),
        radial-gradient(circle at 91% 23%, rgba(255, 255, 255, .5) 0 74px, transparent 76px),
        linear-gradient(105deg, #dff3ff 0%, #f7fbff 47%, #d9f0ff 100%) !important;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    content: "";
    background-image:
        linear-gradient(rgba(42, 112, 176, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(42, 112, 176, .08) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero::after {
    position: absolute;
    z-index: 4;
    right: -5%;
    bottom: -92px;
    left: -5%;
    display: block;
    height: 166px;
    content: "";
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: #fff;
    pointer-events: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
    gap: clamp(44px, 5vw, 80px);
    align-items: center;
    min-height: clamp(570px, 44vw, 720px);
    max-width: 1520px;
    padding: 54px clamp(34px, 4.7vw, 72px) 118px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    max-width: 650px;
    padding: 0;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-eyebrow {
    display: inline-flex;
    color: #075bc7;
    font-size: var(--font-size-xs);
    font-weight: 800;
    line-height: var(--line-height-compact);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1,
.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 span,
.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 strong {
    max-width: 650px;
    margin: 20px 0 0;
    color: #052d6d !important;
    font-weight: 800;
    line-height: 1.06 !important;
    letter-spacing: -.8px !important;
    text-wrap: balance;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero .website-about-summary {
    max-width: 620px;
    margin-top: 26px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-summary-lead {
    color: #49698e;
    font-size: var(--font-size-base);
    font-weight: 500;
    line-height: 1.72;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 28px;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn {
    gap: 10px;
    justify-content: center;
    min-height: 52px;
    height: 52px;
    padding: 0 20px;
    border-radius: 12px;
    font-weight: 750;
}

#website-root.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn {
    font-size: var(--font-size-md);
}

.gioi-thieu-page-bg .about-reference-page .about-hero-booking {
    flex: 0 0 190px;
    width: 190px;
    border-color: #075bc7 !important;
    background: linear-gradient(135deg, #2d63aa, #0063d8) !important;
    box-shadow: 0 14px 28px rgba(0, 80, 180, .22) !important;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn-secondary {
    flex: 0 0 235px;
    width: 235px;
    border-color: rgba(7, 49, 109, .14);
    background: rgba(255, 255, 255, .88);
    color: #07316d;
    box-shadow: 0 10px 24px rgba(30, 79, 126, .08);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-promises {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-promises li {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #587493;
    font-size: var(--font-size-sm);
    font-weight: 550;
    line-height: var(--line-height-compact);
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-promises i {
    color: #0965d5;
    font-size: var(--font-size-xl);
    font-weight: 800;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-overlay {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    background:
        radial-gradient(circle at 55% 91%, rgba(35, 117, 196, .13) 0 52px, transparent 54px),
        radial-gradient(circle at 74% 15%, rgba(255, 255, 255, .44) 0 36px, transparent 38px);
    pointer-events: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual {
    position: relative;
    z-index: 2;
    inset: auto;
    display: block;
    width: 100%;
    max-width: 680px;
    min-height: 0;
    margin-left: auto;
    aspect-ratio: 4 / 3;
    overflow: visible;
    isolation: isolate;
    perspective: 1200px;
    transform-style: preserve-3d;
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual::before {
    position: absolute;
    z-index: 0;
    inset: 18px -12px -18px 24px;
    content: "";
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(27, 100, 170, .2), rgba(255, 255, 255, .35));
    box-shadow: 0 34px 54px rgba(25, 73, 119, .2);
    opacity: .72;
    transform: translateZ(-46px) rotateX(2deg) rotateY(-4deg);
    transform-style: preserve-3d;
    transition: transform .6s ease, opacity .6s ease;
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 34px;
    background: #d4e9f7;
    box-shadow: 0 30px 54px rgba(37, 89, 134, .24);
    transform: translateZ(8px) rotateX(2deg) rotateY(-4deg);
    transform-style: preserve-3d;
    transition: transform .6s ease, box-shadow .6s ease;
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    content: "";
    background: linear-gradient(125deg, rgba(255, 255, 255, .24), transparent 32%, transparent 70%, rgba(7, 63, 123, .12));
    pointer-events: none;
    transform: translateZ(18px);
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card img,
.gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    animation: none;
    transform: none;
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-note {
    position: absolute;
    z-index: 3;
    display: grid;
    gap: 2px;
    min-width: 220px;
    padding: 15px 20px;
    border-radius: 20px;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-compact);
    box-shadow: 0 16px 34px rgba(19, 67, 112, .18);
    animation: badgeFloat 4.2s ease-in-out infinite;
    transform-style: preserve-3d;
    will-change: transform;
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-note strong {
    font-size: var(--font-size-base);
    line-height: var(--line-height-compact);
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-note-intro {
    top: 10px;
    left: -30px;
    color: #092f68;
    background: rgba(255, 255, 255, .94);
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-note-rating {
    right: -24px;
    bottom: 30px;
    min-width: 205px;
    color: #fff;
    background: #0b3d78;
    animation-delay: -2.1s;
}

.gioi-thieu-page-bg .about-reference-page .website-about-hero-stars {
    display: flex;
    gap: 2px;
    color: #ffd35a;
    font-size: var(--font-size-base);
}

@keyframes badgeFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 54px);
    }

    50% {
        transform: translate3d(0, -8px, 54px);
    }
}

@media (hover: hover) and (pointer: fine) {
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual:hover::before {
        opacity: .88;
        transform: translateZ(-34px) rotateX(-1deg) rotateY(2.5deg) translateY(8px);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual:hover .website-about-hero-image-card {
        box-shadow: 0 38px 64px rgba(31, 81, 128, .28);
        transform: translate3d(0, -6px, 24px) rotateX(-1.5deg) rotateY(2.5deg);
    }
}

.gioi-thieu-page-bg .about-reference-page .website-about-layout-story {
    margin-top: 0;
    scroll-margin-top: 112px;
}

@media (max-width: 1100px) {
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container {
        min-height: clamp(560px, 59vw, 620px);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container {
        grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr);
        gap: 34px;
        padding-right: 44px;
        padding-left: 44px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn {
        padding-right: 16px;
        padding-left: 16px;
    }

    .gioi-thieu-page-bg .about-reference-page .about-hero-booking {
        flex-basis: 176px;
        width: 176px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn-secondary {
        flex-basis: 214px;
        width: 214px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-note {
        min-width: 190px;
        padding: 13px 16px;
    }
}

@media (max-width: 820px) {
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero {
        min-height: 0;
        background:
            radial-gradient(circle at 10% 23%, rgba(255, 255, 255, .58) 0 62px, transparent 64px),
            linear-gradient(155deg, #e0f4ff 0%, #f8fbff 54%, #d9efff 100%) !important;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container {
        grid-template-columns: 1fr;
        gap: 46px;
        min-height: 0;
        padding: 50px 28px 128px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-copy {
        max-width: 680px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 span,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 strong,
    .gioi-thieu-page-bg .about-reference-page .website-about-summary-lead {
        color: #052d6d !important;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-summary-lead {
        color: #49698e !important;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual {
        width: min(100%, 640px);
        max-width: 640px;
        min-height: 0;
        margin: 0 auto;
        aspect-ratio: 4 / 3;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 28px;
        transform: translateZ(6px) rotateX(1deg) rotateY(-2deg);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual::before {
        inset: 14px -8px -14px 16px;
        border-radius: 28px;
        transform: translateZ(-34px) rotateX(1deg) rotateY(-2deg);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-note-intro {
        left: 18px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-note-rating {
        right: 18px;
    }
}

@media (max-width: 520px) {
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-grid.container {
        gap: 50px;
        padding: 40px 20px 104px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero::after {
        bottom: -64px;
        height: 108px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 span,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero h1 strong {
        margin-top: 16px;
        letter-spacing: -.45px !important;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero .website-about-summary {
        margin-top: 20px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .gioi-thieu-page-bg .about-reference-page .about-hero-booking,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-actions .btn-secondary {
        width: 100%;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-promises {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 22px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual {
        aspect-ratio: 1.08 / 1;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card {
        border-radius: 22px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-note {
        min-width: 0;
        max-width: calc(100% - 28px);
        padding: 11px 14px;
        border-radius: 16px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-note-intro {
        top: -24px;
        left: 14px;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-note-rating {
        right: 14px;
        bottom: -24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gioi-thieu-page-bg .about-reference-page .website-about-hero-note {
        animation: none;
        transform: translate3d(0, 0, 54px);
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual::before,
    .gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card {
        transition: none;
    }

    .gioi-thieu-page-bg .about-reference-page .website-about-hero-image-card img,
    .gioi-thieu-page-bg .about-reference-page .website-about-layout-hero-visual img {
        animation: none;
        transform: scale(1.04);
    }
}

/* Shared public footer aligned with the compact Thanh Lam reference. */
.footer.footer-reference {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-top: 0;
    background: linear-gradient(135deg, #00265d 0%, #003a78 100%) !important;
    color: #eef5ff;
}

.footer.footer-reference::before {
    display: none;
}

.footer-reference .footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(0, .83fr) minmax(0, 1.19fr) minmax(0, 1.1fr) !important;
    gap: 0 !important;
    align-items: stretch;
    padding: 18px 0 10px;
    border-bottom: 0;
}

.footer-reference .footer-column {
    min-width: 0;
}

.footer-reference .footer-column + .footer-column {
    margin-left: 0;
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, .25);
}

.footer-reference h4 {
    margin: 0 0 12px;
    padding: 0;
    color: #f5c46b !important;
    font-size:var(--font-size-lg);
    font-weight: 850;
    line-height: 1.25;
    white-space: nowrap;
    text-transform: uppercase;
}

.footer-reference h4::before {
    display: none;
}

.footer-reference p,
.footer-reference a,
.footer-reference .footer-contact-item {
    color: #f1f6ff;
    font-size:var(--font-size-base);
    line-height: 1.55;
}

.footer-reference p {
    margin: 0;
}

.footer-reference .footer-brand-column > p {
    max-width: 250px;
    margin-top: 8px;
    font-size:var(--font-size-base);
}

.footer-reference .footer-brand {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin: 0;
    color: #fff;
}

.footer-reference .footer-brand span {
    color: #f5c46b;
    font-size:40px;
    font-weight: 500;
    line-height: .92;
    letter-spacing: 0;
}

.footer-reference .footer-brand strong {
    max-width: 165px;
    color: #fff;
    font-size:var(--font-size-md);
    font-weight: 850;
    line-height: 1.25;
    text-transform: uppercase;
}

.footer-reference .social-row {
    gap: 10px;
    margin-top: 12px;
}

.footer-reference .social-chip {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border-color: rgba(255, 255, 255, .65);
    color: #fff;
    font-size:var(--font-size-2xs);
}

.footer-reference .social-chip i {
    font-size:var(--font-size-xl);
}

.footer-reference .footer-graphic {
    width: min(210px, 100%);
    height: 48px;
    margin-top: 10px;
    border-bottom: 2px solid rgba(245, 196, 107, .58);
    background-image: var(--hotel-pattern), var(--hotel-pattern);
    background-position: center 58%;
    background-size: 120px 120px;
    background-repeat: repeat-x;
    opacity: .92;
}

.footer-reference .footer-link-list {
    display: grid;
    gap: 2px;
}

.footer-reference .footer-link-list a {
    margin: 0;
    padding: 3px 0;
}

.footer-reference .footer-contact-column {
    display: flex;
    flex-direction: column;
}

.footer-reference .footer-contact-item {
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    margin-top: 8px;
}

.footer-reference .footer-contact-item:first-of-type {
    margin-top: 0;
}

.footer-reference .footer-contact-item i {
    margin-top: 1px;
    color: #f5c46b;
    font-size:var(--font-size-lg);
    line-height: 1.35;
}

.footer-reference .footer-contact-item a {
    margin: 0;
    overflow-wrap: anywhere;
}

.footer-reference .footer-support-column > p {
    max-width: 205px;
}

.footer-reference .footer-cta,
.footer-reference .footer-call {
    display: inline-flex !important;
    width: 100%;
    max-width: 190px;
    min-height: 38px;
    justify-content: center;
    margin: 14px 0 0;
    padding: 8px 10px;
    font-size:var(--font-size-base);
    line-height: 1.2;
    white-space: nowrap;
}

.footer-reference .footer-cta {
    border: 1px solid #f5c46b;
    background: #f5c46b;
    color: #082e69 !important;
    box-shadow: 0 10px 22px rgba(0, 25, 68, .18);
}

.footer-reference .footer-call {
    margin-top: 10px;
    border-color: rgba(245, 196, 107, .82);
}

.footer-reference .copy {
    padding-top: 0;
    border-top: 1px solid rgba(255, 255, 255, .26);
}

.footer-reference .copy-row {
    min-height: 45px;
    align-items: center;
    padding: 12px 0;
    color: #eef5ff;
    font-size:var(--font-size-base);
}

.footer-reference .copy-links {
    gap: 0;
    flex-wrap: nowrap;
}

.footer-reference .copy-links span + span {
    margin-left: 28px;
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, .4);
}

@media (min-width: 901px) and (max-width: 1100px) {
    .footer-reference .copy-row {
        gap: 14px;
    }

    .footer-reference .copy-row > span,
    .footer-reference .copy-links span {
        white-space: nowrap;
    }

    .footer-reference .copy-links span + span {
        margin-left: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 900px) {
    .footer-reference .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        row-gap: 28px;
        padding: 30px 0 26px;
    }

    .footer-reference .footer-column + .footer-column {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .footer-reference .footer-column:nth-child(even) {
        margin-left: 24px;
        padding-left: 24px;
        border-left: 1px solid rgba(255, 255, 255, .25);
    }

    .footer-reference .footer-column:nth-child(n + 3) {
        padding-top: 26px;
        border-top: 1px solid rgba(255, 255, 255, .18);
    }
}

@media (max-width: 560px) {
    .footer-reference .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 0;
        padding: 30px 0 24px;
    }

    .footer-reference .footer-column,
    .footer-reference .footer-column:nth-child(even),
    .footer-reference .footer-column:nth-child(n + 3) {
        margin: 0;
        padding: 0;
        border-top: 0;
        border-left: 0;
    }

    .footer-reference .footer-column + .footer-column {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, .18);
    }

    .footer-reference .footer-brand-column > p,
    .footer-reference .footer-support-column > p {
        max-width: none;
    }

    .footer-reference .footer-cta,
    .footer-reference .footer-call {
        max-width: none;
    }

    .footer-reference .copy-row {
        gap: 14px;
        padding: 18px 0 20px;
    }

    .footer-reference .copy-links {
        display: grid;
        gap: 8px;
    }

    .footer-reference .copy-links span + span {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
}

/* Promotion list page matched to the supplied reference layout. */
.khuyen-mai-page-bg {
    background: #fff;
}

body.khuyen-mai-page-bg::before {
    display: none !important;
}

.khuyen-mai-page-bg .promotion-reference-page {
    overflow: hidden;
    background: #fff !important;
}

.khuyen-mai-page-bg .promotion-reference-page section {
    background: #fff !important;
}

.khuyen-mai-page-bg .promotion-reference-page section::before {
    display: none !important;
}

.khuyen-mai-page-bg .promotion-reference-page > section > .container {
    width: min(1280px, calc(100% - 100px));
}

.khuyen-mai-page-bg .promotion-reference-intro {
    padding: 43px 0 27px !important;
}

.khuyen-mai-page-bg .promotion-reference-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    color: #0b58c5;
    font-size:var(--font-size-xs);
    font-weight: 700;
}

.khuyen-mai-page-bg .promotion-reference-breadcrumb a {
    color: #0b58c5;
}

.khuyen-mai-page-bg .promotion-reference-breadcrumb span {
    color: #173a6b;
}

.khuyen-mai-page-bg .promotion-reference-breadcrumb i {
    font-size:var(--font-size-xs);
}

.khuyen-mai-page-bg .promotion-reference-intro h1 {
    max-width: 760px;
    color: #082e69;
    font-size:var(--font-size-3xl);
    font-weight: 800;
    line-height: 1.15;
}

.khuyen-mai-page-bg .promotion-reference-intro p {
    max-width: 690px;
    margin: 8px 0 0;
    color: #526987;
    font-size:var(--font-size-md);
    line-height: 1.58;
}

.khuyen-mai-page-bg .promotion-reference-featured {
    padding: 0 0 14px !important;
}

.khuyen-mai-page-bg .promotion-featured-banner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 290px;
    min-height: 290px;
    overflow: hidden;
    border: 1px solid #d7e4f5;
    border-radius: 8px;
    background: #eaf4ff !important;
    box-shadow: 0 12px 28px rgba(8, 42, 94, .1);
}

.khuyen-mai-page-bg .promotion-featured-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 24px 28px;
}

.khuyen-mai-page-bg .promotion-featured-label {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 5px;
    background: #d7eaff;
    color: #0a4da7;
    font-size:var(--font-size-2xs);
    font-weight: 800;
    text-transform: uppercase;
}

.khuyen-mai-page-bg .promotion-featured-copy h2 {
    display: -webkit-box;
    max-width: 560px;
    margin: 14px 0 0;
    overflow: hidden;
    color: #082e69;
    font-size:var(--font-size-2xl);
    font-weight: 800;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.khuyen-mai-page-bg .promotion-featured-copy > p {
    display: -webkit-box;
    max-width: 560px;
    margin: 14px 0 0;
    overflow: hidden;
    color: #38587f;
    font-size:var(--font-size-md);
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.khuyen-mai-page-bg .promotion-featured-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 14px;
}

.khuyen-mai-page-bg .promotion-featured-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #173a6b;
    font-size:var(--font-size-xs);
    font-weight: 700;
}

.khuyen-mai-page-bg .promotion-featured-meta i {
    color: #0a58c7;
    font-size:var(--font-size-xs);
}

.khuyen-mai-page-bg .promotion-featured-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.khuyen-mai-page-bg .promotion-featured-actions .btn {
    min-height: 44px;
    border-radius: 6px;
    padding: 0 16px;
    font-size:var(--font-size-base);
}

.khuyen-mai-page-bg .promotion-featured-media {
    position: relative;
    min-width: 0;
    height: 290px;
    min-height: 290px;
    background: #dce9f7;
}

.khuyen-mai-page-bg .promotion-featured-media img {
    width: 100%;
    height: 100%;
    min-height: 290px;
    object-fit: cover;
}

.khuyen-mai-page-bg .promotion-featured-stamp {
    position: absolute;
    top: 50%;
    left: 0;
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    padding: 12px;
    border: 6px solid rgba(255, 255, 255, .92);
    border-radius: 50%;
    background: #fff;
    color: #082e69;
    text-align: center;
    box-shadow: 0 10px 30px rgba(8, 42, 94, .2);
    transform: translate(-50%, -50%);
}

.khuyen-mai-page-bg .promotion-featured-stamp strong,
.khuyen-mai-page-bg .promotion-featured-stamp span {
    display: block;
}

.khuyen-mai-page-bg .promotion-featured-stamp strong {
    font-size:var(--font-size-3xl);
    line-height: 1;
}

.khuyen-mai-page-bg .promotion-featured-stamp span {
    margin-top: 4px;
    font-size:var(--font-size-2xs);
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.khuyen-mai-page-bg .promotion-programs {
    padding: 12px 0 14px !important;
}

.khuyen-mai-page-bg .promotion-section-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
    text-align: center;
}

.khuyen-mai-page-bg .promotion-section-heading h2 {
    position: relative;
    margin: 0;
    padding-bottom: 11px;
    color: #082e69;
    font-size:var(--font-size-2xl);
    font-weight: 800;
    line-height: 1.25;
}

.khuyen-mai-page-bg .promotion-section-heading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 3px;
    border-radius: 3px;
    background: #0b58c5;
    transform: translateX(-50%);
}

.khuyen-mai-page-bg .promotion-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    margin-bottom: 24px;
}

.khuyen-mai-page-bg .promotion-category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.khuyen-mai-page-bg .promotion-category-filter a {
    min-height: 38px;
    padding: 9px 13px;
    border: 1px solid #d8e4f2;
    border-radius: 6px;
    background: #fff;
    color: #38587f;
    font-size:var(--font-size-xs);
    font-weight: 700;
}

.khuyen-mai-page-bg .promotion-category-filter a span {
    margin-left: 4px;
    opacity: .72;
}

.khuyen-mai-page-bg .promotion-search {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 1 420px;
}

.khuyen-mai-page-bg .promotion-search > .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.khuyen-mai-page-bg .promotion-search-control {
    position: relative;
    flex: 1 1 auto;
}

.khuyen-mai-page-bg .promotion-search-control i {
    position: absolute;
    top: 50%;
    left: 13px;
    z-index: 2;
    color: #6e819a;
    transform: translateY(-50%);
}

.khuyen-mai-page-bg .promotion-search-control input {
    width: 100%;
    min-height: 44px;
    padding: 10px 13px 10px 38px;
    border: 1px solid #cfdcef;
    border-radius: 6px;
    background: #fff;
    color: #173a6b;
}

.khuyen-mai-page-bg .promotion-search .btn {
    min-height: 44px;
    border-radius: 6px;
    padding: 0 15px;
}

.khuyen-mai-page-bg .promotion-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.khuyen-mai-page-bg .promotion-card {
    display: flex;
    flex: none;
    flex-direction: column;
    min-width: 0;
    min-height: 420px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dbe5f1 !important;
    border-radius: 8px;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(8, 42, 94, .07);
}

.khuyen-mai-page-bg .promotion-card:hover {
    border-color: rgba(11, 88, 197, .28) !important;
    box-shadow: 0 16px 36px rgba(8, 42, 94, .14);
    transform: translateY(-4px);
}

.khuyen-mai-page-bg .promotion-card-media {
    position: relative;
    display: block;
    width: 100%;
    height: 136px;
    min-height: 136px;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #e8f1fb;
}

.khuyen-mai-page-bg .promotion-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.khuyen-mai-page-bg .promotion-card:hover .promotion-card-media img {
    transform: scale(1.035);
}

.khuyen-mai-page-bg .promotion-card-featured-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 4px;
    background: #0b58c5;
    color: #fff;
    font-size:var(--font-size-xs);
    font-weight: 800;
    text-transform: uppercase;
}

.khuyen-mai-page-bg .promotion-card-image-fallback {
    position: absolute;
    inset: auto 12px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 32px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .92);
    color: #38587f;
    font-size:var(--font-size-2xs);
    font-weight: 700;
}

.khuyen-mai-page-bg .promotion-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 12px;
}

.khuyen-mai-page-bg .promotion-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.khuyen-mai-page-bg .promotion-card-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 4px;
    background: #eaf3ff;
    color: #0a4da7;
    font-size:var(--font-size-2xs);
    font-weight: 800;
    text-transform: uppercase;
}

.khuyen-mai-page-bg .promotion-card h3 {
    display: -webkit-box;
    min-height: 40px;
    margin: 0;
    overflow: hidden;
    color: #082e69;
    font-size:var(--font-size-xl);
    font-weight: 800;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.khuyen-mai-page-bg .promotion-card h3 a {
    color: inherit;
}

.khuyen-mai-page-bg .promotion-card p {
    display: -webkit-box;
    min-height: 36px;
    margin: 7px 0 0;
    overflow: hidden;
    color: #5e7390;
    font-size:var(--font-size-2xs);
    line-height: 1.52;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.khuyen-mai-page-bg .promotion-card-details {
    display: grid;
    gap: 3px;
    margin-top: 8px;
}

.khuyen-mai-page-bg .promotion-card-details span {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #38587f;
    font-size:var(--font-size-2xs);
    font-weight: 650;
    line-height: 1.4;
}

.khuyen-mai-page-bg .promotion-card-details i {
    flex: 0 0 auto;
    margin-top: 1px;
    color: #0b58c5;
    font-size:var(--font-size-base);
}

.khuyen-mai-page-bg .promotion-card-condition {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-top: 8px;
    padding: 7px 8px;
    border-radius: 5px;
    background: #eef5ff;
    color: #0a4da7;
    font-size:var(--font-size-2xs);
    font-weight: 700;
    line-height: 1.45;
}

.khuyen-mai-page-bg .promotion-card-condition i {
    flex: 0 0 auto;
    margin-top: 1px;
    font-size:var(--font-size-base);
}

.khuyen-mai-page-bg .promotion-card-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
    color: #526987;
    font-size:var(--font-size-xs);
}

.khuyen-mai-page-bg .promotion-card-price strong {
    color: #082e69;
    font-size:var(--font-size-xl);
    font-weight: 800;
}

.khuyen-mai-page-bg .promotion-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 8px;
}

.khuyen-mai-page-bg .promotion-card-actions .btn {
    flex: 1 1 auto;
    min-height: 44px;
    border-radius: 6px;
    font-size:var(--font-size-base);
}

.khuyen-mai-page-bg .promotion-card-booking {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    color: #0a4da7;
    font-size:var(--font-size-xs);
    font-weight: 800;
}

.khuyen-mai-page-bg .promotion-pagination {
    margin-top: 28px;
}

.khuyen-mai-page-bg .promotion-empty-state {
    margin-top: 12px;
}

.khuyen-mai-page-bg .promotion-benefits {
    padding: 12px 0 10px !important;
}

.khuyen-mai-page-bg .promotion-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.khuyen-mai-page-bg .promotion-benefit-grid article {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    min-width: 0;
    min-height: 88px;
    padding: 12px;
    border: 1px solid #dbe5f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(8, 42, 94, .06);
}

.khuyen-mai-page-bg .promotion-benefit-grid article > i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #cbdcf1;
    border-radius: 50%;
    background: #f4f8fd;
    color: #0a4da7;
    font-size:var(--font-size-3xl);
}

.khuyen-mai-page-bg .promotion-benefit-grid h3 {
    margin: 0;
    color: #082e69;
    font-size:var(--font-size-xl);
    font-weight: 800;
    line-height: 1.4;
}

.khuyen-mai-page-bg .promotion-benefit-grid p {
    margin: 4px 0 0;
    color: #5e7390;
    font-size:var(--font-size-2xs);
    line-height: 1.5;
}

.khuyen-mai-page-bg .promotion-contact-cta {
    padding: 10px 0 24px !important;
}

.khuyen-mai-page-bg .promotion-contact-band {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 122px;
    padding: 16px 20px;
    overflow: hidden;
    border-radius: 8px;
    background: #003783;
    color: #fff;
    box-shadow: 0 12px 28px rgba(8, 42, 94, .16);
}

.khuyen-mai-page-bg .promotion-contact-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid #f6c45f;
    border-radius: 50%;
    color: #fff;
    font-size:30px;
}

.khuyen-mai-page-bg .promotion-contact-copy h2 {
    margin: 0;
    color: #fff;
    font-size:var(--font-size-2xl);
    font-weight: 800;
    line-height: 1.2;
}

.khuyen-mai-page-bg .promotion-contact-copy > p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size:var(--font-size-2xs);
    line-height: 1.55;
}

.khuyen-mai-page-bg .promotion-contact-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-top: 6px;
}

.khuyen-mai-page-bg .promotion-contact-trust span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, .88);
    font-size:var(--font-size-2xs);
    font-weight: 650;
}

.khuyen-mai-page-bg .promotion-contact-actions {
    display: flex;
    gap: 8px;
}

.khuyen-mai-page-bg .promotion-contact-actions .btn {
    min-height: 44px;
    border-radius: 6px;
    padding: 0 14px;
    font-size:var(--font-size-base);
}

@media (max-width: 860px) {
    .khuyen-mai-page-bg .promotion-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .khuyen-mai-page-bg .promotion-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .khuyen-mai-page-bg .promotion-reference-page > section > .container {
        width: min(100% - 32px, 1280px);
    }

    .khuyen-mai-page-bg .promotion-reference-intro {
        padding: 26px 0 14px !important;
    }

    .khuyen-mai-page-bg .promotion-reference-intro h1 {
        font-size:var(--font-size-3xl);
    }

    .khuyen-mai-page-bg .promotion-featured-banner {
        height: auto;
        grid-template-columns: 1fr;
    }

    .khuyen-mai-page-bg .promotion-featured-copy {
        padding: 26px 22px;
    }

    .khuyen-mai-page-bg .promotion-featured-copy h2 {
        font-size:var(--font-size-2xl);
    }

    .khuyen-mai-page-bg .promotion-featured-media,
    .khuyen-mai-page-bg .promotion-featured-media img {
        min-height: 240px;
        height: 240px;
    }

    .khuyen-mai-page-bg .promotion-featured-stamp {
        top: 16px;
        right: 16px;
        left: auto;
        width: 92px;
        height: 92px;
        border-width: 5px;
        transform: none;
    }

    .khuyen-mai-page-bg .promotion-contact-band {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 14px;
    }

    .khuyen-mai-page-bg .promotion-contact-icon {
        width: 58px;
        height: 58px;
        font-size:29px;
    }

    .khuyen-mai-page-bg .promotion-contact-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }
}

@media (max-width: 640px) {
    .khuyen-mai-page-bg .promotion-reference-intro h1 {
        font-size:var(--font-size-3xl);
    }

    .khuyen-mai-page-bg .promotion-featured-actions,
    .khuyen-mai-page-bg .promotion-card-actions,
    .khuyen-mai-page-bg .promotion-contact-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .khuyen-mai-page-bg .promotion-featured-actions .btn,
    .khuyen-mai-page-bg .promotion-card-actions .btn,
    .khuyen-mai-page-bg .promotion-contact-actions .btn {
        width: 100%;
    }

    .khuyen-mai-page-bg .promotion-card-grid,
    .khuyen-mai-page-bg .promotion-benefit-grid {
        grid-template-columns: 1fr;
    }

    .khuyen-mai-page-bg .promotion-card {
        min-height: 0;
    }

    .khuyen-mai-page-bg .promotion-contact-band {
        grid-template-columns: 1fr;
        padding: 22px 18px;
        text-align: center;
    }

    .khuyen-mai-page-bg .promotion-contact-icon {
        margin: 0 auto;
    }

    .khuyen-mai-page-bg .promotion-contact-trust {
        justify-content: center;
    }
}

/* Homepage premium interaction layer: scoped to the public home route. */
body.home {
    overflow-x: clip;
}

body.home .site-header {
    transition:
        background-color .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        backdrop-filter .3s ease;
}

body.home .site-header .header-row {
    transition: padding .3s ease;
}

body.home .site-header.is-scrolled {
    border-color: rgba(5, 43, 96, .12);
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 12px 34px rgba(5, 34, 76, .12);
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
    backdrop-filter: blur(18px) saturate(1.18);
}

body.home .site-header.is-scrolled .header-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

body.home .nav-link {
    position: relative;
}

body.home .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--brand-gold);
    opacity: 0;
    transform: scaleX(.2);
    transform-origin: center;
    transition: opacity .24s ease, transform .24s ease;
}

body.home .nav-link:hover::after,
body.home .nav-link:focus-visible::after,
body.home .nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

body.home .tl-home-hero {
    --home-parallax-x: 0;
    --home-parallax-y: 0;
    --home-subject-x: 0px;
    --home-subject-y: 0px;
    --home-copy-x: 0px;
    --home-copy-y: 0px;
    --home-form-x: 0px;
    --home-form-y: 0px;
    --home-scroll-y: 0px;
    --home-scroll-scale: 1;
    --home-rotate-x: 0deg;
    --home-rotate-y: 0deg;
    --home-copy-rotate-x: 0deg;
    --home-copy-rotate-y: 0deg;
    --home-form-rotate-x: 0deg;
    --home-form-rotate-y: 0deg;
    min-height: 720px;
    perspective: 1400px;
    transform-style: preserve-3d;
}

body.home .home-hero-depth {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    transform-style: preserve-3d;
}

body.home .home-hero-depth > div {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
}

body.home .home-hero-depth__sky {
    background:
        linear-gradient(180deg, rgba(4, 36, 79, .06), rgba(4, 36, 79, 0) 42%),
        linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0) 46%);
    transform: translate3d(var(--home-copy-x), var(--home-copy-y), -70px) scale(1.08);
}

body.home .home-hero-depth__light {
    inset: 10% 8% 20% 46%;
    border: 1px solid rgba(245, 196, 107, .1);
    border-radius: 8px;
    background: linear-gradient(118deg, rgba(245, 196, 107, 0), rgba(245, 196, 107, .07), rgba(255, 255, 255, 0));
    box-shadow: 0 0 54px rgba(245, 196, 107, .12);
    opacity: .42;
    transform: translate3d(var(--home-subject-x), var(--home-subject-y), 36px) rotateY(var(--home-rotate-y));
}

body.home .home-hero-depth__subject {
    z-index: 2;
    transform:
        translate3d(var(--home-subject-x), var(--home-subject-y), 92px)
        scale(1.025)
        rotateX(var(--home-rotate-x))
        rotateY(var(--home-rotate-y));
    transform-origin: center;
    will-change: transform;
}

body.home .home-hero-depth__subject img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    filter:
        saturate(1.04)
        contrast(1.03)
        brightness(1.02);
    transition: opacity .58s ease;
}

body.home .home-hero-depth__subject img.active {
    opacity: .9;
}

body.home .tl-home-hero .hero-bg {
    z-index: 2;
    background:
        linear-gradient(92deg, rgba(246, 250, 255, .72) 0%, rgba(246, 250, 255, .42) 32%, rgba(246, 250, 255, .04) 58%, rgba(255, 255, 255, .12) 100%),
        linear-gradient(180deg, rgba(0, 43, 103, 0), rgba(0, 36, 84, .06)) !important;
}

body.home .tl-home-grid {
    z-index: 4;
    transform-style: preserve-3d;
}

body.home .tl-hero-copy {
    transform:
        translate3d(var(--home-copy-x), var(--home-copy-y), 56px)
        rotateX(var(--home-copy-rotate-x))
        rotateY(var(--home-copy-rotate-y));
    transform-style: preserve-3d;
    transition: transform .08s linear;
    will-change: transform;
}

body.home .tl-quick-booking {
    border: 1px solid rgba(255, 255, 255, .68) !important;
    background: rgba(255, 255, 255, .72) !important;
    box-shadow:
        0 28px 70px rgba(3, 28, 65, .22),
        inset 0 1px 0 rgba(255, 255, 255, .92) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.15);
    backdrop-filter: blur(20px) saturate(1.15);
    transform:
        translate3d(var(--home-form-x), var(--home-form-y), 78px)
        rotateX(var(--home-form-rotate-x))
        rotateY(var(--home-form-rotate-y));
    transform-style: preserve-3d;
    transition:
        transform .1s linear,
        border-color .3s ease,
        box-shadow .3s ease;
    will-change: transform;
}

body.home .tl-quick-booking:hover {
    border-color: rgba(245, 196, 107, .54) !important;
    box-shadow:
        0 34px 80px rgba(3, 28, 65, .26),
        0 0 0 1px rgba(245, 196, 107, .14),
        inset 0 1px 0 rgba(255, 255, 255, .94) !important;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    body.home .tl-quick-booking,
    body.home .site-header.is-scrolled {
        background: rgba(255, 255, 255, .96) !important;
    }
}

body.home .home-hero-trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    transform: translateZ(28px);
}

body.home .hotel-badge,
body.home .hotel-rating {
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, .64);
    border-radius: 999px;
    background: rgba(4, 43, 94, .76);
    color: #fff;
    box-shadow: 0 12px 28px rgba(3, 29, 67, .18);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition:
        transform .28s ease,
        border-color .28s ease,
        box-shadow .28s ease;
}

body.home .hotel-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 7px 13px;
    font-size:var(--font-size-xs);
    font-weight: 850;
}

body.home .hotel-badge svg,
body.home .hotel-rating__stars svg {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    fill: var(--brand-gold);
    filter: drop-shadow(0 2px 5px rgba(245, 196, 107, .3));
}

body.home .hotel-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
}

body.home .hotel-rating__score {
    color: #fff;
    font-size:var(--font-size-kpi);
    font-weight: 900;
    line-height: 1;
}

body.home .hotel-rating__score span {
    margin-left: 2px;
    color: rgba(255, 255, 255, .74);
    font-size:var(--font-size-kpi);
}

body.home .hotel-rating__stars {
    display: flex;
    gap: 1px;
}

body.home .hotel-rating__stars svg {
    width: 13px;
    height: 13px;
    opacity: 0;
    animation: homeRatingStarIn .42s cubic-bezier(.22, 1, .36, 1) forwards;
}

body.home .hotel-rating__stars svg:nth-child(2) {
    animation-delay: .08s;
}

body.home .hotel-rating__stars svg:nth-child(3) {
    animation-delay: .16s;
}

body.home .hotel-rating__stars svg:nth-child(4) {
    animation-delay: .24s;
}

body.home .hotel-rating__stars svg:nth-child(5) {
    animation-delay: .32s;
}

body.home .hotel-rating__count {
    color: rgba(255, 255, 255, .82);
    font-size:var(--font-size-2xs);
    font-weight: 750;
}

body.home .hotel-badge:hover,
body.home .hotel-rating:hover {
    border-color: rgba(245, 196, 107, .7);
    box-shadow:
        0 16px 34px rgba(3, 29, 67, .24),
        0 0 22px rgba(245, 196, 107, .18);
    transform: translateY(-3px) translateZ(12px);
}

body.home .hotel-rating__stars svg:hover {
    transform: scale(1.16);
}

body.home .home-field-error,
body.home .home-booking-field small {
    display: block;
    min-height: 0;
    color: #a62424;
    font-size:var(--font-size-2xs);
    font-weight: 750;
    line-height: 1.4;
}

body.home .quick-field.is-invalid .quick-input-shell {
    border-color: rgba(184, 40, 40, .68);
    box-shadow: 0 0 0 3px rgba(184, 40, 40, .1);
}

body.home .quick-field.is-invalid .website-select2-toggle {
    color: #7d1c1c;
}

body.home .home-availability-result {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid rgba(5, 43, 96, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 12px 26px rgba(5, 34, 76, .08);
    color: var(--brand-navy);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

body.home .home-availability-result[hidden] {
    display: none;
}

body.home .home-availability-result > strong,
body.home .home-availability-result__header strong {
    font-size:var(--font-size-md);
    font-weight: 900;
}

body.home .home-availability-result > span,
body.home .home-availability-result__header span,
body.home .home-availability-room span {
    color: #526781;
    font-size:var(--font-size-2xs);
    line-height: 1.5;
}

body.home .home-availability-result--success {
    border-color: rgba(24, 128, 83, .24);
    background: rgba(244, 255, 249, .88);
}

body.home .home-availability-result--warning {
    border-color: rgba(191, 126, 15, .26);
    background: rgba(255, 250, 238, .9);
}

body.home .home-availability-result--error {
    border-color: rgba(184, 40, 40, .24);
    background: rgba(255, 246, 246, .92);
}

body.home .home-availability-result--loading strong::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    border: 2px solid rgba(5, 43, 96, .18);
    border-top-color: var(--brand-blue);
    border-radius: 50%;
    vertical-align: -2px;
    animation: homeSpin .72s linear infinite;
}

body.home .home-availability-result__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

body.home .home-availability-result__list {
    display: grid;
    gap: 8px;
}

body.home .home-availability-room {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(5, 43, 96, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
}

body.home .home-availability-room > div {
    display: grid;
    gap: 3px;
}

body.home .home-availability-room > div strong {
    color: var(--brand-navy);
    font-size:var(--font-size-base);
}

body.home .home-availability-room__price {
    color: var(--brand-blue) !important;
    font-size:var(--font-size-xs);
    font-weight: 900;
    text-align: right;
}

body.home .home-availability-room .btn {
    grid-column: 1 / -1;
    min-height: 38px !important;
    height: 38px;
    padding: 0 12px;
    font-size:var(--font-size-base);
}

body.home .btn.is-loading {
    cursor: wait;
}

body.home .btn.is-loading i {
    animation: homeSpin .72s linear infinite;
}

body.home .btn-primary {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

body.home .btn-primary::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -48%;
    z-index: -1;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
    transform: skewX(-18deg);
    transition: left .42s ease;
}

body.home .btn-primary:hover::after,
body.home .btn-primary:focus-visible::after {
    left: 112%;
}

body.home .home-room-card {
    --home-tilt-x: 0deg;
    --home-tilt-y: 0deg;
    --home-glow-x: 50%;
    --home-glow-y: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 8px !important;
    transform:
        perspective(980px)
        translate3d(0, 0, 0)
        rotateX(var(--home-tilt-x))
        rotateY(var(--home-tilt-y)) !important;
    transform-style: preserve-3d;
    transition:
        transform .38s cubic-bezier(.22, 1, .36, 1),
        border-color .32s ease,
        box-shadow .32s ease !important;
    will-change: transform;
}

body.home .home-room-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    border: 1px solid transparent;
    border-radius: inherit;
    background: radial-gradient(circle at var(--home-glow-x) var(--home-glow-y), rgba(245, 196, 107, .2), transparent 34%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

body.home .home-room-card:hover,
body.home .home-room-card.is-tilting {
    border-color: rgba(245, 196, 107, .52) !important;
    box-shadow:
        0 30px 64px rgba(4, 36, 79, .18),
        0 0 0 1px rgba(5, 76, 164, .08) !important;
    transform:
        perspective(980px)
        translate3d(0, -9px, 0)
        rotateX(var(--home-tilt-x))
        rotateY(var(--home-tilt-y)) !important;
}

body.home .home-room-card:hover::before,
body.home .home-room-card.is-tilting::before {
    opacity: 1;
}

body.home .home-room-card > img {
    width: 100%;
    transform: translateZ(18px) scale(1);
    transition: transform .58s cubic-bezier(.22, 1, .36, 1), filter .58s ease !important;
}

body.home .home-room-card:hover > img,
body.home .home-room-card.is-tilting > img {
    transform: translateZ(28px) scale(1.055);
}

body.home .home-room-card .room-body {
    position: relative;
    z-index: 2;
    transform: translateZ(24px);
}

body.home .home-room-card .room-actions .btn {
    min-width: 0;
}

body.home .feature-tile,
body.home .service-feature-card {
    border-radius: 8px !important;
}

body.home .feature-tile:hover i,
body.home .service-feature-card:hover > span {
    transform: translateY(-3px) rotate(-3deg) scale(1.06);
}

body.home .footer.home-footer-reveal {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition: opacity .72s ease, transform .72s cubic-bezier(.22, 1, .36, 1);
}

body.home .footer.home-footer-reveal.visible {
    opacity: 1;
    transform: none;
}

body.home-booking-modal-open {
    overflow: hidden;
}

.home-booking-modal {
    position: fixed;
    inset: 0;
    z-index: 6000;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .24s ease, visibility .24s ease;
}

.home-booking-modal[hidden] {
    display: none;
}

.home-booking-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.home-booking-modal__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(2, 18, 42, .7);
    cursor: default;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.home-booking-modal__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(440px, 1.22fr);
    width: min(1020px, 100%);
    max-height: min(90vh, 820px);
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, .56);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 40px 100px rgba(0, 16, 40, .34);
    opacity: 0;
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
    backdrop-filter: blur(20px) saturate(1.08);
    transform: perspective(1200px) translate3d(0, 24px, -70px) rotateX(4deg) scale(.96);
    transform-origin: center;
    transition: opacity .28s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
}

.home-booking-modal.is-open .home-booking-modal__dialog {
    opacity: 1;
    transform: perspective(1200px) translate3d(0, 0, 0) rotateX(0) scale(1);
}

.home-booking-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(5, 43, 96, .12);
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: var(--brand-navy);
    cursor: pointer;
    font-size:var(--font-size-3xl);
    transition: transform .24s ease, background-color .24s ease, color .24s ease;
}

.home-booking-modal__close:hover,
.home-booking-modal__close:focus-visible {
    background: var(--brand-navy);
    color: #fff;
    outline: 0;
    transform: rotate(6deg) scale(1.04);
}

.home-booking-modal__visual {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 650px;
    padding: 42px 32px 34px;
    background:
        linear-gradient(180deg, rgba(3, 28, 65, .22), rgba(3, 28, 65, .84)),
        url("/website-assets/hero/home-slider-hotel-night.png") center / cover no-repeat;
    color: #fff;
}

.home-booking-modal__visual h2 {
    margin: 12px 0;
    color: #fff;
    font-size:var(--font-size-2xl);
    line-height: 1.12;
    letter-spacing: 0;
}

.home-booking-modal__visual p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size:var(--font-size-base);
    line-height: 1.75;
}

.home-booking-modal__kicker,
.home-booking-modal__eyebrow {
    color: var(--brand-gold);
    font-size:var(--font-size-2xs);
    font-weight: 900;
    text-transform: uppercase;
}

.home-booking-modal__benefits {
    display: grid;
    gap: 12px;
}

.home-booking-modal__benefits span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .9);
    font-size:var(--font-size-xs);
    font-weight: 750;
}

.home-booking-modal__benefits i {
    color: var(--brand-gold);
    font-size:var(--font-size-2xl);
}

.home-booking-modal__content {
    padding: 38px 36px 32px;
}

.home-booking-modal__content > header {
    padding-right: 44px;
}

.home-booking-modal__content > header h2 {
    margin: 7px 0 6px;
    color: var(--brand-navy);
    font-size:var(--font-size-2xl);
    line-height: 1.16;
    letter-spacing: 0;
}

.home-booking-modal__content > header p {
    margin: 0 0 20px;
    color: #63758d;
    font-size:var(--font-size-base);
}

.home-booking-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-booking-field {
    display: grid;
    gap: 6px;
}

.home-booking-field--full,
.home-booking-summary,
.home-booking-modal__actions {
    grid-column: 1 / -1;
}

.home-booking-field label {
    color: var(--brand-navy);
    font-size:var(--font-size-base);
    font-weight: 850;
}

.home-booking-field .booking-required-label,
.quick-field .booking-required-label {
    white-space: nowrap;
}

.home-booking-field > label.booking-required-label {
    display: block;
}

.home-booking-field .booking-required,
.quick-field .booking-required {
    display: inline !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #c62828;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    white-space: nowrap;
}

.home-booking-field input,
.home-booking-field select,
.home-booking-field textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(5, 43, 96, .16);
    border-radius: 8px;
    background: #f9fbfe;
    color: var(--brand-navy);
    font: inherit;
    font-size:var(--font-size-base);
    padding: 10px 12px;
    outline: 0;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease, background-color .22s ease;
}

.home-booking-field textarea {
    min-height: 84px;
    resize: vertical;
}

.home-booking-field input:focus,
.home-booking-field select:focus,
.home-booking-field textarea:focus {
    border-color: rgba(11, 88, 197, .58);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 88, 197, .1);
    transform: translateY(-1px);
}

.home-booking-field.is-invalid input,
.home-booking-field.is-invalid select,
.home-booking-field.is-invalid textarea {
    border-color: rgba(184, 40, 40, .68);
    box-shadow: 0 0 0 3px rgba(184, 40, 40, .08);
}

.home-booking-customer-match {
    grid-column: 1 / -1;
    padding: 11px 13px;
    border: 1px solid #b7d9cc;
    border-radius: 8px;
    background: #eef9f4;
    color: #175c47;
    font-size: var(--font-size-sm);
    font-weight: 750;
    line-height: 1.5;
}

.home-booking-customer-match.is-warning {
    border-color: #e5bd72;
    background: #fff7e5;
    color: #76500d;
}

.home-booking-customer-match ul {
    margin: 6px 0 0 18px;
}

.home-booking-captcha {
    padding: 14px;
    border: 1px solid #dbc9a7;
    border-radius: 10px;
    background: linear-gradient(135deg, #fffdf8, #f7f0e3);
}

.home-booking-captcha__heading,
.home-booking-captcha__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-booking-captcha__refresh {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 0;
    background: transparent;
    color: var(--brand-blue);
    font: inherit;
    font-size: var(--font-size-sm);
    font-weight: 800;
    cursor: pointer;
}

.home-booking-captcha__row img {
    flex: 0 0 180px;
    width: 180px;
    height: 56px;
    border: 1px solid rgba(5, 43, 96, .16);
    border-radius: 8px;
}

.home-booking-captcha__row input {
    flex: 1 1 180px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 850;
}

.home-booking-summary {
    margin-top: 2px;
    padding: 14px 0 0;
    border-top: 1px solid rgba(5, 43, 96, .1);
}

.home-booking-summary h3 {
    margin: 0 0 10px;
    color: var(--brand-navy);
    font-size:var(--font-size-xl);
}

.home-booking-summary dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin: 0;
}

.home-booking-summary dl div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(5, 43, 96, .1);
}

.home-booking-summary dt,
.home-booking-summary dd {
    margin: 0;
    font-size:var(--font-size-2xs);
}

.home-booking-summary dt {
    color: #6c7d93;
}

.home-booking-summary dd {
    color: var(--brand-navy);
    font-weight: 850;
    text-align: right;
}

.home-booking-modal__actions {
    display: grid;
    grid-template-columns: minmax(120px, .42fr) minmax(180px, .58fr);
    gap: 10px;
}

.home-booking-modal__actions .btn {
    width: 100%;
    justify-content: center;
}

.home-booking-modal__message,
.home-booking-success {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(5, 43, 96, .12);
    border-radius: 8px;
    background: #f4f8fd;
    color: var(--brand-navy);
    font-size:var(--font-size-xs);
}

.home-booking-modal__message[hidden],
.home-booking-success[hidden] {
    display: none;
}

.home-booking-modal__message strong,
.home-booking-success strong {
    display: block;
    margin-bottom: 4px;
}

.home-booking-modal__message ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.home-booking-modal__message--warning {
    border-color: rgba(191, 126, 15, .24);
    background: #fff9eb;
}

.home-booking-modal__message--error {
    border-color: rgba(184, 40, 40, .22);
    background: #fff5f5;
}

.home-booking-success {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
    border-color: rgba(24, 128, 83, .24);
    background: #f1fbf6;
}

.home-booking-success > i {
    color: #188053;
    font-size:var(--font-size-kpi);
}

.home-booking-success span {
    display: block;
    color: #486859;
    line-height: 1.6;
}

.hotel-toast-region {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 7000;
    display: grid;
    width: min(380px, calc(100vw - 36px));
    gap: 10px;
    pointer-events: none;
}

.hotel-toast {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 32px;
    gap: 10px;
    align-items: start;
    overflow: hidden;
    padding: 13px 12px 15px;
    border: 1px solid rgba(5, 43, 96, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 20px 48px rgba(3, 28, 65, .2);
    color: var(--brand-navy);
    opacity: 0;
    pointer-events: auto;
    transform: translate3d(20px, 0, 0) scale(.98);
    transition: opacity .22s ease, transform .22s ease;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.hotel-toast.is-visible {
    opacity: 1;
    transform: none;
}

.hotel-toast.is-closing {
    opacity: 0;
    transform: translate3d(18px, -4px, 0) scale(.98);
}

.hotel-toast > i {
    font-size:var(--font-size-4xl);
}

.hotel-toast--success > i {
    color: #188053;
}

.hotel-toast--error > i {
    color: #b82828;
}

.hotel-toast--warning > i {
    color: #b87912;
}

.hotel-toast--info > i {
    color: #0b58c5;
}

.hotel-toast__content {
    display: grid;
    gap: 3px;
}

.hotel-toast__content strong {
    font-size:var(--font-size-base);
}

.hotel-toast__content span {
    color: #61738a;
    font-size:var(--font-size-xs);
    line-height: 1.5;
}

.hotel-toast__close {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #6d7c91;
    cursor: pointer;
}

.hotel-toast__close:hover,
.hotel-toast__close:focus-visible {
    background: #edf3fa;
    color: var(--brand-navy);
    outline: 0;
}

.hotel-toast__progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: currentColor;
    opacity: .52;
    transform-origin: left;
    animation: hotelToastProgress var(--hotel-toast-duration, 5000ms) linear forwards;
}

.hotel-toast--success .hotel-toast__progress {
    color: #188053;
}

.hotel-toast--error .hotel-toast__progress {
    color: #b82828;
}

.hotel-toast--warning .hotel-toast__progress {
    color: #b87912;
}

.hotel-toast--info .hotel-toast__progress {
    color: #0b58c5;
}

@keyframes homeRatingStarIn {
    from {
        opacity: 0;
        transform: translateY(5px) scale(.72);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes homeSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes hotelToastProgress {
    to {
        transform: scaleX(0);
    }
}

@media (min-width: 1440px) {
    body.home .tl-home-grid.refined-grid,
    body.home .hero-home-refined .tl-home-grid.refined-grid {
        grid-template-columns: minmax(420px, 610px) minmax(330px, 390px) !important;
        gap: 120px !important;
    }

    body.home .tl-home-hero h1 {
        font-size:var(--font-size-4xl);
    }
}

@media (max-width: 1023px) {
    body.home .home-hero-depth__subject img.active {
        opacity: .76;
    }

    body.home .home-room-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    body.home .tl-home-hero {
        min-height: auto;
    }

    body.home .home-hero-depth__subject {
        transform: translate3d(0, var(--home-scroll-y), 26px) scale(1.02);
    }

    body.home .home-hero-depth__subject img {
        -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), #000 24%, #000 88%, rgba(0, 0, 0, .72));
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), #000 24%, #000 88%, rgba(0, 0, 0, .72));
    }

    body.home .home-hero-depth__subject img.active {
        opacity: .66;
    }

    body.home .home-hero-depth__light {
        display: none;
    }

    body.home .tl-hero-copy,
    body.home .tl-quick-booking {
        transform: translate3d(0, 0, 0);
    }

    body.home .tl-quick-booking {
        width: min(100%, 620px);
        margin: 0 auto;
        background: rgba(255, 255, 255, .86) !important;
    }

    body.home .home-hero-trust {
        justify-content: flex-start;
    }

    .home-booking-modal__dialog {
        grid-template-columns: minmax(230px, .72fr) minmax(390px, 1.28fr);
    }
}

@media (max-width: 767px) {
    body.home .site-header.is-scrolled .header-row {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    body.home .tl-home-grid.refined-grid,
    body.home .hero-home-refined .tl-home-grid.refined-grid {
        gap: 18px !important;
        padding: 26px 0 82px !important;
    }

    body.home .tl-home-hero h1 {
        font-size:var(--font-size-4xl);
    }

    body.home .home-hero-trust {
        gap: 8px;
        margin-bottom: 10px;
    }

    body.home .hotel-badge,
    body.home .hotel-rating {
        min-height: 34px;
    }

    body.home .hotel-badge {
        padding: 6px 10px;
        font-size:var(--font-size-xs);
    }

    body.home .hotel-rating {
        padding: 5px 9px;
    }

    body.home .home-room-grid {
        grid-template-columns: 1fr !important;
    }

    body.home .home-room-card:hover,
    body.home .home-room-card.is-tilting {
        transform: translate3d(0, -5px, 0) !important;
    }

    body.home .home-availability-result__header,
    body.home .home-availability-room {
        grid-template-columns: 1fr;
    }

    body.home .home-availability-result__header {
        display: grid;
    }

    body.home .home-availability-room__price {
        text-align: left;
    }

    .home-booking-modal {
        padding: 10px;
    }

    .home-booking-modal__dialog {
        display: block;
        width: 100%;
        max-height: calc(100dvh - 20px);
        border-radius: 8px;
    }

    .home-booking-modal__visual {
        min-height: 180px;
        padding: 26px 20px 22px;
        background-position: center 58%;
    }

    .home-booking-modal__visual h2 {
        font-size:var(--font-size-2xl);
    }

    .home-booking-modal__visual p {
        max-width: 420px;
    }

    .home-booking-modal__benefits {
        display: none;
    }

    .home-booking-modal__content {
        padding: 26px 18px 20px;
    }

    .home-booking-modal__content > header h2 {
        font-size:var(--font-size-2xl);
    }

    .home-booking-form,
    .home-booking-summary dl,
    .home-booking-modal__actions {
        grid-template-columns: 1fr;
    }

    .home-booking-field,
    .home-booking-field--full,
    .home-booking-summary,
    .home-booking-modal__actions {
        grid-column: 1;
    }

    .home-booking-captcha__heading,
    .home-booking-captcha__row {
        align-items: stretch;
        flex-direction: column;
    }

    .hotel-toast-region {
        top: 10px;
        right: 10px;
        left: 10px;
        width: auto;
    }
}

@media (max-width: 430px) {
    body.home .tl-home-hero h1 {
        font-size:var(--font-size-4xl);
    }

    body.home .hotel-badge,
    body.home .hotel-rating {
        width: auto;
        max-width: 100%;
    }

    body.home .hotel-rating__stars svg {
        width: 12px;
        height: 12px;
    }

    body.home .hotel-rating__count {
        font-size:var(--font-size-2xs);
    }

    body.home .tl-quick-booking {
        padding: 18px 16px !important;
    }

    body.home .home-availability-result {
        margin-right: -4px;
        margin-left: -4px;
        padding: 12px;
    }

    .home-booking-modal__visual {
        min-height: 150px;
    }

    .home-booking-modal__visual p {
        display: none;
    }
}

@media (max-width: 350px) {
    body.home .home-hero-trust {
        display: grid;
        justify-items: start;
    }

    body.home .hotel-rating__stars {
        gap: 0;
    }

    body.home .hotel-rating {
        flex-wrap: wrap;
    }

    body.home .hero-actions {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    body.home .hero-actions .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home .home-hero-depth,
    body.home .tl-hero-copy,
    body.home .tl-quick-booking,
    body.home .home-room-card,
    body.home .home-room-card:hover,
    body.home .home-room-card.is-tilting,
    body.home .footer.home-footer-reveal,
    body.home .footer.home-footer-reveal.visible,
    .home-booking-modal__dialog,
    .home-booking-modal.is-open .home-booking-modal__dialog,
    .hotel-toast,
    .hotel-toast.is-visible,
    .hotel-toast.is-closing {
        transform: none !important;
    }

    body.home .home-hero-depth__light {
        display: none;
    }

    body.home .hotel-rating__stars svg,
    body.home .home-availability-result--loading strong::after,
    body.home .btn.is-loading i,
    .hotel-toast__progress {
        animation: none !important;
    }

    body.home .footer.home-footer-reveal,
    .hotel-toast {
        opacity: 1;
    }
}

/* Homepage quick availability: reference layout without changing existing controls. */
body.home .tl-quick-booking {
    background: #fff !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

body.home .tl-quick-booking .form-two {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.home .tl-quick-booking .form-two > .quick-field {
    min-width: 0;
}

@media (min-width: 901px) {
    body.home .tl-home-grid.refined-grid,
    body.home .hero-home-refined .tl-home-grid.refined-grid {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 440px) !important;
        gap: clamp(48px, 5.6vw, 80px) !important;
    }

    body.home .tl-quick-booking {
        width: 100%;
        max-width: 440px;
    }
}
