/* ============================================
   GOOGLE REVIEWS & STORE LOCATIONS SECTION
   Professional Google-themed styling
   Copied from Virtual Try-On System
   ============================================ */

/* ── Google Reviews Section ── */
.google-reviews-section {
    padding: 4rem 0 4.5rem;
    background: radial-gradient(circle at 0% 0%, rgba(66, 133, 244, 0.05), transparent 50%),
                radial-gradient(circle at 100% 100%, rgba(234, 67, 53, 0.04), transparent 50%),
                #fafbfc;
}

.gr-header {
    text-align: center;
    margin-bottom: 2.4rem;
}

.gr-header .section-title {
    margin-top: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.gr-header .section-subtitle {
    margin-bottom: 1.4rem;
    color: #5f6368;
    font-size: 1rem;
}

.gr-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.95rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #5f6368;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.gr-badge-text {
    font-family: 'Google Sans', system-ui, sans-serif;
}

/* Google G Logo */
.gr-google-g {
    flex-shrink: 0;
}

.gr-summary {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.05);
    margin-top: 0.5rem;
}

.gr-rating-number {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fbbc05;
    line-height: 1;
    letter-spacing: -0.02em;
}

.gr-stars {
    display: inline-flex;
    gap: 2px;
}

.gr-stars svg {
    width: 18px;
    height: 18px;
}

.gr-count {
    font-size: 0.92rem;
    color: #5f6368;
}

.gr-count strong {
    color: #0f172a;
    font-weight: 700;
}

.gr-view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #1a73e8;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 0.4rem 0.8rem;
    border-radius: 10px;
    transition: background 0.18s ease;
}

.gr-view-all:hover {
    background: rgba(26, 115, 232, 0.08);
}

.gr-view-all svg {
    width: 14px;
    height: 14px;
}

/* Reviews Grid */
.gr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.2rem;
    max-width: 1100px;
    margin: 0 auto;
}

/* Review Card */
.gr-card {
    background: #fff;
    padding: 1.4rem 1.4rem 1.6rem;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 6px 18px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.04);
    transition: transform 0.25s cubic-bezier(0.2, 0.9, 0.3, 1.1), box-shadow 0.25s ease;
    position: relative;
}

.gr-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 14px 28px rgba(15, 23, 42, 0.1);
}

.gr-card-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.gr-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4285f4, #34a853);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.gr-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.gr-author {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

.gr-date {
    font-size: 0.78rem;
    color: #80868b;
    margin-top: 1px;
}

.gr-card-google {
    flex-shrink: 0;
    opacity: 0.9;
}

.gr-card-stars {
    display: flex;
    gap: 1px;
    margin-bottom: 0.55rem;
}

.gr-card-stars svg {
    width: 14px;
    height: 14px;
}

.gr-card-text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #3c4043;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Store Locations Section ── */
.store-locations-section {
    padding: 4rem 0 4.5rem;
    background: linear-gradient(180deg, #f8fafc, #fff);
}

.sl-section-header {
    text-align: center;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
}

.sl-section-title {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.sl-section-sub {
    margin: 0;
    font-size: 1rem;
    color: #64748b;
    max-width: 480px;
    line-height: 1.6;
}

.sl-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0.4rem;
    width: 140px;
}

.sl-divider span:not(.sl-divider-dot) {
    flex: 1;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(13, 110, 110, 0.35), transparent);
    border-radius: 999px;
}

.sl-divider-dot {
    width: 7px;
    height: 7px;
    background: #0d6e6e;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(13, 110, 110, 0.12);
}

.sl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.9rem;
    background: linear-gradient(135deg, rgba(13, 110, 110, 0.08), rgba(13, 110, 110, 0.15));
    color: #0d6e6e;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    margin-bottom: 0.8rem;
}

.sl-eyebrow svg {
    width: 16px;
    height: 16px;
}

/* Store Grid */
.sl-grid {
    display: grid;
    gap: 1.75rem;
    max-width: 900px;
    margin: 0 auto;
}

.sl-cols-1 {
    grid-template-columns: 1fr;
}

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

/* Store Card */
.sl-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05), 0 12px 32px rgba(15, 23, 42, 0.07);
    transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.1), box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.sl-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05), 0 24px 48px rgba(15, 23, 42, 0.12);
}

.sl-main {
    border: 2px solid rgba(13, 110, 110, 0.25);
}

