/* Landing pages: Call now & Book now share the same gold CTA style */

.btn-cta-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 0.5rem;
    transition: transform 0.2s ease, filter 0.2s ease;
    text-decoration: none;
}

.btn-cta-solid:hover {
    filter: brightness(1.08);
    transform: scale(1.03);
    text-decoration: none;
}

.btn-cta-book,
.btn-cta-call {
    background: linear-gradient(135deg, #8a7000 0%, #e8c84a 100%);
    color: #141210;
    border: 1px solid rgba(255, 215, 0, 0.35);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.btn-cta-book:hover,
.btn-cta-call:hover {
    color: #141210;
}

/* Full-width pill CTAs (bottom bands) */
.btn-cta-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 9999px;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.btn-cta-pill:hover {
    filter: brightness(1.06);
    transform: scale(1.05);
    text-decoration: none;
    color: #141210;
}

.btn-cta-pill.btn-cta-book,
.btn-cta-pill.btn-cta-call {
    background: linear-gradient(135deg, #8a7000 0%, #e8c84a 100%);
    color: #141210;
    border: 1px solid rgba(255, 215, 0, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

/* Gold footer band: keep contrast while matching brand */
.landing-cta-band .btn-cta-book,
.landing-cta-band .btn-cta-call {
    background: #141210;
    color: #e8c84a;
    border: 1px solid rgba(255, 215, 0, 0.45);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.landing-cta-band .btn-cta-book:hover,
.landing-cta-band .btn-cta-call:hover {
    color: #fff8e8;
    filter: brightness(1.12);
}

.btn-cta-wa {
    background: #128c7e;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.btn-cta-wa:hover {
    color: #fff;
    filter: brightness(1.08);
}

/* Bootstrap star-hero landings (maxi / wheelchair) */
.star-hero .btn-gold {
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-color: #141210;
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: 999px;
    padding: 0.5rem 1.15rem;
    border: 1px solid rgba(138, 112, 0, 0.4);
    background-image: linear-gradient(135deg, #8a7000 0%, #e8c84a 100%);
    background-color: transparent;
    color: #141210 !important;
    box-shadow: 0 3px 14px rgba(232, 200, 74, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.star-hero .btn-gold:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(232, 200, 74, 0.45);
    filter: brightness(1.05);
    color: #141210 !important;
}

.star-hero .btn-gold.btn-sm {
    font-size: 0.8125rem;
    padding: 0.4rem 0.95rem;
}

.star-hero .btn-outline-gold.btn-sm {
    font-size: 0.8125rem;
    padding: 0.4rem 0.95rem;
}

.star-hero .btn-outline-gold {
    color: #f0f0f5 !important;
    border: 1px solid rgba(255, 215, 0, 0.58);
    background: rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1.15rem;
}

.star-hero .btn-outline-gold:hover {
    background: rgba(255, 215, 0, 0.12);
    border-color: #ffd700;
    color: #fff !important;
}

.landing-submit-gold {
    background: linear-gradient(135deg, #8a7000 0%, #e8c84a 100%) !important;
    color: #141210 !important;
    border: 1px solid rgba(255, 215, 0, 0.35);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.landing-submit-gold:hover {
    filter: brightness(1.06);
    color: #141210 !important;
}

/* Group transfer hero */
.landing-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #735c00 0%, #fed65b 100%);
    color: #141210;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.landing-btn-primary:hover {
    opacity: 0.92;
    transform: scale(1.02);
    color: #141210;
    text-decoration: none;
}
