.macau-hero {
    background:
        linear-gradient(135deg, rgba(7, 45, 96, .95), rgba(13, 110, 184, .92)),
        url('../image/bg-shape.png') center/cover no-repeat;
    min-height: 100vh;
}

.hero-layout {
    display: flex;
    align-items: center;
}

.macau-hero .hero-content {
    padding: 180px 0 110px;
}

.macau-hero h1 {
    font-size: 3.8em;
    line-height: 1.1;
    color: #fff;
}

.macau-hero .intro-text,
.macau-hero .intro-text p,
.macau-hero .meta-head {
    color: rgba(255, 255, 255, .94);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0 34px;
}

.hero-points span {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, .22);
}

.hero-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(4, 25, 57, .22);
}

.hero-card-image img {
    width: 100%;
    display: block;
}

.hero-card-body {
    padding: 28px 28px 20px;
}

.hero-card-body h5 {
    margin-bottom: 12px;
}

.hero-stat-list {
    margin: 22px 0 0;
}

.hero-stat-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(8, 25, 58, .08);
    margin-bottom: 0;
}

.hero-stat-list strong {
    color: #f28c28;
    font-size: 20px;
    min-width: 36px;
}

.macau-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.feature-grid .col-sm-6,
.advantage-list .col-sm-6 {
    margin-bottom: 30px;
}

.feature-panel {
    height: 100%;
    padding: 30px 28px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(9, 31, 67, .08);
    border: 1px solid rgba(20, 82, 145, .08);
}

.feature-panel h5 {
    margin-bottom: 12px;
    color: #0e4f9f;
}

.brochure-section {
    background: linear-gradient(180deg, #f2f7fc 0%, #e8f2fb 100%);
}

.brochure-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.brochure-item {
    background: #fff;
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 18px 40px rgba(9, 31, 67, .1);
}

.brochure-item img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.advantage-card {
    height: 100%;
    padding: 34px 30px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(12, 80, 149, .08);
    box-shadow: 0 16px 36px rgba(13, 42, 86, .07);
}

.advantage-num {
    font-size: 18px;
    font-weight: 700;
    color: #1e73be;
    margin-bottom: 14px;
}

.contact-section {
    background: linear-gradient(180deg, #081b3a 0%, #0d4f9a 100%);
}

.contact-layout {
    display: flex;
    flex-wrap: wrap;
}

.contact-panel {
    height: 100%;
    background: #fff;
    border-radius: 26px;
    padding: 34px 30px;
    box-shadow: 0 22px 46px rgba(3, 16, 38, .2);
}

.contact-highlight {
    background: linear-gradient(135deg, #0f63b5 0%, #15407a 100%);
    color: rgba(255, 255, 255, .92);
}

.contact-highlight h5,
.contact-section .contact-panel h4 {
    color: inherit;
}

.contact-list,
.check-list {
    margin: 24px 0;
}

.contact-list li,
.check-list li {
    margin-bottom: 12px;
}

.check-list li {
    position: relative;
    padding-left: 22px;
}

.check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffd45e;
}

.contact-note {
    opacity: .88;
}

.footer-wrapper .navbar-brand img {
    max-height: 46px;
}

@media only screen and (max-width: 991px) {
    .hero-layout,
    .contact-layout {
        display: block;
    }

    .macau-hero .hero-content {
        padding: 150px 0 80px;
    }

    .macau-hero h1 {
        font-size: 2.8em;
    }

    .hero-card {
        margin-top: 40px;
    }

    .brochure-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .macau-hero h1 {
        font-size: 2.2em;
    }

    .hero-points {
        gap: 10px;
        margin: 22px 0 28px;
    }

    .hero-points span {
        font-size: 13px;
        padding: 9px 14px;
    }

    .feature-panel,
    .advantage-card,
    .contact-panel,
    .brochure-item {
        padding: 22px 20px;
        border-radius: 18px;
    }
}
