/**
 * No1 GSM - Ultra Luxury & Flagship Modern Design System
 * Location: Kahta / Adıyaman
 * Theme: Obsidian Deep Space, 24K Metallic Gold & Electric Sapphire Blue
 */

:root {
    /* Color Palette */
    --primary: #0284c7;
    --primary-dark: #0369a1;
    --primary-light: #38bdf8;
    --primary-gradient: linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
    --sapphire-glow: 0 0 25px rgba(2, 132, 199, 0.35);
    
    /* Gold Luxury Accents */
    --gold-primary: #d4af37;
    --gold-light: #fef08a;
    --gold-dark: #b45309;
    --gold-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #b45309 100%);
    --gold-shimmer: linear-gradient(135deg, #fbbf24 0%, #fef3c7 50%, #d97706 100%);
    --gold-glow: 0 0 25px rgba(245, 158, 11, 0.3);

    /* Obsidian & Surfaces */
    --obsidian: #070a11;
    --obsidian-dark: #0b0f19;
    --obsidian-card: #111827;
    --obsidian-border: rgba(255, 255, 255, 0.08);
    --dark: #0f172a;
    --dark-surface: #1e293b;
    --light-bg: #f8fafc;
    --card-bg: #ffffff;
    --border-color: #e2e8f0;
    --text-main: #0f172a;
    --text-muted: #64748b;
    
    /* WhatsApp */
    --whatsapp: #25D366;
    --whatsapp-dark: #128C7E;
    --whatsapp-gradient: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    --shadow-wa: 0 8px 25px rgba(37, 211, 102, 0.4);

    /* Radii & Shadows */
    --radius-xs: 8px;
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 26px;
    --radius-xl: 34px;
    --radius-full: 9999px;
    
    --shadow-sm: 0 2px 10px rgba(15, 23, 42, 0.04);
    --shadow-md: 0 10px 25px -5px rgba(15, 23, 42, 0.07), 0 8px 10px -6px rgba(15, 23, 42, 0.03);
    --shadow-lg: 0 20px 35px -10px rgba(15, 23, 42, 0.1), 0 10px 15px -5px rgba(15, 23, 42, 0.04);
    --shadow-premium: 0 20px 40px -15px rgba(15, 23, 42, 0.08), 0 0 1px 1px rgba(226, 232, 240, 0.8);
    --shadow-gold: 0 8px 30px rgba(245, 158, 11, 0.25);
}

/* Base Setup */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--text-main);
    background-color: #fbfcfd;
    overflow-x: hidden;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--dark);
}

/* ----------------------------------------------------
   TOP ANNOUNCEMENT BAR
---------------------------------------------------- */
.top-announcement-bar {
    background: #070a11;
    color: #94a3b8;
    padding: 8px 0;
    font-size: 0.82rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    letter-spacing: 0.01em;
}

.gold-badge-text {
    color: #fbbf24;
    font-weight: 700;
}

.top-bar-link {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s ease;
}
.top-bar-link:hover {
    color: #38bdf8;
}

/* ----------------------------------------------------
   ULTRA LUXURY MAIN HEADER & NAVIGATION
---------------------------------------------------- */
.main-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 4px 25px rgba(15, 23, 42, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1040;
}

.navbar {
    padding: 10px 0;
}

/* Logo & Emblem */
.navbar-brand {
    text-decoration: none;
    flex-shrink: 0;
}

