﻿/* Reviews Pages CSS - Matching City Pages Design System */
/* Version 1.0 - January 2026 */

/* ==========================================
   FONT FACE DECLARATIONS (inherited from city-pages.css)
   ========================================== */
@font-face {
    font-family: 'AvertaPE';
    src: url('/asset/fonts/AvertaPE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaPESemiBold';
    src: url('/asset/fonts/AvertaPE-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaPEBold';
    src: url('/asset/fonts/AvertaPE-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================================
   BASE STYLES
   ========================================== */
body {
    font-family: AvertaPE, sans-serif;
}

.reviews-page-bg {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.highlight {
    color: #47BB5C;
}

p strong {
    font-family: AvertaPEBold, sans-serif;
}

/* ==========================================
   BREADCRUMB
   ========================================== */
.reviews-breadcrumb {
    background: #eef1f4;
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
}

.reviews-breadcrumb-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 14px;
    color: #718096;
}

.reviews-breadcrumb-inner a {
    color: #1f295e;
    text-decoration: none;
}

.reviews-breadcrumb-inner a:hover {
    text-decoration: underline;
}

.reviews-breadcrumb-inner span {
    margin: 0 8px;
    color: #a0aec0;
}

/* ==========================================
   REVIEWS LISTING PAGE - HERO SECTION (Mosaic Style)
   ========================================== */
.reviews-hero-mosaic {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('/images/CustomerTestimonial.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reviews-hero-mosaic-inner {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.reviews-hero-card {
    background: #fff;
    border-radius: 16px;
    padding: 48px 64px;
    text-align: center;
    max-width: 600px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.reviews-hero-eyebrow {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 16px;
    color: #1f295e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.reviews-hero-divider {
    width: 50px;
    height: 4px;
    background: #f5a623;
    margin: 0 auto 20px;
    border-radius: 2px;
}

.reviews-hero-headline {
    font-family: AvertaPEBold, sans-serif;
    font-size: 48px;
    color: #1f295e;
    line-height: 1.2;
    margin-bottom: 16px;
}

.highlight-italic {
    color: #47BB5C;
    font-style: italic;
}

.reviews-hero-subhead {
    font-family: AvertaPE, sans-serif;
    font-size: 18px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.reviews-hero-subhead strong {
    color: #1f295e;
}

/* ==========================================
   TAGLINE BANNER
   ========================================== */
.tagline-banner {
    background: linear-gradient(135deg, #1f295e 0%, #2a3a7d 100%);
    padding: 32px 0;
}

.tagline-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.tagline-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.tagline-main {
    font-family: AvertaPEBold, sans-serif;
    font-size: 28px;
    color: #fff;
    margin: 0;
}

.tagline-sub {
    font-family: AvertaPE, sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* Google Review Badge - using city-hero-badge class */
.city-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    color: #166534;
    font-family: AvertaPESemiBold, sans-serif;
    margin-bottom: 14px;
}

.city-hero-badge img {
    height: 20px;
    width: auto;
}

/* ==========================================
   FEATURED STORIES SECTION
   ========================================== */
.featured-stories-section {
    background: #fff;
    padding: 80px 0;
}

.featured-stories-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.featured-stories-header {
    text-align: center;
    margin-bottom: 50px;
}

.featured-stories-header h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 42px;
    color: #1f295e;
    margin-bottom: 12px;
}

.featured-stories-header p {
    font-family: AvertaPE, sans-serif;
    font-size: 18px;
    color: #4a5568;
}

.featured-stories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.featured-story-card {
    background: #f8f9fa;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.featured-story-image {
    position: relative;
}

.featured-story-image a {
    display: block;
    position: relative;
}

.featured-story-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.featured-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(71, 187, 92, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.featured-story-image a:hover .featured-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    background: #47BB5C;
}

.featured-play-btn svg {
    width: 28px;
    height: 28px;
    color: #fff;
    margin-left: 4px;
}

.featured-result-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #1f295e;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.result-number {
    font-family: AvertaPEBold, sans-serif;
    font-size: 18px;
    color: #47BB5C;
}

.result-context {
    font-family: AvertaPE, sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featured-story-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.featured-story-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.client-name {
    font-family: AvertaPEBold, sans-serif;
    font-size: 20px;
    color: #1f295e;
}

.career-level {
    font-family: AvertaPE, sans-serif;
    font-size: 14px;
    color: #fff;
    background: #47BB5C;
    padding: 4px 12px;
    border-radius: 20px;
}

.featured-story-summary {
    font-family: AvertaPE, sans-serif;
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.featured-story-quote {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.featured-story-quote .quote-icon {
    width: 32px;
    height: auto;
    margin-bottom: 10px;
}

.featured-story-quote blockquote {
    font-family: AvertaPE, sans-serif;
    font-size: 15px;
    color: #2d3748;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

.featured-story-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 16px;
    color: #47BB5C;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.featured-story-link:hover {
    gap: 12px;
}

.featured-story-link svg {
    width: 18px;
    height: 18px;
}

/* ==========================================
   PROCESS HIGHLIGHT SECTION
   ========================================== */
.process-highlight-section {
    background: linear-gradient(135deg, #f6fbf8 0%, #eef5f0 100%);
    padding: 80px 0;
}

.process-highlight-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.process-highlight-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.process-eyebrow {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 14px;
    color: #47BB5C;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.process-highlight-content h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 36px;
    color: #1f295e;
    line-height: 1.2;
    margin: 0;
}

.process-highlight-content p {
    font-family: AvertaPE, sans-serif;
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

.process-stats {
    display: flex;
    gap: 30px;
    margin-top: 10px;
}

.process-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-number {
    font-family: AvertaPEBold, sans-serif;
    font-size: 32px;
    color: #1f295e;
}

.stat-label {
    font-family: AvertaPE, sans-serif;
    font-size: 14px;
    color: #718096;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: #fff;
    color: #1f295e;
    border: 2px solid #1f295e;
    border-radius: 8px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
    margin-top: 10px;
}

.btn-secondary:hover {
    background: #1f295e;
    color: #fff;
}

/* Conversation Graphic */
.process-highlight-visual {
    display: flex;
    justify-content: center;
}

.conversation-graphic {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 420px;
}

.conversation-bubble {
    padding: 20px 24px;
    border-radius: 16px;
    font-family: AvertaPE, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
}

.bubble-label {
    display: block;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.bubble-1 {
    background: #fff;
    color: #4a5568;
    border: 1px solid #e2e8f0;
    margin-right: 40px;
}

.bubble-1 .bubble-label {
    color: #718096;
}

.bubble-2 {
    background: #1f295e;
    color: #fff;
    margin-left: 40px;
}

.bubble-2 .bubble-label {
    color: #47BB5C;
}

.bubble-3 {
    background: linear-gradient(135deg, #47BB5C 0%, #3da24f 100%);
    color: #fff;
    margin-right: 20px;
}

.bubble-3 .bubble-label {
    color: rgba(255, 255, 255, 0.9);
}

.bubble-3 strong {
    font-family: AvertaPESemiBold, sans-serif;
}

/* ==========================================
   STORIES GRID SECTION
   ========================================== */
.stories-grid-section {
    background: #fff;
    padding: 80px 0;
}

.stories-grid-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.stories-grid-header {
    text-align: center;
    margin-bottom: 50px;
}

.stories-grid-header h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 36px;
    color: #1f295e;
    margin-bottom: 10px;
}

.stories-grid-header p {
    font-family: AvertaPE, sans-serif;
    font-size: 17px;
    color: #718096;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.story-card {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.story-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.story-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.story-card:hover .story-card-image img {
    transform: scale(1.05);
}

.story-card-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(71, 187, 92, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.story-card:hover .story-card-play {
    transform: translate(-50%, -50%) scale(1.1);
}

.story-card-play svg {
    width: 20px;
    height: 20px;
    color: #fff;
    margin-left: 3px;
}

.story-card-content {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.story-card-result {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 14px;
    color: #47BB5C;
}

.story-card-result svg {
    width: 18px;
    height: 18px;
    stroke: #47BB5C;
}

.story-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.story-name {
    font-family: AvertaPEBold, sans-serif;
    font-size: 18px;
    color: #1f295e;
}

.story-level {
    font-family: AvertaPE, sans-serif;
    font-size: 12px;
    color: #718096;
    background: #e2e8f0;
    padding: 3px 10px;
    border-radius: 12px;
}

.story-card-excerpt {
    font-family: AvertaPE, sans-serif;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}

.story-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 14px;
    color: #1f295e;
    margin-top: auto;
}

.story-card-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.story-card:hover .story-card-link svg {
    transform: translateX(4px);
}

/* ==========================================
   HIGHLIGHT STORY CARD (Full Width)
   ========================================== */
.highlight-story-card {
    margin-top: 40px;
    background: linear-gradient(135deg, #1f295e 0%, #2a3a7d 100%);
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0;
}

.highlight-story-image {
    position: relative;
}

.highlight-story-image a {
    display: block;
    height: 100%;
}

.highlight-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 320px;
}

.highlight-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(71, 187, 92, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.highlight-story-image a:hover .highlight-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    background: #47BB5C;
}

.highlight-play-btn svg {
    width: 28px;
    height: 28px;
    color: #fff;
    margin-left: 4px;
}

.highlight-story-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.highlight-story-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 16px;
    color: #47BB5C;
}

.highlight-story-badge svg {
    width: 20px;
    height: 20px;
    stroke: #47BB5C;
}

.highlight-story-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.highlight-name {
    font-family: AvertaPEBold, sans-serif;
    font-size: 24px;
    color: #fff;
}

.highlight-level {
    font-family: AvertaPE, sans-serif;
    font-size: 14px;
    color: #1f295e;
    background: #47BB5C;
    padding: 4px 14px;
    border-radius: 20px;
}

.highlight-story-summary {
    font-family: AvertaPE, sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0;
}

.highlight-story-quote {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #47BB5C;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.highlight-story-quote img {
    width: 28px;
    height: auto;
    opacity: 0.8;
}

.highlight-story-quote blockquote {
    font-family: AvertaPE, sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

.highlight-story-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 16px;
    color: #47BB5C;
    text-decoration: none;
    transition: gap 0.3s ease;
    margin-top: 8px;
}

.highlight-story-link:hover {
    gap: 12px;
}

.highlight-story-link svg {
    width: 18px;
    height: 18px;
}

/* ==========================================
   FINAL CTA SECTION
   ========================================== */
.final-cta-section {
    background: linear-gradient(135deg, #1f295e 0%, #2a3a7d 100%);
    padding: 70px 0;
}

.final-cta-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.final-cta-content h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 38px;
    color: #fff;
    margin-bottom: 12px;
}

.final-cta-content p {
    font-family: AvertaPE, sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.final-cta-content p strong {
    color: #fff;
}

.final-cta-tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 16px;
    color: #47BB5C;
    margin-top: 16px;
}

.final-cta-tagline svg {
    width: 22px;
    height: 22px;
    stroke: #47BB5C;
}

.final-cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: #47BB5C;
    color: #fff;
    border-radius: 8px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #3da24f;
    transform: translateY(-2px);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
}

/* Legacy hero styles (kept for featured quote section) */
.reviews-hero {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 60px 0 70px;
    border-bottom: 1px solid #e2e8f0;
}

.reviews-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* Hero with Image Layout (alternative) */
.reviews-hero-with-image .reviews-hero-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 50px;
    align-items: center;
    text-align: left;
}

.reviews-hero-with-image .reviews-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reviews-hero-with-image .reviews-hero-subhead {
    margin: 0 0 28px 0;
}

.reviews-hero-with-image .reviews-featured-quote {
    margin: 0;
    max-width: 100%;
}

/* Hero Image */
.reviews-hero-image-wrap {
    position: relative;
}

.reviews-hero-video-link {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reviews-hero-video-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.reviews-hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.reviews-hero-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background: rgba(71, 187, 92, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.reviews-hero-video-link:hover .reviews-hero-play {
    transform: translate(-50%, -50%) scale(1.1);
    background: #47BB5C;
}

.reviews-hero-play svg {
    width: 28px;
    height: 28px;
    color: #fff;
    margin-left: 4px;
}

.reviews-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    color: #166534;
    font-family: AvertaPESemiBold, sans-serif;
    margin-bottom: 20px;
}

.reviews-hero-badge img {
    height: 20px;
    width: auto;
}

.reviews-hero-eyebrow {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 14px;
    color: #1f295e;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.reviews-hero-headline {
    font-family: AvertaPEBold, sans-serif;
    font-size: 52px;
    color: #1f295e;
    line-height: 1.15;
    margin-bottom: 16px;
}

.reviews-hero-subhead {
    font-family: AvertaPE, sans-serif;
    font-size: 20px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

/* Featured Quote */
.reviews-featured-quote {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 32px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #47BB5C;
    text-align: left;
    position: relative;
}

.reviews-featured-quote img {
    width: 40px;
    height: auto;
    margin-bottom: 16px;
    opacity: 0.3;
}

.reviews-featured-quote blockquote {
    font-family: AvertaPE, sans-serif;
    font-size: 22px;
    color: #1f295e;
    line-height: 1.6;
    margin: 0 0 16px 0;
    font-style: italic;
}

.reviews-featured-quote blockquote .seamless {
    color: #47BB5C;
    font-family: AvertaPESemiBold, sans-serif;
    font-style: normal;
}

.reviews-featured-quote cite {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 15px;
    color: #718096;
    font-style: normal;
}

/* ==========================================
   REVIEWS GRID - LISTING PAGE
   ========================================== */
.reviews-grid-section {
    padding: 70px 0;
    background: #f8f9fa;
}

.reviews-grid-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Individual Review Card */
.review-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.review-card-image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.review-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.review-card:hover .review-card-image img {
    transform: scale(1.05);
}

.review-card-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: rgba(71, 187, 92, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.review-card:hover .review-card-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.review-card-play svg {
    width: 24px;
    height: 24px;
    color: #fff;
    margin-left: 3px;
}

.review-card-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.review-card-title {
    font-family: AvertaPEBold, sans-serif;
    font-size: 18px;
    color: #1f295e;
    line-height: 1.4;
    margin-bottom: 12px;
}

.review-card-title .highlight {
    color: #47BB5C;
}

.review-card-excerpt {
    font-family: AvertaPE, sans-serif;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
}

.review-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 15px;
    color: #47BB5C;
    transition: gap 0.2s ease;
}

.review-card:hover .review-card-link {
    gap: 12px;
}

.review-card-link svg {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.review-card:hover .review-card-link svg {
    transform: translateX(4px);
}

/* ==========================================
   WHY WE'RE TOP RATED - FEATURE BOX
   ========================================== */
.reviews-why-section {
    grid-column: span 3;
    background: linear-gradient(135deg, #1f295e 0%, #2d3a6e 100%);
    border-radius: 20px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin: 20px 0;
}

.reviews-why-header {
    grid-column: span 3;
    text-align: center;
    margin-bottom: 8px;
}

.reviews-why-header h3 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 28px;
    color: #fff;
    margin: 0;
}

.reviews-why-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.reviews-why-icon {
    width: 48px;
    height: 48px;
    background: rgba(71, 187, 92, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.reviews-why-icon img {
    width: 28px;
    height: 28px;
}

.reviews-why-text {
    font-family: AvertaPE, sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.reviews-why-text a {
    color: #47BB5C;
    text-decoration: none;
}

.reviews-why-text a:hover {
    text-decoration: underline;
}

/* ==========================================
   MID-PAGE QUOTE
   ========================================== */
.reviews-mid-quote {
    grid-column: span 3;
    background: #fff;
    border-radius: 16px;
    padding: 40px 48px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.reviews-mid-quote-icon {
    flex-shrink: 0;
}

.reviews-mid-quote-icon img {
    width: 48px;
    height: auto;
    opacity: 0.3;
}

.reviews-mid-quote-content {
    flex: 1;
}

.reviews-mid-quote-content blockquote {
    font-family: AvertaPE, sans-serif;
    font-size: 20px;
    color: #1f295e;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.reviews-mid-quote-content blockquote b {
    font-family: AvertaPEBold, sans-serif;
    color: #47BB5C;
}

.reviews-mid-quote-content cite {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 14px;
    color: #718096;
    font-style: normal;
}

/* ==========================================
   INDIVIDUAL TESTIMONIAL PAGE - HERO
   ========================================== */
.testimonial-hero {
    background: linear-gradient(135deg, #1f295e 0%, #2d3a6e 100%);
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.testimonial-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/pattern-dots.png') repeat;
    opacity: 0.03;
    pointer-events: none;
}

.testimonial-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.testimonial-hero-content {
    color: #fff;
}

.testimonial-hero-eyebrow {
    display: inline-block;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 13px;
    color: #47BB5C;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding: 8px 16px;
    background: rgba(71, 187, 92, 0.15);
    border-radius: 30px;
}

.testimonial-hero-headline {
    font-family: AvertaPEBold, sans-serif;
    font-size: 42px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 24px;
}

.testimonial-hero-headline .highlight {
    color: #47BB5C;
}

.testimonial-hero-quote {
    font-family: AvertaPE, sans-serif;
    font-size: 19px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    font-style: italic;
    border-left: 3px solid #47BB5C;
    padding-left: 20px;
    margin: 0;
}

.testimonial-hero-quote .seamless {
    color: #47BB5C;
    font-family: AvertaPESemiBold, sans-serif;
    font-style: normal;
}

/* Video Thumbnail */
.testimonial-hero-video {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.testimonial-hero-video:hover {
    transform: scale(1.02);
}

.testimonial-hero-video img {
    width: 100%;
    display: block;
}

.testimonial-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(71, 187, 92, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.testimonial-hero-video:hover .testimonial-video-play {
    transform: translate(-50%, -50%) scale(1.1);
    background: #47BB5C;
}

.testimonial-video-play svg {
    width: 32px;
    height: 32px;
    color: #fff;
    margin-left: 4px;
}

/* ==========================================
   TESTIMONIAL - CLIENT INTRO
   ========================================== */
.testimonial-intro {
    background: #fff;
    padding: 50px 0;
    border-bottom: 1px solid #e2e8f0;
}

.testimonial-intro-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.testimonial-intro p {
    font-family: AvertaPE, sans-serif;
    font-size: 20px;
    color: #4a5568;
    line-height: 1.8;
    margin: 0;
}

/* ==========================================
   TESTIMONIAL - STORY SECTIONS
   ========================================== */
.testimonial-story {
    background: #f8f9fa;
    padding: 70px 0;
}

.testimonial-story-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.story-section {
    background: #fff;
    border-radius: 16px;
    padding: 40px 48px;
    margin-bottom: 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    position: relative;
}

.story-section:last-child {
    margin-bottom: 0;
}

.story-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
}

.story-section-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #47BB5C 0%, #3da34f 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.story-section-icon svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

.story-section-title {
    font-family: AvertaPEBold, sans-serif;
    font-size: 24px;
    color: #1f295e;
    margin: 0;
}

.story-section p {
    font-family: AvertaPE, sans-serif;
    font-size: 17px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story-section p:last-child {
    margin-bottom: 0;
}

/* Inline Quote in Story */
.story-quote {
    background: linear-gradient(135deg, #f0fdf4 0%, #fff 100%);
    border-left: 4px solid #47BB5C;
    padding: 24px 28px;
    margin: 28px 0;
    border-radius: 0 12px 12px 0;
}

.story-quote blockquote {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 18px;
    color: #1f295e;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

/* Embedded Video in Story */
.story-video-embed {
    margin: 32px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.story-video-embed iframe {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    border: none;
}

/* ==========================================
   MORE SUCCESS STORIES - CAROUSEL
   ========================================== */
.more-stories-section {
    background: #fff;
    padding: 70px 0;
    border-top: 1px solid #e2e8f0;
}

.more-stories-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.more-stories-header {
    text-align: center;
    margin-bottom: 48px;
}

.more-stories-header h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 36px;
    color: #1f295e;
    margin-bottom: 12px;
}

.more-stories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.more-story-card {
    background: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
}

.more-story-card:hover {
    border-color: #47BB5C;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(71, 187, 92, 0.15);
}

.more-story-image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.more-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-story-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: rgba(71, 187, 92, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-story-play img {
    width: 20px;
    height: 20px;
}

.more-story-content {
    padding: 18px;
}

.more-story-content p {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 15px;
    color: #1f295e;
    line-height: 1.5;
    margin: 0;
}

/* CTA Button */
.more-stories-cta {
    text-align: center;
    margin-top: 48px;
}

/* ==========================================
   VIDEO POPUP MODAL
   ========================================== */
.video-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.video-popup-overlay.active {
    display: flex;
}

.video-popup-content {
    background: #1a1a1a;
    border-radius: 16px;
    padding: 20px;
    max-width: 900px;
    width: 100%;
    position: relative;
}

.video-popup-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 48px;
    height: 48px;
    background: #47BB5C;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    z-index: 1;
}

.video-popup-close:hover {
    background: #3da34f;
}

.video-popup-body {
    position: relative;
    padding-top: 56.25%;
    border-radius: 12px;
    overflow: hidden;
}

.video-popup-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ==========================================
   BUTTONS (Matching City Pages)
   ========================================== */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #47BB5C;
    color: #fff;
    padding: 18px 42px;
    border-radius: 8px;
    font-family: AvertaPEBold, sans-serif;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: #3da34f;
    color: #fff;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #1f295e;
    padding: 18px 42px;
    border-radius: 8px;
    font-family: AvertaPEBold, sans-serif;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #1f295e;
    transition: all 0.2s;
    cursor: pointer;
}

.btn-secondary:hover {
    background: #1f295e;
    color: #fff;
}

.btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #1f295e;
    padding: 16px 36px;
    border-radius: 8px;
    font-family: AvertaPEBold, sans-serif;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-white:hover {
    background: #47BB5C;
    color: #fff;
}

/* ==========================================
   SWIPER CAROUSEL (for more stories)
   ========================================== */
.swiper-container {
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 48px;
    height: 48px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    border-color: #47BB5C;
    background: #f0fdf4;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    color: #1f295e;
}

/* ==========================================
   RESPONSIVE - TABLET (1024px)
   ========================================== */
@media (max-width: 1024px) {
    /* Mosaic Hero */
    .reviews-hero-mosaic {
        min-height: 380px;
    }
    
    .reviews-hero-card {
        padding: 40px 48px;
        max-width: 520px;
    }
    
    .reviews-hero-headline {
        font-size: 40px;
    }

    /* Tagline Banner */
    .tagline-main {
        font-size: 24px;
    }

    /* Featured Stories */
    .featured-stories-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .featured-stories-header h2 {
        font-size: 36px;
    }

    /* Process Highlight */
    .process-highlight-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .process-highlight-content {
        text-align: center;
        align-items: center;
    }
    
    .process-stats {
        justify-content: center;
    }
    
    .conversation-graphic {
        max-width: 100%;
    }
    
    .bubble-1, .bubble-2, .bubble-3 {
        margin-left: 0;
        margin-right: 0;
    }

    /* Stories Grid */
    .stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Highlight Story Card */
    .highlight-story-card {
        grid-template-columns: 320px 1fr;
    }
    
    .highlight-story-content {
        padding: 30px;
    }
    
    .highlight-name {
        font-size: 22px;
    }

    /* Hero with image - stack on tablet */
    .reviews-hero-with-image .reviews-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .reviews-hero-with-image .reviews-hero-content {
        align-items: center;
    }
    
    .reviews-hero-with-image .reviews-featured-quote {
        text-align: left;
    }
    
    .reviews-hero-image-wrap {
        max-width: 450px;
        margin: 0 auto;
    }

    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-why-section {
        grid-column: span 2;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 36px;
    }

    .reviews-why-header {
        grid-column: span 1;
    }

    .reviews-mid-quote {
        grid-column: span 2;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .testimonial-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .testimonial-hero-quote {
        border-left: none;
        border-top: 3px solid #47BB5C;
        padding-left: 0;
        padding-top: 20px;
    }

    .testimonial-hero-video {
        max-width: 500px;
        margin: 0 auto;
    }

    .more-stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================
   RESPONSIVE - MOBILE (768px)
   ========================================== */
@media (max-width: 768px) {
    .reviews-breadcrumb {
        display: none;
    }

    /* Mosaic Hero - Mobile */
    .reviews-hero-mosaic {
        min-height: 340px;
        background-image: url('/images/Customer Testimonial Page - Mobile Background Image.png');
    }
    
    .reviews-hero-mosaic-inner {
        padding: 40px 20px;
    }
    
    .reviews-hero-card {
        padding: 32px 28px;
        max-width: 100%;
        border-radius: 12px;
    }
    
    .reviews-hero-eyebrow {
        font-size: 14px;
    }
    
    .reviews-hero-headline {
        font-size: 32px;
    }
    
    .reviews-hero-subhead {
        font-size: 16px;
    }

    /* Tagline Banner - Mobile */
    .tagline-banner {
        padding: 24px 0;
    }
    
    .tagline-main {
        font-size: 22px;
    }
    
    .tagline-sub {
        font-size: 15px;
    }

    /* Featured Stories - Mobile */
    .featured-stories-section {
        padding: 50px 0;
    }
    
    .featured-stories-header {
        margin-bottom: 32px;
    }
    
    .featured-stories-header h2 {
        font-size: 28px;
    }
    
    .featured-story-image img {
        height: 220px;
    }
    
    .featured-story-content {
        padding: 22px;
    }
    
    .client-name {
        font-size: 18px;
    }
    
    .featured-story-quote {
        padding: 16px;
    }

    /* Process Highlight - Mobile */
    .process-highlight-section {
        padding: 50px 0;
    }
    
    .process-highlight-content h2 {
        font-size: 28px;
    }
    
    .process-stats {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .process-stat {
        align-items: center;
        text-align: center;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .conversation-bubble {
        padding: 16px 18px;
        font-size: 14px;
    }

    /* Stories Grid - Mobile */
    .stories-grid-section {
        padding: 50px 0;
    }
    
    .stories-grid-header h2 {
        font-size: 28px;
    }
    
    .stories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .story-card-image {
        height: 180px;
    }
    
    /* Highlight Story Card - Mobile */
    .highlight-story-card {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }
    
    .highlight-story-image img {
        min-height: 220px;
    }
    
    .highlight-story-content {
        padding: 24px;
    }
    
    .highlight-name {
        font-size: 20px;
    }
    
    .highlight-story-quote {
        padding: 16px;
    }

    /* Final CTA - Mobile */
    .final-cta-section {
        padding: 50px 0;
    }
    
    .final-cta-content h2 {
        font-size: 28px;
    }
    
    .final-cta-content p {
        font-size: 16px;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 12px;
    }
    
    .final-cta-buttons .btn-primary,
    .final-cta-buttons .btn-outline {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    /* Hide top bar on mobile - backup rule */
    .top-bar {
        display: none !important;
    }

    /* Reviews Hero */
    .reviews-hero {
        padding: 40px 0 50px;
    }
    
    /* Hero with image - mobile adjustments */
    .reviews-hero-with-image .reviews-hero-grid {
        gap: 32px;
    }
    
    .reviews-hero-image-wrap {
        max-width: 100%;
    }
    
    .reviews-hero-play {
        width: 60px;
        height: 60px;
    }
    
    .reviews-hero-play svg {
        width: 24px;
        height: 24px;
    }

    .reviews-featured-quote {
        padding: 24px;
    }

    .reviews-featured-quote blockquote {
        font-size: 18px;
    }

    /* Reviews Grid */
    .reviews-grid-section {
        padding: 50px 0;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .reviews-why-section {
        grid-column: span 1;
        padding: 28px;
    }

    .reviews-mid-quote {
        grid-column: span 1;
        padding: 28px;
    }

    .reviews-mid-quote-content blockquote {
        font-size: 17px;
    }

    /* Testimonial Hero */
    .testimonial-hero {
        padding: 40px 0 50px;
    }

    .testimonial-hero-headline {
        font-size: 30px;
    }

    .testimonial-hero-quote {
        font-size: 17px;
    }

    /* Story Sections */
    .story-section {
        padding: 28px 24px;
    }

    .story-section-title {
        font-size: 20px;
    }

    .story-section p {
        font-size: 16px;
    }

    .story-quote blockquote {
        font-size: 16px;
    }

    /* More Stories */
    .more-stories-header h2 {
        font-size: 28px;
    }

    .more-stories-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .more-story-content p {
        font-size: 14px;
    }

    /* Video Popup */
    .video-popup-content {
        padding: 12px;
    }

    .video-popup-close {
        top: -12px;
        right: -12px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

/* ==========================================
   RESPONSIVE - SMALL MOBILE (480px)
   ========================================== */
@media (max-width: 480px) {
    .reviews-hero-mosaic {
        min-height: 300px;
    }
    
    .reviews-hero-card {
        padding: 28px 24px;
    }
    
    .reviews-hero-headline {
        font-size: 28px;
    }
    
    .reviews-hero-divider {
        width: 40px;
        height: 3px;
    }

    .testimonial-hero-headline {
        font-size: 26px;
    }

    .story-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .story-section-icon {
        width: 44px;
        height: 44px;
    }

    .story-section-icon svg {
        width: 22px;
        height: 22px;
    }
}