/**
 * GOLD & LÜKS VIP ÇİÇEKÇİ TEMASI
 * Theme Name: Gold VIP Butik
 * Author: Muğla Çiçek / Antigravity
 * Version: 1.0.0
 */

:root {
    --gold-primary: #d4af37;
    --gold-dark: #b45309;
    --gold-light: #fef08a;
    --gold-accent: #f59e0b;
    --gold-glow: rgba(212, 175, 55, 0.35);
    --gold-gradient: linear-gradient(135deg, #dfb743 0%, #d4af37 40%, #b45309 100%);
    --gold-gradient-hover: linear-gradient(135deg, #f59e0b 0%, #dfb743 60%, #92400e 100%);
    --dark-primary: #0f172a;
    --dark-secondary: #1e293b;
    --dark-surface: #111827;
    --dark-border: rgba(212, 175, 55, 0.2);
    --light-bg: #faf8f5;
    --white: #ffffff;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
    --shadow-gold: 0 10px 25px rgba(212, 175, 55, 0.25);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* RESET & BASE */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Plus Jakarta Sans', 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--light-bg);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    padding-top: 165px;
}

.gold-serif {
    font-family: 'Playfair Display', Georgia, serif;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* HEADER & TOPBAR */
.gold-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--dark-primary);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid var(--gold-primary);
    transition: var(--transition);
}

.gold-top-bar {
    background: #090d16;
    color: #e2e8f0;
    font-size: 12.5px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.gold-top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gold-top-left {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-light);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.gold-top-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.gold-top-right a {
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.gold-top-right a:hover {
    color: var(--gold-primary);
}

.gold-main-bar {
    padding: 14px 0;
    background: var(--dark-primary);
}

.gold-main-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.gold-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}

.gold-logo-icon {
    width: 44px;
    height: 44px;
    background: var(--gold-gradient);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 20px;
    box-shadow: var(--shadow-gold);
}

.gold-logo-text h1, .gold-logo-text .logo-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.1;
}

.gold-logo-text span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-primary);
    font-weight: 700;
}

.gold-search-box {
    flex: 1;
    max-width: 520px;
    position: relative;
}

.gold-search-form {
    display: flex;
    align-items: center;
    background: #1e293b;
    border: 1.5px solid rgba(212, 175, 55, 0.35);
    border-radius: var(--radius-full);
    padding: 4px 6px 4px 18px;
    transition: var(--transition);
}

.gold-search-form:focus-within {
    border-color: var(--gold-primary);
    box-shadow: 0 0 0 3px var(--gold-glow);
    background: #0f172a;
}

.gold-search-input {
    width: 100%;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 13.5px;
    outline: none;
    font-family: inherit;
}

.gold-search-input::placeholder {
    color: #94a3b8;
}

.gold-search-btn {
    background: var(--gold-gradient);
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #0f172a;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    flex-shrink: 0;
}

.gold-search-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

/* Gold Canlı Arama Sonuç Dropdown */
.gold-live-search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: 100%;
    background: #0f172a;
    border: 1.5px solid rgba(212, 175, 55, 0.4);
    border-radius: 16px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.55), 0 0 20px rgba(212, 175, 55, 0.15);
    padding: 8px;
    z-index: 1050;
    max-height: 420px;
    overflow-y: auto;
    backdrop-filter: blur(10px);
}

.gold-live-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #f8fafc;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.gold-live-item:last-of-type {
    border-bottom: none;
}

.gold-live-item:hover {
    background: rgba(212, 175, 55, 0.12);
    transform: translateX(4px);
    color: #ffffff;
}

.gold-live-img {
    width: 50px !important;
    height: 60px !important;
    min-width: 50px !important;
    min-height: 60px !important;
    max-width: 50px !important;
    max-height: 60px !important;
    border-radius: 8px;
    object-fit: cover !important;
    object-position: center !important;
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.3);
    flex-shrink: 0;
    display: block;
}

.gold-live-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #f8fafc;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gold-live-item:hover .gold-live-name {
    color: var(--gold-light, #fef08a);
}