.logo-emblem-wrapper {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #d4af37;
    box-shadow: 0 0 14px rgba(212, 175, 55, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-emblem-wrapper:hover .brand-logo-img {
    transform: scale(1.08) rotate(3deg);
    box-shadow: 0 0 22px rgba(212, 175, 55, 0.65);
}

.brand-text-block {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.brand-title-gold {
    background: linear-gradient(135deg, #d4af37 0%, #b45309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brand-subtitle {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    color: #b45309;
    text-transform: uppercase;
    margin-top: 3px;
}

/* Ultra Luxury Nav Links */
.navbar-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.navbar-nav .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 0.88rem;
    color: #1e293b !important;
    padding: 7px 14px !important;
    border-radius: var(--radius-full);
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    white-space: nowrap !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.navbar-nav .nav-link:hover {
    color: #b45309 !important;
    background-color: rgba(212, 175, 55, 0.08);
    border-color: rgba(212, 175, 55, 0.2);
    transform: translateY(-1px);
}

/* Lüks Obsidian/Gold Active Link Indicator */
.navbar-nav .nav-link.active {
    color: #fbbf24 !important;
    background: linear-gradient(135deg, #0b0f19 0%, #1e293b 100%);
    font-weight: 700;
    border: 1px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15), 0 0 10px rgba(212, 175, 55, 0.15);
}

.nav-badge-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f59e0b;
    box-shadow: 0 0 6px #f59e0b;
    margin-left: 5px;
    vertical-align: middle;
}

/* ----------------------------------------------------
   LUXURY CALL-TO-ACTION BUTTONS
---------------------------------------------------- */
.luxury-phone-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    background: linear-gradient(135deg, #0b0f19 0%, #172033 100%);
    color: #ffffff !important;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18), 0 0 12px rgba(212, 175, 55, 0.1);
    white-space: nowrap !important;
    flex-shrink: 0;
}

.luxury-phone-btn:hover {
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.25);
}

.phone-icon-pulse {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(2, 132, 199, 0.2);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.phone-btn-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.phone-label {
    font-size: 0.65rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
}

.phone-number {
    font-size: 0.88rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.luxury-whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: var(--whatsapp-gradient);
    color: #ffffff !important;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    box-shadow: var(--shadow-wa);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.luxury-whatsapp-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 25%;
    height: 200%;
    background: rgba(255, 255, 255, 0.35);
    transform: rotate(30deg);
    transition: all 0.6s ease;
}

.luxury-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.55);
}

.luxury-whatsapp-btn:hover::after {
    left: 140%;
}

.btn-luxury-gold {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #0b0f19 !important;
    font-weight: 800;
    font-size: 1rem;
    padding: 13px 28px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(254, 240, 138, 0.4);
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.35);
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-luxury-gold::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 25%;
    height: 200%;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(30deg);
    transition: all 0.6s ease;
}

.btn-luxury-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.55);
}

.btn-luxury-gold:hover::after {
    left: 140%;
}

.btn-luxury-blue {
    background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 13px 28px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(125, 211, 252, 0.3);
    box-shadow: 0 4px 20px rgba(2, 132, 199, 0.35);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-luxury-blue:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(2, 132, 199, 0.5);
}

.btn-luxury-dark {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 13px 28px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-luxury-dark:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: #d4af37;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.25);
}

.btn-primary-gradient {
    background: var(--primary-gradient);
    color: #ffffff !important;
    border: none;
    font-weight: 700;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 16px rgba(2, 132, 199, 0.3);
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-primary-gradient:hover {
    background: linear-gradient(135deg, #0369a1 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.45);
}

.btn-whatsapp {
    background: var(--whatsapp-gradient);
    color: #ffffff !important;
    border: none;
    font-weight: 700;
    box-shadow: var(--shadow-wa);
    border-radius: var(--radius-full);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.25s ease;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
}

.btn-maps {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #0b0f19 !important;
    font-weight: 800;
    border-radius: var(--radius-full);
    border: 1px solid rgba(254, 240, 138, 0.4);
    box-shadow: 0 4px 18px rgba(245, 158, 11, 0.35);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.btn-maps:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(245, 158, 11, 0.5);
}

.btn-outline-gold {
    background: transparent;
    color: #fbbf24 !important;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: var(--radius-full);
    font-weight: 600;
    transition: all 0.25s ease;
    text-decoration: none;
}

.btn-outline-gold:hover {
    background: rgba(212, 175, 55, 0.15);
    border-color: #fbbf24;
    color: #ffffff !important;
}

/* ----------------------------------------------------
   ULTRA LUXURY HERO SECTION
---------------------------------------------------- */
.luxury-hero-section {
    position: relative;
    padding: 90px 0 110px 0;
    background: radial-gradient(circle at 85% 15%, rgba(212, 175, 55, 0.14) 0%, transparent 45%),
                radial-gradient(circle at 10% 85%, rgba(2, 132, 199, 0.16) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.98) 0%, #070a11 100%);
    overflow: hidden;
    color: #ffffff;
}

.hero-ambient-glow-1 {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
    filter: blur(50px);
    pointer-events: none;
}

.hero-ambient-glow-2 {
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(2, 132, 199, 0.18) 0%, transparent 70%);
    filter: blur(60px);
    pointer-events: none;
}

.hero-luxury-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 24px;
}

