/* Homepage testimonial quote blocks — title + quote layout */

.testimonial-quote {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

.testimonial-quote__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700;
}

.testimonial-quote__quote {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    font-weight: 400;
}

.testimonial-quote__quote::before {
    content: '\201C';
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.35em;
    line-height: 0;
    vertical-align: -0.12em;
    margin-right: 0.1em;
    color: #00a8e8;
    opacity: 0.45;
}

.testimonial-quote__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.65rem;
    margin-top: 0.75rem;
}

.testimonial-quote__name {
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 700;
}

.testimonial-quote__label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.65;
}

.testimonial-quote__read-more {
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
}

.testimonial-quote__read-more:hover {
    text-decoration: underline;
}

/* Browse section — light card */
.testimonial-quote--sidebar {
    width: 100%;
    padding: 1.15rem 1.35rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(30, 90, 168, 0.12);
    background: linear-gradient(145deg, #fff 0%, #f4f9ff 100%);
    box-shadow: 0 16px 40px -24px rgba(15, 23, 42, 0.2);
}

.testimonial-quote--sidebar .testimonial-quote__title {
    color: #0f172a;
    font-weight: 700;
}

.testimonial-quote--sidebar .testimonial-quote__quote {
    color: #334155;
    font-size: 0.9375rem;
    line-height: 1.5;
    max-width: 42rem;
}

.testimonial-quote--sidebar .testimonial-quote__quote::before {
    font-size: 1.25em;
}

.testimonial-quote--sidebar .testimonial-quote__read-more {
    color: #00a8e8;
}

.testimonial-quote--sidebar .testimonial-quote__name {
    color: #0f172a;
}

.testimonial-quote--sidebar .testimonial-quote__label {
    color: #64748b;
}

@media (min-width: 1024px) {
    .testimonial-quote--sidebar .testimonial-quote__quote {
        font-size: 1rem;
        line-height: 1.55;
    }
}

/* Featured packages section — dark band */
.testimonial-quote--featured {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1.35rem 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(126, 219, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    box-sizing: border-box;
}

.testimonial-quote--featured .testimonial-quote__title {
    color: #fff;
    font-weight: 700;
}

.testimonial-quote--featured .testimonial-quote__quote {
    color: #e2e8f0;
    font-size: 1rem;
}

.testimonial-quote--featured .testimonial-quote__quote::before {
    color: #7edbff;
    opacity: 0.55;
}

.testimonial-quote--featured .testimonial-quote__read-more {
    color: #7edbff;
}

.testimonial-quote--featured .testimonial-quote__name {
    color: #fff;
}

.testimonial-quote--featured .testimonial-quote__label {
    color: #94a3b8;
}

@media (min-width: 768px) {
    .testimonial-quote--featured {
        padding: 1.5rem 2rem;
    }

    .testimonial-quote--featured .testimonial-quote__quote {
        font-size: 1.0625rem;
        line-height: 1.55;
    }
}

/* Story strip — over photo */
.testimonial-quote--story {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}

.testimonial-quote--story .testimonial-quote__quote::before {
    display: inline;
    margin: 0 0.1em 0 0;
    line-height: 0;
    vertical-align: -0.12em;
    text-align: inherit;
    color: #fff;
    opacity: 0.55;
    font-size: 1.25em;
}

.testimonial-quote--story .testimonial-quote__title {
    color: #fff;
    font-size: clamp(1.125rem, 2.5vw, 1.35rem);
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
    max-width: 38rem;
    margin: 0 auto 0.35rem;
    text-shadow: 0 2px 18px rgba(15, 23, 42, 0.85);
}

.testimonial-quote--story .testimonial-quote__quote {
    color: #f8fafc;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    line-height: 1.65;
    font-weight: 400;
    text-align: center;
    max-width: 38rem;
    margin-inline: auto;
    text-shadow: 0 2px 18px rgba(15, 23, 42, 0.85);
}

.testimonial-quote--story .testimonial-quote__read-more {
    color: #7edbff;
}

.testimonial-quote--story .testimonial-quote__footer {
    justify-content: center;
    width: 100%;
}

.testimonial-quote--story .testimonial-quote__name {
    color: #fff;
    font-size: 1rem;
    text-shadow: 0 1px 12px rgba(15, 23, 42, 0.75);
}

.testimonial-quote--story .testimonial-quote__label {
    color: rgba(255, 255, 255, 0.75);
    text-shadow: 0 1px 10px rgba(15, 23, 42, 0.65);
}
