/* SEO pages, blog & footer explore — matches Hà Nội theme typography */

/* Larger CTA buttons on content pages */
.seo-content .button-two-line,
.blog-article .button-two-line,
.discover-page .button-two-line {
    min-height: 56px;
    padding: 0 38px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.seo-content .button-row,
.discover-page .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-top: 10px;
}

/* Discover landing pages */
.discover-page .wg-about-us .content p,
.discover-page .services-detail-content p,
.discover-page .top-content p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.discover-page .wg-about-us .content.text-center p {
    max-width: 820px;
}

.discover-page .services-detail-content .content-block p {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}

.discover-page .services-detail-content {
    padding-top: 90px;
    padding-bottom: 40px;
}

.discover-page .services-detail-content.is-alt {
    padding-bottom: 90px;
}

.discover-page .discover-section-image img {
    width: 100%;
    border-radius: 4px;
    display: block;
    object-fit: cover;
    min-height: 320px;
    max-height: 480px;
}

.discover-page .discover-highlights {
    padding: 80px 0 100px;
}

/* Blog listing */
.blog-listing {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-card {
    background: rgba(0, 26, 21, 0.55);
    border: 1px solid rgba(185, 155, 80, 0.28);
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.blog-card:hover {
    border-color: rgba(185, 155, 80, 0.55);
    transform: translateY(-3px);
}

.blog-card-image {
    display: block;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.04);
}

.blog-card-body {
    padding: 28px 26px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-date {
    font-size: 15px;
    color: #B99B50;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-card-title {
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.35;
    margin: 0 0 14px;
    font-weight: 600;
}

.blog-card-title a {
    color: #fff;
    text-decoration: none;
}

.blog-card-title a:hover {
    color: #B99B50;
}

.blog-card-excerpt {
    font-size: 17px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.88);
    flex: 1;
    margin-bottom: 18px;
}

.blog-card-link {
    color: #B99B50;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.blog-card-link:hover {
    text-decoration: underline;
}

/* Blog article */
.blog-article {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-content {
    font-size: 19px;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.92);
}

.blog-content h2 {
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.3;
    margin: 42px 0 18px;
    color: #fff;
    font-weight: 600;
}

.blog-content h3 {
    font-size: clamp(22px, 2.4vw, 26px);
    line-height: 1.35;
    margin: 30px 0 14px;
    color: #B99B50;
    font-weight: 600;
}

.blog-content p {
    margin-bottom: 22px;
}

.blog-content ul,
.blog-content ol {
    margin: 0 0 24px 1.3em;
    padding: 0;
}

.blog-content li {
    margin-bottom: 12px;
    line-height: 32px;
}

.blog-content a {
    color: #B99B50;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-content a:hover {
    color: #d4b96a;
}

.blog-cta {
    margin: 50px 0 36px;
    padding: 36px 28px;
    border: 1px solid rgba(185, 155, 80, 0.35);
    border-radius: 6px;
    text-align: center;
    background: rgba(0, 26, 21, 0.45);
}

.blog-cta p {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

.blog-related {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(185, 155, 80, 0.25);
}

.blog-related h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #B99B50;
}

.blog-related ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-related li {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 28px;
}

.blog-related a {
    color: #fff;
    text-decoration: none;
}

.blog-related a:hover {
    color: #B99B50;
    text-decoration: underline;
}

.blog-back {
    margin-top: 36px;
    font-size: 17px;
}

.blog-back a {
    color: #B99B50;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.blog-back a:hover {
    text-decoration: underline;
}

/* FAQ section */
.seo-faq-section {
    padding-top: 90px;
    padding-bottom: 110px;
}

.seo-faq-section .heading-section .title {
    font-size: clamp(28px, 3.5vw, 38px);
    line-height: 1.25;
    color: #fff;
    margin-bottom: 8px;
}

.seo-faq-list {
    margin-top: 24px;
}

.seo-faq-item {
    border: 1px solid rgba(185, 155, 80, 0.3);
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 0 26px;
    background: rgba(0, 26, 21, 0.5);
}

.seo-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.45;
    padding: 22px 36px 22px 0;
    list-style: none;
    color: #fff;
    position: relative;
}