.live-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 10px #10b981;
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

.badge-separator {
    color: rgba(255, 255, 255, 0.25);
}

.luxury-hero-title {
    font-size: clamp(2.4rem, 4.5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.035em;
    color: #ffffff;
    margin-bottom: 24px;
}

.text-gold-gradient {
    background: linear-gradient(135deg, #fef08a 0%, #f59e0b 50%, #d97706 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-blue-gradient {
    background: linear-gradient(135deg, #7dd3fc 0%, #38bdf8 50%, #0284c7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.luxury-hero-subtitle {
    font-size: 1.15rem;
    color: #cbd5e1;
    line-height: 1.75;
    margin-bottom: 35px;
    max-width: 620px;
}

.hero-trust-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #cbd5e1;
}

/* Glass Hero Box */
.luxury-glass-card {
    position: relative;
    padding: 34px;
    background: rgba(17, 24, 39, 0.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: var(--radius-lg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(212, 175, 55, 0.15);
    overflow: hidden;
}

.card-glow-edge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d4af37, #38bdf8, transparent);
}

.hero-logo-box {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #d4af37;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
}

.hero-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.bg-gold-subtle {
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.text-gold {
    color: #fbbf24 !important;
}

.text-blue {
    color: #38bdf8 !important;
}

.mini-service-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--radius-sm);
    transition: all 0.22s ease;
    text-decoration: none;
}

.mini-service-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateX(4px);
}

.mini-icon {
    font-size: 1.3rem;
    width: 32px;
    text-align: center;
}

.btn-luxury-wa {
    background: var(--whatsapp-gradient);
    color: #ffffff !important;
    font-weight: 800;
    font-size: 1rem;
    border-radius: var(--radius-full);
    border: none;
    box-shadow: var(--shadow-wa);
    transition: all 0.25s ease;
    text-decoration: none;
}

.btn-luxury-wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
}

/* ----------------------------------------------------
   SECTION HEADERS & BADGES
---------------------------------------------------- */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.25);
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    color: #0284c7;
    margin-bottom: 12px;
}

.luxury-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    color: #b45309;
}

.section-title {
    font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.text-gold-gradient-dark {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ----------------------------------------------------
   LUXURY SERVICE CARDS
---------------------------------------------------- */
.luxury-services-section {
    background: #ffffff;
    position: relative;
}

.luxury-service-card {
    display: flex;
    flex-direction: column;
    padding: 32px 28px;
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: var(--radius-md);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.luxury-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: transparent;
    transition: background 0.3s ease;
}

.luxury-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12);
}

.luxury-service-card:hover::before {
    background: linear-gradient(90deg, #d4af37, #38bdf8);
}

.service-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    transition: transform 0.3s ease;
}

.luxury-service-card:hover .service-icon-box {
    transform: scale(1.08) rotate(3deg);
}

.service-icon-box.theme-blue {
    background: rgba(2, 132, 199, 0.1);
    color: #0284c7;
    border: 1px solid rgba(2, 132, 199, 0.2);
}

.service-icon-box.theme-green {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.service-icon-box.theme-gold {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.service-icon-box.theme-cyan {
    background: rgba(6, 182, 212, 0.1);
    color: #0891b2;
    border: 1px solid rgba(6, 182, 212, 0.2);
}

.service-icon-box.theme-emerald {
    background: rgba(37, 211, 102, 0.1);
    color: #128C7E;
    border: 1px solid rgba(37, 211, 102, 0.2);
}

.service-icon-box.theme-purple {
    background: rgba(139, 92, 246, 0.1);
    color: #7c3aed;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.service-micro-badge {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: var(--radius-full);
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.service-action-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0284c7;
    text-decoration: none;
    transition: all 0.2s ease;
}

.service-arrow {
    transition: transform 0.2s ease;
}

.service-action-link:hover {
    color: #0369a1;
}

.service-action-link:hover .service-arrow {
    transform: translateX(5px);
}

/* ----------------------------------------------------
   TEKNIK SERVIS LABORATUVARI (ULTRA LUXURY DARK TECH)
---------------------------------------------------- */
.luxury-lab-section {
    background: radial-gradient(circle at 85% 20%, rgba(6, 182, 212, 0.12) 0%, transparent 45%),
                radial-gradient(circle at 15% 85%, rgba(212, 175, 55, 0.1) 0%, transparent 45%),
                #070a12;
    overflow: hidden;
    color: #ffffff;
}

.lab-ambient-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(2, 132, 199, 0.08) 0%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
}

.luxury-lab-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(6, 182, 212, 0.35);
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    color: #38bdf8;
    backdrop-filter: blur(8px);
}