.gold-live-price {
    font-size: 13px;
    font-weight: 800;
    color: var(--gold-primary, #d4af37);
}

.gold-live-view-all {
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 6px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 10px;
    color: var(--gold-light, #fef08a);
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.gold-live-view-all:hover {
    background: var(--gold-gradient);
    color: #0f172a;
    transform: translateY(-1px);
}

.gold-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.gold-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: #1e293b;
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: var(--radius-md);
    color: #f8fafc;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.gold-action-btn:hover {
    background: #273549;
    border-color: var(--gold-primary);
    color: var(--gold-light);
    transform: translateY(-2px);
}

.gold-action-btn .gold-badge {
    background: var(--gold-gradient);
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 20px;
    margin-left: 4px;
}

.gold-cart-btn {
    background: var(--gold-gradient);
    color: #0f172a;
    border: none;
    box-shadow: var(--shadow-gold);
    font-weight: 800;
}

.gold-cart-btn:hover {
    background: var(--gold-gradient-hover);
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.gold-nav-bar {
    background: #111827;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 999;
}

.gold-nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.gold-nav-item {
    position: relative;
    white-space: nowrap;
}

.gold-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 14px;
    color: #e2e8f0;
    font-size: 13.5px;
    font-weight: 600;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    text-decoration: none;
}

.gold-nav-link:hover, .gold-nav-item:hover > .gold-nav-link {
    color: #fef08a;
    background: rgba(212, 175, 55, 0.12);
}

.gold-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #0f172a;
    border-radius: 0 0 14px 14px;
    padding: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-top: 3px solid var(--gold-primary, #d4af37);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition);
    z-index: 1005;
}

.gold-nav-item:hover .gold-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gold-drop-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: var(--transition);
}

.gold-drop-link:hover {
    background: rgba(212, 175, 55, 0.15);
    color: #fef08a;
    padding-left: 16px;
}

/* HERO MEGA BANNER */
.gold-hero-section {
    margin: 25px 0 35px 0;
}

.gold-hero-banner {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 420px;
    box-shadow: 0 15px 45px rgba(15, 23, 42, 0.12);
    border: 2px solid rgba(212, 175, 55, 0.3);
    background: #0f172a;
}

.gold-hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.65) contrast(1.05);
    transition: transform 6s ease;
}

.gold-hero-banner:hover img {
    transform: scale(1.03);
}

.gold-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.6) 55%, rgba(15, 23, 42, 0.15) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 60px;
    max-width: 680px;
}

.gold-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid var(--gold-primary);
    color: var(--gold-light);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 18px;
    backdrop-filter: blur(4px);
}

.gold-hero-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 14px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.gold-hero-title span {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gold-hero-desc {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 25px;
}

.gold-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold-gradient);
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
    padding: 14px 32px;
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-gold);
    transition: var(--transition);
}

.gold-hero-btn:hover {
    background: var(--gold-gradient-hover);
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.45);
}

/* 4'LÜ VIP AVANTAJ ŞERİDİ */
.gold-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.gold-feature-box {
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: var(--radius-md);
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.gold-feature-box:hover {
    transform: translateY(-4px);
    border-color: var(--gold-primary);
    box-shadow: var(--shadow-gold);
}

.gold-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(212, 175, 55, 0.12);
    color: var(--gold-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: var(--transition);
}

.gold-feature-box:hover .gold-feature-icon {
    background: var(--gold-gradient);
    color: #0f172a;
}

.gold-feature-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 3px;
}

.gold-feature-desc {
    font-size: 12px;
    color: var(--text-muted);
}

/* STORY KATEGORİLER */
.gold-story-section {
    margin-bottom: 40px;
}

.gold-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 22px;
    border-bottom: 2px solid rgba(212, 175, 55, 0.2);
    padding-bottom: 12px;
}

.gold-section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gold-section-title i {
    color: var(--gold-primary);
}

.gold-section-subtitle {
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 4px;
}

.gold-section-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--gold-dark);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.gold-section-link:hover {
    color: var(--gold-accent);
    transform: translateX(4px);
}

/* LÜKS ÜRÜN KARTLARI */
.gold-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
    margin-bottom: 45px;
}

.gold-product-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    position: relative;
}

.gold-product-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold-primary);
    box-shadow: var(--shadow-gold);
}

/* Kendi Çiçeğini Tasarla / Oluştur Özel Kartı */
.gold-card-custom-design, .pro-card-custom-design {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    display: block;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    background: #0f172a;
    min-height: 380px;
    height: 100%;
    border: 2px solid var(--gold-primary);
    transition: var(--transition);
}

.gold-card-custom-design:hover, .pro-card-custom-design:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-gold);
    border-color: #fef08a;
}

.gold-card-custom-design img, .pro-card-custom-design img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transition: transform 0.6s ease;
}

.gold-card-custom-design:hover img, .pro-card-custom-design:hover img {
    transform: scale(1.08);
}

.gold-card-custom-design::after, .pro-card-custom-design::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.3) 50%, rgba(15, 23, 42, 0.85) 100%);
    pointer-events: none;
}

.gold-card-custom-badge, .pro-card-custom-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--gold-gradient);
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.gold-card-custom-btn, .pro-card-custom-btn {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: var(--gold-gradient);
    color: #0f172a;
    font-size: 13.5px;
    font-weight: 800;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.4);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: var(--transition);
}

.gold-card-custom-design:hover .gold-card-custom-btn, .pro-card-custom-design:hover .pro-card-custom-btn {
    background: var(--gold-gradient-hover);
    color: #000000;
    transform: scale(1.02);
}

.gold-card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.gold-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gold-product-card:hover .gold-card-media img {
    transform: scale(1.06);
}

.gold-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--gold-gradient);
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.gold-card-discount {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #dc2626;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 6px;
    z-index: 2;
}

.gold-card-fav {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    border: none;
    color: #64748b;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    z-index: 3;
}

.gold-card-fav:hover {
    color: #dc2626;
    background: #ffffff;
    transform: scale(1.1);
}

