/* VARS Royal Palace - Shops Home Stylesheet (shops_home.css) */

:root {
    --royal-navy: #152551;
    --royal-navy-dark: #081228;
    --royal-gold: #C5A059;
    --royal-gold-light: #E5B75D;
    --royal-gold-subtle: #fbf7ee;
    --text-slate: #475569;
}

/* HERO SECTION */
.shops-hero-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 2rem 0 3rem;
    background: linear-gradient(135deg, rgba(8, 18, 40, 0.95) 0%, rgba(21, 37, 81, 0.88) 100%),
                url('../images/shops/Shop5.jpg') center/cover no-repeat;
    box-shadow: 0 16px 45px rgba(8, 18, 40, 0.2);
    border: 2px solid rgba(197, 160, 89, 0.35);
    color: #ffffff;
    padding: 4.5rem 2.5rem;
    text-align: center;
}

.shops-crest-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(197, 160, 89, 0.16);
    border: 1.5px solid var(--royal-gold);
    color: var(--royal-gold-light);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.2rem;
    backdrop-filter: blur(8px);
}

.shops-hero-banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.shops-hero-banner p.lead-copy {
    max-width: 780px;
    margin: 0 auto 2.2rem;
    font-size: 1.08rem;
    line-height: 1.65;
    color: #cbd5e1;
}

.shops-hero-cta-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.btn-gold-primary {
    background: linear-gradient(135deg, #E5B75D 0%, #C5A059 100%);
    color: var(--royal-navy-dark);
    font-weight: 800;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 0.98rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(197, 160, 89, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-gold-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(197, 160, 89, 0.55);
    color: #000;
}

.btn-outline-gold {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 2px solid var(--royal-gold);
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 0.98rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(6px);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-gold:hover {
    background: var(--royal-gold);
    color: var(--royal-navy-dark);
    transform: translateY(-2px);
}

/* STATS STRIP */
.arcade-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.2rem;
    margin: -1.5rem auto 3.5rem;
    max-width: 1050px;
    position: relative;
    z-index: 10;
    padding: 0 1rem;
}

.arcade-stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-align: center;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(21, 37, 81, 0.06);
    transition: transform 0.25s ease;
}

.arcade-stat-card:hover {
    transform: translateY(-4px);
    border-color: var(--royal-gold);
}

.arcade-stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--royal-navy);
    line-height: 1.1;
    margin-bottom: 4px;
}

.arcade-stat-label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* SECTION HEADINGS */
.arcade-section-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2.5rem;
}

.arcade-section-heading .tagline {
    color: var(--royal-gold);
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
    display: block;
}

.arcade-section-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--royal-navy);
    font-weight: 800;
    margin: 0 0 10px;
}

.arcade-section-heading p {
    color: var(--text-slate);
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
}

/* COMMERCIAL ADVANTAGES */
.commercial-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.benefit-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem 1.6rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    position: relative;
}

.benefit-card:hover {
    border-color: var(--royal-gold);
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(21, 37, 81, 0.08);
}

.benefit-icon-badge {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(197,160,89,0.15) 0%, rgba(21,37,81,0.06) 100%);
    border: 1px solid rgba(197,160,89,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

.benefit-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--royal-navy);
    margin: 0 0 8px;
    font-weight: 700;
}

.benefit-card p {
    color: var(--text-slate);
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0;
}

/* FEATURED SHOWROOMS PREVIEW */
.featured-showrooms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.8rem;
    margin-bottom: 4rem;
}

.showroom-card-home {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(21, 37, 81, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.showroom-card-home:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(21, 37, 81, 0.12);
    border-color: var(--royal-gold);
}

.showroom-img-box {
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
    background: #081228;
}

.showroom-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.showroom-card-home:hover .showroom-img-box img {
    transform: scale(1.08);
}

.showroom-status-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #16a34a;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}

.showroom-category-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(8, 18, 40, 0.85);
    color: var(--royal-gold-light);
    border: 1px solid var(--royal-gold);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
}

.showroom-content-box {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.showroom-code {
    font-size: 0.76rem;
    font-weight: 800;
    color: var(--royal-gold);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 4px;
}

.showroom-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--royal-navy);
    margin: 0 0 10px;
    line-height: 1.3;
}

.showroom-meta-row {
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
    font-size: 0.82rem;
    color: #64748b;
    flex-wrap: wrap;
}

.showroom-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.showroom-desc-text {
    font-size: 0.85rem;
    color: var(--text-slate);
    line-height: 1.5;
    margin-bottom: 1.2rem;
    flex: 1;
}

.showroom-action-row {
    display: flex;
    gap: 10px;
    margin-top: auto;
    border-top: 1px dashed #e2e8f0;
    padding-top: 14px;
}

.btn-book-shop {
    flex: 1;
    background: var(--royal-navy);
    color: #ffffff;
    border: 1px solid var(--royal-gold);
    border-radius: 25px;
    padding: 10px 16px;
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-book-shop:hover {
    background: var(--royal-gold);
    color: var(--royal-navy-dark);
}

.btn-view-details {
    padding: 10px 16px;
    border-radius: 25px;
    border: 1.5px solid #cbd5e1;
    color: var(--royal-navy);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.2s ease;
}

.btn-view-details:hover {
    border-color: var(--royal-navy);
    background: #f8fafc;
}

/* OWNER DIRECT HOTLINE BANNER */
.owner-hotline-banner {
    background: linear-gradient(135deg, #081228 0%, #152551 100%);
    border: 2px solid var(--royal-gold);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    color: #ffffff;
    margin: 4rem 0 3rem;
    box-shadow: 0 15px 40px rgba(8, 18, 40, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.hotline-text-side {
    max-width: 600px;
}

.hotline-text-side h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin: 0 0 10px;
    color: #ffffff;
    font-weight: 700;
}

.hotline-text-side p {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.hotline-action-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-owner-call {
    background: linear-gradient(135deg, #E5B75D 0%, #C5A059 100%);
    color: var(--royal-navy-dark);
    font-weight: 800;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.4);
    transition: transform 0.2s;
}

.btn-owner-call:hover {
    transform: translateY(-2px);
    color: #000;
}

.btn-owner-wa {
    background: #25D366;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 13px 28px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.2s;
}

.btn-owner-wa:hover {
    transform: translateY(-2px);
    background: #20b858;
}

/* BOUTIQUE GALLERY */
.gallery-grid-section {
    margin-bottom: 4rem;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.photo-card {
    border-radius: 16px;
    overflow: hidden;
    height: 250px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    position: relative;
    border: 1.5px solid #e2e8f0;
}

.photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.photo-card:hover img {
    transform: scale(1.06);
}

.photo-card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 18px;
    background: linear-gradient(to top, rgba(8, 18, 40, 0.9) 0%, transparent 100%);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .shops-hero-banner { padding: 3rem 1.5rem; }
    .arcade-stats-grid { margin-top: -1rem; }
    .owner-hotline-banner { padding: 2rem 1.5rem; text-align: center; }
    .hotline-action-side { width: 100%; }
}