.text-cyan-gradient {
    background: linear-gradient(135deg, #a5f3fc 0%, #38bdf8 50%, #0284c7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-slate-300 { color: #cbd5e1 !important; }
.text-slate-400 { color: #94a3b8 !important; }

/* Lab Step Cards */
.lab-step-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    transition: all 0.25s ease;
}

.lab-step-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(6, 182, 212, 0.4);
    transform: translateX(4px);
}

.lab-step-num {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cyan-step {
    background: rgba(6, 182, 212, 0.15);
    color: #38bdf8;
    border: 1px solid rgba(6, 182, 212, 0.4);
    box-shadow: 0 0 14px rgba(6, 182, 212, 0.25);
}

.gold-step {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(245, 158, 11, 0.4);
    box-shadow: 0 0 14px rgba(245, 158, 11, 0.25);
}

.green-step {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.4);
    box-shadow: 0 0 14px rgba(16, 185, 129, 0.25);
}

/* 9-Grid High Tech Modules */
.lab-modules-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 575px) {
    .lab-modules-grid {
        grid-template-columns: 1fr;
    }
}

.lab-module-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.lab-module-item:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(212, 175, 55, 0.45);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 20px rgba(6, 182, 212, 0.15);
}

.lab-module-item.module-full {
    grid-column: 1 / -1;
    background: rgba(212, 175, 55, 0.06);
    border-color: rgba(212, 175, 55, 0.35);
}

.module-icon {
    font-size: 1.35rem;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.module-content {
    flex-grow: 1;
}

.module-tag {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    border: 1px solid rgba(255, 255, 255, 0.12);
    white-space: nowrap;
}

.tag-gold {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
    border-color: rgba(245, 158, 11, 0.35);
}

/* ----------------------------------------------------
   PRODUCT CARDS (LUXURY VITRIN)
---------------------------------------------------- */
.luxury-product-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.luxury-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
    border-color: rgba(212, 175, 55, 0.45);
}

.luxury-product-img-box {
    height: 200px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
}

.product-img {
    max-height: 165px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

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

.product-condition-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 10px;
    background: rgba(15, 23, 42, 0.75);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: var(--radius-full);
    backdrop-filter: blur(8px);
}

.luxury-product-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0284c7;
}

/* ----------------------------------------------------
   FLAGSHIP DEVICE SHOWCASE CARDS
---------------------------------------------------- */
.flagship-showcase-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: var(--radius-md);
    padding: 26px 22px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.flagship-showcase-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
    border-color: rgba(212, 175, 55, 0.45);
}

.flagship-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.flagship-brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.flagship-showcase-card:hover .flagship-brand-icon {
    transform: scale(1.1) rotate(4deg);
}

.theme-apple {
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.15);
}

.theme-samsung {
    background: rgba(2, 132, 199, 0.1);
    color: #0284c7;
    border: 1px solid rgba(2, 132, 199, 0.25);
}

.theme-xiaomi {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
    border: 1px solid rgba(245, 158, 11, 0.25);
}

.theme-tradein {
    background: rgba(212, 175, 55, 0.2);
    color: #fbbf24;
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.flagship-status-tag {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: var(--radius-full);
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.flagship-tradein-card {
    background: radial-gradient(circle at 90% 10%, rgba(212, 175, 55, 0.2) 0%, transparent 45%),
                linear-gradient(135deg, #0b0f19 0%, #172033 100%);
    border-color: rgba(212, 175, 55, 0.35);
    color: #ffffff;
}

.flagship-tradein-card:hover {
    border-color: #fbbf24;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4), 0 0 25px rgba(212, 175, 55, 0.2);
}

.flagship-perks li {
    margin-bottom: 6px;
}
.luxury-tradein-hub {
    position: relative;
    padding: 55px 45px;
    background: radial-gradient(circle at 90% 15%, rgba(212, 175, 55, 0.22) 0%, transparent 45%),
                radial-gradient(circle at 10% 85%, rgba(2, 132, 199, 0.25) 0%, transparent 45%),
                linear-gradient(135deg, #0b0f19 0%, #111827 50%, #070a11 100%);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: var(--radius-lg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(212, 175, 55, 0.15);
    overflow: hidden;
}

.tradein-glow-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #fbbf24, #38bdf8, transparent);
}

.luxury-tradein-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    color: #fbbf24;
    backdrop-filter: blur(8px);
}

.tradein-mini-step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
}

.tradein-mini-step:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 175, 55, 0.35);
}