.gold-card-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gold-card-cat {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gold-dark);
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.gold-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.gold-card-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #f59e0b;
    font-size: 12px;
    margin-bottom: 12px;
}

.gold-card-rating span {
    color: var(--text-muted);
    font-size: 11.5px;
    margin-left: 4px;
}

.gold-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.gold-card-price {
    display: flex;
    flex-direction: column;
}

.gold-old-price {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
}

.gold-current-price {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
}

.gold-add-btn {
    background: var(--dark-primary);
    color: var(--gold-primary);
    border: 1.5px solid var(--gold-primary);
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.gold-add-btn:hover {
    background: var(--gold-gradient);
    color: #0f172a;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

/* VIP PROMO BANNER */
.gold-promo-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e1e24 50%, #090d16 100%);
    border: 2px solid var(--gold-primary);
    border-radius: var(--radius-lg);
    padding: 40px 50px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.gold-promo-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.gold-promo-content {
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.gold-promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid var(--gold-primary);
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    margin-bottom: 12px;
}

.gold-promo-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.gold-promo-desc {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
}

.gold-promo-btn {
    background: var(--gold-gradient);
    color: #0f172a;
    font-weight: 800;
    font-size: 14px;
    padding: 14px 28px;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: var(--shadow-gold);
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.gold-promo-btn:hover {
    background: var(--gold-gradient-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

/* FOOTER */
.gold-footer {
    background: #090d16;
    color: #94a3b8;
    border-top: 3px solid var(--gold-primary);
    padding: 60px 0 0 0;
    font-size: 13.5px;
}

.gold-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gold-footer-brand h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 8px;
}

.gold-footer-brand p {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #cbd5e1;
}

.gold-footer-socials {
    display: flex;
    gap: 10px;
}

.gold-footer-socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1e293b;
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--gold-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: var(--transition);
}

.gold-footer-socials a:hover {
    background: var(--gold-gradient);
    color: #0f172a;
    transform: translateY(-3px);
}

.gold-footer-col h4 {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.gold-footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--gold-primary);
}

.gold-footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gold-footer-links a {
    color: #94a3b8;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.gold-footer-links a:hover {
    color: var(--gold-primary);
    transform: translateX(4px);
}

.gold-newsletter-form {
    display: flex;
    gap: 8px;
    margin-top: 15px;
}

.gold-newsletter-input {
    flex: 1;
    background: #1e293b;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: var(--radius-sm);
    padding: 10px 14px;
    color: #ffffff;
    font-size: 13px;
    outline: none;
}

.gold-newsletter-input:focus {
    border-color: var(--gold-primary);
}

.gold-newsletter-btn {
    background: var(--gold-gradient);
    border: none;
    color: #0f172a;
    font-weight: 800;
    padding: 10px 18px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: var(--transition);
}

.gold-newsletter-btn:hover {
    background: var(--gold-gradient-hover);
}

.gold-footer-bottom {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    color: #64748b;
}

.gold-footer-bottom a {
    color: var(--gold-primary);
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
    .gold-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gold-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 115px;
    }
    .gold-top-bar {
        display: none;
    }
    .gold-hero-banner {
        height: 300px;
    }
    .gold-hero-overlay {
        padding: 25px 20px;
    }
    .gold-hero-title {
        font-size: 24px;
    }
    .gold-hero-desc {
        font-size: 13px;
        margin-bottom: 18px;
    }
    .gold-hero-btn {
        padding: 10px 22px;
        font-size: 13.5px;
    }
    .gold-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .gold-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .gold-promo-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 24px;
    }
    .gold-footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .gold-footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

/* ==========================================================================
   GOLD THEME GLOBAL INNER PAGES & PRODUCT CARD OVERRIDES
   ========================================================================== */
.gul-cat-hero, .cat-hero-wrap, .page-header-wrap {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #090d16 100%) !important;
    border-bottom: 2px solid var(--gold-primary, #d4af37) !important;
}

.gul-cat-hero h1, .cat-hero-wrap h1 {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif !important;
}

.gul-cat-hero p, .cat-hero-wrap p {
    color: #cbd5e1 !important;
}

.gul-badge-vitrin {
    background: var(--gold-gradient, linear-gradient(135deg, #dfb743 0%, #b45309 100%)) !important;
    color: #0f172a !important;
    font-weight: 800 !important;
}

.pro-btn-buy, .gul-btn-buy, .btn-primary {
    background: var(--gold-gradient, linear-gradient(135deg, #dfb743 0%, #b45309 100%)) !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.25) !important;
}

.pro-btn-buy:hover, .gul-btn-buy:hover, .btn-primary:hover {
    background: var(--gold-gradient-hover, linear-gradient(135deg, #f59e0b 0%, #92400e 100%)) !important;
    color: #000000 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4) !important;
}

.pro-btn-view, .gul-btn-view {
    background: #1e293b !important;
    color: #fef08a !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
}

.pro-btn-view:hover, .gul-btn-view:hover {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: var(--gold-primary, #d4af37) !important;
}

.gul-card:hover, .product-card:hover {
    border-color: var(--gold-primary, #d4af37) !important;
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.2) !important;
}