/* Store Hero */
.sl-hero {
    position: relative;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 1.5rem;
}

.sl-hero-main {
    background: linear-gradient(135deg, #0d6e6e, #064e4e, #0a3d3d);
}

.sl-hero-partner {
    background: linear-gradient(135deg, #134e5e, #0b3d4f, #071f2b);
}

.sl-hero-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.07) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
                radial-gradient(circle at 60% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 35%);
    animation: slHeroPulse 6s ease-in-out infinite alternate;
}

@keyframes slHeroPulse {
    0% { opacity: 0.7; }
    100% { opacity: 1; }
}

.sl-hero-pattern::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
}

.sl-hero-badges {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    right: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 2;
}

.sl-flag {
    background: linear-gradient(135deg, #fbbc05, #f59e0b);
    color: #1f2937;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 0.32rem 0.8rem;
    border-radius: 999px;
    box-shadow: 0 3px 10px rgba(251, 188, 5, 0.5);
    white-space: nowrap;
}

.sl-partner-flag {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.sl-open-badge {
    margin-left: auto;
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    white-space: nowrap;
}

.sl-closed-badge {
    margin-left: auto;
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    white-space: nowrap;
}

.sl-hero-icon {
    z-index: 2;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.25));
    animation: slIconFloat 3.5s ease-in-out infinite;
}

.sl-hero-icon svg {
    width: 72px;
    height: 72px;
}

@keyframes slIconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.sl-hero-name {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.6rem;
    gap: 1px;
}

.sl-hero-area {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.01em;
}

.sl-hero-city {
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Store Info */
.sl-info {
    padding: 1.4rem 1.5rem 1.6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sl-info h3 {
    margin: 0 0 0.85rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.sl-details {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 1.1rem;
}

.sl-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}

.sl-detail-icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: #0d6e6e;
    display: flex;
}

.sl-detail-icon svg {
    width: 16px;
    height: 16px;
}

.sl-detail-row a {
    color: #0d6e6e;
    font-weight: 600;
    text-decoration: none;
}

.sl-detail-row a:hover {
    text-decoration: underline;
}

.sl-rating-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: -0.2rem 0 0.8rem;
    flex-wrap: wrap;
}

.sl-rating-row strong {
    font-size: 1rem;
    color: #b45309;
    font-weight: 700;
}

.sl-stars {
    display: inline-flex;
    gap: 1px;
    font-size: 0.95rem;
}

.sl-stars .on {
    color: #fbbc05;
}

.sl-stars .off {
    color: #e2e8f0;
}

.sl-rating-count {
    font-size: 0.8rem;
    color: #64748b;
}

/* Store Actions */
.sl-actions {
    display: flex;
    gap: 0.65rem;
    margin-top: auto;
    flex-wrap: wrap;
}

.sl-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.72rem 1.1rem;
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.18s ease, background 0.18s ease;
    flex: 1;
    justify-content: center;
    letter-spacing: 0.01em;
}

.sl-btn svg {
    width: 16px;
    height: 16px;
}

.sl-btn.primary {
    background: linear-gradient(135deg, #0d6e6e, #0a5959);
    color: #fff;
    box-shadow: 0 4px 14px rgba(13, 110, 110, 0.3);
}

.sl-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(13, 110, 110, 0.4);
}

.sl-btn.ghost {
    background: rgba(13, 110, 110, 0.07);
    color: #0d6e6e;
    border: 1.5px solid rgba(13, 110, 110, 0.18);
}

.sl-btn.ghost:hover {
    background: rgba(13, 110, 110, 0.13);
    transform: translateY(-1px);
}

.sl-attribution {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.78rem;
    color: #94a3b8;
}

.sl-attribution strong {
    color: #4285f4;
    font-weight: 600;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .sl-cols-2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .google-reviews-section,
    .store-locations-section {
        padding: 2.6rem 0 3rem;
    }

    .gr-summary {
        flex-direction: column;
        text-align: center;
        padding: 1.2rem 1rem;
    }

    .gr-rating-number {
        font-size: 2rem;
    }

    .gr-grid {
        gap: 0.9rem;
    }

    .gr-card {
        padding: 1.15rem;
    }

    .gr-card-text {
        -webkit-line-clamp: 8;
        line-clamp: 8;
    }

    .sl-hero {
        height: 160px;
    }

    .sl-hero-icon svg {
        width: 56px;
        height: 56px;
    }
}