.step-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #0b0f19;
    font-weight: 800;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.micro-text {
    font-size: 0.72rem;
}

.tradein-glass-feature-box {
    background: rgba(17, 24, 39, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: var(--radius-md);
    padding: 30px 26px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.feature-gold-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(245, 158, 11, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

/* ----------------------------------------------------
   ULTRA LUXURY TRUST & PILLARS (NEDEN NO1 GSM?)
---------------------------------------------------- */
.ultra-trust-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: var(--radius-md);
    padding: 28px 24px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ultra-trust-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d4af37, #38bdf8, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ultra-trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
    border-color: rgba(212, 175, 55, 0.45);
}

.ultra-trust-card:hover::before {
    opacity: 1;
}

.trust-status-badge {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: var(--radius-full);
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.theme-crimson {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.25);
}

/* ----------------------------------------------------
   STORE VISIT & MAP BANNER (ULTRA LUXURY LOCATION HUB)
---------------------------------------------------- */
.luxury-store-hub {
    position: relative;
    padding: 50px 42px;
    background: radial-gradient(circle at 90% 15%, rgba(212, 175, 55, 0.2) 0%, transparent 45%),
                radial-gradient(circle at 10% 85%, rgba(2, 132, 199, 0.22) 0%, transparent 45%),
                linear-gradient(135deg, #0b0f19 0%, #111827 50%, #070a11 100%);
    border: 1px solid rgba(212, 175, 55, 0.38);
    border-radius: var(--radius-lg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45), 0 0 30px rgba(212, 175, 55, 0.12);
    overflow: hidden;
}

.store-glow-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ef4444, #d4af37, #38bdf8, transparent);
}

.luxury-store-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.4);
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    color: #f87171;
    backdrop-filter: blur(8px);
}

.store-address-box {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    backdrop-filter: blur(10px);
}

.store-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.store-perk-item {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: var(--radius-full);
    color: #e2e8f0;
}

.btn-luxury-maps {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #b91c1c 100%);
    color: #ffffff !important;
    font-weight: 700;
    border: none;
    border-radius: var(--radius-md);
    box-shadow: 0 4px 18px rgba(239, 68, 68, 0.35);
    transition: all 0.25s ease;
}

.btn-luxury-maps:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(239, 68, 68, 0.5);
    color: #ffffff !important;
}

/* ----------------------------------------------------
   ULTRA LUXURY FOOTER
---------------------------------------------------- */
.footer-main {
    background: radial-gradient(circle at 85% 10%, rgba(212, 175, 55, 0.12) 0%, transparent 40%),
                radial-gradient(circle at 15% 90%, rgba(2, 132, 199, 0.15) 0%, transparent 40%),
                linear-gradient(180deg, #070a12 0%, #05070c 100%);
    color: #ffffff;
    overflow: hidden;
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.footer-top-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d4af37, #38bdf8, transparent);
}

.footer-trust-ribbon {
    background: rgba(255, 255, 255, 0.02);
}

.footer-logo-ring {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #0b0f19;
    border: 2px solid #d4af37;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.footer-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-brand-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.footer-brand-subtitle {
    font-size: 0.72rem;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
}

.footer-col-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #d4af37, transparent);
}

.footer-links-list li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.22s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links-list li a:hover {
    color: #38bdf8;
    transform: translateX(4px);
}

.footer-links-list li a i {
    font-size: 0.75rem;
    transition: transform 0.22s ease;
}

.footer-links-list li a:hover i {
    color: #fbbf24 !important;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
}

.footer-contact-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.3);
}

.footer-contact-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-item a:hover {
    color: #fbbf24;
}