.seo-faq-item summary::-webkit-details-marker {
    display: none;
}

.seo-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #B99B50;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
}

.seo-faq-item[open] summary::after {
    content: '−';
}

.seo-faq-item p {
    margin: 0 0 22px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
}

.seo-faq-item p a {
    color: #B99B50;
}

/* Footer explore row */
.footer-explore-row {
    margin-top: 48px;
    padding-top: 36px;
    border-top: 1px solid rgba(185, 155, 80, 0.2);
    text-align: center;
}

.footer-explore-row .footer-title {
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    color: #B99B50;
    letter-spacing: 1.2px;
    margin-bottom: 28px;
}

.footer-explore-links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 36px;
}

.footer-explore-links li {
    margin: 0;
}

.footer-explore-links a {
    color: rgba(255, 255, 255, 0.92);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.footer-explore-links a:hover {
    color: #B99B50;
}

.footer .footer-bottom {
    margin-top: 40px;
}

/* Booking page */
.booking-page .booking-intro {
    padding-top: 100px;
    padding-bottom: 60px;
}

.booking-page .booking-lead {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2px;
    margin-bottom: 28px;
    max-width: 560px;
}

.booking-page .booking-hero-image {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    min-height: 380px;
    max-height: 520px;
}

.booking-page .booking-highlights {
    padding: 70px 0 90px;
}

.booking-page .booking-steps {
    padding-top: 90px;
    padding-bottom: 90px;
}

.booking-page .booking-steps-grid {
    margin-top: 20px;
    margin-bottom: 40px;
}

.booking-page .booking-step-card {
    background: rgba(0, 26, 21, 0.5);
    border: 1px solid rgba(185, 155, 80, 0.28);
    border-radius: 6px;
    padding: 32px 28px;
    height: 100%;
    text-align: left;
}

.booking-page .booking-step-num {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #B99B50;
    margin-bottom: 14px;
}

.booking-page .booking-step-card h3 {
    font-size: 22px;
    line-height: 1.35;
    color: #fff;
    margin: 0 0 12px;
    font-weight: 600;
}

.booking-page .booking-step-card p {
    font-size: 17px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

.booking-page .booking-note {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.85);
}

.booking-page .booking-note a {
    color: #B99B50;
}

.booking-page .booking-location {
    padding-bottom: 80px;
}

/* Larger buttons only in booking hero + steps — not location sidebar */
.booking-page .booking-intro .button-two-line,
.booking-page .booking-steps .button-two-line {
    min-height: 56px;
    padding: 0 38px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 2.5px;
}

.booking-page .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 8px;
}

.booking-page .wg-about-us .content .description {
    font-size: 17px;
    line-height: 30px;
}

/* Responsive */
@media (max-width: 991px) {
    .discover-page .discover-section-image {
        margin-bottom: 36px;
    }

    .discover-page .discover-section-image img {
        min-height: 240px;
    }

    .footer-explore-links {
        gap: 10px 24px;
    }
}

@media (max-width: 767px) {
    .blog-listing,
    .blog-article {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .blog-content {
        font-size: 17px;
        line-height: 30px;
    }

    .blog-card-body {
        padding: 22px 20px 24px;
    }

    .blog-card-excerpt {
        font-size: 16px;
        line-height: 28px;
    }

    .blog-cta p {
        font-size: 19px;
    }

    .seo-content .button-two-line,
    .blog-article .button-two-line,
    .discover-page .button-two-line,
    .booking-page .booking-intro .button-two-line,
    .booking-page .booking-steps .button-two-line {
        width: 100%;
        max-width: 100%;
    }

    .booking-page .button-row {
        flex-direction: column;
    }

    .booking-page .booking-step-card {
        margin-bottom: 20px;
    }

    .booking-page .booking-hero-image {
        min-height: 260px;
        margin-top: 36px;
    }

    .discover-page .wg-about-us .content p,
    .discover-page .services-detail-content p {
        font-size: 17px;
        line-height: 30px;
    }

    .footer-explore-links a {
        font-size: 15px;
        white-space: normal;
    }

    .footer-explore-links {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}
