/* Testimonials list page — dark shell, brand yellow accents */
#testimonials-page {
    --tp-yellow: #c8972b;
    --tp-yellow-soft: rgba(200, 151, 43, 0.35);
    --tp-bg: #0d0d0d;
    --tp-panel: #161616;
    --tp-text: #f2f2f2;
    --tp-muted: #b5b5b5;
    --tp-border: rgba(255, 255, 255, 0.1);
    color: var(--tp-text);
}

#testimonials-page[v-cloak] {
    display: none;
}

/* Hero: match /booking — dark overlay + left-aligned Montserrat title */
#testimonials-page #feature {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#testimonials-page #feature .bg-navy-transparent {
    background-color: rgba(0, 0, 0, 0.7);
}

#testimonials-page #feature .container {
    text-align: left !important;
    padding: 100px 15px !important;
}

#testimonials-page #feature h2 {
    color: #fff !important;
    font-family: Montserrat, "Montserrat Fallback", sans-serif !important;
    font-size: 60px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
    text-shadow: none !important;
    text-transform: uppercase;
    margin: 0 !important;
}

@media (max-width: 767px) {
    #testimonials-page #feature .container {
        padding: 70px 15px !important;
    }

    #testimonials-page #feature h2 {
        font-size: 36px !important;
    }
}

#testimonials-page .tp-shell {
    background: var(--tp-bg);
    padding: 2.5rem 0 3.5rem;
}

#testimonials-page .tp-container {
    max-width: 960px;
}

#testimonials-page .tp-intro {
    margin-bottom: 2rem;
}

#testimonials-page .tp-intro-copy,
#testimonials-page .tp-intro-copy p {
    color: var(--tp-muted);
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

#testimonials-page .tp-write-label {
    color: var(--tp-yellow);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 1.25rem 0 0.85rem;
}

#testimonials-page .tp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

#testimonials-page .tp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 2px;
    padding: 0.65rem 1.15rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1.2;
}

#testimonials-page .tp-btn-yellow {
    background: var(--tp-yellow);
    color: #111;
    border-color: var(--tp-yellow);
}

#testimonials-page .tp-btn-yellow:hover,
#testimonials-page .tp-btn-yellow:focus {
    background: #d4a83a;
    color: #111;
    text-decoration: none;
}

#testimonials-page .tp-btn-outline {
    background: transparent;
    color: var(--tp-text);
    border-color: var(--tp-yellow);
}

#testimonials-page .tp-btn-outline:hover,
#testimonials-page .tp-btn-outline:focus {
    background: rgba(200, 151, 43, 0.12);
    color: var(--tp-yellow);
    text-decoration: none;
}

#testimonials-page .tp-status {
    color: var(--tp-muted);
    padding: 2rem 0;
}

#testimonials-page .tp-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#testimonials-page .tp-card {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 1.25rem;
    align-items: start;
    background: var(--tp-panel);
    border: 1px solid var(--tp-border);
    border-top: 2px solid var(--tp-yellow-soft);
    padding: 1.35rem 1.5rem;
}

#testimonials-page .tp-card-aside {
    text-align: center;
}

#testimonials-page .tp-avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 0.75rem;
    border: 2px solid var(--tp-yellow-soft);
}

#testimonials-page .tp-avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: Montserrat, sans-serif;
}

#testimonials-page .tp-stars {
    color: var(--tp-yellow);
    letter-spacing: 0.12em;
    font-size: 0.95rem;
    line-height: 1;
    margin-bottom: 0.4rem;
}

#testimonials-page .tp-date {
    color: var(--tp-muted);
    font-size: 0.85rem;
    font-weight: 400;
}

#testimonials-page .tp-card-body {
    min-width: 0;
}

#testimonials-page .tp-quote,
#testimonials-page .tp-quote p,
#testimonials-page .tp-quote span,
#testimonials-page .tp-quote div,
#testimonials-page .tp-quote b,
#testimonials-page .tp-quote strong {
    color: var(--tp-text);
    font-weight: 400 !important;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 0.85rem;
}

#testimonials-page .tp-name {
    color: var(--tp-yellow);
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
}

#testimonials-page .tp-more {
    margin-top: 1.75rem;
}

#testimonials-page .tp-modal {
    background: #1a1a1a;
    color: var(--tp-text);
    border: 1px solid var(--tp-border);
}

#testimonials-page .tp-modal .modal-header,
#testimonials-page .tp-modal .modal-footer {
    border-color: var(--tp-border);
}

#testimonials-page .tp-modal .modal-title,
#testimonials-page .tp-modal label {
    color: var(--tp-text);
    font-weight: 500;
}

#testimonials-page .tp-modal .close {
    color: var(--tp-text);
    text-shadow: none;
    opacity: 0.7;
}

#testimonials-page .tp-modal .form-control {
    background: #111;
    border-color: var(--tp-border);
    color: var(--tp-text);
}

#testimonials-page .tp-modal-stars a {
    color: #555;
    margin-right: 0.35rem;
    text-decoration: none;
}

#testimonials-page .tp-modal-stars .is-on {
    color: var(--tp-yellow);
}

@media (max-width: 767px) {
    #testimonials-page .tp-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 1.25rem 1rem;
    }

    #testimonials-page .tp-card-body {
        text-align: left;
    }

    #testimonials-page .tp-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #testimonials-page .tp-btn {
        justify-content: center;
    }
}