/* ----------------------------------------------------
   SUBPAGE LUXURY HERO & BREADCRUMB
---------------------------------------------------- */
.subpage-luxury-hero {
    position: relative;
    padding: 70px 0 80px 0;
    background: radial-gradient(circle at 85% 20%, rgba(212, 175, 55, 0.15) 0%, transparent 45%),
                radial-gradient(circle at 15% 85%, rgba(2, 132, 199, 0.18) 0%, transparent 50%),
                linear-gradient(135deg, #070a11 0%, #0f172a 50%, #0b0f19 100%);
    overflow: hidden;
    color: #ffffff;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.subpage-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.subpage-breadcrumb .breadcrumb-item,
.subpage-breadcrumb .breadcrumb-item a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
}

.subpage-breadcrumb .breadcrumb-item a:hover {
    color: #38bdf8;
}

.subpage-breadcrumb .breadcrumb-item.active {
    color: #fbbf24;
    font-weight: 700;
}

.subpage-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.3);
}

.subpage-hero-title {
    font-size: clamp(2.2rem, 3.8vw, 3.2rem);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin-bottom: 20px;
}

.subpage-hero-lead {
    font-size: 1.1rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 680px;
}

.luxury-glass-sidebar {
    padding: 30px;
    background: rgba(17, 24, 39, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4), 0 0 25px rgba(212, 175, 55, 0.1);
}

/* ----------------------------------------------------
   LUXURY ACCORDION / FAQ
---------------------------------------------------- */
.luxury-accordion .accordion-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md) !important;
    margin-bottom: 16px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: all 0.25s ease;
}

.luxury-accordion .accordion-item:hover {
    border-color: rgba(2, 132, 199, 0.4);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.luxury-accordion .accordion-button {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #0f172a;
    padding: 20px 24px;
    background: #ffffff;
    box-shadow: none;
}

.luxury-accordion .accordion-button:not(.collapsed) {
    background: rgba(2, 132, 199, 0.04);
    color: #0284c7;
    border-bottom: 1px solid #e2e8f0;
}

.luxury-accordion .accordion-body {
    padding: 22px 24px;
    color: #475569;
    font-size: 0.96rem;
    line-height: 1.7;
}

/* ----------------------------------------------------
   DEVICE TRACKING TIMELINE
---------------------------------------------------- */
.tracking-timeline {
    position: relative;
    padding-left: 30px;
}

.tracking-timeline::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 8px;
    width: 2px;
    background: #e2e8f0;
}

.timeline-step {
    position: relative;
    margin-bottom: 24px;
}

.timeline-dot {
    position: absolute;
    left: -30px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #cbd5e1;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #e2e8f0;
}

.timeline-step.completed .timeline-dot {
    background: #10b981;
    box-shadow: 0 0 0 2px #10b981;
}

.timeline-step.active .timeline-dot {
    background: #0284c7;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.25);
    animation: pulseGlow 1.8s infinite;
}

.footer-main h5 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 22px;
    position: relative;
}

.footer-main a {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-main a:hover {
    color: #38bdf8;
    padding-left: 4px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 45px;
    padding-top: 25px;
    font-size: 0.85rem;
    color: #94a3b8;
}

/* ----------------------------------------------------
   MOBILE BOTTOM DOCK (STICKY CTA BAR)
---------------------------------------------------- */
@media (max-width: 991px) {
    body {
        padding-bottom: 74px;
    }

    .mobile-cta-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 66px;
        background: rgba(11, 15, 25, 0.96);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border-top: 1px solid rgba(212, 175, 55, 0.35);
        z-index: 1050;
        box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.4);
        padding-bottom: env(safe-area-inset-bottom);
    }

    .mobile-cta-item,
    .mobile-cta-btn {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #94a3b8;
        text-decoration: none;
        font-size: 0.72rem;
        font-weight: 600;
        gap: 4px;
        transition: all 0.2s ease;
    }

    .mobile-cta-item i,
    .mobile-cta-btn i {
        font-size: 1.2rem;
    }

    .mobile-cta-item.active,
    .mobile-cta-item:active {
        color: #38bdf8;
    }

    .mobile-cta-item.cta-wa,
    .mobile-cta-btn.btn-wa {
        color: #25D366;
    }

    .mobile-cta-item.cta-call,
    .mobile-cta-btn.btn-call {
        color: #38bdf8;
    }

    .mobile-cta-item.cta-map,
    .mobile-cta-btn.btn-map {
        color: #fbbf24;
    }
}